diff --git a/csharp/ql/lib/change-notes/2025-01-29-params-models.md b/csharp/ql/lib/change-notes/2025-01-29-params-models.md new file mode 100644 index 000000000000..f94298875eba --- /dev/null +++ b/csharp/ql/lib/change-notes/2025-01-29-params-models.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +C# 13: Added MaD models for some overload implementations using `ReadOnlySpan` parameters (like `String.Format(System.String, System.ReadOnlySpan))`). diff --git a/csharp/ql/lib/ext/System.IO.model.yml b/csharp/ql/lib/ext/System.IO.model.yml index 8439b7d686c5..dcc9c70551b0 100644 --- a/csharp/ql/lib/ext/System.IO.model.yml +++ b/csharp/ql/lib/ext/System.IO.model.yml @@ -63,6 +63,7 @@ extensions: - ["System.IO", "Path", False, "Combine", "(System.String,System.String,System.String,System.String)", "", "Argument[2]", "ReturnValue", "taint", "manual"] - ["System.IO", "Path", False, "Combine", "(System.String,System.String,System.String,System.String)", "", "Argument[3]", "ReturnValue", "taint", "manual"] - ["System.IO", "Path", False, "Combine", "(System.String[])", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] + - ["System.IO", "Path", False, "Combine", "(System.ReadOnlySpan)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] - ["System.IO", "Path", False, "GetDirectoryName", "(System.ReadOnlySpan)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] - ["System.IO", "Path", False, "GetDirectoryName", "(System.String)", "", "Argument[0]", "ReturnValue", "taint", "manual"] - ["System.IO", "Path", False, "GetExtension", "(System.ReadOnlySpan)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] @@ -96,6 +97,7 @@ extensions: - ["System.IO", "Stream", True, "ReadExactly", "(System.Span)", "", "Argument[this]", "Argument[0].Element", "taint", "manual"] - ["System.IO", "Stream", True, "ReadExactly", "(System.Byte[],System.Int32,System.Int32)", "", "Argument[this]", "Argument[0].Element", "taint", "manual"] - ["System.IO", "Stream", True, "Write", "(System.Byte[],System.Int32,System.Int32)", "", "Argument[0].Element", "Argument[this]", "taint", "manual"] + - ["System.IO", "Stream", True, "Write", "(System.ReadOnlySpan)", "", "Argument[0].Element", "Argument[this]", "taint", "manual"] - ["System.IO", "Stream", False, "WriteAsync", "(System.Byte[],System.Int32,System.Int32)", "", "Argument[0].Element", "Argument[this]", "taint", "manual"] - ["System.IO", "Stream", True, "WriteAsync", "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", "", "Argument[0].Element", "Argument[this]", "taint", "manual"] - ["System.IO", "StreamReader", False, "StreamReader", "(System.IO.Stream)", "", "Argument[0]", "Argument[this]", "taint", "manual"] diff --git a/csharp/ql/lib/ext/System.Text.model.yml b/csharp/ql/lib/ext/System.Text.model.yml index ab5f68a8d72d..4a94b61109f9 100644 --- a/csharp/ql/lib/ext/System.Text.model.yml +++ b/csharp/ql/lib/ext/System.Text.model.yml @@ -70,6 +70,15 @@ extensions: - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.Object[])", "", "Argument[1]", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.Object[])", "", "Argument[2].Element", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.Object[])", "", "Argument[this]", "ReturnValue", "value", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.ReadOnlySpan)", "", "Argument[1]", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.ReadOnlySpan)", "", "Argument[2].Element", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.ReadOnlySpan)", "", "Argument[this]", "ReturnValue", "value", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])", "", "Argument[1]", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])", "", "Argument[2].Element", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])", "", "Argument[this]", "ReturnValue", "value", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan)", "", "Argument[1]", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan)", "", "Argument[2].Element", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan)", "", "Argument[this]", "ReturnValue", "value", "manual"] - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object)", "", "Argument[0]", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object)", "", "Argument[1]", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object)", "", "Argument[this]", "ReturnValue", "value", "manual"] @@ -85,16 +94,29 @@ extensions: - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object[])", "", "Argument[0]", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object[])", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object[])", "", "Argument[this]", "ReturnValue", "value", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.ReadOnlySpan)", "", "Argument[0]", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.ReadOnlySpan)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.ReadOnlySpan)", "", "Argument[this]", "ReturnValue", "value", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.Object[])", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.Object[])", "", "Argument[this]", "ReturnValue", "value", "manual"] + - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.ReadOnlySpan)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.ReadOnlySpan)", "", "Argument[this]", "ReturnValue", "value", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.String[])", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.String[])", "", "Argument[this]", "ReturnValue", "value", "manual"] + - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.ReadOnlySpan)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.ReadOnlySpan)", "", "Argument[this]", "ReturnValue", "value", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.Object[])", "", "Argument[0]", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.Object[])", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.Object[])", "", "Argument[this]", "ReturnValue", "value", "manual"] + - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan)", "", "Argument[0]", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan)", "", "Argument[this]", "ReturnValue", "value", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.String[])", "", "Argument[0]", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.String[])", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.String[])", "", "Argument[this]", "ReturnValue", "value", "manual"] + - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan)", "", "Argument[0]", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] + - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan)", "", "Argument[this]", "ReturnValue", "value", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.Collections.Generic.IEnumerable)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.Collections.Generic.IEnumerable)", "", "Argument[this]", "ReturnValue", "value", "manual"] - ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.Collections.Generic.IEnumerable)", "", "Argument[0]", "Argument[this]", "taint", "manual"] diff --git a/csharp/ql/lib/ext/System.Threading.Tasks.model.yml b/csharp/ql/lib/ext/System.Threading.Tasks.model.yml index de50f6f22f01..5d370ed94a85 100644 --- a/csharp/ql/lib/ext/System.Threading.Tasks.model.yml +++ b/csharp/ql/lib/ext/System.Threading.Tasks.model.yml @@ -33,10 +33,12 @@ extensions: - ["System.Threading.Tasks", "Task", False, "Task", "(System.Action,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions)", "", "Argument[1]", "Argument[0].Parameter[0]", "value", "manual"] - ["System.Threading.Tasks", "Task", False, "Task", "(System.Action,System.Object,System.Threading.Tasks.TaskCreationOptions)", "", "Argument[1]", "Argument[0].Parameter[0]", "value", "manual"] - ["System.Threading.Tasks", "Task", False, "WhenAll", "(System.Collections.Generic.IEnumerable>)", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"] + - ["System.Threading.Tasks", "Task", False, "WhenAll", "(System.ReadOnlySpan>)", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"] - ["System.Threading.Tasks", "Task", False, "WhenAll", "(System.Threading.Tasks.Task[])", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"] - ["System.Threading.Tasks", "Task", False, "WhenAny", "(System.Collections.Generic.IEnumerable>)", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"] - ["System.Threading.Tasks", "Task", False, "WhenAny", "(System.Threading.Tasks.Task,System.Threading.Tasks.Task)", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"] - ["System.Threading.Tasks", "Task", False, "WhenAny", "(System.Threading.Tasks.Task,System.Threading.Tasks.Task)", "", "Argument[1].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"] + - ["System.Threading.Tasks", "Task", False, "WhenAny", "(System.ReadOnlySpan>)", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"] - ["System.Threading.Tasks", "Task", False, "WhenAny", "(System.Threading.Tasks.Task[])", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"] - ["System.Threading.Tasks", "Task", False, "ConfigureAwait", "(System.Boolean)", "", "Argument[this]", "ReturnValue.SyntheticField[m_configuredTaskAwaiter].SyntheticField[m_task_configured_task_awaitable]", "value", "manual"] - ["System.Threading.Tasks", "Task", False, "ContinueWith", "(System.Action,System.Object>,System.Object)", "", "Argument[1]", "Argument[0].Parameter[1]", "value", "manual"] diff --git a/csharp/ql/lib/ext/System.model.yml b/csharp/ql/lib/ext/System.model.yml index e56369a084f4..48719f87c4dc 100644 --- a/csharp/ql/lib/ext/System.model.yml +++ b/csharp/ql/lib/ext/System.model.yml @@ -419,6 +419,7 @@ extensions: - ["System", "String", False, "Concat", "(System.Object,System.Object,System.Object)", "", "Argument[1]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Concat", "(System.Object,System.Object,System.Object)", "", "Argument[2]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Concat", "(System.Object[])", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Concat", "(System.ReadOnlySpan)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Concat", "(System.ReadOnlySpan,System.ReadOnlySpan)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Concat", "(System.ReadOnlySpan,System.ReadOnlySpan)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Concat", "(System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] @@ -438,6 +439,7 @@ extensions: - ["System", "String", False, "Concat", "(System.String,System.String,System.String,System.String)", "", "Argument[2]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Concat", "(System.String,System.String,System.String,System.String)", "", "Argument[3]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Concat", "(System.String[])", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Concat", "(System.ReadOnlySpan)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Concat", "(System.Collections.Generic.IEnumerable)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Copy", "(System.String)", "", "Argument[0]", "ReturnValue", "value", "manual"] - ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.Object)", "", "Argument[1]", "ReturnValue", "taint", "manual"] @@ -451,6 +453,12 @@ extensions: - ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)", "", "Argument[4]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.Object[])", "", "Argument[1]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.Object[])", "", "Argument[2].Element", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.ReadOnlySpan)", "", "Argument[1]", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.ReadOnlySpan)", "", "Argument[2].Element", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Format", "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])", "", "Argument[1]", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Format", "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])", "", "Argument[2].Element", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Format", "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan)", "", "Argument[1]", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Format", "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan)", "", "Argument[2].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Format", "(System.String,System.Object)", "", "Argument[0]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Format", "(System.String,System.Object)", "", "Argument[1]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Format", "(System.String,System.Object,System.Object)", "", "Argument[0]", "ReturnValue", "taint", "manual"] @@ -462,22 +470,32 @@ extensions: - ["System", "String", False, "Format", "(System.String,System.Object,System.Object,System.Object)", "", "Argument[3]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Format", "(System.String,System.Object[])", "", "Argument[0]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Format", "(System.String,System.Object[])", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Format", "(System.String,System.ReadOnlySpan)", "", "Argument[0]", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Format", "(System.String,System.ReadOnlySpan)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "GetEnumerator", "()", "", "Argument[this].Element", "ReturnValue.Property[System.CharEnumerator.Current]", "value", "manual"] - ["System", "String", False, "GetEnumerator", "()", "", "Argument[this].Element", "ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current]", "value", "manual"] - ["System", "String", False, "Insert", "(System.Int32,System.String)", "", "Argument[1]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Insert", "(System.Int32,System.String)", "", "Argument[this]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.Char,System.Object[])", "", "Argument[0]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.Char,System.Object[])", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Join", "(System.Char,System.ReadOnlySpan)", "", "Argument[0]", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Join", "(System.Char,System.ReadOnlySpan)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.Char,System.String[])", "", "Argument[0]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.Char,System.String[])", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Join", "(System.Char,System.ReadOnlySpan)", "", "Argument[0]", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Join", "(System.Char,System.ReadOnlySpan)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.Char,System.String[],System.Int32,System.Int32)", "", "Argument[0]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.Char,System.String[],System.Int32,System.Int32)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.String,System.Collections.Generic.IEnumerable)", "", "Argument[0]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.String,System.Collections.Generic.IEnumerable)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.String,System.Object[])", "", "Argument[0]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.String,System.Object[])", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Join", "(System.String,System.ReadOnlySpan)", "", "Argument[0]", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Join", "(System.String,System.ReadOnlySpan)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.String,System.String[])", "", "Argument[0]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.String,System.String[])", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Join", "(System.String,System.ReadOnlySpan)", "", "Argument[0]", "ReturnValue", "taint", "manual"] + - ["System", "String", False, "Join", "(System.String,System.ReadOnlySpan)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.String,System.String[],System.Int32,System.Int32)", "", "Argument[0]", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.String,System.String[],System.Int32,System.Int32)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"] - ["System", "String", False, "Join", "(System.Char,System.Collections.Generic.IEnumerable)", "", "Argument[0]", "ReturnValue", "taint", "manual"] @@ -499,6 +517,7 @@ extensions: - ["System", "String", False, "Split", "(System.Char,System.Int32,System.StringSplitOptions)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"] - ["System", "String", False, "Split", "(System.Char,System.StringSplitOptions)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"] - ["System", "String", False, "Split", "(System.Char[])", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"] + - ["System", "String", False, "Split", "(System.ReadOnlySpan)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"] - ["System", "String", False, "Split", "(System.Char[],System.Int32)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"] - ["System", "String", False, "Split", "(System.Char[],System.Int32,System.StringSplitOptions)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"] - ["System", "String", False, "Split", "(System.Char[],System.StringSplitOptions)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"] diff --git a/csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper/options b/csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper/options index fcda6c1b83c0..a075fe79710a 100644 --- a/csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper/options +++ b/csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper/options @@ -1,5 +1,5 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/Dapper/2.1.24/Dapper.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/System.Data.SQLite/1.0.118/System.Data.SQLite.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/Dapper/2.1.35/Dapper.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/System.Data.SQLite/1.0.119/System.Data.SQLite.csproj semmle-extractor-options: ${testdir}/../../../../../../resources/stubs/System.Windows.cs diff --git a/csharp/ql/test/library-tests/dataflow/global/TaintTrackingPath.expected b/csharp/ql/test/library-tests/dataflow/global/TaintTrackingPath.expected index 6aa705824b79..43c462eaced6 100644 --- a/csharp/ql/test/library-tests/dataflow/global/TaintTrackingPath.expected +++ b/csharp/ql/test/library-tests/dataflow/global/TaintTrackingPath.expected @@ -22,7 +22,7 @@ models | 21 | Summary: System; Int32; false; TryParse; (System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32); ; Argument[0]; Argument[3]; taint; manual | | 22 | Summary: System; Int32; false; TryParse; (System.String,System.Int32); ; Argument[0]; Argument[1]; taint; manual | | 23 | Summary: System; Lazy; false; Lazy; (System.Func); ; Argument[0].ReturnValue; Argument[this].Property[System.Lazy`1.Value]; value; manual | -| 24 | Summary: System; String; false; Join; (System.String,System.String[]); ; Argument[1].Element; ReturnValue; taint; manual | +| 24 | Summary: System; String; false; Join; (System.String,System.ReadOnlySpan); ; Argument[1].Element; ReturnValue; taint; manual | edges | Capture.cs:7:20:7:26 | tainted : String | Capture.cs:14:9:14:18 | access to local function CaptureIn1 : CaptureIn1 [captured tainted] : String | provenance | | | Capture.cs:7:20:7:26 | tainted : String | Capture.cs:25:9:25:18 | access to local function CaptureIn2 : CaptureIn2 [captured tainted] : String | provenance | | diff --git a/csharp/ql/test/library-tests/dataflow/library/FlowSummaries.expected b/csharp/ql/test/library-tests/dataflow/library/FlowSummaries.expected index 50d4b3562337..7fd85f03b050 100644 --- a/csharp/ql/test/library-tests/dataflow/library/FlowSummaries.expected +++ b/csharp/ql/test/library-tests/dataflow/library/FlowSummaries.expected @@ -763,9 +763,19 @@ summary | Dapper;SqlMapper;QueryAsync;(System.Data.IDbConnection,System.String,System.Type[],System.Func,System.Object,System.Data.IDbTransaction,System.Boolean,System.String,System.Nullable,System.Nullable);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | Dapper;SqlMapper;add_QueryCachePurged;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Dapper;SqlMapper;remove_QueryCachePurged;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Funq;Container;Add;(Microsoft.Extensions.DependencyInjection.ServiceDescriptor);Argument[0];Argument[this].Element;value;manual | +| Funq;Container;Add;(System.Type,System.Func,Microsoft.Extensions.DependencyInjection.ServiceLifetime);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Funq;Container;AddScoped;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Funq;Container;AddSingleton;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Funq;Container;AddSingleton;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Funq;Container;AddTransient;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Funq;Container;AddTransient;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Funq;Container;Clear;();Argument[this].WithoutElement;Argument[this];value;manual | +| Funq;Container;CopyTo;(Microsoft.Extensions.DependencyInjection.ServiceDescriptor[],System.Int32);Argument[this].Element;Argument[0].Element;value;manual | +| Funq;Container;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | +| Funq;Container;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | | Funq;Container;GetService;(System.Type);Argument[this];ReturnValue;value;dfc-generated | +| Funq;Container;Insert;(System.Int32,Microsoft.Extensions.DependencyInjection.ServiceDescriptor);Argument[1];Argument[this].Element;value;manual | | Funq;Container;Register;(Funq.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Funq;Container;Register;(System.String,Funq.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Funq;Container;Register;(Funq.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -781,6 +791,9 @@ summary | Funq;Container;Register;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Funq;Container;Register;(System.String,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Funq;Container;RegisterFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Funq;Container;RegisterServiceProviderFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Funq;Container;get_Item;(System.Int32);Argument[this].Element;ReturnValue;value;manual | +| Funq;Container;set_Item;(System.Int32,Microsoft.Extensions.DependencyInjection.ServiceDescriptor);Argument[1];Argument[this].Element;value;manual | | Funq;Func;BeginInvoke;(T1,T2,T3,T4,T5,T6,T7,System.AsyncCallback,System.Object);Argument[7];Argument[7].Parameter[delegate-self];value;hq-generated | | Funq;Func;BeginInvoke;(T1,T2,T3,T4,T5,T6,System.AsyncCallback,System.Object);Argument[6];Argument[6].Parameter[delegate-self];value;hq-generated | | Funq;Func;BeginInvoke;(T1,T2,T3,T4,T5,System.AsyncCallback,System.Object);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated | @@ -892,6 +905,7 @@ summary | Microsoft.AspNetCore.Builder;EndpointRoutingApplicationBuilderExtensions;UseEndpoints;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;ExceptionHandlerExtensions;UseExceptionHandler;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;ExceptionHandlerOptions;set_ExceptionHandler;(Microsoft.AspNetCore.Http.RequestDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Builder;ExceptionHandlerOptions;set_StatusCodeSelector;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;FallbackEndpointRouteBuilderExtensions;MapFallback;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,Microsoft.AspNetCore.Http.RequestDelegate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;FallbackEndpointRouteBuilderExtensions;MapFallback;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;HostFilteringServicesExtensions;AddHostFiltering;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -921,6 +935,7 @@ summary | Microsoft.AspNetCore.Builder;RoutingBuilderExtensions;UseRouter;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;RoutingEndpointConventionBuilderExtensions;WithDisplayName;(TBuilder,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;RunExtensions;Run;(Microsoft.AspNetCore.Builder.IApplicationBuilder,Microsoft.AspNetCore.Http.RequestDelegate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Builder;ServerRazorComponentsEndpointConventionBuilderExtensions;AddInteractiveServerRenderMode;(Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;StaticFileOptions;set_OnPrepareResponse;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;StaticFileOptions;set_OnPrepareResponseAsync;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;StatusCodePagesExtensions;UseStatusCodePages;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -997,6 +1012,7 @@ summary | Microsoft.AspNetCore.Components.Routing;Router;set_NotFound;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Sections;SectionContent;set_ChildContent;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Server.Circuits;CircuitHandler;CreateInboundActivityHandler;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components.Server;ServerComponentsEndpointOptions;set_ConfigureWebSocketAcceptContext;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Web.Virtualization;ItemsProviderDelegate;BeginInvoke;(Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Web.Virtualization;Virtualize;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | | Microsoft.AspNetCore.Components.Web.Virtualization;Virtualize;set_ChildContent;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -1127,6 +1143,8 @@ summary | Microsoft.AspNetCore.Components;RenderFragment;BeginInvoke;(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components;RenderFragment;BeginInvoke;(TValue,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components;RenderHandle;Render;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components;ResourceAssetCollection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | +| Microsoft.AspNetCore.Components;ResourceAssetCollection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | | Microsoft.AspNetCore.Connections.Abstractions;IStatefulReconnectFeature;OnReconnected;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Connections.Features;IConnectionCompleteFeature;OnCompleted;(System.Func,System.Object);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Connections.Features;IConnectionHeartbeatFeature;OnHeartbeat;(System.Action,System.Object);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -1164,6 +1182,11 @@ summary | Microsoft.AspNetCore.Cors.Infrastructure;CorsOptions;AddPolicy;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Cors.Infrastructure;CorsPolicy;set_IsOriginAllowed;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Cors.Infrastructure;CorsPolicyBuilder;SetIsOriginAllowed;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.DataProtection.KeyManagement;IDeletableKeyManager;DeleteKeys;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.DataProtection.KeyManagement;XmlKeyManager;DeleteKeys;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.DataProtection.Repositories;FileSystemXmlRepository;DeleteElements;(System.Action>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.DataProtection.Repositories;IDeletableXmlRepository;DeleteElements;(System.Action>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.DataProtection.Repositories;RegistryXmlRepository;DeleteElements;(System.Action>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.DataProtection;DataProtectionBuilderExtensions;AddKeyEscrowSink;(Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.DataProtection;DataProtectionBuilderExtensions;AddKeyManagementOptions;(Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.DataProtection;DataProtectionProvider;Create;(System.IO.DirectoryInfo,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -1592,6 +1615,8 @@ summary | Microsoft.AspNetCore.Routing;RouteHandler;RouteHandler;(Microsoft.AspNetCore.Http.RequestDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable,System.Func,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable,System.Func,System.Func);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Reflection.MethodInfo);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Reflection.MethodInfo);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Routing;RouteValueDictionary+Enumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | | Microsoft.AspNetCore.Routing;RouteValueDictionary;Add;(System.Collections.Generic.KeyValuePair);Argument[0];Argument[this].Element;value;manual | | Microsoft.AspNetCore.Routing;RouteValueDictionary;Add;(System.String,System.Object);Argument[0];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];value;manual | @@ -1630,6 +1655,7 @@ summary | Microsoft.AspNetCore.Server.Kestrel.Https;HttpsConnectionAdapterOptions;set_OnAuthenticate;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel.Https;HttpsConnectionAdapterOptions;set_ServerCertificateSelector;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel.Https;TlsHandshakeCallbackOptions;set_OnConnection;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes;NamedPipeTransportOptions;set_CreateNamedPipeServerStream;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets;SocketTransportOptions;set_CreateBoundListenSocket;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;AnyIPEndpoint;(System.Int32,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;Endpoint;(System.Net.IPAddress,System.Int32,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | @@ -1637,6 +1663,7 @@ summary | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;Endpoint;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;HandleEndpoint;(System.UInt64,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;LocalhostEndpoint;(System.Int32,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;NamedPipeEndpoint;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;UnixSocketEndpoint;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Session;DistributedSession;DistributedSession;(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.TimeSpan,System.TimeSpan,System.Func,Microsoft.Extensions.Logging.ILoggerFactory,System.Boolean);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Session;DistributedSessionStore;Create;(System.String,System.TimeSpan,System.TimeSpan,System.Func,System.Boolean);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | @@ -1646,6 +1673,8 @@ summary | Microsoft.AspNetCore.SignalR;IHubFilter;InvokeMethodAsync;(Microsoft.AspNetCore.SignalR.HubInvocationContext,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.SignalR;IHubFilter;OnConnectedAsync;(Microsoft.AspNetCore.SignalR.HubLifetimeContext,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.SignalR;IHubFilter;OnDisconnectedAsync;(Microsoft.AspNetCore.SignalR.HubLifetimeContext,System.Exception,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.StaticAssets;StaticAssetsEndpointConventionBuilder;Add;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.StaticAssets;StaticAssetsEndpointConventionBuilder;Finally;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.StaticFiles;DefaultFilesMiddleware;DefaultFilesMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.AspNetCore.Hosting.IWebHostEnvironment,Microsoft.Extensions.Options.IOptions);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.StaticFiles;DirectoryBrowserMiddleware;DirectoryBrowserMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.AspNetCore.Hosting.IWebHostEnvironment,Microsoft.Extensions.Options.IOptions);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.StaticFiles;DirectoryBrowserMiddleware;DirectoryBrowserMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.AspNetCore.Hosting.IWebHostEnvironment,System.Text.Encodings.Web.HtmlEncoder,Microsoft.Extensions.Options.IOptions);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -1745,6 +1774,8 @@ summary | Microsoft.Extensions.Caching.Distributed;DistributedCacheEntryExtensions;SetAbsoluteExpiration;(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset);Argument[0];ReturnValue;value;dfc-generated | | Microsoft.Extensions.Caching.Distributed;DistributedCacheEntryExtensions;SetAbsoluteExpiration;(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan);Argument[0];ReturnValue;value;dfc-generated | | Microsoft.Extensions.Caching.Distributed;DistributedCacheEntryExtensions;SetSlidingExpiration;(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan);Argument[0];ReturnValue;value;dfc-generated | +| Microsoft.Extensions.Caching.Hybrid;HybridCache;GetOrCreateAsync;(System.String,System.Func>,Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.Extensions.Caching.Hybrid;HybridCache;GetOrCreateAsync;(System.String,TState,System.Func>,Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Caching.Memory;CacheEntryExtensions;AddExpirationToken;(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken);Argument[0];ReturnValue;value;dfc-generated | | Microsoft.Extensions.Caching.Memory;CacheEntryExtensions;AddExpirationToken;(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken);Argument[1];Argument[0].Property[Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens].Element;value;dfc-generated | | Microsoft.Extensions.Caching.Memory;CacheEntryExtensions;AddExpirationToken;(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken);Argument[1];ReturnValue.Property[Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens].Element;value;dfc-generated | @@ -1769,7 +1800,12 @@ summary | Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func);Argument[2].ReturnValue;ReturnValue;value;hq-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2].ReturnValue;ReturnValue;value;dfc-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2].ReturnValue;ReturnValue;value;hq-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreateAsync;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreateAsync;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func>,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;Set;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem);Argument[2];ReturnValue;value;dfc-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;Set;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];ReturnValue;value;dfc-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;Set;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Primitives.IChangeToken);Argument[2];ReturnValue;value;dfc-generated | @@ -2527,6 +2563,8 @@ summary | Microsoft.Extensions.FileProviders.Composite;CompositeDirectoryContents;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | | Microsoft.Extensions.FileProviders.Internal;PhysicalDirectoryContents;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | | Microsoft.Extensions.FileProviders.Internal;PhysicalDirectoryContents;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | +| Microsoft.Extensions.FileProviders.Physical;PhysicalDirectoryInfo;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | +| Microsoft.Extensions.FileProviders.Physical;PhysicalDirectoryInfo;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | | Microsoft.Extensions.FileProviders.Physical;PhysicalDirectoryInfo;PhysicalDirectoryInfo;(System.IO.DirectoryInfo);Argument[0];Argument[this].SyntheticField[Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo._info];value;dfc-generated | | Microsoft.Extensions.FileProviders.Physical;PhysicalDirectoryInfo;get_Name;();Argument[this].SyntheticField[Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo._info].Property[System.IO.DirectoryInfo.Name];ReturnValue;value;dfc-generated | | Microsoft.Extensions.FileProviders.Physical;PhysicalDirectoryInfo;get_PhysicalPath;();Argument[this].SyntheticField[Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo._info].Field[System.IO.FileSystemInfo.FullPath];ReturnValue;value;dfc-generated | @@ -3505,14 +3543,6 @@ summary | Newtonsoft.Json;JsonWriter;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | | ServiceStack.AI;SpeechToTextFactory;set_Resolve;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.AI;TypeChatFactory;set_Resolve;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;RemoveFromUserForm;(System.Predicate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnAfterCreateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnAfterDeleteUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnAfterUpdateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnBeforeCreateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnBeforeDeleteUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnBeforeUpdateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_ValidateFn;(ServiceStack.Auth.ValidateAsyncFn);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.AsyncEx;TaskCompletionSourceExtensions;TryCompleteFromCompletedTask;(System.Threading.Tasks.TaskCompletionSource,System.Threading.Tasks.Task,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.Auth;ApiKeyAuthProvider;set_CreateApiKeyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Auth;ApiKeyAuthProvider;set_GenerateApiKey;(ServiceStack.Auth.CreateApiKeyDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -3551,6 +3581,7 @@ summary | ServiceStack.Auth;RegisterService;set_ValidateFn;(ServiceStack.Auth.ValidateFn);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Auth;ValidateAsyncFn;BeginInvoke;(ServiceStack.IServiceBase,System.String,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack.Auth;ValidateFn;BeginInvoke;(ServiceStack.IServiceBase,System.String,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Auth;ValidateRequestAsyncFn;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.Caching;CacheClientAsyncWrapper;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | | ServiceStack.Caching;CacheClientWithPrefixAsync;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | | ServiceStack.Caching;MultiCacheClient;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | @@ -3808,7 +3839,7 @@ summary | ServiceStack.Host;HandleServiceExceptionDelegate;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.Exception,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;HandleUncaughtExceptionAsyncDelegate;BeginInvoke;(ServiceStack.Web.IRequest,ServiceStack.Web.IResponse,System.String,System.Exception,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;HandleUncaughtExceptionDelegate;BeginInvoke;(ServiceStack.Web.IRequest,ServiceStack.Web.IResponse,System.String,System.Exception,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Host;HttpHandlerResolverDelegate;BeginInvoke;(System.String,System.String,System.String,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Host;HttpHandlerResolverDelegate;BeginInvoke;(ServiceStack.Web.IRequest,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;IHttpAsyncHandler;Middleware;(Microsoft.AspNetCore.Http.HttpContext,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;InMemoryRollingRequestLogger;set_CurrentDateFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;InMemoryRollingRequestLogger;set_IgnoreFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -3824,6 +3855,8 @@ summary | ServiceStack.Host;ServiceController;ServiceController;(ServiceStack.ServiceStackHost,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;ServiceController;set_ResolveServicesFn;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;ServiceExecFn;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Host;ServiceMetadata;AddReferencedTypes;(System.Collections.Generic.HashSet,System.Type,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Host;ServiceMetadata;GetDtoTypes;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;StreamSerializerResolverDelegate;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,ServiceStack.Web.IResponse,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;TypedFilter;TypedFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;TypedFilterAsync;TypedFilterAsync;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -3864,6 +3897,18 @@ summary | ServiceStack.IO;MultiVirtualFiles;WriteFiles;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.IO;VirtualFilesExtensions;CopyFrom;(ServiceStack.IO.IVirtualPathProvider,System.Collections.Generic.IEnumerable,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.IO;VirtualFilesExtensions;WriteFiles;(ServiceStack.IO.IVirtualPathProvider,System.Collections.Generic.IEnumerable,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Jobs;BackgroundJob;set_OnFailed;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Jobs;BackgroundJob;set_OnSuccess;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Jobs;BackgroundJobOptions;set_OnFailed;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Jobs;BackgroundJobOptions;set_OnSuccess;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Jobs;JobLogger;BeginScope;(TState);Argument[0];ReturnValue;taint;df-generated | +| ServiceStack.Jobs;JobLogger;BeginScope;(TState);Argument[this];ReturnValue;taint;df-generated | +| ServiceStack.Jobs;JobLogger;Log;(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,System.Func);Argument[2];Argument[4].Parameter[0];value;dfc-generated | +| ServiceStack.Jobs;JobLogger;Log;(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,System.Func);Argument[2];Argument[4].Parameter[0];value;hq-generated | +| ServiceStack.Jobs;JobLogger;Log;(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,System.Func);Argument[3];Argument[4].Parameter[1];value;dfc-generated | +| ServiceStack.Jobs;JobLogger;Log;(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,System.Func);Argument[3];Argument[4].Parameter[1];value;hq-generated | +| ServiceStack.Jobs;JobLogger;Log;(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| ServiceStack.Jobs;JobLogger;Log;(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,TState,System.Exception,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack.Logging;GenericLogFactory;GenericLogFactory;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Messaging;BackgroundMqService;CreateMessageHandlerFactory;(System.Func,System.Object>,System.Action,System.Exception>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Messaging;BackgroundMqService;CreateMessageHandlerFactory;(System.Func,System.Object>,System.Action,System.Exception>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -4843,6 +4888,9 @@ summary | ServiceStack.Script;ScriptContext;set_OnUnhandledExpression;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Script;ScriptMethodInfo;GetScriptMethods;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Script;SharpPages;OneTimePage;(System.String,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Serialization;StringMapTypeDeserializer+PropertySerializerEntry;PropertySerializerEntry;(ServiceStack.GetMemberDelegate,ServiceStack.SetMemberDelegate,ServiceStack.Text.Common.ParseStringDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Serialization;StringMapTypeDeserializer+PropertySerializerEntry;PropertySerializerEntry;(ServiceStack.GetMemberDelegate,ServiceStack.SetMemberDelegate,ServiceStack.Text.Common.ParseStringDelegate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Serialization;StringMapTypeDeserializer+PropertySerializerEntry;PropertySerializerEntry;(ServiceStack.GetMemberDelegate,ServiceStack.SetMemberDelegate,ServiceStack.Text.Common.ParseStringDelegate);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.Serialization;XmlSerializerWrapper;ReadObject;(System.Xml.XmlDictionaryReader);Argument[this];ReturnValue;taint;df-generated | | ServiceStack.Serialization;XmlSerializerWrapper;ReadObject;(System.Xml.XmlDictionaryReader,System.Boolean);Argument[this];ReturnValue;taint;df-generated | | ServiceStack.Support;ActionExecHandler;ActionExecHandler;(System.Action,System.Threading.AutoResetEvent);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4852,6 +4900,10 @@ summary | ServiceStack.Support;AdapterBase;ExecuteAsync;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Support;AdapterBase;ExecuteAsync;(System.Func>,System.Threading.CancellationToken);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Support;AdapterBase;ExecuteAsync;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.SystemJson;DataContractResolver;GetTypeInfo;(System.Type,System.Text.Json.JsonSerializerOptions);Argument[1];ReturnValue;taint;df-generated | +| ServiceStack.SystemJson;DataContractResolver;GetTypeInfo;(System.Type,System.Text.Json.JsonSerializerOptions);Argument[this];ReturnValue;taint;df-generated | +| ServiceStack.SystemJson;JsonEnumMemberStringEnumConverter;CreateConverter;(System.Type,System.Text.Json.JsonSerializerOptions);Argument[this];ReturnValue;taint;df-generated | +| ServiceStack.SystemJson;JsonNamingPolicyDecorator;ConvertName;(System.String);Argument[0];ReturnValue;value;dfc-generated | | ServiceStack.Testing;BasicAppHost;set_ConfigFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Testing;BasicAppHost;set_ConfigureAppHost;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Testing;BasicAppHost;set_ConfigureContainer;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4902,6 +4954,7 @@ summary | ServiceStack.Text.Pools;ObjectPool;ObjectPool;(ServiceStack.Text.Pools.ObjectPool+Factory,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text.Pools;PooledObject;PooledObject;(ServiceStack.Text.Pools.ObjectPool,System.Func,T>,System.Action,T>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text.Pools;PooledObject;PooledObject;(ServiceStack.Text.Pools.ObjectPool,System.Func,T>,System.Action,T>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Text;Config;UnsafeInit;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;Config;set_ModelFactory;(ServiceStack.EmptyCtorFactoryDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;Config;set_OnDeserializationError;(ServiceStack.Text.Common.DeserializationErrorDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;Config;set_ParsePrimitiveFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4943,6 +4996,7 @@ summary | ServiceStack.Text;RecyclableMemoryStream;Read;(System.Span);Argument[this];Argument[0].Element;taint;manual | | ServiceStack.Text;RecyclableMemoryStream;TryGetBuffer;(System.ArraySegment);Argument[this];ReturnValue;taint;df-generated | | ServiceStack.Text;RecyclableMemoryStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| ServiceStack.Text;RecyclableMemoryStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | ServiceStack.Text;RecyclableMemoryStream;WriteTo;(System.IO.Stream);Argument[this];Argument[0];taint;df-generated | | ServiceStack.Text;RecyclableMemoryStreamManager+EventHandler;BeginInvoke;(System.AsyncCallback,System.Object);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;RecyclableMemoryStreamManager+LargeBufferDiscardedEventHandler;BeginInvoke;(ServiceStack.Text.RecyclableMemoryStreamManager+Events+MemoryStreamDiscardReason,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -4968,12 +5022,14 @@ summary | ServiceStack.Text;RecyclableMemoryStreamManager;remove_StreamFinalized;(ServiceStack.Text.RecyclableMemoryStreamManager+EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;RecyclableMemoryStreamManager;remove_StreamLength;(ServiceStack.Text.RecyclableMemoryStreamManager+StreamLengthReportHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;RecyclableMemoryStreamManager;remove_UsageReport;(ServiceStack.Text.RecyclableMemoryStreamManager+UsageReportEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Text;TextConfig;ConfigureJsonOptions;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;TextConfig;set_CreateSha;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;TypeConfig;set_OnDeserializing;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;TypeSerializer;set_OnSerialize;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Validation;ValidationError;get_Message;();Argument[this].Property[System.Exception.Message];ReturnValue;value;dfc-generated | | ServiceStack.Validation;ValidationError;get_Message;();Argument[this].SyntheticField[System.ArgumentException._paramName];ReturnValue;taint;dfc-generated | | ServiceStack.Validation;ValidationError;get_Message;();Argument[this].SyntheticField[System.Exception._message];ReturnValue;value;dfc-generated | +| ServiceStack.Validation;ValidationExtensions;RegisterValidator;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func>,Microsoft.Extensions.DependencyInjection.ServiceLifetime);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Validation;ValidationFeature;set_ErrorResponseFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.VirtualPath;AbstractVirtualDirectoryBase;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | | ServiceStack.VirtualPath;AbstractVirtualDirectoryBase;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | @@ -5001,10 +5057,21 @@ summary | ServiceStack.Web;TextDeserializerDelegate;BeginInvoke;(System.Type,System.String,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.Web;TextSerializerDelegate;BeginInvoke;(System.Object,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ActionInvoker;BeginInvoke;(System.Object,System.Object[],System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;RemoveFromUserForm;(System.Predicate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnAfterCreateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnAfterDeleteUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnAfterUpdateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnBeforeCreateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnBeforeDeleteUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnBeforeUpdateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_ValidateFn;(ServiceStack.Auth.ValidateAsyncFn);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ApiAllowableValuesAttribute;ApiAllowableValuesAttribute;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ApiAllowableValuesAttribute;ApiAllowableValuesAttribute;(System.String,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ApiKeyValidator;ApiKeyValidator;(System.Func,System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ApiKeyValidator;ApiKeyValidator;(System.Func,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostBase;ProcessRequest;(Microsoft.AspNetCore.Http.HttpContext,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostBase;set_BeforeNextMiddleware;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AppHostBase;set_IgnoreRequestHandler;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostBase;set_NetCoreHandler;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostExtensions;AddIfNotExists;(System.Collections.Generic.List,T,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostExtensions;ConfigureOperation;(ServiceStack.IAppHost,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -5047,7 +5114,7 @@ summary | ServiceStack;AsyncServiceClient;set_ResultsFilterResponse;(ServiceStack.ResultsFilterResponseDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AsyncServiceClient;set_StreamDeserializer;(ServiceStack.Web.StreamDeserializerDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AsyncServiceClient;set_StreamSerializer;(ServiceStack.Web.StreamSerializerDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack;AuthFeature;AuthFeature;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AuthFeature;AuthFeature;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AuthFeature;AuthFeature;(System.Func,ServiceStack.Auth.IAuthProvider[],System.String);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AuthFeature;set_AllowGetAuthenticateRequests;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AuthFeature;set_AuthResponseDecorator;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -5077,8 +5144,14 @@ summary | ServiceStack;CacheClientExtensions;GetOrCreateAsync;(ServiceStack.Caching.ICacheClientAsync,System.String,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;CacheClientExtensions;GetOrCreateAsync;(ServiceStack.Caching.ICacheClientAsync,System.String,System.TimeSpan,System.Func>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack;CachedExpressionCompiler;Compile;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ClaimUtils;ToAuthenticateResponse;(System.Security.Claims.ClaimsPrincipal,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ClientConfig;set_EncodeDispositionFileName;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ClientConfig;set_EvalExpression;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;CommandResult;Clone;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;CommandsFeature+AsyncMethodInvoker;BeginInvoke;(System.Object,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;CommandsFeature;ExecuteCommandAsync;(System.Type,System.Func,System.Object,ServiceStack.Web.IRequest,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;CommandsFeature;set_ShouldIgnore;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;CommandsFeature;set_SkipRetryingExceptions;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;CompareTypeUtils;Aggregate;(System.Collections.IEnumerable,System.Func,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;CompressedResult;set_ResultScope;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ContainerExtensions;AddSingleton;(ServiceStack.IContainer,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -5142,10 +5215,15 @@ summary | ServiceStack;ExecUtils;ExecReturnFirstWithResultAsync;(System.Collections.Generic.IEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryOnException;(System.Action,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryOnException;(System.Action,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ExecUtils;RetryOnException;(System.Func,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryOnExceptionAsync;(System.Func,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryOnExceptionAsync;(System.Func,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ExecUtils;RetryOnExceptionAsync;(System.Func>,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryUntilTrue;(System.Func,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryUntilTrueAsync;(System.Func>,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ExecUtils;WaitUntilTrue;(System.Func,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ExecUtils;WaitUntilTrueAsync;(System.Func,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ExecUtils;WaitUntilTrueAsync;(System.Func>,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExpressionUtils;AssignedValues;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExpressionUtils;GetFieldNames;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExpressionUtils;GetMemberExpression;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -5168,6 +5246,7 @@ summary | ServiceStack;HostContext;ConfigureAppHost;(System.Action,System.Action,System.Action,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;HostContext;ConfigureAppHost;(System.Action,System.Action,System.Action,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;HostContext;ConfigureAppHost;(System.Action,System.Action,System.Action,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack;HostContext;ConfigureServices;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;HtmlModule;set_FileContentsResolver;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;HtmlModuleContext;Cache;(System.String,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;HtmlModulesFeature;Configure;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -5434,10 +5513,17 @@ summary | ServiceStack;NativeTypesFeature;ExportAttribute;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;NativeTypesFeature;ExportAttribute;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;NativeTypesFeature;set_ShouldInitializeCollection;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;AddServiceStack;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;AddServiceStack;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Reflection.Assembly,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action,System.Action,System.Action,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action,System.Action,System.Action,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action,System.Action,System.Action,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action,System.Action,System.Action,System.Action);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;MapEndpoints;(ServiceStack.IAppHostNetCore,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;ProcessRequestAsync;(Microsoft.AspNetCore.Http.HttpContext,ServiceStack.Host.Handlers.HttpAsyncTaskHandler,System.String,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;ProcessRequestAsync;(Microsoft.AspNetCore.Http.HttpContext,System.Func,System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;ProcessRequestAsync;(Microsoft.AspNetCore.Http.HttpContext,System.Func,System.String,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;UseServiceStack;(Microsoft.AspNetCore.Builder.IApplicationBuilder,ServiceStack.AppHostBase,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;NetStandardPclExportClient;GetHeader;(System.Net.WebHeaderCollection,System.String,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;ObjectActivator;BeginInvoke;(System.Object[],System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;OrderByExpression;OrderByExpression;(System.String,ServiceStack.GetMemberDelegate,System.Boolean);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -5500,7 +5586,7 @@ summary | ServiceStack;ResultsFilterHttpDelegate;BeginInvoke;(System.Type,System.String,System.String,System.Object,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack;ResultsFilterHttpResponseDelegate;BeginInvoke;(System.Net.Http.HttpResponseMessage,System.Object,System.String,System.String,System.Object,System.AsyncCallback,System.Object);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated | | ServiceStack;ResultsFilterResponseDelegate;BeginInvoke;(System.Net.WebResponse,System.Object,System.String,System.String,System.Object,System.AsyncCallback,System.Object);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated | -| ServiceStack;SameSiteCookiesServiceCollectionExtensions;ConfigureNonBreakingSameSiteCookies;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;RouteHandlerBuilderDelegate;BeginInvoke;(Microsoft.AspNetCore.Builder.RouteHandlerBuilder,ServiceStack.Host.Operation,System.String,System.String,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServerEventCallback;BeginInvoke;(ServiceStack.ServerEventsClient,ServiceStack.ServerEventMessage,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServerEventsClient;AddListener;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServerEventsClient;HasListener;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -5551,6 +5637,12 @@ summary | ServiceStack;ServiceClientBase;set_TypedUrlResolver;(ServiceStack.TypedUrlResolverDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceClientBase;set_UrlResolver;(ServiceStack.UrlResolverDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceClientExtensions;Apply;(T,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionExtensions;Add;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func,Microsoft.Extensions.DependencyInjection.ServiceLifetime);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionExtensions;ConfigureJsonOptions;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionExtensions;ConfigurePlugin;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionExtensions;ConfigureScriptContext;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionExtensions;PostConfigurePlugin;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionSameSiteCookiesExtensions;ConfigureNonBreakingSameSiteCookies;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceExtensions;RunAction;(TService,TRequest,System.Func,ServiceStack.Web.IRequest);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceStackHost;AfterPluginLoaded;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceStackHost;ConfigurePlugin;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -5565,12 +5657,14 @@ summary | ServiceStack;ServiceStackHost;RegisterTypedResponseFilter;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceStackHost;RegisterTypedResponseFilterAsync;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceStackHost;RegisterTypedResponseFilterAsync;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceStackServicesOptions;ResolveAssemblyRequestTypes;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;SetMemberDelegate;BeginInvoke;(System.Object,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;SetMemberDelegate;BeginInvoke;(T,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;SetMemberRefDelegate;BeginInvoke;(System.Object,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;SetMemberRefDelegate;BeginInvoke;(T,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;SharpPageHandler;set_Filter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;SharpPageHandler;set_ValidateFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;SharpPagesFeature;set_Configure;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;SimpleContainer;AddSingleton;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;SimpleContainer;AddTransient;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;StaticActionInvoker;BeginInvoke;(System.Object[],System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -5591,12 +5685,12 @@ summary | ServiceStack;TopLevelAppModularStartup;Create;(THost,Microsoft.Extensions.Configuration.IConfiguration,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;TopLevelAppModularStartup;TopLevelAppModularStartup;(System.Type,ServiceStack.AppHostBase,Microsoft.Extensions.Configuration.IConfiguration,System.Func>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack;TypedUrlResolverDelegate;BeginInvoke;(ServiceStack.IServiceClientMeta,System.String,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UiFeature;set_Configure;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[10];Argument[10].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[11];Argument[11].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[12];Argument[12].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[13];Argument[13].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UiFeature;set_OnConfigure;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[11];Argument[11].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[12];Argument[12].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[13];Argument[13].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[14];Argument[14].Parameter[delegate-self];value;hq-generated | | ServiceStack;UploadLocation;set_ResolvePath;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;UploadLocation;set_TransformFileAsync;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;UploadLocation;set_ValidateDelete;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -5635,6 +5729,7 @@ summary | System.Buffers;ReadOnlySequence;get_FirstSpan;();Argument[this];ReturnValue;taint;df-generated | | System.Buffers;ReadOnlySpanAction;BeginInvoke;(System.ReadOnlySpan,TArg,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Buffers;SearchValues;Create;(System.ReadOnlySpan);Argument[0];ReturnValue;taint;df-generated | +| System.Buffers;SearchValues;Create;(System.ReadOnlySpan,System.StringComparison);Argument[0];ReturnValue;taint;df-generated | | System.Buffers;SequenceReader;SequenceReader;(System.Buffers.ReadOnlySequence);Argument[0];Argument[this];taint;df-generated | | System.Buffers;SequenceReader;TryCopyTo;(System.Span);Argument[this].Property[System.Buffers.SequenceReader`1.CurrentSpan].Element;Argument[0].Element;value;dfc-generated | | System.Buffers;SequenceReader;TryCopyTo;(System.Span);Argument[this].Property[System.Buffers.SequenceReader`1.UnreadSpan].Element;Argument[0].Element;value;dfc-generated | @@ -6581,6 +6676,64 @@ summary | System.Collections.Generic;List;get_SyncRoot;();Argument[this];ReturnValue;value;dfc-generated | | System.Collections.Generic;List;set_Item;(System.Int32,System.Object);Argument[1];Argument[this].Element;value;manual | | System.Collections.Generic;List;set_Item;(System.Int32,T);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+Enumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | +| System.Collections.Generic;OrderedDictionary+Enumerator;get_Entry;();Argument[this];ReturnValue;taint;df-generated | +| System.Collections.Generic;OrderedDictionary+Enumerator;get_Key;();Argument[this];ReturnValue;taint;df-generated | +| System.Collections.Generic;OrderedDictionary+Enumerator;get_Value;();Argument[this];ReturnValue;taint;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection+Enumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;Add;(System.Object);Argument[0];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;Add;(TKey);Argument[0];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;Clear;();Argument[this].WithoutElement;Argument[this];value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;CopyTo;(System.Array,System.Int32);Argument[this].Element;Argument[0].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;CopyTo;(TKey[],System.Int32);Argument[this].Element;Argument[0].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;Insert;(System.Int32,System.Object);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;Insert;(System.Int32,TKey);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;get_Item;(System.Int32);Argument[this].Element;ReturnValue;value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;get_SyncRoot;();Argument[this];ReturnValue;value;dfc-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;set_Item;(System.Int32,System.Object);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+KeyCollection;set_Item;(System.Int32,TKey);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection+Enumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;Add;(System.Object);Argument[0];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;Add;(TValue);Argument[0];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;Clear;();Argument[this].WithoutElement;Argument[this];value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;CopyTo;(System.Array,System.Int32);Argument[this].Element;Argument[0].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;CopyTo;(TValue[],System.Int32);Argument[this].Element;Argument[0].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;Insert;(System.Int32,System.Object);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;Insert;(System.Int32,TValue);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;get_Item;(System.Int32);Argument[this].Element;ReturnValue;value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;get_SyncRoot;();Argument[this];ReturnValue;value;dfc-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;set_Item;(System.Int32,System.Object);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary+ValueCollection;set_Item;(System.Int32,TValue);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary;Add;(System.Collections.Generic.KeyValuePair);Argument[0];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary;Add;(System.Object);Argument[0];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary;Add;(System.Object,System.Object);Argument[0];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];value;manual | +| System.Collections.Generic;OrderedDictionary;Add;(System.Object,System.Object);Argument[1];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];value;manual | +| System.Collections.Generic;OrderedDictionary;Add;(TKey,TValue);Argument[0];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];value;manual | +| System.Collections.Generic;OrderedDictionary;Add;(TKey,TValue);Argument[1];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];value;manual | +| System.Collections.Generic;OrderedDictionary;Clear;();Argument[this].WithoutElement;Argument[this];value;manual | +| System.Collections.Generic;OrderedDictionary;CopyTo;(System.Array,System.Int32);Argument[this].Element;Argument[0].Element;value;manual | +| System.Collections.Generic;OrderedDictionary;CopyTo;(System.Collections.Generic.KeyValuePair[],System.Int32);Argument[this].Element;Argument[0].Element;value;manual | +| System.Collections.Generic;OrderedDictionary;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | +| System.Collections.Generic;OrderedDictionary;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | +| System.Collections.Generic;OrderedDictionary;GetEnumerator;();Argument[this];ReturnValue;taint;df-generated | +| System.Collections.Generic;OrderedDictionary;Insert;(System.Int32,System.Collections.Generic.KeyValuePair);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary;Insert;(System.Int32,System.Object);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary;get_Item;(System.Int32);Argument[this].Element;ReturnValue;value;manual | +| System.Collections.Generic;OrderedDictionary;get_Item;(System.Object);Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];ReturnValue;value;manual | +| System.Collections.Generic;OrderedDictionary;get_Item;(TKey);Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];ReturnValue;value;manual | +| System.Collections.Generic;OrderedDictionary;get_Keys;();Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];ReturnValue.Element;value;manual | +| System.Collections.Generic;OrderedDictionary;get_SyncRoot;();Argument[this];ReturnValue;value;dfc-generated | +| System.Collections.Generic;OrderedDictionary;get_Values;();Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];ReturnValue.Element;value;manual | +| System.Collections.Generic;OrderedDictionary;set_Item;(System.Int32,System.Collections.Generic.KeyValuePair);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary;set_Item;(System.Int32,System.Object);Argument[1];Argument[this].Element;value;manual | +| System.Collections.Generic;OrderedDictionary;set_Item;(System.Object,System.Object);Argument[0];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];value;manual | +| System.Collections.Generic;OrderedDictionary;set_Item;(System.Object,System.Object);Argument[1];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];value;manual | +| System.Collections.Generic;OrderedDictionary;set_Item;(TKey,TValue);Argument[0];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];value;manual | +| System.Collections.Generic;OrderedDictionary;set_Item;(TKey,TValue);Argument[1];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];value;manual | | System.Collections.Generic;PriorityQueue+UnorderedItemsCollection+Enumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | | System.Collections.Generic;PriorityQueue+UnorderedItemsCollection;CopyTo;(System.Array,System.Int32);Argument[this].Element;Argument[0].Element;value;manual | | System.Collections.Generic;PriorityQueue+UnorderedItemsCollection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | @@ -6595,6 +6748,8 @@ summary | System.Collections.Generic;PriorityQueue;PriorityQueue;(System.Collections.Generic.IComparer);Argument[0];Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];value;dfc-generated | | System.Collections.Generic;PriorityQueue;PriorityQueue;(System.Collections.Generic.IEnumerable>,System.Collections.Generic.IComparer);Argument[1];Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];value;dfc-generated | | System.Collections.Generic;PriorityQueue;PriorityQueue;(System.Int32,System.Collections.Generic.IComparer);Argument[1];Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];value;dfc-generated | +| System.Collections.Generic;PriorityQueue;Remove;(TElement,TElement,TPriority,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System.Collections.Generic;PriorityQueue;Remove;(TElement,TElement,TPriority,System.Collections.Generic.IEqualityComparer);Argument[this];ReturnValue;taint;df-generated | | System.Collections.Generic;PriorityQueue;TryDequeue;(TElement,TPriority);Argument[this];ReturnValue;taint;df-generated | | System.Collections.Generic;PriorityQueue;TryPeek;(TElement,TPriority);Argument[this];ReturnValue;taint;df-generated | | System.Collections.Generic;PriorityQueue;get_Comparer;();Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];ReturnValue;value;dfc-generated | @@ -7583,6 +7738,13 @@ summary | System.Collections.ObjectModel;ReadOnlyObservableCollection;add_PropertyChanged;(System.ComponentModel.PropertyChangedEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Collections.ObjectModel;ReadOnlyObservableCollection;remove_CollectionChanged;(System.Collections.Specialized.NotifyCollectionChangedEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Collections.ObjectModel;ReadOnlyObservableCollection;remove_PropertyChanged;(System.ComponentModel.PropertyChangedEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Collections.ObjectModel;ReadOnlySet;Add;(T);Argument[0];Argument[this].Element;value;manual | +| System.Collections.ObjectModel;ReadOnlySet;Clear;();Argument[this].WithoutElement;Argument[this];value;manual | +| System.Collections.ObjectModel;ReadOnlySet;CopyTo;(System.Array,System.Int32);Argument[this].Element;Argument[0].Element;value;manual | +| System.Collections.ObjectModel;ReadOnlySet;CopyTo;(T[],System.Int32);Argument[this].Element;Argument[0].Element;value;manual | +| System.Collections.ObjectModel;ReadOnlySet;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | +| System.Collections.ObjectModel;ReadOnlySet;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | +| System.Collections.ObjectModel;ReadOnlySet;get_SyncRoot;();Argument[this];ReturnValue;value;dfc-generated | | System.Collections.Specialized;CollectionsUtil;CreateCaseInsensitiveHashtable;(System.Collections.IDictionary);Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];ReturnValue.Element.Property[System.Collections.Generic.KeyValuePair`2.Key];value;dfc-generated | | System.Collections.Specialized;CollectionsUtil;CreateCaseInsensitiveHashtable;(System.Collections.IDictionary);Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];ReturnValue.Element.Property[System.Collections.Generic.KeyValuePair`2.Value];value;dfc-generated | | System.Collections.Specialized;HybridDictionary;Add;(System.Object,System.Object);Argument[0];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];value;manual | @@ -10408,6 +10570,7 @@ summary | System.Diagnostics;ActivityLink;get_Tags;();Argument[this];ReturnValue;taint;df-generated | | System.Diagnostics;ActivityListener;set_ActivityStarted;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;ActivityListener;set_ActivityStopped;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Diagnostics;ActivityListener;set_ExceptionRecorder;(System.Diagnostics.ExceptionRecorder);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;ActivityListener;set_Sample;(System.Diagnostics.SampleActivity);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;ActivityListener;set_SampleUsingParentId;(System.Diagnostics.SampleActivity);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;ActivityListener;set_ShouldListenTo;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -10510,6 +10673,7 @@ summary | System.Diagnostics;EventLogTraceListener;TraceEvent;(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]);Argument[4];Argument[this];taint;df-generated | | System.Diagnostics;EventLogTraceListener;TraceEvent;(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]);Argument[5].Element;Argument[this];taint;df-generated | | System.Diagnostics;EventLogTraceListener;Write;(System.String);Argument[0];Argument[this];taint;df-generated | +| System.Diagnostics;ExceptionRecorder;BeginInvoke;(System.Diagnostics.Activity,System.Exception,System.Diagnostics.TagList,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;FileVersionInfo;GetVersionInfo;(System.String);Argument[0];ReturnValue.SyntheticField[System.Diagnostics.FileVersionInfo._fileName];value;dfc-generated | | System.Diagnostics;FileVersionInfo;ToString;();Argument[this];ReturnValue;taint;df-generated | | System.Diagnostics;FileVersionInfo;get_Comments;();Argument[this];ReturnValue;taint;df-generated | @@ -10650,6 +10814,8 @@ summary | System.Diagnostics;XmlWriterTraceListener;TraceEvent;(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]);Argument[4];Argument[this];taint;df-generated | | System.Diagnostics;XmlWriterTraceListener;TraceEvent;(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]);Argument[5].Element;Argument[this];taint;df-generated | | System.Diagnostics;XmlWriterTraceListener;Write;(System.String);Argument[0];Argument[this];taint;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;OnInsert;(System.Int32,System.Object);Argument[1];Argument[this];taint;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;OnSet;(System.Int32,System.Object,System.Object);Argument[2];Argument[this];taint;df-generated | | System.Drawing.Configuration;SystemDrawingSection;get_Properties;();Argument[this];ReturnValue;taint;df-generated | | System.Drawing.Drawing2D;CustomLineCap;Clone;();Argument[this];ReturnValue;value;dfc-generated | | System.Drawing.Drawing2D;GraphicsPath;Clone;();Argument[this];ReturnValue;value;dfc-generated | @@ -10686,6 +10852,7 @@ summary | System.Drawing.Printing;PrinterSettings+PrinterResolutionCollection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | | System.Drawing.Printing;PrinterSettings+PrinterResolutionCollection;get_SyncRoot;();Argument[this];ReturnValue;value;dfc-generated | | System.Drawing.Printing;PrinterSettings+StringCollection;CopyTo;(System.Array,System.Int32);Argument[this].Element;Argument[0].Element;value;manual | +| System.Drawing.Printing;PrinterSettings+StringCollection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | | System.Drawing.Printing;PrinterSettings+StringCollection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | | System.Drawing.Printing;PrinterSettings+StringCollection;get_SyncRoot;();Argument[this];ReturnValue;value;dfc-generated | | System.Drawing.Printing;PrinterSettings;Clone;();Argument[this];ReturnValue;value;dfc-generated | @@ -11018,6 +11185,7 @@ summary | System.IO.Compression;BrotliStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.Compression;BrotliStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.Compression;BrotliStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO.Compression;BrotliStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO.Compression;BrotliStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO.Compression;BrotliStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.IO.Compression;BrotliStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -11040,6 +11208,7 @@ summary | System.IO.Compression;DeflateStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.Compression;DeflateStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.Compression;DeflateStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO.Compression;DeflateStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO.Compression;DeflateStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO.Compression;DeflateStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.IO.Compression;DeflateStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -11060,6 +11229,7 @@ summary | System.IO.Compression;GZipStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.Compression;GZipStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.Compression;GZipStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO.Compression;GZipStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO.Compression;GZipStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO.Compression;GZipStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.IO.Compression;GZipStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -11078,6 +11248,7 @@ summary | System.IO.Compression;ZLibStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.Compression;ZLibStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.Compression;ZLibStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO.Compression;ZLibStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO.Compression;ZLibStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO.Compression;ZLibStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.IO.Compression;ZLibStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -11130,6 +11301,7 @@ summary | System.IO.IsolatedStorage;IsolatedStorageFileStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.IsolatedStorage;IsolatedStorageFileStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.IsolatedStorage;IsolatedStorageFileStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO.IsolatedStorage;IsolatedStorageFileStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO.IsolatedStorage;IsolatedStorageFileStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO.IsolatedStorage;IsolatedStorageFileStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.IO.IsolatedStorage;IsolatedStorageFileStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -11181,6 +11353,7 @@ summary | System.IO.Pipes;PipeStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.Pipes;PipeStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO.Pipes;PipeStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO.Pipes;PipeStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO.Pipes;PipeStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO.Pipes;PipeStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.IO.Pipes;PipeStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -11212,6 +11385,7 @@ summary | System.IO;BufferedStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO;BufferedStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO;BufferedStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO;BufferedStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO;BufferedStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO;BufferedStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.IO;BufferedStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -11259,6 +11433,7 @@ summary | System.IO;ErrorEventArgs;ErrorEventArgs;(System.Exception);Argument[0];Argument[this].SyntheticField[System.IO.ErrorEventArgs._exception];value;dfc-generated | | System.IO;ErrorEventArgs;GetException;();Argument[this].SyntheticField[System.IO.ErrorEventArgs._exception];ReturnValue;value;dfc-generated | | System.IO;ErrorEventHandler;BeginInvoke;(System.Object,System.IO.ErrorEventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.IO;File;AppendAllBytesAsync;(System.String,System.Byte[],System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated | | System.IO;File;AppendAllLinesAsync;(System.String,System.Collections.Generic.IEnumerable,System.Text.Encoding,System.Threading.CancellationToken);Argument[3];ReturnValue;taint;df-generated | | System.IO;File;AppendAllLinesAsync;(System.String,System.Collections.Generic.IEnumerable,System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated | | System.IO;File;AppendAllTextAsync;(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken);Argument[3];ReturnValue;taint;df-generated | @@ -11311,6 +11486,7 @@ summary | System.IO;FileStream;BeginRead;(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object);Argument[this];Argument[0].Element;taint;manual | | System.IO;FileStream;BeginWrite;(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object);Argument[0].Element;Argument[this];taint;manual | | System.IO;FileStream;BeginWrite;(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;manual | +| System.IO;FileStream;CopyTo;(System.IO.Stream,System.Int32);Argument[this];Argument[0];taint;manual | | System.IO;FileStream;CopyToAsync;(System.IO.Stream,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0];taint;manual | | System.IO;FileStream;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | | System.IO;FileStream;FileStream;(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess,System.Int32);Argument[this];Argument[this].SyntheticField[System.IO.FileStream._strategy].SyntheticField[System.IO.Strategies.DerivedFileStreamStrategy._fileStream];value;dfc-generated | @@ -11330,6 +11506,7 @@ summary | System.IO;FileStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO;FileStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.IO;FileStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO;FileStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO;FileStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO;FileStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.IO;FileStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -11386,12 +11563,14 @@ summary | System.IO;MemoryStream;ToArray;();Argument[this];ReturnValue;taint;manual | | System.IO;MemoryStream;TryGetBuffer;(System.ArraySegment);Argument[this];ReturnValue;taint;df-generated | | System.IO;MemoryStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO;MemoryStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO;MemoryStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO;MemoryStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.IO;MemoryStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | | System.IO;MemoryStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated | | System.IO;MemoryStream;WriteTo;(System.IO.Stream);Argument[this];Argument[0];taint;df-generated | | System.IO;Path;ChangeExtension;(System.String,System.String);Argument[0];ReturnValue;value;dfc-generated | +| System.IO;Path;Combine;(System.ReadOnlySpan);Argument[0].Element;ReturnValue;taint;manual | | System.IO;Path;Combine;(System.String,System.String);Argument[0];ReturnValue;taint;manual | | System.IO;Path;Combine;(System.String,System.String);Argument[1];ReturnValue;taint;manual | | System.IO;Path;Combine;(System.String,System.String,System.String);Argument[0];ReturnValue;taint;manual | @@ -11480,6 +11659,7 @@ summary | System.IO;Stream;ReadExactly;(System.Span);Argument[this];Argument[0].Element;taint;manual | | System.IO;Stream;Synchronized;(System.IO.Stream);Argument[0];ReturnValue;value;dfc-generated | | System.IO;Stream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO;Stream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO;Stream;WriteAsync;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | | System.IO;Stream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO;Stream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | @@ -11701,6 +11881,7 @@ summary | System.IO;UnmanagedMemoryStream;UnmanagedMemoryStream;(System.Runtime.InteropServices.SafeBuffer,System.Int64,System.Int64);Argument[0];Argument[this];taint;df-generated | | System.IO;UnmanagedMemoryStream;UnmanagedMemoryStream;(System.Runtime.InteropServices.SafeBuffer,System.Int64,System.Int64,System.IO.FileAccess);Argument[0];Argument[this];taint;df-generated | | System.IO;UnmanagedMemoryStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO;UnmanagedMemoryStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO;UnmanagedMemoryStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO;UnmanagedMemoryStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.IO;UnmanagedMemoryStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -12067,6 +12248,30 @@ summary | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[1];value;manual | | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue;value;manual | | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;manual | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[3].Parameter[1];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[3].Parameter[1];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].ReturnValue;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].ReturnValue;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[3].Parameter[1];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[3].Parameter[1];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | System.Linq;Enumerable;All;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Enumerable;All;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Enumerable;Any;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[0];value;manual | @@ -12101,6 +12306,10 @@ summary | System.Linq;Enumerable;Contains;(System.Collections.Generic.IEnumerable,TSource,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | | System.Linq;Enumerable;Count;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Enumerable;Count;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;manual | +| System.Linq;Enumerable;CountBy;(System.Collections.Generic.IEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;CountBy;(System.Collections.Generic.IEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;CountBy;(System.Collections.Generic.IEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;CountBy;(System.Collections.Generic.IEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Enumerable;DefaultIfEmpty;(System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Enumerable;DefaultIfEmpty;(System.Collections.Generic.IEnumerable,TSource);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Enumerable;DefaultIfEmpty;(System.Collections.Generic.IEnumerable,TSource);Argument[1];ReturnValue.Element;value;manual | @@ -12211,6 +12420,7 @@ summary | System.Linq;Enumerable;GroupJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;manual | | System.Linq;Enumerable;GroupJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;manual | | System.Linq;Enumerable;GroupJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;manual | +| System.Linq;Enumerable;Index;(System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue.Element.Field[System.ValueTuple`2.Item2];value;dfc-generated | | System.Linq;Enumerable;Intersect;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Enumerable;Intersect;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable);Argument[1].Element;ReturnValue.Element;value;manual | | System.Linq;Enumerable;Intersect;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Collections.Generic.IEqualityComparer);Argument[0].Element;ReturnValue.Element;value;manual | @@ -13064,6 +13274,11 @@ summary | System.Linq;Queryable;Aggregate;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[1];value;manual | | System.Linq;Queryable;Aggregate;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1].ReturnValue;ReturnValue;value;manual | | System.Linq;Queryable;Aggregate;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,TAccumulate,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,TAccumulate,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;All;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;All;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;Any;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | @@ -13095,6 +13310,7 @@ summary | System.Linq;Queryable;Concat;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable);Argument[1].Element;ReturnValue.Element;value;manual | | System.Linq;Queryable;Count;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;Count;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | +| System.Linq;Queryable;CountBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;DefaultIfEmpty;(System.Linq.IQueryable);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Queryable;DefaultIfEmpty;(System.Linq.IQueryable,TSource);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Queryable;DefaultIfEmpty;(System.Linq.IQueryable,TSource);Argument[1];ReturnValue.Element;value;manual | @@ -13553,6 +13769,8 @@ summary | System.Net.Http;HttpContent;SerializeToStreamAsync;(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated | | System.Net.Http;HttpContent;SerializeToStreamAsync;(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken);Argument[this];Argument[0];taint;df-generated | | System.Net.Http;HttpContent;SerializeToStreamAsync;(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated | +| System.Net.Http;HttpIOException;get_Message;();Argument[this].Property[System.Exception.Message];ReturnValue;taint;dfc-generated | +| System.Net.Http;HttpIOException;get_Message;();Argument[this].SyntheticField[System.Exception._message];ReturnValue;value;dfc-generated | | System.Net.Http;HttpMessageInvoker;HttpMessageInvoker;(System.Net.Http.HttpMessageHandler,System.Boolean);Argument[0];Argument[this];taint;df-generated | | System.Net.Http;HttpMessageInvoker;Send;(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken);Argument[this];Argument[0];taint;df-generated | | System.Net.Http;HttpMessageInvoker;SendAsync;(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken);Argument[this];Argument[0];taint;df-generated | @@ -13814,6 +14032,7 @@ summary | System.Net.Quic;QuicConnection;get_RemoteCertificate;();Argument[this];ReturnValue;taint;df-generated | | System.Net.Quic;QuicConnection;get_RemoteEndPoint;();Argument[this];ReturnValue;taint;df-generated | | System.Net.Quic;QuicConnection;get_TargetHostName;();Argument[this];ReturnValue;taint;df-generated | +| System.Net.Quic;QuicConnectionOptions;set_StreamCapacityCallback;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Net.Quic;QuicListener;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | | System.Net.Quic;QuicListenerOptions;set_ConnectionOptionsCallback;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Net.Quic;QuicStream;BeginRead;(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;manual | @@ -13827,6 +14046,7 @@ summary | System.Net.Quic;QuicStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.Net.Quic;QuicStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.Net.Quic;QuicStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.Net.Quic;QuicStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.Net.Quic;QuicStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.Net.Quic;QuicStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.Net.Quic;QuicStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -13938,6 +14158,7 @@ summary | System.Net.Sockets;NetworkStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.Net.Sockets;NetworkStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0].Element;taint;manual | | System.Net.Sockets;NetworkStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.Net.Sockets;NetworkStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.Net.Sockets;NetworkStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.Net.Sockets;NetworkStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | | System.Net.Sockets;NetworkStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | @@ -14662,6 +14883,8 @@ summary | System.Reflection.Emit;ParameterBuilder;SetCustomAttribute;(System.Reflection.Emit.CustomAttributeBuilder);Argument[0];Argument[this];taint;df-generated | | System.Reflection.Emit;ParameterBuilder;SetCustomAttributeCore;(System.Reflection.ConstructorInfo,System.ReadOnlySpan);Argument[1];Argument[this];taint;df-generated | | System.Reflection.Emit;ParameterBuilder;get_Name;();Argument[this];ReturnValue;taint;df-generated | +| System.Reflection.Emit;PersistedAssemblyBuilder;get_FullName;();Argument[this];ReturnValue;taint;df-generated | +| System.Reflection.Emit;PersistedAssemblyBuilder;get_ManifestModule;();Argument[this];ReturnValue;taint;df-generated | | System.Reflection.Emit;PropertyBuilder;AddOtherMethodCore;(System.Reflection.Emit.MethodBuilder);Argument[0];Argument[this];taint;df-generated | | System.Reflection.Emit;PropertyBuilder;GetAccessors;(System.Boolean);Argument[this];ReturnValue;taint;df-generated | | System.Reflection.Emit;PropertyBuilder;GetGetMethod;(System.Boolean);Argument[this];ReturnValue;taint;df-generated | @@ -15617,6 +15840,9 @@ summary | System.Runtime.InteropServices.Marshalling;ArrayMarshaller;GetManagedValuesDestination;(T[]);Argument[0].Element;ReturnValue.Element;value;dfc-generated | | System.Runtime.InteropServices.Marshalling;ArrayMarshaller;GetManagedValuesSource;(T[]);Argument[0].Element;ReturnValue.Element;value;dfc-generated | | System.Runtime.InteropServices.Marshalling;BStrStringMarshaller+ManagedToUnmanagedIn;ToUnmanaged;();Argument[this];ReturnValue;taint;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;FromManaged;(System.Object);Argument[0];Argument[this];taint;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;FromUnmanaged;(System.Runtime.InteropServices.Marshalling.ComVariant);Argument[0];Argument[this].SyntheticField[System.Runtime.InteropServices.Marshalling.ComVariantMarshaller+RefPropagate._unmanaged];value;dfc-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;ToUnmanaged;();Argument[this].SyntheticField[System.Runtime.InteropServices.Marshalling.ComVariantMarshaller+RefPropagate._unmanaged];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices.Marshalling;IIUnknownStrategy;CreateInstancePointer;(System.Void*);Argument[0];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices.Marshalling;PointerArrayMarshaller+ManagedToUnmanagedIn;FromManaged;(T*[],System.Span);Argument[0].Element;Argument[this];taint;df-generated | | System.Runtime.InteropServices.Marshalling;PointerArrayMarshaller+ManagedToUnmanagedIn;FromManaged;(T*[],System.Span);Argument[1];Argument[this];taint;df-generated | @@ -16660,14 +16886,18 @@ summary | System.Text.Json.Nodes;JsonObject;Create;(System.Text.Json.JsonElement,System.Nullable);Argument[0];ReturnValue;taint;df-generated | | System.Text.Json.Nodes;JsonObject;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | | System.Text.Json.Nodes;JsonObject;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | +| System.Text.Json.Nodes;JsonObject;Insert;(System.Int32,System.Collections.Generic.KeyValuePair);Argument[1];Argument[this].Element;value;manual | | System.Text.Json.Nodes;JsonObject;JsonObject;(System.Collections.Generic.IEnumerable>,System.Nullable);Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];value;dfc-generated | | System.Text.Json.Nodes;JsonObject;JsonObject;(System.Collections.Generic.IEnumerable>,System.Nullable);Argument[0].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];value;dfc-generated | | System.Text.Json.Nodes;JsonObject;TryGetPropertyValue;(System.String,System.Text.Json.Nodes.JsonNode);Argument[this];ReturnValue;taint;df-generated | | System.Text.Json.Nodes;JsonObject;TryGetValue;(System.String,System.Text.Json.Nodes.JsonNode);Argument[this];ReturnValue;taint;df-generated | +| System.Text.Json.Nodes;JsonObject;get_Item;(System.Int32);Argument[this].Element;ReturnValue;value;manual | | System.Text.Json.Nodes;JsonObject;get_Keys;();Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Key];ReturnValue.Element;value;manual | | System.Text.Json.Nodes;JsonObject;get_Values;();Argument[this].Element.Property[System.Collections.Generic.KeyValuePair`2.Value];ReturnValue.Element;value;manual | +| System.Text.Json.Nodes;JsonObject;set_Item;(System.Int32,System.Collections.Generic.KeyValuePair);Argument[1];Argument[this].Element;value;manual | | System.Text.Json.Nodes;JsonValue;Create;(T,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Nullable);Argument[1];ReturnValue;taint;df-generated | | System.Text.Json.Nodes;JsonValue;TryGetValue;(T);Argument[this];ReturnValue;taint;df-generated | +| System.Text.Json.Schema;JsonSchemaExporterOptions;set_TransformSchemaNode;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;DefaultJsonTypeInfoResolver;GetTypeInfo;(System.Type,System.Text.Json.JsonSerializerOptions);Argument[1];ReturnValue;taint;df-generated | | System.Text.Json.Serialization.Metadata;DefaultJsonTypeInfoResolver;GetTypeInfo;(System.Type,System.Text.Json.JsonSerializerOptions);Argument[this];ReturnValue;taint;df-generated | | System.Text.Json.Serialization.Metadata;IJsonTypeInfoResolver;GetTypeInfo;(System.Type,System.Text.Json.JsonSerializerOptions);Argument[1];ReturnValue;taint;df-generated | @@ -16701,6 +16931,7 @@ summary | System.Text.Json.Serialization.Metadata;JsonMetadataServices;CreateStackInfo;(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonMetadataServices;CreateValueInfo;(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.JsonConverter);Argument[1];ReturnValue;taint;df-generated | | System.Text.Json.Serialization.Metadata;JsonMetadataServices;GetNullableConverter;(System.Text.Json.Serialization.Metadata.JsonTypeInfo);Argument[0];ReturnValue;taint;df-generated | +| System.Text.Json.Serialization.Metadata;JsonObjectInfoValues;set_ConstructorAttributeProviderFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonObjectInfoValues;set_ConstructorParameterMetadataInitializer;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonObjectInfoValues;set_ObjectCreator;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonObjectInfoValues;set_ObjectWithParameterizedConstructorCreator;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -16709,6 +16940,7 @@ summary | System.Text.Json.Serialization.Metadata;JsonPropertyInfo;set_Get;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonPropertyInfo;set_Set;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonPropertyInfo;set_ShouldSerialize;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Text.Json.Serialization.Metadata;JsonPropertyInfoValues;set_AttributeProviderFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonPropertyInfoValues;set_Getter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonPropertyInfoValues;set_Setter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonTypeInfo;CreateJsonPropertyInfo;(System.Type,System.String);Argument[1];ReturnValue;taint;df-generated | @@ -17092,8 +17324,15 @@ summary | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.Object[]);Argument[1];Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.Object[]);Argument[2].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.Object[]);Argument[this];ReturnValue;value;manual | -| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[this];ReturnValue;value;dfc-generated | -| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[this];ReturnValue;value;dfc-generated | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.ReadOnlySpan);Argument[1];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.ReadOnlySpan);Argument[2].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[1];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[2].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[1];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[2].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | | System.Text;StringBuilder;AppendFormat;(System.String,System.Object);Argument[0];Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.String,System.Object);Argument[1];Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.String,System.Object);Argument[this];ReturnValue;value;manual | @@ -17109,16 +17348,29 @@ summary | System.Text;StringBuilder;AppendFormat;(System.String,System.Object[]);Argument[0];Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.String,System.Object[]);Argument[1].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.String,System.Object[]);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendFormat;(System.String,System.ReadOnlySpan);Argument[0];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.String,System.ReadOnlySpan);Argument[1].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.String,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1,TArg2);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,TArg0);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;AppendJoin;(System.Char,System.Object[]);Argument[1].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.Char,System.Object[]);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan);Argument[1].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan);Argument[1].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | | System.Text;StringBuilder;AppendJoin;(System.Char,System.String[]);Argument[1].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.Char,System.String[]);Argument[this];ReturnValue;value;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.Object[]);Argument[0];Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.Object[]);Argument[1].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.Object[]);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[0];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[1].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[0];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[1].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.String[]);Argument[0];Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.String[]);Argument[1].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.String[]);Argument[this];ReturnValue;value;manual | @@ -17162,6 +17414,8 @@ summary | System.Text;StringBuilder;Remove;(System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;Replace;(System.Char,System.Char);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;Replace;(System.Char,System.Char,System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated | +| System.Text;StringBuilder;Replace;(System.ReadOnlySpan,System.ReadOnlySpan);Argument[this];ReturnValue;value;dfc-generated | +| System.Text;StringBuilder;Replace;(System.ReadOnlySpan,System.ReadOnlySpan,System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;Replace;(System.String,System.String);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;Replace;(System.String,System.String,System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;StringBuilder;(System.String);Argument[0];Argument[this];taint;manual | @@ -17533,12 +17787,14 @@ summary | System.Threading.Tasks;Task;WaitAsync;(System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated | | System.Threading.Tasks;Task;WaitAsync;(System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated | | System.Threading.Tasks;Task;WhenAll;(System.Collections.Generic.IEnumerable>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | +| System.Threading.Tasks;Task;WhenAll;(System.ReadOnlySpan>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | | System.Threading.Tasks;Task;WhenAll;(System.Threading.Tasks.Task[]);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | | System.Threading.Tasks;Task;WhenAny;(System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue;taint;df-generated | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task,System.Threading.Tasks.Task);Argument[0];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task,System.Threading.Tasks.Task);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task[]);Argument[0].Element;ReturnValue;taint;df-generated | | System.Threading.Tasks;Task;WhenAny;(System.Collections.Generic.IEnumerable>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | +| System.Threading.Tasks;Task;WhenAny;(System.ReadOnlySpan>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task,System.Threading.Tasks.Task);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task,System.Threading.Tasks.Task);Argument[1].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task[]);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | @@ -18192,6 +18448,7 @@ summary | System.Threading;LazyInitializer;EnsureInitialized;(T,System.Object,System.Func);Argument[1];ReturnValue;value;hq-generated | | System.Threading;LazyInitializer;EnsureInitialized;(T,System.Object,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | | System.Threading;LazyInitializer;EnsureInitialized;(T,System.Object,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Threading;Lock;EnterScope;();Argument[this];ReturnValue;taint;df-generated | | System.Threading;ManualResetEventSlim;get_WaitHandle;();Argument[this];ReturnValue;taint;df-generated | | System.Threading;Mutex;TryOpenExisting;(System.String,System.Threading.Mutex);Argument[1];ReturnValue;value;dfc-generated | | System.Threading;Overlapped;Overlapped;(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult);Argument[2];Argument[this];taint;df-generated | @@ -21245,6 +21502,8 @@ summary | System;String;Concat;(System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | | System;String;Concat;(System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan);Argument[2].Element;ReturnValue;taint;manual | | System;String;Concat;(System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan);Argument[3].Element;ReturnValue;taint;manual | +| System;String;Concat;(System.ReadOnlySpan);Argument[0].Element;ReturnValue;taint;manual | +| System;String;Concat;(System.ReadOnlySpan);Argument[0].Element;ReturnValue;taint;manual | | System;String;Concat;(System.String,System.String);Argument[0];ReturnValue;taint;manual | | System;String;Concat;(System.String,System.String);Argument[1];ReturnValue;taint;manual | | System;String;Concat;(System.String,System.String,System.String);Argument[0];ReturnValue;taint;manual | @@ -21275,8 +21534,12 @@ summary | System;String;Format;(System.IFormatProvider,System.String,System.Object,System.Object,System.Object);Argument[4];ReturnValue;taint;manual | | System;String;Format;(System.IFormatProvider,System.String,System.Object[]);Argument[1];ReturnValue;taint;manual | | System;String;Format;(System.IFormatProvider,System.String,System.Object[]);Argument[2].Element;ReturnValue;taint;manual | -| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated | -| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated | +| System;String;Format;(System.IFormatProvider,System.String,System.ReadOnlySpan);Argument[1];ReturnValue;taint;manual | +| System;String;Format;(System.IFormatProvider,System.String,System.ReadOnlySpan);Argument[2].Element;ReturnValue;taint;manual | +| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[1];ReturnValue;taint;manual | +| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[2].Element;ReturnValue;taint;manual | +| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[1];ReturnValue;taint;manual | +| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[2].Element;ReturnValue;taint;manual | | System;String;Format;(System.String,System.Object);Argument[0];ReturnValue;taint;manual | | System;String;Format;(System.String,System.Object);Argument[1];ReturnValue;taint;manual | | System;String;Format;(System.String,System.Object,System.Object);Argument[0];ReturnValue;taint;manual | @@ -21288,6 +21551,8 @@ summary | System;String;Format;(System.String,System.Object,System.Object,System.Object);Argument[3];ReturnValue;taint;manual | | System;String;Format;(System.String,System.Object[]);Argument[0];ReturnValue;taint;manual | | System;String;Format;(System.String,System.Object[]);Argument[1].Element;ReturnValue;taint;manual | +| System;String;Format;(System.String,System.ReadOnlySpan);Argument[0];ReturnValue;taint;manual | +| System;String;Format;(System.String,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | | System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1,TArg2);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated | | System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated | | System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,TArg0);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated | @@ -21298,6 +21563,10 @@ summary | System;String;Insert;(System.Int32,System.String);Argument[this];ReturnValue;taint;manual | | System;String;Join;(System.Char,System.Object[]);Argument[0];ReturnValue;taint;manual | | System;String;Join;(System.Char,System.Object[]);Argument[1].Element;ReturnValue;taint;manual | +| System;String;Join;(System.Char,System.ReadOnlySpan);Argument[0];ReturnValue;taint;manual | +| System;String;Join;(System.Char,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | +| System;String;Join;(System.Char,System.ReadOnlySpan);Argument[0];ReturnValue;taint;manual | +| System;String;Join;(System.Char,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | | System;String;Join;(System.Char,System.String[]);Argument[0];ReturnValue;taint;manual | | System;String;Join;(System.Char,System.String[]);Argument[1].Element;ReturnValue;taint;manual | | System;String;Join;(System.Char,System.String[],System.Int32,System.Int32);Argument[0];ReturnValue;taint;manual | @@ -21306,6 +21575,10 @@ summary | System;String;Join;(System.String,System.Collections.Generic.IEnumerable);Argument[1].Element;ReturnValue;taint;manual | | System;String;Join;(System.String,System.Object[]);Argument[0];ReturnValue;taint;manual | | System;String;Join;(System.String,System.Object[]);Argument[1].Element;ReturnValue;taint;manual | +| System;String;Join;(System.String,System.ReadOnlySpan);Argument[0];ReturnValue;taint;manual | +| System;String;Join;(System.String,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | +| System;String;Join;(System.String,System.ReadOnlySpan);Argument[0];ReturnValue;taint;manual | +| System;String;Join;(System.String,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | | System;String;Join;(System.String,System.String[]);Argument[0];ReturnValue;taint;manual | | System;String;Join;(System.String,System.String[]);Argument[1].Element;ReturnValue;taint;manual | | System;String;Join;(System.String,System.String[],System.Int32,System.Int32);Argument[0];ReturnValue;taint;manual | @@ -21338,6 +21611,7 @@ summary | System;String;Split;(System.Char[],System.Int32);Argument[this];ReturnValue.Element;taint;manual | | System;String;Split;(System.Char[],System.Int32,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual | | System;String;Split;(System.Char[],System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual | +| System;String;Split;(System.ReadOnlySpan);Argument[this];ReturnValue.Element;taint;manual | | System;String;Split;(System.String,System.Int32,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual | | System;String;Split;(System.String,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual | | System;String;Split;(System.String[],System.Int32,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual | @@ -22105,7 +22379,13 @@ summary neutral | Dapper;SqlMapper+GridReader;Dispose;();summary;df-generated | | Dapper;SqlMapper+Identity;Equals;(Dapper.SqlMapper+Identity);summary;df-generated | +| Funq;Container;Contains;(Microsoft.Extensions.DependencyInjection.ServiceDescriptor);summary;df-generated | | Funq;Container;Dispose;();summary;df-generated | +| Funq;Container;IndexOf;(Microsoft.Extensions.DependencyInjection.ServiceDescriptor);summary;df-generated | +| Funq;Container;Remove;(Microsoft.Extensions.DependencyInjection.ServiceDescriptor);summary;df-generated | +| Funq;Container;RemoveAt;(System.Int32);summary;df-generated | +| Funq;Container;get_Count;();summary;df-generated | +| Funq;Container;get_IsReadOnly;();summary;df-generated | | Microsoft.AspNetCore.Authentication.Cookies;PostConfigureCookieAuthenticationOptions;PostConfigure;(System.String,Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions);summary;df-generated | | Microsoft.AspNetCore.Authentication.OAuth;OAuthTokenResponse;Dispose;();summary;df-generated | | Microsoft.AspNetCore.Builder;ConfigureHostBuilder;Build;();summary;df-generated | @@ -22133,6 +22413,8 @@ neutral | Microsoft.AspNetCore.Components.Web;HtmlRenderer;Dispose;();summary;df-generated | | Microsoft.AspNetCore.Components;OwningComponentBase;Dispose;();summary;df-generated | | Microsoft.AspNetCore.Components;PersistingComponentStateSubscription;Dispose;();summary;df-generated | +| Microsoft.AspNetCore.Components;ResourceAssetCollection;get_Count;();summary;df-generated | +| Microsoft.AspNetCore.Components;ResourceAssetCollection;get_Item;(System.Int32);summary;df-generated | | Microsoft.AspNetCore.Connections;ConnectionItems;Contains;(System.Collections.Generic.KeyValuePair);summary;df-generated | | Microsoft.AspNetCore.Connections;ConnectionItems;ContainsKey;(System.Object);summary;df-generated | | Microsoft.AspNetCore.Connections;ConnectionItems;Remove;(System.Collections.Generic.KeyValuePair);summary;df-generated | @@ -22381,6 +22663,7 @@ neutral | Microsoft.Extensions.Caching.Memory;CacheExtensions;Get;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object);summary;df-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;Get;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object);summary;df-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreateAsync;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func>);summary;df-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreateAsync;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func>,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);summary;df-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;TryGetValue;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem);summary;df-generated | | Microsoft.Extensions.Caching.Memory;ICacheEntry;get_Key;();summary;df-generated | | Microsoft.Extensions.Caching.Memory;IMemoryCache;GetCurrentStatistics;();summary;df-generated | @@ -24115,6 +24398,7 @@ neutral | ServiceStack.Caching;CacheClientWithPrefix;Dispose;();summary;df-generated | | ServiceStack.Caching;MemoryCacheClient;Dispose;();summary;df-generated | | ServiceStack.Caching;MultiCacheClient;Dispose;();summary;df-generated | +| ServiceStack.Jobs;JobLogger;IsEnabled;(Microsoft.Extensions.Logging.LogLevel);summary;df-generated | | ServiceStack.Messaging;BackgroundMqClient;Dispose;();summary;df-generated | | ServiceStack.Messaging;BackgroundMqCollection;Dispose;();summary;df-generated | | ServiceStack.Messaging;BackgroundMqMessageFactory;Dispose;();summary;df-generated | @@ -24222,6 +24506,11 @@ neutral | ServiceStack.Serialization;XmlSerializerWrapper;WriteObject;(System.Xml.XmlDictionaryWriter,System.Object);summary;df-generated | | ServiceStack.Serialization;XmlSerializerWrapper;WriteObjectContent;(System.Xml.XmlDictionaryWriter,System.Object);summary;df-generated | | ServiceStack.Serialization;XmlSerializerWrapper;WriteStartObject;(System.Xml.XmlDictionaryWriter,System.Object);summary;df-generated | +| ServiceStack.SystemJson;JsonEnumMemberStringEnumConverter;CanConvert;(System.Type);summary;df-generated | +| ServiceStack.SystemJson;XsdTimeOnlyJsonConverter;Read;(System.Text.Json.Utf8JsonReader,System.Type,System.Text.Json.JsonSerializerOptions);summary;df-generated | +| ServiceStack.SystemJson;XsdTimeOnlyJsonConverter;Write;(System.Text.Json.Utf8JsonWriter,System.TimeOnly,System.Text.Json.JsonSerializerOptions);summary;df-generated | +| ServiceStack.SystemJson;XsdTimeSpanJsonConverter;Read;(System.Text.Json.Utf8JsonReader,System.Type,System.Text.Json.JsonSerializerOptions);summary;df-generated | +| ServiceStack.SystemJson;XsdTimeSpanJsonConverter;Write;(System.Text.Json.Utf8JsonWriter,System.TimeSpan,System.Text.Json.JsonSerializerOptions);summary;df-generated | | ServiceStack.Text.Pools;PooledObject;Dispose;();summary;df-generated | | ServiceStack.Text;DirectStreamWriter;Flush;();summary;df-generated | | ServiceStack.Text;DirectStreamWriter;Write;(System.Char);summary;df-generated | @@ -24250,6 +24539,7 @@ neutral | ServiceStack;DisposableTracker;Dispose;();summary;df-generated | | ServiceStack;DynamicJson;TryGetMember;(System.Dynamic.GetMemberBinder,System.Object);summary;df-generated | | ServiceStack;DynamicJson;TrySetMember;(System.Dynamic.SetMemberBinder,System.Object);summary;df-generated | +| ServiceStack;EndpointOptions;Equals;(ServiceStack.EndpointOptions);summary;df-generated | | ServiceStack;EventSubscription;Dispose;();summary;df-generated | | ServiceStack;HttpResult;Dispose;();summary;df-generated | | ServiceStack;JsonApiClient;Dispose;();summary;df-generated | @@ -24270,6 +24560,7 @@ neutral | ServiceStack;RequiredPermissionAttribute;GetHashCode;();summary;df-generated | | ServiceStack;RequiredRoleAttribute;Equals;(System.Object);summary;df-generated | | ServiceStack;RequiredRoleAttribute;GetHashCode;();summary;df-generated | +| ServiceStack;RetryPolicy;Equals;(ServiceStack.RetryPolicy);summary;df-generated | | ServiceStack;RouteAttribute;Equals;(System.Object);summary;df-generated | | ServiceStack;RouteAttribute;GetHashCode;();summary;df-generated | | ServiceStack;ServerEventsClient;Dispose;();summary;df-generated | @@ -24997,6 +25288,7 @@ neutral | System.Collections.Generic;Dictionary;TrimExcess;(System.Int32);summary;df-generated | | System.Collections.Generic;Dictionary;TryAdd;(TKey,TValue);summary;df-generated | | System.Collections.Generic;Dictionary;TryGetValue;(TKey,TValue);summary;df-generated | +| System.Collections.Generic;Dictionary;get_Capacity;();summary;df-generated | | System.Collections.Generic;Dictionary;get_Count;();summary;df-generated | | System.Collections.Generic;Dictionary;get_IsFixedSize;();summary;df-generated | | System.Collections.Generic;Dictionary;get_IsReadOnly;();summary;df-generated | @@ -25034,7 +25326,9 @@ neutral | System.Collections.Generic;HashSet;SetEquals;(System.Collections.Generic.IEnumerable);summary;df-generated | | System.Collections.Generic;HashSet;SymmetricExceptWith;(System.Collections.Generic.IEnumerable);summary;df-generated | | System.Collections.Generic;HashSet;TrimExcess;();summary;df-generated | +| System.Collections.Generic;HashSet;TrimExcess;(System.Int32);summary;df-generated | | System.Collections.Generic;HashSet;UnionWith;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.Generic;HashSet;get_Capacity;();summary;df-generated | | System.Collections.Generic;HashSet;get_Count;();summary;df-generated | | System.Collections.Generic;HashSet;get_IsReadOnly;();summary;df-generated | | System.Collections.Generic;IAsyncEnumerable;GetAsyncEnumerator;(System.Threading.CancellationToken);summary;df-generated | @@ -25141,6 +25435,60 @@ neutral | System.Collections.Generic;List;get_IsReadOnly;();summary;df-generated | | System.Collections.Generic;List;get_IsSynchronized;();summary;df-generated | | System.Collections.Generic;List;get_Item;(System.Int32);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+Enumerator;Dispose;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+Enumerator;MoveNext;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+Enumerator;Reset;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+Enumerator;get_Current;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection+Enumerator;Dispose;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection+Enumerator;MoveNext;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection+Enumerator;Reset;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection+Enumerator;get_Current;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;Contains;(System.Object);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;Contains;(TKey);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;IndexOf;(System.Object);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;IndexOf;(TKey);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;Remove;(System.Object);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;Remove;(TKey);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;RemoveAt;(System.Int32);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;get_Count;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;get_IsFixedSize;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;get_IsReadOnly;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;get_IsSynchronized;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+KeyCollection;get_Item;(System.Int32);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection+Enumerator;Dispose;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection+Enumerator;MoveNext;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection+Enumerator;Reset;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection+Enumerator;get_Current;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;Contains;(System.Object);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;Contains;(TValue);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;IndexOf;(System.Object);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;IndexOf;(TValue);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;Remove;(System.Object);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;Remove;(TValue);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;RemoveAt;(System.Int32);summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;get_Count;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;get_IsFixedSize;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;get_IsReadOnly;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;get_IsSynchronized;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary+ValueCollection;get_Item;(System.Int32);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;Contains;(System.Collections.Generic.KeyValuePair);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;Contains;(System.Object);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;ContainsKey;(TKey);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;IndexOf;(System.Collections.Generic.KeyValuePair);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;IndexOf;(System.Object);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;Remove;(System.Collections.Generic.KeyValuePair);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;Remove;(System.Object);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;Remove;(TKey);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;RemoveAt;(System.Int32);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;TryGetValue;(TKey,TValue);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;get_Count;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary;get_IsFixedSize;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary;get_IsReadOnly;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary;get_IsSynchronized;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary;get_Item;(System.Int32);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;get_Item;(TKey);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;get_Keys;();summary;df-generated | +| System.Collections.Generic;OrderedDictionary;get_Values;();summary;df-generated | | System.Collections.Generic;PriorityQueue+UnorderedItemsCollection+Enumerator;Dispose;();summary;df-generated | | System.Collections.Generic;PriorityQueue+UnorderedItemsCollection+Enumerator;MoveNext;();summary;df-generated | | System.Collections.Generic;PriorityQueue+UnorderedItemsCollection+Enumerator;Reset;();summary;df-generated | @@ -25165,6 +25513,8 @@ neutral | System.Collections.Generic;Queue;Queue;(System.Int32);summary;df-generated | | System.Collections.Generic;Queue;ToArray;();summary;df-generated | | System.Collections.Generic;Queue;TrimExcess;();summary;df-generated | +| System.Collections.Generic;Queue;TrimExcess;(System.Int32);summary;df-generated | +| System.Collections.Generic;Queue;get_Capacity;();summary;df-generated | | System.Collections.Generic;Queue;get_Count;();summary;df-generated | | System.Collections.Generic;Queue;get_IsSynchronized;();summary;df-generated | | System.Collections.Generic;ReferenceEqualityComparer;Equals;(System.Object,System.Object);summary;df-generated | @@ -25264,6 +25614,8 @@ neutral | System.Collections.Generic;Stack;EnsureCapacity;(System.Int32);summary;df-generated | | System.Collections.Generic;Stack;Stack;(System.Int32);summary;df-generated | | System.Collections.Generic;Stack;TrimExcess;();summary;df-generated | +| System.Collections.Generic;Stack;TrimExcess;(System.Int32);summary;df-generated | +| System.Collections.Generic;Stack;get_Capacity;();summary;df-generated | | System.Collections.Generic;Stack;get_Count;();summary;df-generated | | System.Collections.Generic;Stack;get_IsSynchronized;();summary;df-generated | | System.Collections.Immutable;IImmutableDictionary;Add;(TKey,TValue);summary;df-generated | @@ -25789,6 +26141,21 @@ neutral | System.Collections.ObjectModel;ReadOnlyObservableCollection;get_Empty;();summary;df-generated | | System.Collections.ObjectModel;ReadOnlyObservableCollection;remove_CollectionChanged;(System.Collections.Specialized.NotifyCollectionChangedEventHandler);summary;df-generated | | System.Collections.ObjectModel;ReadOnlyObservableCollection;remove_PropertyChanged;(System.ComponentModel.PropertyChangedEventHandler);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;Contains;(T);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;ExceptWith;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;IntersectWith;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;IsProperSubsetOf;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;IsProperSupersetOf;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;IsSubsetOf;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;IsSupersetOf;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;Overlaps;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;Remove;(T);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;SetEquals;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;SymmetricExceptWith;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;UnionWith;(System.Collections.Generic.IEnumerable);summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;get_Count;();summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;get_IsReadOnly;();summary;df-generated | +| System.Collections.ObjectModel;ReadOnlySet;get_IsSynchronized;();summary;df-generated | | System.Collections.Specialized;BitVector32+Section;Equals;(System.Collections.Specialized.BitVector32+Section);summary;df-generated | | System.Collections.Specialized;BitVector32+Section;Equals;(System.Object);summary;df-generated | | System.Collections.Specialized;BitVector32+Section;GetHashCode;();summary;df-generated | @@ -30646,6 +31013,7 @@ neutral | System.Diagnostics;Trace;get_CorrelationManager;();summary;df-generated | | System.Diagnostics;Trace;get_Listeners;();summary;df-generated | | System.Diagnostics;Trace;remove_Refreshing;(System.EventHandler);summary;df-generated | +| System.Diagnostics;TraceConfiguration;Register;();summary;df-generated | | System.Diagnostics;TraceEventCache;get_Callstack;();summary;df-generated | | System.Diagnostics;TraceEventCache;get_DateTime;();summary;df-generated | | System.Diagnostics;TraceEventCache;get_LogicalOperationStack;();summary;df-generated | @@ -30720,10 +31088,33 @@ neutral | System.Diagnostics;XmlWriterTraceListener;XmlWriterTraceListener;(System.IO.TextWriter,System.String);summary;df-generated | | System.Diagnostics;XmlWriterTraceListener;XmlWriterTraceListener;(System.String);summary;df-generated | | System.Diagnostics;XmlWriterTraceListener;XmlWriterTraceListener;(System.String,System.String);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermission;DirectoryServicesPermission;(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermission;DirectoryServicesPermission;(System.DirectoryServices.DirectoryServicesPermissionEntry[]);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermission;DirectoryServicesPermission;(System.Security.Permissions.PermissionState);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermission;get_PermissionEntries;();summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionAttribute;CreatePermission;();summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionAttribute;DirectoryServicesPermissionAttribute;(System.Security.Permissions.SecurityAction);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntry;DirectoryServicesPermissionEntry;(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntry;get_Path;();summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntry;get_PermissionAccess;();summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;Add;(System.DirectoryServices.DirectoryServicesPermissionEntry);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;AddRange;(System.DirectoryServices.DirectoryServicesPermissionEntryCollection);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;AddRange;(System.DirectoryServices.DirectoryServicesPermissionEntry[]);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;Contains;(System.DirectoryServices.DirectoryServicesPermissionEntry);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;CopyTo;(System.DirectoryServices.DirectoryServicesPermissionEntry[],System.Int32);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;IndexOf;(System.DirectoryServices.DirectoryServicesPermissionEntry);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;Insert;(System.Int32,System.DirectoryServices.DirectoryServicesPermissionEntry);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;OnClear;();summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;OnRemove;(System.Int32,System.Object);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;Remove;(System.DirectoryServices.DirectoryServicesPermissionEntry);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;get_Item;(System.Int32);summary;df-generated | +| System.DirectoryServices;DirectoryServicesPermissionEntryCollection;set_Item;(System.Int32,System.DirectoryServices.DirectoryServicesPermissionEntry);summary;df-generated | | System.Drawing.Drawing2D;CustomLineCap;Dispose;();summary;df-generated | | System.Drawing.Drawing2D;GraphicsPath;Dispose;();summary;df-generated | | System.Drawing.Drawing2D;GraphicsPathIterator;Dispose;();summary;df-generated | | System.Drawing.Drawing2D;Matrix;Dispose;();summary;df-generated | +| System.Drawing.Imaging.Effects;Effect;Dispose;();summary;df-generated | +| System.Drawing.Imaging;CachedBitmap;Dispose;();summary;df-generated | | System.Drawing.Imaging;EncoderParameter;Dispose;();summary;df-generated | | System.Drawing.Imaging;EncoderParameters;Dispose;();summary;df-generated | | System.Drawing.Imaging;ImageAttributes;Dispose;();summary;df-generated | @@ -30751,6 +31142,7 @@ neutral | System.Drawing;Brush;Dispose;();summary;df-generated | | System.Drawing;BufferedGraphics;Dispose;();summary;df-generated | | System.Drawing;BufferedGraphicsContext;Dispose;();summary;df-generated | +| System.Drawing;CharacterRange;Equals;(System.Drawing.CharacterRange);summary;df-generated | | System.Drawing;Color;Equals;(System.Drawing.Color);summary;df-generated | | System.Drawing;Color;Equals;(System.Object);summary;df-generated | | System.Drawing;Color;FromArgb;(System.Int32);summary;df-generated | @@ -32391,6 +32783,7 @@ neutral | System.IO;EndOfStreamException;EndOfStreamException;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);summary;df-generated | | System.IO;EndOfStreamException;EndOfStreamException;(System.String);summary;df-generated | | System.IO;EndOfStreamException;EndOfStreamException;(System.String,System.Exception);summary;df-generated | +| System.IO;File;AppendAllBytes;(System.String,System.Byte[]);summary;df-generated | | System.IO;File;AppendAllLines;(System.String,System.Collections.Generic.IEnumerable);summary;df-generated | | System.IO;File;AppendAllLines;(System.String,System.Collections.Generic.IEnumerable,System.Text.Encoding);summary;df-generated | | System.IO;File;AppendAllText;(System.String,System.String);summary;df-generated | @@ -33206,6 +33599,8 @@ neutral | System.Linq;ParallelEnumerable;Sum;(System.Linq.ParallelQuery>);summary;df-generated | | System.Linq;ParallelEnumerable;Sum;(System.Linq.ParallelQuery>);summary;df-generated | | System.Linq;ParallelEnumerable;Sum;(System.Linq.ParallelQuery);summary;df-generated | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,TAccumulate,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);summary;df-generated | | System.Linq;Queryable;Any;(System.Linq.IQueryable);summary;df-generated | | System.Linq;Queryable;Append;(System.Linq.IQueryable,TSource);summary;df-generated | | System.Linq;Queryable;Average;(System.Linq.IQueryable);summary;df-generated | @@ -33222,6 +33617,7 @@ neutral | System.Linq;Queryable;Contains;(System.Linq.IQueryable,TSource);summary;df-generated | | System.Linq;Queryable;Contains;(System.Linq.IQueryable,TSource,System.Collections.Generic.IEqualityComparer);summary;df-generated | | System.Linq;Queryable;Count;(System.Linq.IQueryable);summary;df-generated | +| System.Linq;Queryable;CountBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);summary;df-generated | | System.Linq;Queryable;DistinctBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);summary;df-generated | | System.Linq;Queryable;DistinctBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);summary;df-generated | | System.Linq;Queryable;ElementAt;(System.Linq.IQueryable,System.Index);summary;df-generated | @@ -33230,6 +33626,7 @@ neutral | System.Linq;Queryable;ExceptBy;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);summary;df-generated | | System.Linq;Queryable;FirstOrDefault;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,TSource);summary;df-generated | | System.Linq;Queryable;FirstOrDefault;(System.Linq.IQueryable,TSource);summary;df-generated | +| System.Linq;Queryable;Index;(System.Linq.IQueryable);summary;df-generated | | System.Linq;Queryable;IntersectBy;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>);summary;df-generated | | System.Linq;Queryable;IntersectBy;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);summary;df-generated | | System.Linq;Queryable;LastOrDefault;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,TSource);summary;df-generated | @@ -36193,6 +36590,7 @@ neutral | System.Reflection.Emit;ILGenerator;BeginFaultBlock;();summary;df-generated | | System.Reflection.Emit;ILGenerator;BeginFinallyBlock;();summary;df-generated | | System.Reflection.Emit;ILGenerator;BeginScope;();summary;df-generated | +| System.Reflection.Emit;ILGenerator;CreateLabel;(System.Int32);summary;df-generated | | System.Reflection.Emit;ILGenerator;DefineLabel;();summary;df-generated | | System.Reflection.Emit;ILGenerator;Emit;(System.Reflection.Emit.OpCode);summary;df-generated | | System.Reflection.Emit;ILGenerator;Emit;(System.Reflection.Emit.OpCode,System.Byte);summary;df-generated | @@ -36226,6 +36624,7 @@ neutral | System.Reflection.Emit;Label;Equals;(System.Object);summary;df-generated | | System.Reflection.Emit;Label;Equals;(System.Reflection.Emit.Label);summary;df-generated | | System.Reflection.Emit;Label;GetHashCode;();summary;df-generated | +| System.Reflection.Emit;Label;get_Id;();summary;df-generated | | System.Reflection.Emit;Label;op_Equality;(System.Reflection.Emit.Label,System.Reflection.Emit.Label);summary;df-generated | | System.Reflection.Emit;Label;op_Inequality;(System.Reflection.Emit.Label,System.Reflection.Emit.Label);summary;df-generated | | System.Reflection.Emit;LocalBuilder;get_IsPinned;();summary;df-generated | @@ -36297,6 +36696,7 @@ neutral | System.Reflection.Emit;OpCode;Equals;(System.Object);summary;df-generated | | System.Reflection.Emit;OpCode;Equals;(System.Reflection.Emit.OpCode);summary;df-generated | | System.Reflection.Emit;OpCode;GetHashCode;();summary;df-generated | +| System.Reflection.Emit;OpCode;get_EvaluationStackDelta;();summary;df-generated | | System.Reflection.Emit;OpCode;get_FlowControl;();summary;df-generated | | System.Reflection.Emit;OpCode;get_Name;();summary;df-generated | | System.Reflection.Emit;OpCode;get_OpCodeType;();summary;df-generated | @@ -36313,6 +36713,8 @@ neutral | System.Reflection.Emit;ParameterBuilder;get_IsOptional;();summary;df-generated | | System.Reflection.Emit;ParameterBuilder;get_IsOut;();summary;df-generated | | System.Reflection.Emit;ParameterBuilder;get_Position;();summary;df-generated | +| System.Reflection.Emit;PersistedAssemblyBuilder;GetName;(System.Boolean);summary;df-generated | +| System.Reflection.Emit;PersistedAssemblyBuilder;SetCustomAttributeCore;(System.Reflection.ConstructorInfo,System.ReadOnlySpan);summary;df-generated | | System.Reflection.Emit;PropertyBuilder;AddOtherMethod;(System.Reflection.Emit.MethodBuilder);summary;df-generated | | System.Reflection.Emit;PropertyBuilder;GetCustomAttributes;(System.Boolean);summary;df-generated | | System.Reflection.Emit;PropertyBuilder;GetCustomAttributes;(System.Type,System.Boolean);summary;df-generated | @@ -38944,6 +39346,17 @@ neutral | System.Runtime.InteropServices.Marshalling;ComObject;GetInterfaceImplementation;(System.RuntimeTypeHandle);summary;df-generated | | System.Runtime.InteropServices.Marshalling;ComObject;GetVirtualMethodTableInfoForKey;(System.Type);summary;df-generated | | System.Runtime.InteropServices.Marshalling;ComObject;IsInterfaceImplemented;(System.RuntimeTypeHandle,System.Boolean);summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariant;As;();summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariant;Create;(T);summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariant;CreateRaw;(System.Runtime.InteropServices.VarEnum,T);summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariant;Dispose;();summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariant;GetRawDataRef;();summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariant;get_Null;();summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;Free;();summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;ToManaged;();summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller;ConvertToManaged;(System.Runtime.InteropServices.Marshalling.ComVariant);summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller;ConvertToUnmanaged;(System.Object);summary;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller;Free;(System.Runtime.InteropServices.Marshalling.ComVariant);summary;df-generated | | System.Runtime.InteropServices.Marshalling;CustomMarshallerAttribute;CustomMarshallerAttribute;(System.Type,System.Runtime.InteropServices.Marshalling.MarshalMode,System.Type);summary;df-generated | | System.Runtime.InteropServices.Marshalling;CustomMarshallerAttribute;get_ManagedType;();summary;df-generated | | System.Runtime.InteropServices.Marshalling;CustomMarshallerAttribute;get_MarshalMode;();summary;df-generated | @@ -39901,9 +40314,69 @@ neutral | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;InsertSelectedScalar;(System.Runtime.Intrinsics.Vector128,System.Byte,System.Runtime.Intrinsics.Vector64,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;InsertSelectedScalar;(System.Runtime.Intrinsics.Vector128,System.Byte,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;InsertSelectedScalar;(System.Runtime.Intrinsics.Vector128,System.Byte,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Double*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Double*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Double*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Int64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Int64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Int64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte,System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte,System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte,System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte,System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.UInt64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte,System.UInt64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte,System.UInt64*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128;(System.Double*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128;(System.Int64*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128;(System.UInt64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x2;(System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x2;(System.Double*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x2;(System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x2;(System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x2;(System.Int64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x2;(System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x2;(System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x2;(System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x2;(System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x2;(System.UInt64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x3;(System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x3;(System.Double*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x3;(System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x3;(System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x3;(System.Int64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x3;(System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x3;(System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x3;(System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x3;(System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x3;(System.UInt64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x4;(System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x4;(System.Double*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x4;(System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x4;(System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x4;(System.Int64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x4;(System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x4;(System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x4;(System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x4;(System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadAndReplicateToVector128x4;(System.UInt64*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadPairScalarVector64;(System.Int32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadPairScalarVector64;(System.Single*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;LoadPairScalarVector64;(System.UInt32*);summary;df-generated | @@ -40191,6 +40664,36 @@ neutral | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StorePairScalarNonTemporal;(System.Int32*,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StorePairScalarNonTemporal;(System.Single*,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StorePairScalarNonTemporal;(System.UInt32*,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Byte*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Byte*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Byte*,System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Double*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Double*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Double*,System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Int16*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Int16*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Int16*,System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Int32*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Int32*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Int32*,System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Int64*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Int64*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Int64*,System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.SByte*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.SByte*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.SByte*,System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Single*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Single*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.Single*,System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.UInt16*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.UInt16*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.UInt16*,System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.UInt32*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.UInt32*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.UInt32*,System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.UInt64*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.UInt64*,System.ValueTuple,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;StoreSelectedScalar;(System.UInt64*,System.ValueTuple,System.Runtime.Intrinsics.Vector128>,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;Subtract;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;SubtractSaturateScalar;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;SubtractSaturateScalar;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | @@ -40905,6 +41408,27 @@ neutral | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.Runtime.Intrinsics.Vector128,System.Byte,System.UInt16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.Runtime.Intrinsics.Vector128,System.Byte,System.UInt32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.Runtime.Intrinsics.Vector128,System.Byte,System.UInt64*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte,System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte,System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte,System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte,System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndInsertScalar;(System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte,System.UInt32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64;(System.Byte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64;(System.Int16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64;(System.Int32*);summary;df-generated | @@ -40912,6 +41436,27 @@ neutral | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64;(System.Single*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64;(System.UInt16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64;(System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x2;(System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x2;(System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x2;(System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x2;(System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x2;(System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x2;(System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x2;(System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x3;(System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x3;(System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x3;(System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x3;(System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x3;(System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x3;(System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x3;(System.UInt32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x4;(System.Byte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x4;(System.Int16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x4;(System.Int32*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x4;(System.SByte*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x4;(System.Single*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x4;(System.UInt16*);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector64x4;(System.UInt32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector128;(System.Byte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector128;(System.Int16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;LoadAndReplicateToVector128;(System.Int32*);summary;df-generated | @@ -41794,20 +42339,41 @@ neutral | System.Runtime.Intrinsics.Arm;AdvSimd;Store;(System.UInt64*,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Byte*,System.Runtime.Intrinsics.Vector64,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Byte*,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Byte*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Byte*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Byte*,System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Double*,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int16*,System.Runtime.Intrinsics.Vector64,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int16*,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int16*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int16*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int16*,System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int32*,System.Runtime.Intrinsics.Vector64,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int32*,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int32*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int32*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int32*,System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Int64*,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.SByte*,System.Runtime.Intrinsics.Vector64,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.SByte*,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.SByte*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.SByte*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.SByte*,System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Single*,System.Runtime.Intrinsics.Vector64,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Single*,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Single*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Single*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.Single*,System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt16*,System.Runtime.Intrinsics.Vector64,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt16*,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt16*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt16*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt16*,System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt32*,System.Runtime.Intrinsics.Vector64,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt32*,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt32*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt32*,System.ValueTuple,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt32*,System.ValueTuple,System.Runtime.Intrinsics.Vector64>,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;StoreSelectedScalar;(System.UInt64*,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;Subtract;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd;Subtract;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | @@ -47148,6 +47714,24 @@ neutral | System.Security.Cryptography;CryptographicException;CryptographicException;(System.String,System.Exception);summary;df-generated | | System.Security.Cryptography;CryptographicException;CryptographicException;(System.String,System.String);summary;df-generated | | System.Security.Cryptography;CryptographicOperations;FixedTimeEquals;(System.ReadOnlySpan,System.ReadOnlySpan);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HashData;(System.Security.Cryptography.HashAlgorithmName,System.Byte[]);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HashData;(System.Security.Cryptography.HashAlgorithmName,System.IO.Stream);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HashData;(System.Security.Cryptography.HashAlgorithmName,System.IO.Stream,System.Span);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HashData;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HashData;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan,System.Span);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HashDataAsync;(System.Security.Cryptography.HashAlgorithmName,System.IO.Stream,System.Memory,System.Threading.CancellationToken);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HashDataAsync;(System.Security.Cryptography.HashAlgorithmName,System.IO.Stream,System.Threading.CancellationToken);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HmacData;(System.Security.Cryptography.HashAlgorithmName,System.Byte[],System.Byte[]);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HmacData;(System.Security.Cryptography.HashAlgorithmName,System.Byte[],System.IO.Stream);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HmacData;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan,System.IO.Stream);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HmacData;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan,System.IO.Stream,System.Span);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HmacData;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan,System.ReadOnlySpan);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HmacData;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan,System.ReadOnlySpan,System.Span);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HmacDataAsync;(System.Security.Cryptography.HashAlgorithmName,System.Byte[],System.IO.Stream,System.Threading.CancellationToken);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HmacDataAsync;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlyMemory,System.IO.Stream,System.Memory,System.Threading.CancellationToken);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;HmacDataAsync;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlyMemory,System.IO.Stream,System.Threading.CancellationToken);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;TryHashData;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan,System.Span,System.Int32);summary;df-generated | +| System.Security.Cryptography;CryptographicOperations;TryHmacData;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan,System.ReadOnlySpan,System.Span,System.Int32);summary;df-generated | | System.Security.Cryptography;CryptographicOperations;ZeroMemory;(System.Span);summary;df-generated | | System.Security.Cryptography;CryptographicUnexpectedOperationException;CryptographicUnexpectedOperationException;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);summary;df-generated | | System.Security.Cryptography;CryptographicUnexpectedOperationException;CryptographicUnexpectedOperationException;(System.String);summary;df-generated | @@ -47694,6 +48278,10 @@ neutral | System.Security.Cryptography;KeyedHashAlgorithm;Create;();summary;df-generated | | System.Security.Cryptography;KeyedHashAlgorithm;Create;(System.String);summary;df-generated | | System.Security.Cryptography;KeyedHashAlgorithm;Dispose;(System.Boolean);summary;df-generated | +| System.Security.Cryptography;Kmac128;Dispose;();summary;df-generated | +| System.Security.Cryptography;Kmac256;Dispose;();summary;df-generated | +| System.Security.Cryptography;KmacXof128;Dispose;();summary;df-generated | +| System.Security.Cryptography;KmacXof256;Dispose;();summary;df-generated | | System.Security.Cryptography;MD5;Create;();summary;df-generated | | System.Security.Cryptography;MD5;Create;(System.String);summary;df-generated | | System.Security.Cryptography;MD5;HashData;(System.Byte[]);summary;df-generated | @@ -49026,9 +49614,11 @@ neutral | System.Text.Json.Nodes;JsonNode;WriteTo;(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions);summary;df-generated | | System.Text.Json.Nodes;JsonObject;Contains;(System.Collections.Generic.KeyValuePair);summary;df-generated | | System.Text.Json.Nodes;JsonObject;ContainsKey;(System.String);summary;df-generated | +| System.Text.Json.Nodes;JsonObject;IndexOf;(System.Collections.Generic.KeyValuePair);summary;df-generated | | System.Text.Json.Nodes;JsonObject;JsonObject;(System.Nullable);summary;df-generated | | System.Text.Json.Nodes;JsonObject;Remove;(System.Collections.Generic.KeyValuePair);summary;df-generated | | System.Text.Json.Nodes;JsonObject;Remove;(System.String);summary;df-generated | +| System.Text.Json.Nodes;JsonObject;RemoveAt;(System.Int32);summary;df-generated | | System.Text.Json.Nodes;JsonObject;TryGetValue;(System.String,System.Text.Json.Nodes.JsonNode);summary;df-generated | | System.Text.Json.Nodes;JsonObject;WriteTo;(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions);summary;df-generated | | System.Text.Json.Nodes;JsonObject;get_Count;();summary;df-generated | @@ -49313,6 +49903,7 @@ neutral | System.Text.Json;JsonSerializerOptions;get_Default;();summary;df-generated | | System.Text.Json;JsonSerializerOptions;get_IsReadOnly;();summary;df-generated | | System.Text.Json;JsonSerializerOptions;get_TypeInfoResolverChain;();summary;df-generated | +| System.Text.Json;JsonSerializerOptions;get_Web;();summary;df-generated | | System.Text.Json;Utf8JsonReader;CopyString;(System.Span);summary;df-generated | | System.Text.Json;Utf8JsonReader;GetBoolean;();summary;df-generated | | System.Text.Json;Utf8JsonReader;GetByte;();summary;df-generated | @@ -50710,6 +51301,13 @@ neutral | System.Threading;Interlocked;Or;(System.UInt64,System.UInt64);summary;df-generated | | System.Threading;Interlocked;Read;(System.Int64);summary;df-generated | | System.Threading;Interlocked;Read;(System.UInt64);summary;df-generated | +| System.Threading;Lock+Scope;Dispose;();summary;df-generated | +| System.Threading;Lock;Enter;();summary;df-generated | +| System.Threading;Lock;Exit;();summary;df-generated | +| System.Threading;Lock;TryEnter;();summary;df-generated | +| System.Threading;Lock;TryEnter;(System.Int32);summary;df-generated | +| System.Threading;Lock;TryEnter;(System.TimeSpan);summary;df-generated | +| System.Threading;Lock;get_IsHeldByCurrentThread;();summary;df-generated | | System.Threading;LockCookie;Equals;(System.Object);summary;df-generated | | System.Threading;LockCookie;Equals;(System.Threading.LockCookie);summary;df-generated | | System.Threading;LockCookie;GetHashCode;();summary;df-generated | @@ -51027,6 +51625,7 @@ neutral | System.Threading;WaitHandleCannotBeOpenedException;WaitHandleCannotBeOpenedException;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);summary;df-generated | | System.Threading;WaitHandleCannotBeOpenedException;WaitHandleCannotBeOpenedException;(System.String);summary;df-generated | | System.Threading;WaitHandleCannotBeOpenedException;WaitHandleCannotBeOpenedException;(System.String,System.Exception);summary;df-generated | +| System.Timers;ElapsedEventArgs;ElapsedEventArgs;(System.DateTime);summary;df-generated | | System.Timers;ElapsedEventArgs;get_SignalTime;();summary;df-generated | | System.Timers;Timer;BeginInit;();summary;df-generated | | System.Timers;Timer;Close;();summary;df-generated | @@ -52481,6 +53080,9 @@ neutral | System;Array;CreateInstance;(System.Type,System.Int32[]);summary;df-generated | | System;Array;CreateInstance;(System.Type,System.Int32[],System.Int32[]);summary;df-generated | | System;Array;CreateInstance;(System.Type,System.Int64[]);summary;df-generated | +| System;Array;CreateInstanceFromArrayType;(System.Type,System.Int32);summary;df-generated | +| System;Array;CreateInstanceFromArrayType;(System.Type,System.Int32[]);summary;df-generated | +| System;Array;CreateInstanceFromArrayType;(System.Type,System.Int32[],System.Int32[]);summary;df-generated | | System;Array;Empty;();summary;df-generated | | System;Array;Equals;(System.Object,System.Collections.IEqualityComparer);summary;df-generated | | System;Array;GetHashCode;(System.Collections.IEqualityComparer);summary;df-generated | @@ -52622,10 +53224,12 @@ neutral | System;BitConverter;GetBytes;(System.Int16);summary;df-generated | | System;BitConverter;GetBytes;(System.Int32);summary;df-generated | | System;BitConverter;GetBytes;(System.Int64);summary;df-generated | +| System;BitConverter;GetBytes;(System.Int128);summary;df-generated | | System;BitConverter;GetBytes;(System.Single);summary;df-generated | | System;BitConverter;GetBytes;(System.UInt16);summary;df-generated | | System;BitConverter;GetBytes;(System.UInt32);summary;df-generated | | System;BitConverter;GetBytes;(System.UInt64);summary;df-generated | +| System;BitConverter;GetBytes;(System.UInt128);summary;df-generated | | System;BitConverter;HalfToInt16Bits;(System.Half);summary;df-generated | | System;BitConverter;HalfToUInt16Bits;(System.Half);summary;df-generated | | System;BitConverter;Int16BitsToHalf;(System.Int16);summary;df-generated | @@ -52647,6 +53251,8 @@ neutral | System;BitConverter;ToInt32;(System.ReadOnlySpan);summary;df-generated | | System;BitConverter;ToInt64;(System.Byte[],System.Int32);summary;df-generated | | System;BitConverter;ToInt64;(System.ReadOnlySpan);summary;df-generated | +| System;BitConverter;ToInt128;(System.Byte[],System.Int32);summary;df-generated | +| System;BitConverter;ToInt128;(System.ReadOnlySpan);summary;df-generated | | System;BitConverter;ToSingle;(System.Byte[],System.Int32);summary;df-generated | | System;BitConverter;ToSingle;(System.ReadOnlySpan);summary;df-generated | | System;BitConverter;ToString;(System.Byte[]);summary;df-generated | @@ -52658,6 +53264,8 @@ neutral | System;BitConverter;ToUInt32;(System.ReadOnlySpan);summary;df-generated | | System;BitConverter;ToUInt64;(System.Byte[],System.Int32);summary;df-generated | | System;BitConverter;ToUInt64;(System.ReadOnlySpan);summary;df-generated | +| System;BitConverter;ToUInt128;(System.Byte[],System.Int32);summary;df-generated | +| System;BitConverter;ToUInt128;(System.ReadOnlySpan);summary;df-generated | | System;BitConverter;TryWriteBytes;(System.Span,System.Boolean);summary;df-generated | | System;BitConverter;TryWriteBytes;(System.Span,System.Char);summary;df-generated | | System;BitConverter;TryWriteBytes;(System.Span,System.Double);summary;df-generated | @@ -52665,10 +53273,12 @@ neutral | System;BitConverter;TryWriteBytes;(System.Span,System.Int16);summary;df-generated | | System;BitConverter;TryWriteBytes;(System.Span,System.Int32);summary;df-generated | | System;BitConverter;TryWriteBytes;(System.Span,System.Int64);summary;df-generated | +| System;BitConverter;TryWriteBytes;(System.Span,System.Int128);summary;df-generated | | System;BitConverter;TryWriteBytes;(System.Span,System.Single);summary;df-generated | | System;BitConverter;TryWriteBytes;(System.Span,System.UInt16);summary;df-generated | | System;BitConverter;TryWriteBytes;(System.Span,System.UInt32);summary;df-generated | | System;BitConverter;TryWriteBytes;(System.Span,System.UInt64);summary;df-generated | +| System;BitConverter;TryWriteBytes;(System.Span,System.UInt128);summary;df-generated | | System;BitConverter;UInt16BitsToHalf;(System.UInt16);summary;df-generated | | System;BitConverter;UInt32BitsToSingle;(System.UInt32);summary;df-generated | | System;BitConverter;UInt64BitsToDouble;(System.UInt64);summary;df-generated | @@ -53086,6 +53696,13 @@ neutral | System;ContextMarshalException;ContextMarshalException;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);summary;df-generated | | System;ContextMarshalException;ContextMarshalException;(System.String);summary;df-generated | | System;ContextMarshalException;ContextMarshalException;(System.String,System.Exception);summary;df-generated | +| System;Convert;FromHexString;(System.ReadOnlySpan,System.Span,System.Int32,System.Int32);summary;df-generated | +| System;Convert;FromHexString;(System.String,System.Span,System.Int32,System.Int32);summary;df-generated | +| System;Convert;ToHexStringLower;(System.Byte[]);summary;df-generated | +| System;Convert;ToHexStringLower;(System.Byte[],System.Int32,System.Int32);summary;df-generated | +| System;Convert;ToHexStringLower;(System.ReadOnlySpan);summary;df-generated | +| System;Convert;TryToHexString;(System.ReadOnlySpan,System.Span,System.Int32);summary;df-generated | +| System;Convert;TryToHexStringLower;(System.ReadOnlySpan,System.Span,System.Int32);summary;df-generated | | System;DBNull;GetTypeCode;();summary;df-generated | | System;DBNull;ToBoolean;(System.IFormatProvider);summary;df-generated | | System;DBNull;ToByte;(System.IFormatProvider);summary;df-generated | @@ -54992,6 +55609,8 @@ neutral | System;MemoryExtensions;Contains;(System.ReadOnlySpan,System.ReadOnlySpan,System.StringComparison);summary;df-generated | | System;MemoryExtensions;Contains;(System.ReadOnlySpan,T);summary;df-generated | | System;MemoryExtensions;Contains;(System.Span,T);summary;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,System.Buffers.SearchValues);summary;df-generated | +| System;MemoryExtensions;ContainsAny;(System.Span,System.Buffers.SearchValues);summary;df-generated | | System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,System.Buffers.SearchValues);summary;df-generated | | System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,System.ReadOnlySpan);summary;df-generated | | System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T);summary;df-generated | @@ -55029,6 +55648,8 @@ neutral | System;MemoryExtensions;IndexOf;(System.ReadOnlySpan,T);summary;df-generated | | System;MemoryExtensions;IndexOf;(System.Span,System.ReadOnlySpan);summary;df-generated | | System;MemoryExtensions;IndexOf;(System.Span,T);summary;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,System.Buffers.SearchValues);summary;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.Span,System.Buffers.SearchValues);summary;df-generated | | System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,System.Buffers.SearchValues);summary;df-generated | | System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,System.ReadOnlySpan);summary;df-generated | | System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T);summary;df-generated | @@ -56051,6 +56672,7 @@ neutral | System;Type;GetMethod;(System.String);summary;df-generated | | System;Type;GetMethod;(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]);summary;df-generated | | System;Type;GetMethod;(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]);summary;df-generated | +| System;Type;GetMethod;(System.String,System.Int32,System.Reflection.BindingFlags,System.Type[]);summary;df-generated | | System;Type;GetMethod;(System.String,System.Int32,System.Type[]);summary;df-generated | | System;Type;GetMethod;(System.String,System.Int32,System.Type[],System.Reflection.ParameterModifier[]);summary;df-generated | | System;Type;GetMethod;(System.String,System.Reflection.BindingFlags);summary;df-generated | @@ -56801,6 +57423,7 @@ neutral | System;Uri;CheckSecurity;();summary;df-generated | | System;Uri;Compare;(System.Uri,System.Uri,System.UriComponents,System.UriFormat,System.StringComparison);summary;df-generated | | System;Uri;Equals;(System.Object);summary;df-generated | +| System;Uri;Equals;(System.Uri);summary;df-generated | | System;Uri;Escape;();summary;df-generated | | System;Uri;FromHex;(System.Char);summary;df-generated | | System;Uri;GetHashCode;();summary;df-generated | diff --git a/csharp/ql/test/library-tests/dataflow/library/FlowSummariesFiltered.expected b/csharp/ql/test/library-tests/dataflow/library/FlowSummariesFiltered.expected index f99f76e9273b..d40ca375c19c 100644 --- a/csharp/ql/test/library-tests/dataflow/library/FlowSummariesFiltered.expected +++ b/csharp/ql/test/library-tests/dataflow/library/FlowSummariesFiltered.expected @@ -31,6 +31,10 @@ | Dapper;SqlMapper;QueryAsync;(System.Data.IDbConnection,System.String,System.Type[],System.Func,System.Object,System.Data.IDbTransaction,System.Boolean,System.String,System.Nullable,System.Nullable);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | Dapper;SqlMapper;add_QueryCachePurged;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Dapper;SqlMapper;remove_QueryCachePurged;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Funq;Container;Add;(System.Type,System.Func,Microsoft.Extensions.DependencyInjection.ServiceLifetime);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Funq;Container;AddScoped;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Funq;Container;AddSingleton;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Funq;Container;AddTransient;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Funq;Container;Register;(Funq.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Funq;Container;Register;(System.String,Funq.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Funq;Container;Register;(Funq.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -46,6 +50,7 @@ | Funq;Container;Register;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Funq;Container;Register;(System.String,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Funq;Container;RegisterFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Funq;Container;RegisterServiceProviderFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Funq;Func;BeginInvoke;(T1,T2,T3,T4,T5,T6,T7,System.AsyncCallback,System.Object);Argument[7];Argument[7].Parameter[delegate-self];value;hq-generated | | Funq;Func;BeginInvoke;(T1,T2,T3,T4,T5,T6,System.AsyncCallback,System.Object);Argument[6];Argument[6].Parameter[delegate-self];value;hq-generated | | Funq;Func;BeginInvoke;(T1,T2,T3,T4,T5,System.AsyncCallback,System.Object);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated | @@ -117,6 +122,7 @@ | Microsoft.AspNetCore.Builder;EndpointRoutingApplicationBuilderExtensions;UseEndpoints;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;ExceptionHandlerExtensions;UseExceptionHandler;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;ExceptionHandlerOptions;set_ExceptionHandler;(Microsoft.AspNetCore.Http.RequestDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Builder;ExceptionHandlerOptions;set_StatusCodeSelector;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;FallbackEndpointRouteBuilderExtensions;MapFallback;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,Microsoft.AspNetCore.Http.RequestDelegate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;FallbackEndpointRouteBuilderExtensions;MapFallback;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;HostFilteringServicesExtensions;AddHostFiltering;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -138,6 +144,7 @@ | Microsoft.AspNetCore.Builder;RoutingBuilderExtensions;UseRouter;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;RoutingEndpointConventionBuilderExtensions;WithDisplayName;(TBuilder,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;RunExtensions;Run;(Microsoft.AspNetCore.Builder.IApplicationBuilder,Microsoft.AspNetCore.Http.RequestDelegate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Builder;ServerRazorComponentsEndpointConventionBuilderExtensions;AddInteractiveServerRenderMode;(Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;StaticFileOptions;set_OnPrepareResponse;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;StaticFileOptions;set_OnPrepareResponseAsync;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Builder;StatusCodePagesExtensions;UseStatusCodePages;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -201,6 +208,7 @@ | Microsoft.AspNetCore.Components.Routing;Router;set_NotFound;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Sections;SectionContent;set_ChildContent;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Server.Circuits;CircuitHandler;CreateInboundActivityHandler;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components.Server;ServerComponentsEndpointOptions;set_ConfigureWebSocketAcceptContext;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Web.Virtualization;ItemsProviderDelegate;BeginInvoke;(Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Web.Virtualization;Virtualize;set_ChildContent;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Web.Virtualization;Virtualize;set_EmptyContent;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -350,6 +358,9 @@ | Microsoft.AspNetCore.Cors.Infrastructure;CorsOptions;AddPolicy;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Cors.Infrastructure;CorsPolicy;set_IsOriginAllowed;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Cors.Infrastructure;CorsPolicyBuilder;SetIsOriginAllowed;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.DataProtection.KeyManagement;IDeletableKeyManager;DeleteKeys;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.DataProtection.KeyManagement;XmlKeyManager;DeleteKeys;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.DataProtection.Repositories;IDeletableXmlRepository;DeleteElements;(System.Action>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.DataProtection;DataProtectionBuilderExtensions;AddKeyEscrowSink;(Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.DataProtection;DataProtectionBuilderExtensions;AddKeyManagementOptions;(Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.DataProtection;DataProtectionProvider;Create;(System.IO.DirectoryInfo,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -620,6 +631,8 @@ | Microsoft.AspNetCore.Routing;RouteHandler;RouteHandler;(Microsoft.AspNetCore.Http.RequestDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable,System.Func,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable,System.Func,System.Func);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Reflection.MethodInfo);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Reflection.MethodInfo);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.IISIntegration;IISMiddleware;IISMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions,System.String,Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider,Microsoft.Extensions.Hosting.IHostApplicationLifetime);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.IISIntegration;IISMiddleware;IISMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions,System.String,System.Boolean,Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider,Microsoft.Extensions.Hosting.IHostApplicationLifetime);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel.Core;KestrelServerOptions;ConfigureEndpointDefaults;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -638,6 +651,7 @@ | Microsoft.AspNetCore.Server.Kestrel.Https;HttpsConnectionAdapterOptions;set_OnAuthenticate;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel.Https;HttpsConnectionAdapterOptions;set_ServerCertificateSelector;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel.Https;TlsHandshakeCallbackOptions;set_OnConnection;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes;NamedPipeTransportOptions;set_CreateNamedPipeServerStream;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets;SocketTransportOptions;set_CreateBoundListenSocket;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;AnyIPEndpoint;(System.Int32,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;Endpoint;(System.Net.IPAddress,System.Int32,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | @@ -645,6 +659,7 @@ | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;Endpoint;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;HandleEndpoint;(System.UInt64,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;LocalhostEndpoint;(System.Int32,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;NamedPipeEndpoint;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;UnixSocketEndpoint;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Session;DistributedSession;DistributedSession;(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.TimeSpan,System.TimeSpan,System.Func,Microsoft.Extensions.Logging.ILoggerFactory,System.Boolean);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Session;ISessionStore;Create;(System.String,System.TimeSpan,System.TimeSpan,System.Func,System.Boolean);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | @@ -686,6 +701,8 @@ | Microsoft.Extensions.Caching.Distributed;DistributedCacheEntryExtensions;SetAbsoluteExpiration;(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset);Argument[0];ReturnValue;value;dfc-generated | | Microsoft.Extensions.Caching.Distributed;DistributedCacheEntryExtensions;SetAbsoluteExpiration;(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan);Argument[0];ReturnValue;value;dfc-generated | | Microsoft.Extensions.Caching.Distributed;DistributedCacheEntryExtensions;SetSlidingExpiration;(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan);Argument[0];ReturnValue;value;dfc-generated | +| Microsoft.Extensions.Caching.Hybrid;HybridCache;GetOrCreateAsync;(System.String,System.Func>,Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.Extensions.Caching.Hybrid;HybridCache;GetOrCreateAsync;(System.String,TState,System.Func>,Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Caching.Memory;CacheEntryExtensions;AddExpirationToken;(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken);Argument[0];ReturnValue;value;dfc-generated | | Microsoft.Extensions.Caching.Memory;CacheEntryExtensions;AddExpirationToken;(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken);Argument[1];Argument[0].Property[Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens].Element;value;dfc-generated | | Microsoft.Extensions.Caching.Memory;CacheEntryExtensions;AddExpirationToken;(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken);Argument[1];ReturnValue.Property[Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens].Element;value;dfc-generated | @@ -710,7 +727,12 @@ | Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func);Argument[2].ReturnValue;ReturnValue;value;hq-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2].ReturnValue;ReturnValue;value;dfc-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2].ReturnValue;ReturnValue;value;hq-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreateAsync;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreateAsync;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func>,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;Set;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem);Argument[2];ReturnValue;value;dfc-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;Set;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];ReturnValue;value;dfc-generated | | Microsoft.Extensions.Caching.Memory;CacheExtensions;Set;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Primitives.IChangeToken);Argument[2];ReturnValue;value;dfc-generated | @@ -2173,14 +2195,6 @@ | Newtonsoft.Json;JsonValidatingReader;remove_ValidationEventHandler;(Newtonsoft.Json.Schema.ValidationEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.AI;SpeechToTextFactory;set_Resolve;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.AI;TypeChatFactory;set_Resolve;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;RemoveFromUserForm;(System.Predicate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnAfterCreateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnAfterDeleteUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnAfterUpdateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnBeforeCreateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnBeforeDeleteUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_OnBeforeUpdateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Admin;AdminUsersFeature;set_ValidateFn;(ServiceStack.Auth.ValidateAsyncFn);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.AsyncEx;TaskCompletionSourceExtensions;TryCompleteFromCompletedTask;(System.Threading.Tasks.TaskCompletionSource,System.Threading.Tasks.Task,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.Auth;ApiKeyAuthProvider;set_CreateApiKeyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Auth;ApiKeyAuthProvider;set_GenerateApiKey;(ServiceStack.Auth.CreateApiKeyDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2219,6 +2233,7 @@ | ServiceStack.Auth;RegisterService;set_ValidateFn;(ServiceStack.Auth.ValidateFn);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Auth;ValidateAsyncFn;BeginInvoke;(ServiceStack.IServiceBase,System.String,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack.Auth;ValidateFn;BeginInvoke;(ServiceStack.IServiceBase,System.String,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Auth;ValidateRequestAsyncFn;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.Configuration;AppSettingsBase;set_ParsingStrategy;(ServiceStack.Configuration.ParsingStrategyDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Configuration;ParsingStrategyDelegate;BeginInvoke;(System.String,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Data;DbConnectionFactory;DbConnectionFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2450,7 +2465,7 @@ | ServiceStack.Host;HandleServiceExceptionDelegate;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.Exception,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;HandleUncaughtExceptionAsyncDelegate;BeginInvoke;(ServiceStack.Web.IRequest,ServiceStack.Web.IResponse,System.String,System.Exception,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;HandleUncaughtExceptionDelegate;BeginInvoke;(ServiceStack.Web.IRequest,ServiceStack.Web.IResponse,System.String,System.Exception,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | -| ServiceStack.Host;HttpHandlerResolverDelegate;BeginInvoke;(System.String,System.String,System.String,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Host;HttpHandlerResolverDelegate;BeginInvoke;(ServiceStack.Web.IRequest,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;IHttpAsyncHandler;Middleware;(Microsoft.AspNetCore.Http.HttpContext,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;InstanceExecFn;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;MetadataTypeExtensions;ToMetadataServiceRoutes;(System.Collections.Generic.Dictionary,System.Action>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -2459,6 +2474,8 @@ | ServiceStack.Host;ServiceController;ServiceController;(ServiceStack.ServiceStackHost,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;ServiceController;set_ResolveServicesFn;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;ServiceExecFn;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Host;ServiceMetadata;AddReferencedTypes;(System.Collections.Generic.HashSet,System.Type,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Host;ServiceMetadata;GetDtoTypes;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;StreamSerializerResolverDelegate;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,ServiceStack.Web.IResponse,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;TypedFilter;TypedFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Host;TypedFilterAsync;TypedFilterAsync;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2491,6 +2508,10 @@ | ServiceStack.IO;IVirtualFilesAsync;WriteFilesAsync;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.IO;VirtualFilesExtensions;CopyFrom;(ServiceStack.IO.IVirtualPathProvider,System.Collections.Generic.IEnumerable,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.IO;VirtualFilesExtensions;WriteFiles;(ServiceStack.IO.IVirtualPathProvider,System.Collections.Generic.IEnumerable,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Jobs;BackgroundJob;set_OnFailed;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Jobs;BackgroundJob;set_OnSuccess;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Jobs;BackgroundJobOptions;set_OnFailed;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Jobs;BackgroundJobOptions;set_OnSuccess;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Logging;GenericLogFactory;GenericLogFactory;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Messaging;BackgroundMqService;CreateMessageHandlerFactory;(System.Func,System.Object>,System.Action,System.Exception>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Messaging;BackgroundMqService;CreateMessageHandlerFactory;(System.Func,System.Object>,System.Action,System.Exception>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -3395,6 +3416,9 @@ | ServiceStack.Script;ScriptContext;set_OnRenderException;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Script;ScriptContext;set_OnUnhandledExpression;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Script;ScriptMethodInfo;GetScriptMethods;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Serialization;StringMapTypeDeserializer+PropertySerializerEntry;PropertySerializerEntry;(ServiceStack.GetMemberDelegate,ServiceStack.SetMemberDelegate,ServiceStack.Text.Common.ParseStringDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Serialization;StringMapTypeDeserializer+PropertySerializerEntry;PropertySerializerEntry;(ServiceStack.GetMemberDelegate,ServiceStack.SetMemberDelegate,ServiceStack.Text.Common.ParseStringDelegate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Serialization;StringMapTypeDeserializer+PropertySerializerEntry;PropertySerializerEntry;(ServiceStack.GetMemberDelegate,ServiceStack.SetMemberDelegate,ServiceStack.Text.Common.ParseStringDelegate);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.Support;ActionExecHandler;ActionExecHandler;(System.Action,System.Threading.AutoResetEvent);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Support;AdapterBase;Execute;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Support;AdapterBase;Execute;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -3449,6 +3473,7 @@ | ServiceStack.Text.Pools;ObjectPool;ObjectPool;(ServiceStack.Text.Pools.ObjectPool+Factory,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text.Pools;PooledObject;PooledObject;(ServiceStack.Text.Pools.ObjectPool,System.Func,T>,System.Action,T>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text.Pools;PooledObject;PooledObject;(ServiceStack.Text.Pools.ObjectPool,System.Func,T>,System.Action,T>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Text;Config;UnsafeInit;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;Config;set_ModelFactory;(ServiceStack.EmptyCtorFactoryDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;Config;set_OnDeserializationError;(ServiceStack.Text.Common.DeserializationErrorDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;Config;set_ParsePrimitiveFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -3505,12 +3530,14 @@ | ServiceStack.Text;RecyclableMemoryStreamManager;remove_StreamFinalized;(ServiceStack.Text.RecyclableMemoryStreamManager+EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;RecyclableMemoryStreamManager;remove_StreamLength;(ServiceStack.Text.RecyclableMemoryStreamManager+StreamLengthReportHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;RecyclableMemoryStreamManager;remove_UsageReport;(ServiceStack.Text.RecyclableMemoryStreamManager+UsageReportEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Text;TextConfig;ConfigureJsonOptions;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;TextConfig;set_CreateSha;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;TypeConfig;set_OnDeserializing;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Text;TypeSerializer;set_OnSerialize;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.Validation;ValidationError;get_Message;();Argument[this].Property[System.Exception.Message];ReturnValue;value;dfc-generated | | ServiceStack.Validation;ValidationError;get_Message;();Argument[this].SyntheticField[System.ArgumentException._paramName];ReturnValue;taint;dfc-generated | | ServiceStack.Validation;ValidationError;get_Message;();Argument[this].SyntheticField[System.Exception._message];ReturnValue;value;dfc-generated | +| ServiceStack.Validation;ValidationExtensions;RegisterValidator;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func>,Microsoft.Extensions.DependencyInjection.ServiceLifetime);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Validation;ValidationFeature;set_ErrorResponseFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.VirtualPath;AbstractVirtualDirectoryBase;GetPathToRoot;(System.String,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.VirtualPath;AbstractVirtualFileBase;GetPathToRoot;(System.String,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -3534,10 +3561,21 @@ | ServiceStack.Web;TextDeserializerDelegate;BeginInvoke;(System.Type,System.String,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.Web;TextSerializerDelegate;BeginInvoke;(System.Object,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ActionInvoker;BeginInvoke;(System.Object,System.Object[],System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;RemoveFromUserForm;(System.Predicate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnAfterCreateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnAfterDeleteUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnAfterUpdateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnBeforeCreateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnBeforeDeleteUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_OnBeforeUpdateUser;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AdminUsersFeature;set_ValidateFn;(ServiceStack.Auth.ValidateAsyncFn);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ApiAllowableValuesAttribute;ApiAllowableValuesAttribute;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ApiAllowableValuesAttribute;ApiAllowableValuesAttribute;(System.String,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ApiKeyValidator;ApiKeyValidator;(System.Func,System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ApiKeyValidator;ApiKeyValidator;(System.Func,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostBase;ProcessRequest;(Microsoft.AspNetCore.Http.HttpContext,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostBase;set_BeforeNextMiddleware;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AppHostBase;set_IgnoreRequestHandler;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostBase;set_NetCoreHandler;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostExtensions;AddIfNotExists;(System.Collections.Generic.List,T,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostExtensions;ConfigureOperation;(ServiceStack.IAppHost,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -3580,7 +3618,7 @@ | ServiceStack;AsyncServiceClient;set_ResultsFilterResponse;(ServiceStack.ResultsFilterResponseDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AsyncServiceClient;set_StreamDeserializer;(ServiceStack.Web.StreamDeserializerDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AsyncServiceClient;set_StreamSerializer;(ServiceStack.Web.StreamSerializerDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack;AuthFeature;AuthFeature;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AuthFeature;AuthFeature;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AuthFeature;AuthFeature;(System.Func,ServiceStack.Auth.IAuthProvider[],System.String);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AuthFeature;set_AllowGetAuthenticateRequests;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;AuthFeature;set_AuthResponseDecorator;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -3610,8 +3648,14 @@ | ServiceStack;CacheClientExtensions;GetOrCreateAsync;(ServiceStack.Caching.ICacheClientAsync,System.String,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;CacheClientExtensions;GetOrCreateAsync;(ServiceStack.Caching.ICacheClientAsync,System.String,System.TimeSpan,System.Func>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack;CachedExpressionCompiler;Compile;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ClaimUtils;ToAuthenticateResponse;(System.Security.Claims.ClaimsPrincipal,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ClientConfig;set_EncodeDispositionFileName;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ClientConfig;set_EvalExpression;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;CommandResult;Clone;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;CommandsFeature+AsyncMethodInvoker;BeginInvoke;(System.Object,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;CommandsFeature;ExecuteCommandAsync;(System.Type,System.Func,System.Object,ServiceStack.Web.IRequest,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;CommandsFeature;set_ShouldIgnore;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;CommandsFeature;set_SkipRetryingExceptions;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;CompareTypeUtils;Aggregate;(System.Collections.IEnumerable,System.Func,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ContainerExtensions;AddSingleton;(ServiceStack.IContainer,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ContainerExtensions;AddTransient;(ServiceStack.IContainer,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -3672,10 +3716,15 @@ | ServiceStack;ExecUtils;ExecReturnFirstWithResultAsync;(System.Collections.Generic.IEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryOnException;(System.Action,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryOnException;(System.Action,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ExecUtils;RetryOnException;(System.Func,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryOnExceptionAsync;(System.Func,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryOnExceptionAsync;(System.Func,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ExecUtils;RetryOnExceptionAsync;(System.Func>,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryUntilTrue;(System.Func,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExecUtils;RetryUntilTrueAsync;(System.Func>,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ExecUtils;WaitUntilTrue;(System.Func,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ExecUtils;WaitUntilTrueAsync;(System.Func,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ExecUtils;WaitUntilTrueAsync;(System.Func>,System.Nullable);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExpressionUtils;AssignedValues;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExpressionUtils;GetFieldNames;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ExpressionUtils;GetMemberExpression;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -3698,6 +3747,7 @@ | ServiceStack;HostContext;ConfigureAppHost;(System.Action,System.Action,System.Action,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;HostContext;ConfigureAppHost;(System.Action,System.Action,System.Action,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;HostContext;ConfigureAppHost;(System.Action,System.Action,System.Action,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack;HostContext;ConfigureServices;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;HtmlModule;set_FileContentsResolver;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;HtmlModuleContext;Cache;(System.String,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;HtmlModulesFeature;Configure;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -3959,10 +4009,17 @@ | ServiceStack;NativeTypesFeature;ExportAttribute;(System.Type,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;NativeTypesFeature;ExportAttribute;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;NativeTypesFeature;set_ShouldInitializeCollection;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;AddServiceStack;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;AddServiceStack;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Reflection.Assembly,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action,System.Action,System.Action,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action,System.Action,System.Action,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action,System.Action,System.Action,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action,System.Action,System.Action,System.Action);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;MapEndpoints;(ServiceStack.IAppHostNetCore,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;ProcessRequestAsync;(Microsoft.AspNetCore.Http.HttpContext,ServiceStack.Host.Handlers.HttpAsyncTaskHandler,System.String,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;ProcessRequestAsync;(Microsoft.AspNetCore.Http.HttpContext,System.Func,System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;ProcessRequestAsync;(Microsoft.AspNetCore.Http.HttpContext,System.Func,System.String,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack;NetCoreAppHostExtensions;UseServiceStack;(Microsoft.AspNetCore.Builder.IApplicationBuilder,ServiceStack.AppHostBase,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;NetStandardPclExportClient;GetHeader;(System.Net.WebHeaderCollection,System.String,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;ObjectActivator;BeginInvoke;(System.Object[],System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;OrderByExpression;OrderByExpression;(System.String,ServiceStack.GetMemberDelegate,System.Boolean);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -4025,7 +4082,7 @@ | ServiceStack;ResultsFilterHttpDelegate;BeginInvoke;(System.Type,System.String,System.String,System.Object,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack;ResultsFilterHttpResponseDelegate;BeginInvoke;(System.Net.Http.HttpResponseMessage,System.Object,System.String,System.String,System.Object,System.AsyncCallback,System.Object);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated | | ServiceStack;ResultsFilterResponseDelegate;BeginInvoke;(System.Net.WebResponse,System.Object,System.String,System.String,System.Object,System.AsyncCallback,System.Object);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated | -| ServiceStack;SameSiteCookiesServiceCollectionExtensions;ConfigureNonBreakingSameSiteCookies;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;RouteHandlerBuilderDelegate;BeginInvoke;(Microsoft.AspNetCore.Builder.RouteHandlerBuilder,ServiceStack.Host.Operation,System.String,System.String,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServerEventCallback;BeginInvoke;(ServiceStack.ServerEventsClient,ServiceStack.ServerEventMessage,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServerEventsClient;AddListener;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServerEventsClient;HasListener;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -4075,13 +4132,21 @@ | ServiceStack;ServiceClientBase;set_TypedUrlResolver;(ServiceStack.TypedUrlResolverDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceClientBase;set_UrlResolver;(ServiceStack.UrlResolverDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceClientExtensions;Apply;(T,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionExtensions;Add;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func,Microsoft.Extensions.DependencyInjection.ServiceLifetime);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionExtensions;ConfigureJsonOptions;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionExtensions;ConfigurePlugin;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionExtensions;ConfigureScriptContext;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionExtensions;PostConfigurePlugin;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceCollectionSameSiteCookiesExtensions;ConfigureNonBreakingSameSiteCookies;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceExtensions;RunAction;(TService,TRequest,System.Func,ServiceStack.Web.IRequest);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceStackServicesOptions;ResolveAssemblyRequestTypes;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;SetMemberDelegate;BeginInvoke;(System.Object,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;SetMemberDelegate;BeginInvoke;(T,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;SetMemberRefDelegate;BeginInvoke;(System.Object,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;SetMemberRefDelegate;BeginInvoke;(T,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;SharpPageHandler;set_Filter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;SharpPageHandler;set_ValidateFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;SharpPagesFeature;set_Configure;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;StaticActionInvoker;BeginInvoke;(System.Object[],System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;StaticMethodInvoker;BeginInvoke;(System.Object[],System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;StringExtensions;ToCsv;(T,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -4100,12 +4165,12 @@ | ServiceStack;TopLevelAppModularStartup;Create;(THost,Microsoft.Extensions.Configuration.IConfiguration,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;TopLevelAppModularStartup;TopLevelAppModularStartup;(System.Type,ServiceStack.AppHostBase,Microsoft.Extensions.Configuration.IConfiguration,System.Func>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack;TypedUrlResolverDelegate;BeginInvoke;(ServiceStack.IServiceClientMeta,System.String,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UiFeature;set_Configure;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[10];Argument[10].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[11];Argument[11].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[12];Argument[12].Parameter[delegate-self];value;hq-generated | -| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[13];Argument[13].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UiFeature;set_OnConfigure;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[11];Argument[11].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[12];Argument[12].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[13];Argument[13].Parameter[delegate-self];value;hq-generated | +| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable,System.Nullable,System.Nullable,System.Action,System.Action,System.Action,System.Func>);Argument[14];Argument[14].Parameter[delegate-self];value;hq-generated | | ServiceStack;UploadLocation;set_ResolvePath;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;UploadLocation;set_TransformFileAsync;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;UploadLocation;set_ValidateDelete;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4144,6 +4209,7 @@ | System.Buffers;ReadOnlySequence;get_FirstSpan;();Argument[this];ReturnValue;taint;df-generated | | System.Buffers;ReadOnlySpanAction;BeginInvoke;(System.ReadOnlySpan,TArg,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Buffers;SearchValues;Create;(System.ReadOnlySpan);Argument[0];ReturnValue;taint;df-generated | +| System.Buffers;SearchValues;Create;(System.ReadOnlySpan,System.StringComparison);Argument[0];ReturnValue;taint;df-generated | | System.Buffers;SequenceReader;SequenceReader;(System.Buffers.ReadOnlySequence);Argument[0];Argument[this];taint;df-generated | | System.Buffers;SequenceReader;TryCopyTo;(System.Span);Argument[this].Property[System.Buffers.SequenceReader`1.CurrentSpan].Element;Argument[0].Element;value;dfc-generated | | System.Buffers;SequenceReader;TryCopyTo;(System.Span);Argument[this].Property[System.Buffers.SequenceReader`1.UnreadSpan].Element;Argument[0].Element;value;dfc-generated | @@ -4863,6 +4929,8 @@ | System.Collections.Generic;PriorityQueue;PriorityQueue;(System.Collections.Generic.IComparer);Argument[0];Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];value;dfc-generated | | System.Collections.Generic;PriorityQueue;PriorityQueue;(System.Collections.Generic.IEnumerable>,System.Collections.Generic.IComparer);Argument[1];Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];value;dfc-generated | | System.Collections.Generic;PriorityQueue;PriorityQueue;(System.Int32,System.Collections.Generic.IComparer);Argument[1];Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];value;dfc-generated | +| System.Collections.Generic;PriorityQueue;Remove;(TElement,TElement,TPriority,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System.Collections.Generic;PriorityQueue;Remove;(TElement,TElement,TPriority,System.Collections.Generic.IEqualityComparer);Argument[this];ReturnValue;taint;df-generated | | System.Collections.Generic;PriorityQueue;TryDequeue;(TElement,TPriority);Argument[this];ReturnValue;taint;df-generated | | System.Collections.Generic;PriorityQueue;TryPeek;(TElement,TPriority);Argument[this];ReturnValue;taint;df-generated | | System.Collections.Generic;PriorityQueue;get_Comparer;();Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];ReturnValue;value;dfc-generated | @@ -7693,6 +7761,7 @@ | System.Diagnostics;ActivityLink;get_Tags;();Argument[this];ReturnValue;taint;df-generated | | System.Diagnostics;ActivityListener;set_ActivityStarted;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;ActivityListener;set_ActivityStopped;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Diagnostics;ActivityListener;set_ExceptionRecorder;(System.Diagnostics.ExceptionRecorder);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;ActivityListener;set_Sample;(System.Diagnostics.SampleActivity);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;ActivityListener;set_SampleUsingParentId;(System.Diagnostics.SampleActivity);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;ActivityListener;set_ShouldListenTo;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -7749,6 +7818,7 @@ | System.Diagnostics;EntryWrittenEventHandler;BeginInvoke;(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;EventLog;add_EntryWritten;(System.Diagnostics.EntryWrittenEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;EventLog;remove_EntryWritten;(System.Diagnostics.EntryWrittenEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Diagnostics;ExceptionRecorder;BeginInvoke;(System.Diagnostics.Activity,System.Exception,System.Diagnostics.TagList,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | System.Diagnostics;FileVersionInfo;GetVersionInfo;(System.String);Argument[0];ReturnValue.SyntheticField[System.Diagnostics.FileVersionInfo._fileName];value;dfc-generated | | System.Diagnostics;FileVersionInfo;ToString;();Argument[this];ReturnValue;taint;df-generated | | System.Diagnostics;FileVersionInfo;get_Comments;();Argument[this];ReturnValue;taint;df-generated | @@ -8285,6 +8355,7 @@ | System.IO;ErrorEventArgs;ErrorEventArgs;(System.Exception);Argument[0];Argument[this].SyntheticField[System.IO.ErrorEventArgs._exception];value;dfc-generated | | System.IO;ErrorEventArgs;GetException;();Argument[this].SyntheticField[System.IO.ErrorEventArgs._exception];ReturnValue;value;dfc-generated | | System.IO;ErrorEventHandler;BeginInvoke;(System.Object,System.IO.ErrorEventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.IO;File;AppendAllBytesAsync;(System.String,System.Byte[],System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated | | System.IO;File;AppendAllLinesAsync;(System.String,System.Collections.Generic.IEnumerable,System.Text.Encoding,System.Threading.CancellationToken);Argument[3];ReturnValue;taint;df-generated | | System.IO;File;AppendAllLinesAsync;(System.String,System.Collections.Generic.IEnumerable,System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated | | System.IO;File;AppendAllTextAsync;(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken);Argument[3];ReturnValue;taint;df-generated | @@ -8382,6 +8453,7 @@ | System.IO;MemoryStream;TryGetBuffer;(System.ArraySegment);Argument[this];ReturnValue;taint;df-generated | | System.IO;MemoryStream;WriteTo;(System.IO.Stream);Argument[this];Argument[0];taint;df-generated | | System.IO;Path;ChangeExtension;(System.String,System.String);Argument[0];ReturnValue;value;dfc-generated | +| System.IO;Path;Combine;(System.ReadOnlySpan);Argument[0].Element;ReturnValue;taint;manual | | System.IO;Path;Combine;(System.String,System.String);Argument[0];ReturnValue;taint;manual | | System.IO;Path;Combine;(System.String,System.String);Argument[1];ReturnValue;taint;manual | | System.IO;Path;Combine;(System.String,System.String,System.String);Argument[0];ReturnValue;taint;manual | @@ -8469,6 +8541,7 @@ | System.IO;Stream;ReadExactly;(System.Span);Argument[this];Argument[0].Element;taint;manual | | System.IO;Stream;Synchronized;(System.IO.Stream);Argument[0];ReturnValue;value;dfc-generated | | System.IO;Stream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.IO;Stream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.IO;Stream;WriteAsync;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | | System.IO;Stream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.IO;Stream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | @@ -8910,6 +8983,30 @@ | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[1];value;manual | | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue;value;manual | | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;manual | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[3].Parameter[1];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[3].Parameter[1];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].ReturnValue;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].ReturnValue;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[3].Parameter[1];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[3].Parameter[1];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;AggregateBy;(System.Collections.Generic.IEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | System.Linq;Enumerable;All;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Enumerable;All;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Enumerable;Any;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[0];value;manual | @@ -8944,6 +9041,10 @@ | System.Linq;Enumerable;Contains;(System.Collections.Generic.IEnumerable,TSource,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | | System.Linq;Enumerable;Count;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Enumerable;Count;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;manual | +| System.Linq;Enumerable;CountBy;(System.Collections.Generic.IEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;CountBy;(System.Collections.Generic.IEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[1].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;CountBy;(System.Collections.Generic.IEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;CountBy;(System.Collections.Generic.IEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Enumerable;DefaultIfEmpty;(System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Enumerable;DefaultIfEmpty;(System.Collections.Generic.IEnumerable,TSource);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Enumerable;DefaultIfEmpty;(System.Collections.Generic.IEnumerable,TSource);Argument[1];ReturnValue.Element;value;manual | @@ -9054,6 +9155,7 @@ | System.Linq;Enumerable;GroupJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;manual | | System.Linq;Enumerable;GroupJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;manual | | System.Linq;Enumerable;GroupJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;manual | +| System.Linq;Enumerable;Index;(System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue.Element.Field[System.ValueTuple`2.Item2];value;dfc-generated | | System.Linq;Enumerable;Intersect;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Enumerable;Intersect;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable);Argument[1].Element;ReturnValue.Element;value;manual | | System.Linq;Enumerable;Intersect;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Collections.Generic.IEqualityComparer);Argument[0].Element;ReturnValue.Element;value;manual | @@ -9901,6 +10003,11 @@ | System.Linq;Queryable;Aggregate;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[1];value;manual | | System.Linq;Queryable;Aggregate;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1].ReturnValue;ReturnValue;value;manual | | System.Linq;Queryable;Aggregate;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,TAccumulate,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;AggregateBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,TAccumulate,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;All;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;All;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;Any;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | @@ -9932,6 +10039,7 @@ | System.Linq;Queryable;Concat;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable);Argument[1].Element;ReturnValue.Element;value;manual | | System.Linq;Queryable;Count;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;Count;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | +| System.Linq;Queryable;CountBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;DefaultIfEmpty;(System.Linq.IQueryable);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Queryable;DefaultIfEmpty;(System.Linq.IQueryable,TSource);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Queryable;DefaultIfEmpty;(System.Linq.IQueryable,TSource);Argument[1];ReturnValue.Element;value;manual | @@ -10334,6 +10442,8 @@ | System.Net.Http;HttpContent;SerializeToStreamAsync;(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated | | System.Net.Http;HttpContent;SerializeToStreamAsync;(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken);Argument[this];Argument[0];taint;df-generated | | System.Net.Http;HttpContent;SerializeToStreamAsync;(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated | +| System.Net.Http;HttpIOException;get_Message;();Argument[this].Property[System.Exception.Message];ReturnValue;taint;dfc-generated | +| System.Net.Http;HttpIOException;get_Message;();Argument[this].SyntheticField[System.Exception._message];ReturnValue;value;dfc-generated | | System.Net.Http;HttpMessageInvoker;HttpMessageInvoker;(System.Net.Http.HttpMessageHandler,System.Boolean);Argument[0];Argument[this];taint;df-generated | | System.Net.Http;HttpMessageInvoker;Send;(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken);Argument[this];Argument[0];taint;df-generated | | System.Net.Http;HttpMessageInvoker;SendAsync;(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken);Argument[this];Argument[0];taint;df-generated | @@ -10501,6 +10611,7 @@ | System.Net.Quic;QuicConnection;get_RemoteCertificate;();Argument[this];ReturnValue;taint;df-generated | | System.Net.Quic;QuicConnection;get_RemoteEndPoint;();Argument[this];ReturnValue;taint;df-generated | | System.Net.Quic;QuicConnection;get_TargetHostName;();Argument[this];ReturnValue;taint;df-generated | +| System.Net.Quic;QuicConnectionOptions;set_StreamCapacityCallback;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Net.Quic;QuicListenerOptions;set_ConnectionOptionsCallback;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Net.Security;AuthenticatedStream;AuthenticatedStream;(System.IO.Stream,System.Boolean);Argument[0];Argument[this].SyntheticField[System.Net.Security.AuthenticatedStream._innerStream];value;dfc-generated | | System.Net.Security;AuthenticatedStream;get_InnerStream;();Argument[this].SyntheticField[System.Net.Security.AuthenticatedStream._innerStream];ReturnValue;value;dfc-generated | @@ -11783,6 +11894,9 @@ | System.Runtime.InteropServices.Marshalling;ArrayMarshaller;GetManagedValuesDestination;(T[]);Argument[0].Element;ReturnValue.Element;value;dfc-generated | | System.Runtime.InteropServices.Marshalling;ArrayMarshaller;GetManagedValuesSource;(T[]);Argument[0].Element;ReturnValue.Element;value;dfc-generated | | System.Runtime.InteropServices.Marshalling;BStrStringMarshaller+ManagedToUnmanagedIn;ToUnmanaged;();Argument[this];ReturnValue;taint;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;FromManaged;(System.Object);Argument[0];Argument[this];taint;df-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;FromUnmanaged;(System.Runtime.InteropServices.Marshalling.ComVariant);Argument[0];Argument[this].SyntheticField[System.Runtime.InteropServices.Marshalling.ComVariantMarshaller+RefPropagate._unmanaged];value;dfc-generated | +| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;ToUnmanaged;();Argument[this].SyntheticField[System.Runtime.InteropServices.Marshalling.ComVariantMarshaller+RefPropagate._unmanaged];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices.Marshalling;IIUnknownStrategy;CreateInstancePointer;(System.Void*);Argument[0];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices.Marshalling;PointerArrayMarshaller+ManagedToUnmanagedIn;FromManaged;(T*[],System.Span);Argument[0].Element;Argument[this];taint;df-generated | | System.Runtime.InteropServices.Marshalling;PointerArrayMarshaller+ManagedToUnmanagedIn;FromManaged;(T*[],System.Span);Argument[1];Argument[this];taint;df-generated | @@ -12497,6 +12611,7 @@ | System.Text.Json.Nodes;JsonObject;TryGetValue;(System.String,System.Text.Json.Nodes.JsonNode);Argument[this];ReturnValue;taint;df-generated | | System.Text.Json.Nodes;JsonValue;Create;(T,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Nullable);Argument[1];ReturnValue;taint;df-generated | | System.Text.Json.Nodes;JsonValue;TryGetValue;(T);Argument[this];ReturnValue;taint;df-generated | +| System.Text.Json.Schema;JsonSchemaExporterOptions;set_TransformSchemaNode;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;IJsonTypeInfoResolver;GetTypeInfo;(System.Type,System.Text.Json.JsonSerializerOptions);Argument[1];ReturnValue;taint;df-generated | | System.Text.Json.Serialization.Metadata;IJsonTypeInfoResolver;GetTypeInfo;(System.Type,System.Text.Json.JsonSerializerOptions);Argument[this];ReturnValue;taint;df-generated | | System.Text.Json.Serialization.Metadata;JsonCollectionInfoValues;set_ObjectCreator;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -12528,6 +12643,7 @@ | System.Text.Json.Serialization.Metadata;JsonMetadataServices;CreateStackInfo;(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonMetadataServices;CreateValueInfo;(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.JsonConverter);Argument[1];ReturnValue;taint;df-generated | | System.Text.Json.Serialization.Metadata;JsonMetadataServices;GetNullableConverter;(System.Text.Json.Serialization.Metadata.JsonTypeInfo);Argument[0];ReturnValue;taint;df-generated | +| System.Text.Json.Serialization.Metadata;JsonObjectInfoValues;set_ConstructorAttributeProviderFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonObjectInfoValues;set_ConstructorParameterMetadataInitializer;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonObjectInfoValues;set_ObjectCreator;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonObjectInfoValues;set_ObjectWithParameterizedConstructorCreator;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -12536,6 +12652,7 @@ | System.Text.Json.Serialization.Metadata;JsonPropertyInfo;set_Get;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonPropertyInfo;set_Set;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonPropertyInfo;set_ShouldSerialize;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Text.Json.Serialization.Metadata;JsonPropertyInfoValues;set_AttributeProviderFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonPropertyInfoValues;set_Getter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonPropertyInfoValues;set_Setter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Serialization.Metadata;JsonTypeInfo;CreateJsonPropertyInfo;(System.Type,System.String);Argument[1];ReturnValue;taint;df-generated | @@ -12851,8 +12968,15 @@ | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.Object[]);Argument[1];Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.Object[]);Argument[2].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.Object[]);Argument[this];ReturnValue;value;manual | -| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[this];ReturnValue;value;dfc-generated | -| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[this];ReturnValue;value;dfc-generated | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.ReadOnlySpan);Argument[1];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.ReadOnlySpan);Argument[2].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[1];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[2].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[1];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[2].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | | System.Text;StringBuilder;AppendFormat;(System.String,System.Object);Argument[0];Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.String,System.Object);Argument[1];Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.String,System.Object);Argument[this];ReturnValue;value;manual | @@ -12868,16 +12992,29 @@ | System.Text;StringBuilder;AppendFormat;(System.String,System.Object[]);Argument[0];Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.String,System.Object[]);Argument[1].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendFormat;(System.String,System.Object[]);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendFormat;(System.String,System.ReadOnlySpan);Argument[0];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.String,System.ReadOnlySpan);Argument[1].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendFormat;(System.String,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1,TArg2);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,TArg0);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;AppendJoin;(System.Char,System.Object[]);Argument[1].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.Char,System.Object[]);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan);Argument[1].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan);Argument[1].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | | System.Text;StringBuilder;AppendJoin;(System.Char,System.String[]);Argument[1].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.Char,System.String[]);Argument[this];ReturnValue;value;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.Object[]);Argument[0];Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.Object[]);Argument[1].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.Object[]);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[0];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[1].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[0];Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[1].Element;Argument[this];taint;manual | +| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan);Argument[this];ReturnValue;value;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.String[]);Argument[0];Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.String[]);Argument[1].Element;Argument[this];taint;manual | | System.Text;StringBuilder;AppendJoin;(System.String,System.String[]);Argument[this];ReturnValue;value;manual | @@ -12919,6 +13056,8 @@ | System.Text;StringBuilder;Remove;(System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;Replace;(System.Char,System.Char);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;Replace;(System.Char,System.Char,System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated | +| System.Text;StringBuilder;Replace;(System.ReadOnlySpan,System.ReadOnlySpan);Argument[this];ReturnValue;value;dfc-generated | +| System.Text;StringBuilder;Replace;(System.ReadOnlySpan,System.ReadOnlySpan,System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;Replace;(System.String,System.String);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;Replace;(System.String,System.String,System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated | | System.Text;StringBuilder;StringBuilder;(System.String);Argument[0];Argument[this];taint;manual | @@ -13213,12 +13352,14 @@ | System.Threading.Tasks;Task;WaitAsync;(System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated | | System.Threading.Tasks;Task;WaitAsync;(System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated | | System.Threading.Tasks;Task;WhenAll;(System.Collections.Generic.IEnumerable>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | +| System.Threading.Tasks;Task;WhenAll;(System.ReadOnlySpan>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | | System.Threading.Tasks;Task;WhenAll;(System.Threading.Tasks.Task[]);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | | System.Threading.Tasks;Task;WhenAny;(System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue;taint;df-generated | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task,System.Threading.Tasks.Task);Argument[0];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task,System.Threading.Tasks.Task);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task[]);Argument[0].Element;ReturnValue;taint;df-generated | | System.Threading.Tasks;Task;WhenAny;(System.Collections.Generic.IEnumerable>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | +| System.Threading.Tasks;Task;WhenAny;(System.ReadOnlySpan>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task,System.Threading.Tasks.Task);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task,System.Threading.Tasks.Task);Argument[1].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | | System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task[]);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual | @@ -13866,6 +14007,7 @@ | System.Threading;LazyInitializer;EnsureInitialized;(T,System.Object,System.Func);Argument[1];ReturnValue;value;hq-generated | | System.Threading;LazyInitializer;EnsureInitialized;(T,System.Object,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | | System.Threading;LazyInitializer;EnsureInitialized;(T,System.Object,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Threading;Lock;EnterScope;();Argument[this];ReturnValue;taint;df-generated | | System.Threading;ManualResetEventSlim;get_WaitHandle;();Argument[this];ReturnValue;taint;df-generated | | System.Threading;Mutex;TryOpenExisting;(System.String,System.Threading.Mutex);Argument[1];ReturnValue;value;dfc-generated | | System.Threading;Overlapped;Overlapped;(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult);Argument[2];Argument[this];taint;df-generated | @@ -16207,6 +16349,8 @@ | System;String;Concat;(System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | | System;String;Concat;(System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan);Argument[2].Element;ReturnValue;taint;manual | | System;String;Concat;(System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan,System.ReadOnlySpan);Argument[3].Element;ReturnValue;taint;manual | +| System;String;Concat;(System.ReadOnlySpan);Argument[0].Element;ReturnValue;taint;manual | +| System;String;Concat;(System.ReadOnlySpan);Argument[0].Element;ReturnValue;taint;manual | | System;String;Concat;(System.String,System.String);Argument[0];ReturnValue;taint;manual | | System;String;Concat;(System.String,System.String);Argument[1];ReturnValue;taint;manual | | System;String;Concat;(System.String,System.String,System.String);Argument[0];ReturnValue;taint;manual | @@ -16237,8 +16381,12 @@ | System;String;Format;(System.IFormatProvider,System.String,System.Object,System.Object,System.Object);Argument[4];ReturnValue;taint;manual | | System;String;Format;(System.IFormatProvider,System.String,System.Object[]);Argument[1];ReturnValue;taint;manual | | System;String;Format;(System.IFormatProvider,System.String,System.Object[]);Argument[2].Element;ReturnValue;taint;manual | -| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated | -| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated | +| System;String;Format;(System.IFormatProvider,System.String,System.ReadOnlySpan);Argument[1];ReturnValue;taint;manual | +| System;String;Format;(System.IFormatProvider,System.String,System.ReadOnlySpan);Argument[2].Element;ReturnValue;taint;manual | +| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[1];ReturnValue;taint;manual | +| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[2].Element;ReturnValue;taint;manual | +| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[1];ReturnValue;taint;manual | +| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan);Argument[2].Element;ReturnValue;taint;manual | | System;String;Format;(System.String,System.Object);Argument[0];ReturnValue;taint;manual | | System;String;Format;(System.String,System.Object);Argument[1];ReturnValue;taint;manual | | System;String;Format;(System.String,System.Object,System.Object);Argument[0];ReturnValue;taint;manual | @@ -16250,6 +16398,8 @@ | System;String;Format;(System.String,System.Object,System.Object,System.Object);Argument[3];ReturnValue;taint;manual | | System;String;Format;(System.String,System.Object[]);Argument[0];ReturnValue;taint;manual | | System;String;Format;(System.String,System.Object[]);Argument[1].Element;ReturnValue;taint;manual | +| System;String;Format;(System.String,System.ReadOnlySpan);Argument[0];ReturnValue;taint;manual | +| System;String;Format;(System.String,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | | System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1,TArg2);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated | | System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated | | System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,TArg0);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated | @@ -16259,6 +16409,10 @@ | System;String;Insert;(System.Int32,System.String);Argument[this];ReturnValue;taint;manual | | System;String;Join;(System.Char,System.Object[]);Argument[0];ReturnValue;taint;manual | | System;String;Join;(System.Char,System.Object[]);Argument[1].Element;ReturnValue;taint;manual | +| System;String;Join;(System.Char,System.ReadOnlySpan);Argument[0];ReturnValue;taint;manual | +| System;String;Join;(System.Char,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | +| System;String;Join;(System.Char,System.ReadOnlySpan);Argument[0];ReturnValue;taint;manual | +| System;String;Join;(System.Char,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | | System;String;Join;(System.Char,System.String[]);Argument[0];ReturnValue;taint;manual | | System;String;Join;(System.Char,System.String[]);Argument[1].Element;ReturnValue;taint;manual | | System;String;Join;(System.Char,System.String[],System.Int32,System.Int32);Argument[0];ReturnValue;taint;manual | @@ -16267,6 +16421,10 @@ | System;String;Join;(System.String,System.Collections.Generic.IEnumerable);Argument[1].Element;ReturnValue;taint;manual | | System;String;Join;(System.String,System.Object[]);Argument[0];ReturnValue;taint;manual | | System;String;Join;(System.String,System.Object[]);Argument[1].Element;ReturnValue;taint;manual | +| System;String;Join;(System.String,System.ReadOnlySpan);Argument[0];ReturnValue;taint;manual | +| System;String;Join;(System.String,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | +| System;String;Join;(System.String,System.ReadOnlySpan);Argument[0];ReturnValue;taint;manual | +| System;String;Join;(System.String,System.ReadOnlySpan);Argument[1].Element;ReturnValue;taint;manual | | System;String;Join;(System.String,System.String[]);Argument[0];ReturnValue;taint;manual | | System;String;Join;(System.String,System.String[]);Argument[1].Element;ReturnValue;taint;manual | | System;String;Join;(System.String,System.String[],System.Int32,System.Int32);Argument[0];ReturnValue;taint;manual | @@ -16299,6 +16457,7 @@ | System;String;Split;(System.Char[],System.Int32);Argument[this];ReturnValue.Element;taint;manual | | System;String;Split;(System.Char[],System.Int32,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual | | System;String;Split;(System.Char[],System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual | +| System;String;Split;(System.ReadOnlySpan);Argument[this];ReturnValue.Element;taint;manual | | System;String;Split;(System.String,System.Int32,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual | | System;String;Split;(System.String,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual | | System;String;Split;(System.String[],System.Int32,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual | diff --git a/csharp/ql/test/library-tests/dataflow/library/options b/csharp/ql/test/library-tests/dataflow/library/options index 00c7d472fd98..4567d1b25473 100644 --- a/csharp/ql/test/library-tests/dataflow/library/options +++ b/csharp/ql/test/library-tests/dataflow/library/options @@ -1,9 +1,12 @@ semmle-extractor-options: /nostdlib /noconfig semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Newtonsoft.Json/13.0.3/Newtonsoft.Json.csproj semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Dapper/2.1.24/Dapper.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/ServiceStack/8.0.0/ServiceStack.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/ServiceStack.OrmLite.SqlServer/8.0.0/ServiceStack.OrmLite.SqlServer.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Dapper/2.1.35/Dapper.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/ServiceStack/8.5.2/ServiceStack.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.csproj semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs semmle-extractor-options: ${testdir}/../../../resources/stubs/EntityFrameworkCore.cs diff --git a/csharp/ql/test/library-tests/dataflow/threat-models/options b/csharp/ql/test/library-tests/dataflow/threat-models/options index bc1261ee12f2..043eecc65166 100644 --- a/csharp/ql/test/library-tests/dataflow/threat-models/options +++ b/csharp/ql/test/library-tests/dataflow/threat-models/options @@ -1,2 +1,2 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj \ No newline at end of file +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj diff --git a/csharp/ql/test/library-tests/frameworks/Aws/options b/csharp/ql/test/library-tests/frameworks/Aws/options index ae93bf172120..fff7a0321cd8 100644 --- a/csharp/ql/test/library-tests/frameworks/Aws/options +++ b/csharp/ql/test/library-tests/frameworks/Aws/options @@ -1,3 +1,3 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Amazon.Lambda.Core/2.2.0/Amazon.Lambda.Core.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.0/Amazon.Lambda.APIGatewayEvents.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.csproj diff --git a/csharp/ql/test/library-tests/frameworks/EntityFramework/options b/csharp/ql/test/library-tests/frameworks/EntityFramework/options index b7af06933832..ca176c9083bf 100644 --- a/csharp/ql/test/library-tests/frameworks/EntityFramework/options +++ b/csharp/ql/test/library-tests/frameworks/EntityFramework/options @@ -1,4 +1,4 @@ semmle-extractor-options: /nostdlib /noconfig semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj semmle-extractor-options: ${testdir}/../../../resources/stubs/EntityFrameworkCore.cs diff --git a/csharp/ql/test/library-tests/frameworks/NHibernate/options b/csharp/ql/test/library-tests/frameworks/NHibernate/options index eb214ae568f0..cc66a2162ea0 100644 --- a/csharp/ql/test/library-tests/frameworks/NHibernate/options +++ b/csharp/ql/test/library-tests/frameworks/NHibernate/options @@ -1 +1 @@ -semmle-extractor-options: /nostdlib /noconfig --load-sources-from-project:../../../resources/stubs/NHibernate/5.4.7/NHibernate.csproj +semmle-extractor-options: /nostdlib /noconfig --load-sources-from-project:../../../resources/stubs/NHibernate/5.5.2/NHibernate.csproj diff --git a/csharp/ql/test/library-tests/frameworks/ServiceStack/options b/csharp/ql/test/library-tests/frameworks/ServiceStack/options index 65c0074554b3..44ebf9589324 100644 --- a/csharp/ql/test/library-tests/frameworks/ServiceStack/options +++ b/csharp/ql/test/library-tests/frameworks/ServiceStack/options @@ -1,3 +1,3 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack/8.0.0/ServiceStack.csproj -semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack.OrmLite.SqlServer/8.0.0/ServiceStack.OrmLite.SqlServer.csproj +semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack/8.5.2/ServiceStack.csproj +semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj diff --git a/csharp/ql/test/library-tests/frameworks/sql/options b/csharp/ql/test/library-tests/frameworks/sql/options index f767c33228fb..e1827d1cad8c 100644 --- a/csharp/ql/test/library-tests/frameworks/sql/options +++ b/csharp/ql/test/library-tests/frameworks/sql/options @@ -1,3 +1,3 @@ semmle-extractor-options: /nostdlib /noconfig semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj diff --git a/csharp/ql/test/library-tests/frameworks/system/data/entity/options b/csharp/ql/test/library-tests/frameworks/system/data/entity/options index ee3a5b16e197..124c1acc248f 100644 --- a/csharp/ql/test/library-tests/frameworks/system/data/entity/options +++ b/csharp/ql/test/library-tests/frameworks/system/data/entity/options @@ -1,3 +1,3 @@ semmle-extractor-options: /nostdlib /noconfig semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj diff --git a/csharp/ql/test/library-tests/security/dataflow/flowsources/options b/csharp/ql/test/library-tests/security/dataflow/flowsources/options index 3eae271e2e37..f6b3429939db 100644 --- a/csharp/ql/test/library-tests/security/dataflow/flowsources/options +++ b/csharp/ql/test/library-tests/security/dataflow/flowsources/options @@ -1,4 +1,4 @@ semmle-extractor-options: /nostdlib /noconfig semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.OleDb/8.0.0/System.Data.OleDb.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj diff --git a/csharp/ql/test/query-tests/API Abuse/DisposeNotCalledOnException/options b/csharp/ql/test/query-tests/API Abuse/DisposeNotCalledOnException/options index d45aaeaf25e8..043eecc65166 100644 --- a/csharp/ql/test/query-tests/API Abuse/DisposeNotCalledOnException/options +++ b/csharp/ql/test/query-tests/API Abuse/DisposeNotCalledOnException/options @@ -1,2 +1,2 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj diff --git a/csharp/ql/test/query-tests/Security Features/CWE-078/options b/csharp/ql/test/query-tests/Security Features/CWE-078/options index d45aaeaf25e8..043eecc65166 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-078/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-078/options @@ -1,2 +1,2 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj diff --git a/csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/options b/csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/options index 16a77f49bcf1..c5b4a9586554 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/options @@ -1,3 +1,3 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj semmle-extractor-options: ${testdir}/../../../../resources/stubs/System.Web.cs diff --git a/csharp/ql/test/query-tests/Security Features/CWE-089/options b/csharp/ql/test/query-tests/Security Features/CWE-089/options index c6ef0c87f2db..77da3f8c8fb3 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-089/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-089/options @@ -1,6 +1,6 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Dapper/2.1.24/Dapper.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SQLite/1.0.118/System.Data.SQLite.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Dapper/2.1.35/Dapper.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SQLite/1.0.119/System.Data.SQLite.csproj semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Windows.cs semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj diff --git a/csharp/ql/test/query-tests/Security Features/CWE-090/options b/csharp/ql/test/query-tests/Security Features/CWE-090/options index 333ea0ce8ca6..20a0480c8e2f 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-090/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-090/options @@ -1,4 +1,4 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs semmle-extractor-options: ${testdir}/../../../resources/stubs/System.DirectoryServices.cs diff --git a/csharp/ql/test/query-tests/Security Features/CWE-099/options b/csharp/ql/test/query-tests/Security Features/CWE-099/options index b8464f43878f..7404a7573b27 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-099/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-099/options @@ -1,3 +1,3 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs diff --git a/csharp/ql/test/query-tests/Security Features/CWE-201/ExposureInTransmittedData/options b/csharp/ql/test/query-tests/Security Features/CWE-201/ExposureInTransmittedData/options index 16a77f49bcf1..c5b4a9586554 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-201/ExposureInTransmittedData/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-201/ExposureInTransmittedData/options @@ -1,3 +1,3 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj semmle-extractor-options: ${testdir}/../../../../resources/stubs/System.Web.cs diff --git a/csharp/ql/test/query-tests/Security Features/CWE-327/InsecureSQLConnection/options b/csharp/ql/test/query-tests/Security Features/CWE-327/InsecureSQLConnection/options index 37e8d7c859c0..9d4cae0246d7 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-327/InsecureSQLConnection/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-327/InsecureSQLConnection/options @@ -1,2 +1,2 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj diff --git a/csharp/ql/test/query-tests/Security Features/CWE-643/options b/csharp/ql/test/query-tests/Security Features/CWE-643/options index b8464f43878f..7404a7573b27 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-643/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-643/options @@ -1,3 +1,3 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs diff --git a/csharp/ql/test/query-tests/Security Features/CWE-798/options b/csharp/ql/test/query-tests/Security Features/CWE-798/options index 80ab369d7248..338aae1d096b 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-798/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-798/options @@ -1,5 +1,5 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj semmle-extractor-options: ${testdir}/../../../resources/stubs/Microsoft.VisualStudio.TestTools.UnitTesting.cs diff --git a/csharp/ql/test/query-tests/Security Features/CWE-838/options b/csharp/ql/test/query-tests/Security Features/CWE-838/options index dcdc70ca80dc..5e2b8b8284e2 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-838/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-838/options @@ -1,4 +1,4 @@ semmle-extractor-options: /nostdlib /noconfig semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs ${testdir}/../../../resources/stubs/System.Windows.cs diff --git a/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.0/Amazon.Lambda.APIGatewayEvents.cs b/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.cs similarity index 99% rename from csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.0/Amazon.Lambda.APIGatewayEvents.cs rename to csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.cs index 5cebdcec1fa7..03c1a88f6871 100644 --- a/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.0/Amazon.Lambda.APIGatewayEvents.cs +++ b/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.cs @@ -28,6 +28,7 @@ public class APIGatewayCustomAuthorizerPolicy public class IAMPolicyStatement { public System.Collections.Generic.HashSet Action { get => throw null; set { } } + public System.Collections.Generic.IDictionary> Condition { get => throw null; set { } } public IAMPolicyStatement() => throw null; public string Effect { get => throw null; set { } } public System.Collections.Generic.HashSet Resource { get => throw null; set { } } diff --git a/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.0/Amazon.Lambda.APIGatewayEvents.csproj b/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.0/Amazon.Lambda.APIGatewayEvents.csproj rename to csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.csproj diff --git a/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.2.0/Amazon.Lambda.Core.cs b/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.cs similarity index 61% rename from csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.2.0/Amazon.Lambda.Core.cs rename to csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.cs index 4a8928822a1f..1a9cab91201c 100644 --- a/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.2.0/Amazon.Lambda.Core.cs +++ b/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.cs @@ -44,13 +44,29 @@ public interface ILambdaLogger void Log(string message); virtual void Log(string level, string message) => throw null; virtual void Log(Amazon.Lambda.Core.LogLevel level, string message) => throw null; + virtual void Log(string level, string message, params object[] args) => throw null; + virtual void Log(string level, System.Exception exception, string message, params object[] args) => throw null; + virtual void Log(Amazon.Lambda.Core.LogLevel level, string message, params object[] args) => throw null; + virtual void Log(Amazon.Lambda.Core.LogLevel level, System.Exception exception, string message, params object[] args) => throw null; virtual void LogCritical(string message) => throw null; + virtual void LogCritical(string message, params object[] args) => throw null; + virtual void LogCritical(System.Exception exception, string message, params object[] args) => throw null; virtual void LogDebug(string message) => throw null; + virtual void LogDebug(string message, params object[] args) => throw null; + virtual void LogDebug(System.Exception exception, string message, params object[] args) => throw null; virtual void LogError(string message) => throw null; + virtual void LogError(string message, params object[] args) => throw null; + virtual void LogError(System.Exception exception, string message, params object[] args) => throw null; virtual void LogInformation(string message) => throw null; + virtual void LogInformation(string message, params object[] args) => throw null; + virtual void LogInformation(System.Exception exception, string message, params object[] args) => throw null; void LogLine(string message); virtual void LogTrace(string message) => throw null; + virtual void LogTrace(string message, params object[] args) => throw null; + virtual void LogTrace(System.Exception exception, string message, params object[] args) => throw null; virtual void LogWarning(string message) => throw null; + virtual void LogWarning(string message, params object[] args) => throw null; + virtual void LogWarning(System.Exception exception, string message, params object[] args) => throw null; } public interface ILambdaSerializer { @@ -76,6 +92,11 @@ public enum LogLevel Error = 4, Critical = 5, } + public static class SnapshotRestore + { + public static void RegisterAfterRestore(System.Func afterRestoreAction) => throw null; + public static void RegisterBeforeSnapshot(System.Func beforeSnapshotAction) => throw null; + } } } } diff --git a/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.2.0/Amazon.Lambda.Core.csproj b/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.2.0/Amazon.Lambda.Core.csproj rename to csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.csproj diff --git a/csharp/ql/test/resources/stubs/Dapper/2.1.24/Dapper.cs b/csharp/ql/test/resources/stubs/Dapper/2.1.35/Dapper.cs similarity index 100% rename from csharp/ql/test/resources/stubs/Dapper/2.1.24/Dapper.cs rename to csharp/ql/test/resources/stubs/Dapper/2.1.35/Dapper.cs diff --git a/csharp/ql/test/resources/stubs/Dapper/2.1.24/Dapper.csproj b/csharp/ql/test/resources/stubs/Dapper/2.1.35/Dapper.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Dapper/2.1.24/Dapper.csproj rename to csharp/ql/test/resources/stubs/Dapper/2.1.35/Dapper.csproj diff --git a/csharp/ql/test/resources/stubs/EntityFramework/6.4.4/EntityFramework.SqlServer.cs b/csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.SqlServer.cs similarity index 100% rename from csharp/ql/test/resources/stubs/EntityFramework/6.4.4/EntityFramework.SqlServer.cs rename to csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.SqlServer.cs diff --git a/csharp/ql/test/resources/stubs/EntityFramework/6.4.4/EntityFramework.cs b/csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.cs similarity index 100% rename from csharp/ql/test/resources/stubs/EntityFramework/6.4.4/EntityFramework.cs rename to csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.cs diff --git a/csharp/ql/test/resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj b/csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj rename to csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj index 9666926fafda..edca0c61e771 100644 --- a/csharp/ql/test/resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj +++ b/csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj @@ -8,10 +8,10 @@ - + - - + + diff --git a/csharp/ql/test/resources/stubs/System.Windows.Extensions/6.0.0/System.Windows.Extensions.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Abstractions/8.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj similarity index 78% rename from csharp/ql/test/resources/stubs/System.Windows.Extensions/6.0.0/System.Windows.Extensions.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Abstractions/8.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj index 50999e71d783..bc1dd1b3547f 100644 --- a/csharp/ql/test/resources/stubs/System.Windows.Extensions/6.0.0/System.Windows.Extensions.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Abstractions/8.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.DiagnosticSource/6.0.0/System.Diagnostics.DiagnosticSource.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Binder/8.0.0/Microsoft.Extensions.Configuration.Binder.csproj similarity index 73% rename from csharp/ql/test/resources/stubs/System.Diagnostics.DiagnosticSource/6.0.0/System.Diagnostics.DiagnosticSource.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Binder/8.0.0/Microsoft.Extensions.Configuration.Binder.csproj index 44f3b6c98d18..27f68066b0c4 100644 --- a/csharp/ql/test/resources/stubs/System.Diagnostics.DiagnosticSource/6.0.0/System.Diagnostics.DiagnosticSource.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Binder/8.0.0/Microsoft.Extensions.Configuration.Binder.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/6.0.0/System.Configuration.ConfigurationManager.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration/8.0.0/Microsoft.Extensions.Configuration.csproj similarity index 61% rename from csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/6.0.0/System.Configuration.ConfigurationManager.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration/8.0.0/Microsoft.Extensions.Configuration.csproj index 0fb5c831ef48..3a3d95c8025c 100644 --- a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/6.0.0/System.Configuration.ConfigurationManager.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration/8.0.0/Microsoft.Extensions.Configuration.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/6.0.0/Microsoft.Extensions.DependencyInjection.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/8.0.0/Microsoft.Extensions.DependencyInjection.csproj similarity index 72% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/6.0.0/Microsoft.Extensions.DependencyInjection.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/8.0.0/Microsoft.Extensions.DependencyInjection.csproj index 44f64ecc4338..d40ad81bae2b 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/6.0.0/Microsoft.Extensions.DependencyInjection.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/8.0.0/Microsoft.Extensions.DependencyInjection.csproj @@ -7,8 +7,7 @@ - - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/6.0.0/Microsoft.Extensions.Logging.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics.Abstractions/8.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj similarity index 59% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/6.0.0/Microsoft.Extensions.Logging.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics.Abstractions/8.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj index 976e4f248178..5e2dafdbf458 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/6.0.0/Microsoft.Extensions.Logging.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics.Abstractions/8.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj @@ -7,11 +7,9 @@ - - - - - + + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics/8.0.0/Microsoft.Extensions.Diagnostics.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics/8.0.0/Microsoft.Extensions.Diagnostics.csproj new file mode 100644 index 000000000000..9d6ce5a7870e --- /dev/null +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics/8.0.0/Microsoft.Extensions.Diagnostics.csproj @@ -0,0 +1,15 @@ + + + net9.0 + true + bin\ + false + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Http/8.0.0/Microsoft.Extensions.Http.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Http/8.0.0/Microsoft.Extensions.Http.csproj new file mode 100644 index 000000000000..ad6270c7d19b --- /dev/null +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Http/8.0.0/Microsoft.Extensions.Http.csproj @@ -0,0 +1,18 @@ + + + net9.0 + true + bin\ + false + + + + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Security.AccessControl/6.0.0/System.Security.AccessControl.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/8.0.0/Microsoft.Extensions.Logging.Abstractions.csproj similarity index 72% rename from csharp/ql/test/resources/stubs/System.Security.AccessControl/6.0.0/System.Security.AccessControl.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/8.0.0/Microsoft.Extensions.Logging.Abstractions.csproj index c7646fbae204..d40ad81bae2b 100644 --- a/csharp/ql/test/resources/stubs/System.Security.AccessControl/6.0.0/System.Security.AccessControl.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/8.0.0/Microsoft.Extensions.Logging.Abstractions.csproj @@ -7,6 +7,7 @@ + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Http/6.0.0/Microsoft.Extensions.Http.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/8.0.0/Microsoft.Extensions.Logging.csproj similarity index 66% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Http/6.0.0/Microsoft.Extensions.Http.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/8.0.0/Microsoft.Extensions.Logging.csproj index 5f64ad1ae514..528435467564 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Http/6.0.0/Microsoft.Extensions.Http.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/8.0.0/Microsoft.Extensions.Logging.csproj @@ -7,10 +7,9 @@ - - - - + + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0/Microsoft.Extensions.Options.ConfigurationExtensions.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0/Microsoft.Extensions.Options.ConfigurationExtensions.csproj new file mode 100644 index 000000000000..8f14f384fd66 --- /dev/null +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0/Microsoft.Extensions.Options.ConfigurationExtensions.csproj @@ -0,0 +1,17 @@ + + + net9.0 + true + bin\ + false + + + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/6.0.0/Microsoft.Extensions.Options.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/8.0.0/Microsoft.Extensions.Options.csproj similarity index 83% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/6.0.0/Microsoft.Extensions.Options.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/8.0.0/Microsoft.Extensions.Options.csproj index df60e16932c2..477139a9ca36 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/6.0.0/Microsoft.Extensions.Options.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/8.0.0/Microsoft.Extensions.Options.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/6.0.0/Microsoft.Extensions.Logging.Abstractions.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/8.0.0/Microsoft.Extensions.Primitives.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/6.0.0/Microsoft.Extensions.Logging.Abstractions.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/8.0.0/Microsoft.Extensions.Primitives.csproj diff --git a/csharp/ql/test/resources/stubs/Microsoft.Win32.Primitives/4.3.0/Microsoft.Win32.Primitives.csproj b/csharp/ql/test/resources/stubs/Microsoft.Win32.Primitives/4.3.0/Microsoft.Win32.Primitives.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Win32.Primitives/4.3.0/Microsoft.Win32.Primitives.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Win32.Primitives/4.3.0/Microsoft.Win32.Primitives.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Win32.Registry/4.7.0/Microsoft.Win32.Registry.csproj b/csharp/ql/test/resources/stubs/Microsoft.Win32.Registry/4.7.0/Microsoft.Win32.Registry.csproj deleted file mode 100644 index d1c554af8c17..000000000000 --- a/csharp/ql/test/resources/stubs/Microsoft.Win32.Registry/4.7.0/Microsoft.Win32.Registry.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - net9.0 - true - bin\ - false - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/6.0.0/Microsoft.Win32.SystemEvents.cs b/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.cs similarity index 98% rename from csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/6.0.0/Microsoft.Win32.SystemEvents.cs rename to csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.cs index dcf6edb20b6a..a191a823063c 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/6.0.0/Microsoft.Win32.SystemEvents.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Win32.SystemEvents, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `Microsoft.Win32.SystemEvents, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace Microsoft { namespace Win32 diff --git a/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/6.0.0/Microsoft.Win32.SystemEvents.csproj b/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/6.0.0/Microsoft.Win32.SystemEvents.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.csproj diff --git a/csharp/ql/test/resources/stubs/NETStandard.Library/1.6.1/NETStandard.Library.csproj b/csharp/ql/test/resources/stubs/NETStandard.Library/1.6.1/NETStandard.Library.csproj index 8e22b3ef0714..273e29bbe555 100644 --- a/csharp/ql/test/resources/stubs/NETStandard.Library/1.6.1/NETStandard.Library.csproj +++ b/csharp/ql/test/resources/stubs/NETStandard.Library/1.6.1/NETStandard.Library.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/NHibernate/5.4.7/NHibernate.cs b/csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.cs similarity index 99% rename from csharp/ql/test/resources/stubs/NHibernate/5.4.7/NHibernate.cs rename to csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.cs index 8a9293e38f14..3e8c5c95a067 100644 --- a/csharp/ql/test/resources/stubs/NHibernate/5.4.7/NHibernate.cs +++ b/csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `NHibernate, Version=5.4.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`. +// Generated from `NHibernate, Version=5.5.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`. namespace NHibernate { namespace Action @@ -871,6 +871,15 @@ public class CacheLock : NHibernate.Cache.ReadWriteCache.ILockable, NHibernate.C public object Version { get => throw null; set { } } public bool WasLockedConcurrently { get => throw null; set { } } } + public class CachePutData + { + public CachePutData(NHibernate.Cache.CacheKey key, object value, object version, System.Collections.IComparer versionComparer, bool minimalPut) => throw null; + public NHibernate.Cache.CacheKey Key { get => throw null; } + public bool MinimalPut { get => throw null; } + public object Value { get => throw null; } + public object Version { get => throw null; } + public System.Collections.IComparer VersionComparer { get => throw null; } + } namespace Entry { public sealed class CacheEntry @@ -1146,6 +1155,7 @@ public static class QueryCacheFactoryExtension public sealed class QueryCacheResultBuilder { public static bool IsCacheWithFetches(NHibernate.Loader.Loader loader) => throw null; + public static bool IsCacheWithFetches(NHibernate.Loader.ILoader loader) => throw null; } public class QueryKey : System.Runtime.Serialization.IDeserializationCallback, System.IEquatable { @@ -1371,6 +1381,7 @@ public class Configuration : System.Runtime.Serialization.ISerializable protected System.Collections.Generic.IList auxiliaryDatabaseObjects; public event System.EventHandler BeforeBindMapping; public virtual NHibernate.Engine.IMapping BuildMapping() => throw null; + public virtual NHibernate.Engine.IMapping BuildMapping(NHibernate.Dialect.Dialect dialect) => throw null; public virtual void BuildMappings() => throw null; public NHibernate.ISessionFactory BuildSessionFactory() => throw null; public NHibernate.Cfg.Configuration Cache(System.Action cacheProperties) => throw null; @@ -1619,6 +1630,7 @@ public static class Environment public const string DefaultSchema = default; public const string DetectFetchLoops = default; public const string Dialect = default; + public const string EscapeBackslashInStrings = default; public const string FirebirdDisableParameterCasting = default; public const string FormatSql = default; public const string GenerateStatistics = default; @@ -7037,6 +7049,7 @@ public class DB2Dialect : NHibernate.Dialect.Dialect public override bool SupportsSequences { get => throw null; } public override bool SupportsVariableLimit { get => throw null; } public override long TimestampResolutionInTicks { get => throw null; } + public override string ToStringLiteral(string value, NHibernate.SqlTypes.SqlType type) => throw null; public override bool UseMaxForLimit { get => throw null; } } public abstract class Dialect @@ -7081,6 +7094,7 @@ public abstract class Dialect public virtual string DropForeignKeyString { get => throw null; } public virtual bool DropTemporaryTableAfterUse() => throw null; public virtual string EnableForeignKeyConstraintsString { get => throw null; } + protected virtual bool EscapeBackslashInStrings { get => throw null; set { } } public virtual string ForUpdateNowaitString { get => throw null; } public virtual bool ForUpdateOfColumns { get => throw null; } public virtual string ForUpdateString { get => throw null; } @@ -7242,15 +7256,23 @@ public enum TokenizerState public virtual string TableTypeString { get => throw null; } public virtual long TimestampResolutionInTicks { get => throw null; } public virtual string ToBooleanValueString(bool value) => throw null; + public virtual string ToStringLiteral(string value, NHibernate.SqlTypes.SqlType type) => throw null; public virtual bool TryGetCastTypeName(NHibernate.SqlTypes.SqlType sqlType, out string typeName) => throw null; protected virtual bool TryGetCastTypeName(NHibernate.SqlTypes.SqlType sqlType, NHibernate.Dialect.TypeNames castTypeNames, out string typeName) => throw null; public virtual string UnQuote(string quoted) => throw null; public virtual string[] UnQuote(string[] quoted) => throw null; public virtual bool UseInputStreamToInsertBlob { get => throw null; } public virtual bool UseMaxForLimit { get => throw null; } + protected virtual bool UseNPrefixForUnicodeStrings { get => throw null; } public virtual bool UsesColumnsWithForUpdateOf { get => throw null; } public virtual NHibernate.Exceptions.IViolatedConstraintNameExtracter ViolatedConstraintNameExtracter { get => throw null; } } + public class Firebird4Dialect : NHibernate.Dialect.FirebirdDialect + { + public Firebird4Dialect() => throw null; + public override string CurrentTimestampSelectString { get => throw null; } + protected override void RegisterFunctions() => throw null; + } public class FirebirdDialect : NHibernate.Dialect.Dialect { public override string AddColumnString { get => throw null; } @@ -7700,6 +7722,7 @@ public class IngresDialect : NHibernate.Dialect.Dialect public override bool SupportsEmptyInList { get => throw null; } public override bool SupportsExpectedLobUsagePattern { get => throw null; } public override bool SupportsSubselectAsInPredicateLHS { get => throw null; } + protected override bool UseNPrefixForUnicodeStrings { get => throw null; } } public enum InsertGeneratedIdentifierRetrievalMethod { @@ -7807,6 +7830,7 @@ public struct LockHintAppender public override long TimestampResolutionInTicks { get => throw null; } public override string UnQuote(string quoted) => throw null; public override bool UseMaxForLimit { get => throw null; } + protected override bool UseNPrefixForUnicodeStrings { get => throw null; } } public class MsSql2005Dialect : NHibernate.Dialect.MsSql2000Dialect { @@ -7938,6 +7962,17 @@ public class MySQL5InnoDBDialect : NHibernate.Dialect.MySQL5Dialect public override bool SupportsCascadeDelete { get => throw null; } public override string TableTypeString { get => throw null; } } + public class MySQL8Dialect : NHibernate.Dialect.MySQL57Dialect + { + public MySQL8Dialect() => throw null; + } + public class MySQL8InnoDBDialect : NHibernate.Dialect.MySQL8Dialect + { + public MySQL8InnoDBDialect() => throw null; + public override bool HasSelfReferentialForeignKeyBug { get => throw null; } + public override bool SupportsCascadeDelete { get => throw null; } + public override string TableTypeString { get => throw null; } + } public class MySQLDialect : NHibernate.Dialect.Dialect { public override string AddColumnString { get => throw null; } @@ -7945,6 +7980,7 @@ public class MySQLDialect : NHibernate.Dialect.Dialect public override char CloseQuote { get => throw null; } public override string CreateTemporaryTableString { get => throw null; } public MySQLDialect() => throw null; + protected override bool EscapeBackslashInStrings { get => throw null; set { } } public override string GetAddForeignKeyConstraintString(string constraintName, string[] foreignKey, string referencedTable, string[] primaryKey, bool referencesPrimaryKey) => throw null; public override string GetCastTypeName(NHibernate.SqlTypes.SqlType sqlType) => throw null; public override NHibernate.Dialect.Schema.IDataBaseSchema GetDataBaseSchema(System.Data.Common.DbConnection connection) => throw null; @@ -7975,6 +8011,7 @@ public class MySQLDialect : NHibernate.Dialect.Dialect public override bool SupportsTemporaryTables { get => throw null; } public override long TimestampResolutionInTicks { get => throw null; } public override bool TryGetCastTypeName(NHibernate.SqlTypes.SqlType sqlType, out string typeName) => throw null; + protected override bool UseNPrefixForUnicodeStrings { get => throw null; } } public class Oracle10gDialect : NHibernate.Dialect.Oracle9iDialect { @@ -8046,6 +8083,7 @@ public class Oracle8iDialect : NHibernate.Dialect.Dialect public override long TimestampResolutionInTicks { get => throw null; } public override bool UseMaxForLimit { get => throw null; } public bool UseNPrefixedTypesForUnicode { get => throw null; } + protected override bool UseNPrefixForUnicodeStrings { get => throw null; } } public class Oracle9iDialect : NHibernate.Dialect.Oracle8iDialect { @@ -8670,6 +8708,7 @@ public class SybaseASA9Dialect : NHibernate.Dialect.Dialect public override string AddColumnString { get => throw null; } public SybaseASA9Dialect() => throw null; public override bool DropConstraints { get => throw null; } + protected override bool EscapeBackslashInStrings { get => throw null; set { } } public override string ForUpdateString { get => throw null; } public override NHibernate.Dialect.Schema.IDataBaseSchema GetDataBaseSchema(System.Data.Common.DbConnection connection) => throw null; public override NHibernate.SqlCommand.SqlString GetLimitString(NHibernate.SqlCommand.SqlString queryString, NHibernate.SqlCommand.SqlString offset, NHibernate.SqlCommand.SqlString limit) => throw null; @@ -8683,6 +8722,7 @@ public class SybaseASA9Dialect : NHibernate.Dialect.Dialect public override bool SupportsIdentityColumns { get => throw null; } public override bool SupportsLimit { get => throw null; } public override bool SupportsVariableLimit { get => throw null; } + protected override bool UseNPrefixForUnicodeStrings { get => throw null; } } public class SybaseASE15Dialect : NHibernate.Dialect.Dialect { @@ -8740,6 +8780,7 @@ public class SybaseSQLAnywhere10Dialect : NHibernate.Dialect.Dialect public override bool DoesRepeatableReadCauseReadersToBlockWriters { get => throw null; } public override bool DropConstraints { get => throw null; } public override string DropForeignKeyString { get => throw null; } + protected override bool EscapeBackslashInStrings { get => throw null; set { } } public string ForReadOnlyString { get => throw null; } public string ForUpdateByLockString { get => throw null; } public override string ForUpdateNowaitString { get => throw null; } @@ -8791,6 +8832,7 @@ public class SybaseSQLAnywhere10Dialect : NHibernate.Dialect.Dialect public override bool SupportsUnionAll { get => throw null; } public override bool SupportsVariableLimit { get => throw null; } public override long TimestampResolutionInTicks { get => throw null; } + protected override bool UseNPrefixForUnicodeStrings { get => throw null; } } public class SybaseSQLAnywhere11Dialect : NHibernate.Dialect.SybaseSQLAnywhere10Dialect { @@ -9080,6 +9122,7 @@ public class MicrosoftDataSqlClientDriver : NHibernate.Driver.ReflectionBasedDri protected override void InitializeParameter(System.Data.Common.DbParameter dbParam, string name, NHibernate.SqlTypes.SqlType sqlType) => throw null; protected static bool IsAnsiText(System.Data.Common.DbParameter dbParam, NHibernate.SqlTypes.SqlType sqlType) => throw null; protected static bool IsBlob(System.Data.Common.DbParameter dbParam, NHibernate.SqlTypes.SqlType sqlType) => throw null; + protected static bool IsChar(System.Data.Common.DbParameter dbParam, NHibernate.SqlTypes.SqlType sqlType) => throw null; protected static bool IsText(System.Data.Common.DbParameter dbParam, NHibernate.SqlTypes.SqlType sqlType) => throw null; public override System.DateTime MinDate { get => throw null; } public override string NamedPrefix { get => throw null; } @@ -10269,6 +10312,7 @@ public class QueryPlanCache public NHibernate.Engine.Query.IQueryExpressionPlan GetHQLQueryPlan(NHibernate.IQueryExpression queryExpression, bool shallow, System.Collections.Generic.IDictionary enabledFilters) => throw null; public NHibernate.Engine.Query.NativeSQLQueryPlan GetNativeSQLQueryPlan(NHibernate.Engine.Query.Sql.NativeSQLQuerySpecification spec) => throw null; public NHibernate.Engine.Query.ParameterMetadata GetSQLParameterMetadata(string query) => throw null; + public NHibernate.Engine.Query.ParameterMetadata GetSQLParameterMetadata(string query, System.Collections.Generic.IDictionary parameterTypes) => throw null; } public class ReturnMetadata { @@ -11931,6 +11975,7 @@ public class HqlParser : Antlr.Runtime.Parser public const int GROUP = 52; public const int GT = 53; public void HandleDotIdent() => throw null; + public void HandleDotIdents() => throw null; public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode HandleIdentifierError(Antlr.Runtime.IToken token, Antlr.Runtime.RecognitionException ex) => throw null; public const int HAVING = 54; public const int HEX_DIGIT = 55; @@ -11947,6 +11992,7 @@ public class HqlParser : Antlr.Runtime.Parser public const int IS = 66; public const int IS_NOT_NULL = 67; public const int IS_NULL = 68; + public static bool IsPossibleId(Antlr.Runtime.IToken token) => throw null; public const int JAVA_CONSTANT = 69; public const int JOIN = 70; public const int LE = 71; @@ -11985,7 +12031,7 @@ public class HqlParser : Antlr.Runtime.Parser public const int PARAM = 103; public NHibernate.Hql.Ast.ANTLR.IParseErrorHandler ParseErrorHandler { get => throw null; set { } } public const int PLUS = 104; - public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode ProcessEqualityExpression(object o) => throw null; + public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode ProcessEqualityExpression(NHibernate.Hql.Ast.ANTLR.Tree.IASTNode x) => throw null; public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode ProcessMemberOf(Antlr.Runtime.IToken n, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode p, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode root) => throw null; public const int PROPERTIES = 105; public const int QUERY = 106; @@ -12270,7 +12316,7 @@ public class QuerySyntaxException : NHibernate.QueryException public QuerySyntaxException(string message, System.Exception inner) => throw null; protected QuerySyntaxException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; } - public class QueryTranslatorImpl : NHibernate.Hql.IFilterTranslator, NHibernate.Hql.IQueryTranslator + public class QueryTranslatorImpl : NHibernate.Hql.IFilterTranslator, NHibernate.Hql.IQueryTranslator, NHibernate.Hql.IQueryTranslatorWithCustomizableLoader { public virtual NHibernate.Type.IType[] ActualReturnTypes { get => throw null; } public NHibernate.Engine.Query.ParameterMetadata BuildParameterMetadata() => throw null; @@ -12280,6 +12326,8 @@ public class QueryTranslatorImpl : NHibernate.Hql.IFilterTranslator, NHibernate. public void Compile(string collectionRole, System.Collections.Generic.IDictionary replacements, bool shallow) => throw null; public bool ContainsCollectionFetches { get => throw null; } public QueryTranslatorImpl(string queryIdentifier, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode parsedQuery, System.Collections.Generic.IDictionary enabledFilters, NHibernate.Engine.ISessionFactoryImplementor factory) => throw null; + public QueryTranslatorImpl(string queryIdentifier, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode parsedQuery, System.Collections.Generic.IDictionary enabledFilters, NHibernate.Engine.ISessionFactoryImplementor factory, NHibernate.Loader.Hql.IQueryLoaderFactory queryLoaderFactory) => throw null; + public QueryTranslatorImpl(string queryIdentifier, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode parsedQuery, System.Collections.Generic.IDictionary enabledFilters, NHibernate.Engine.ISessionFactoryImplementor factory, NHibernate.Loader.Hql.IQueryLoaderFactory queryLoaderFactory, System.Collections.Generic.IDictionary> namedParameters) => throw null; public System.Collections.Generic.IDictionary EnabledFilters { get => throw null; } public int ExecuteUpdate(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session) => throw null; public System.Threading.Tasks.Task ExecuteUpdateAsync(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; @@ -12292,6 +12340,7 @@ public class QueryTranslatorImpl : NHibernate.Hql.IFilterTranslator, NHibernate. public System.Threading.Tasks.Task ListAsync(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, System.Threading.CancellationToken cancellationToken) => throw null; public NHibernate.Loader.Loader Loader { get => throw null; } public string QueryIdentifier { get => throw null; } + public NHibernate.Loader.ILoader QueryLoader { get => throw null; } public System.Collections.Generic.ISet QuerySpaces { get => throw null; } public string QueryString { get => throw null; } public string[] ReturnAliases { get => throw null; } @@ -12736,9 +12785,10 @@ public class DeleteStatement : NHibernate.Hql.Ast.ANTLR.Tree.AbstractRestrictabl public override bool NeedsExecutor { get => throw null; } public override int StatementType { get => throw null; } } - public class DotNode : NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode + public class DotNode : NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode, NHibernate.Hql.Ast.ANTLR.Tree.IExpectedTypeAwareNode { public DotNode(Antlr.Runtime.IToken token) : base(default(Antlr.Runtime.IToken)) => throw null; + public NHibernate.Type.IType ExpectedType { get => throw null; set { } } public bool Fetch { set { } } public override NHibernate.Hql.Ast.ANTLR.Tree.FromElement GetImpliedJoin() => throw null; public NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode GetLhs() => throw null; @@ -12746,12 +12796,14 @@ public NHibernate.SqlCommand.JoinType JoinType { set { } } public override string Path { get => throw null; } public string PropertyPath { get => throw null; set { } } public static bool REGRESSION_STYLE_JOIN_SUPPRESSION; + public override NHibernate.SqlCommand.SqlString RenderText(NHibernate.Engine.ISessionFactoryImplementor sessionFactory) => throw null; public override void Resolve(bool generateJoin, bool implicitJoin, string classAlias, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode parent) => throw null; public override void ResolveFirstChild() => throw null; public override void ResolveIndex(NHibernate.Hql.Ast.ANTLR.Tree.IASTNode parent) => throw null; public override void ResolveInFunctionCall(bool generateJoin, bool implicitJoin) => throw null; public void ResolveSelectExpression() => throw null; public void SetResolvedConstant(string text) => throw null; + public void SetResolvedConstant(string text, object value) => throw null; public override void SetScalarColumnText(int i) => throw null; public override string[] SetScalarColumnText(int i, System.Func aliasCreator) => throw null; public static bool UseThetaStyleImplicitJoins; @@ -13128,6 +13180,7 @@ public class MethodNode : NHibernate.Hql.Ast.ANTLR.Tree.AbstractSelectExpression public bool IsCollectionPropertyMethod { get => throw null; } public override bool IsScalar { get => throw null; } protected virtual void PrepareSelectColumns(string[] columns) => throw null; + public virtual NHibernate.SqlCommand.SqlString Render(System.Collections.IList args) => throw null; public virtual void Resolve(bool inSelect) => throw null; public void ResolveCollectionProperty(NHibernate.Hql.Ast.ANTLR.Tree.IASTNode expr) => throw null; public override void SetScalarColumnText(int i) => throw null; @@ -13950,6 +14003,10 @@ public interface IQueryTranslatorFactory { NHibernate.Hql.IQueryTranslator[] CreateQueryTranslators(NHibernate.IQueryExpression queryExpression, string collectionRole, bool shallow, System.Collections.Generic.IDictionary filters, NHibernate.Engine.ISessionFactoryImplementor factory); } + public interface IQueryTranslatorWithCustomizableLoader + { + NHibernate.Loader.ILoader QueryLoader { get; } + } public class NameGenerator { public NameGenerator() => throw null; @@ -13974,6 +14031,10 @@ public class QuerySplitter public static string[] ConcreteQueries(string query, NHibernate.Engine.ISessionFactoryImplementor factory) => throw null; public QuerySplitter() => throw null; } + public static partial class QueryTranslatorExtensions + { + public static NHibernate.Loader.ILoader GetQueryLoader(this NHibernate.Hql.IQueryTranslator queryTranslator) => throw null; + } public class StringQueryExpression : NHibernate.IQueryExpression { public StringQueryExpression(string queryString) => throw null; @@ -15399,6 +15460,10 @@ public interface ITranslator string[] ReturnAliases { get; } NHibernate.Type.IType[] ReturnTypes { get; } } + public interface ITranslatorWithCustomizableLoader : NHibernate.Impl.ITranslator + { + NHibernate.Loader.ILoader QueryLoader { get; } + } public enum LambdaSubqueryType { Exact = 1, @@ -16008,6 +16073,10 @@ public class StatelessSessionImpl : NHibernate.Impl.AbstractSessionImpl, System. public System.Threading.Tasks.Task UpdateAsync(string entityName, object entity, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; internal StatelessSessionImpl() : base(default(NHibernate.Engine.ISessionFactoryImplementor), default(NHibernate.Impl.ISessionCreationOptions)) { } } + public static partial class TranslatorExtensions + { + public static NHibernate.Loader.ILoader GetQueryLoader(this NHibernate.Impl.ITranslator translator) => throw null; + } } public interface IMultiCriteria { @@ -16790,6 +16859,7 @@ public class DefaultQueryProvider : NHibernate.Linq.INhQueryProvider, System.Lin public NHibernate.IQuery GetPreparedQuery(System.Linq.Expressions.Expression expression, out NHibernate.Linq.NhLinqExpression nhExpression) => throw null; protected virtual NHibernate.Linq.NhLinqExpression PrepareQuery(System.Linq.Expressions.Expression expression, out NHibernate.IQuery query) => throw null; public virtual NHibernate.Engine.ISessionImplementor Session { get => throw null; } + protected void SetParameters(NHibernate.IQuery query, System.Collections.Generic.IDictionary parameters) => throw null; public virtual void SetResultTransformerAndAdditionalCriteria(NHibernate.IQuery query, NHibernate.Linq.NhLinqExpression nhExpression, System.Collections.Generic.IDictionary> parameters) => throw null; public System.Linq.IQueryProvider WithOptions(System.Action setOptions) => throw null; } @@ -17302,6 +17372,12 @@ public class LocateGroupJoinQuerySource : Remotion.Linq.Parsing.RelinqExpression protected override System.Linq.Expressions.Expression VisitQuerySourceReference(Remotion.Linq.Clauses.Expressions.QuerySourceReferenceExpression expression) => throw null; } } + public interface ILinqQueryExpression : NHibernate.IQueryExpression + { + void CopyExpressionTranslation(NHibernate.Linq.NhLinqExpressionCache cache); + NHibernate.Linq.ExpressionToHqlTranslationResults ExpressionToHqlTranslationResults { get; } + System.Collections.Generic.IDictionary> GetNamedParameterTypes(); + } public interface INhFetchRequest : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Linq.IOrderedQueryable, System.Linq.IOrderedQueryable, System.Linq.IQueryable, System.Linq.IQueryable { } @@ -17482,12 +17558,15 @@ public class NhLinqDmlExpression : NHibernate.Linq.NhLinqExpression public NhLinqDmlExpression(NHibernate.Linq.QueryMode queryMode, System.Linq.Expressions.Expression expression, NHibernate.Engine.ISessionFactoryImplementor sessionFactory) : base(default(System.Linq.Expressions.Expression), default(NHibernate.Engine.ISessionFactoryImplementor)) => throw null; protected override System.Type TargetType { get => throw null; } } - public class NhLinqExpression : NHibernate.IQueryExpression + public class NhLinqExpression : NHibernate.Linq.ILinqQueryExpression, NHibernate.IQueryExpression { public bool CanCachePlan { get => throw null; } + public void CopyExpressionTranslation(NHibernate.Linq.NhLinqExpressionCache cache) => throw null; public NhLinqExpression(System.Linq.Expressions.Expression expression, NHibernate.Engine.ISessionFactoryImplementor sessionFactory) => throw null; public NHibernate.Linq.ExpressionToHqlTranslationResults ExpressionToHqlTranslationResults { get => throw null; } + public System.Collections.Generic.IDictionary> GetNamedParameterTypes() => throw null; public string Key { get => throw null; set { } } + public System.Collections.Generic.IDictionary NamedParameters { get => throw null; } public System.Collections.Generic.IList ParameterDescriptors { get => throw null; } public System.Collections.Generic.IDictionary> ParameterValuesByName { get => throw null; } protected virtual NHibernate.Linq.QueryMode QueryMode { get => throw null; } @@ -17496,6 +17575,14 @@ public class NhLinqExpression : NHibernate.IQueryExpression public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode Translate(NHibernate.Engine.ISessionFactoryImplementor sessionFactory, bool filter) => throw null; public System.Type Type { get => throw null; } } + public class NhLinqExpressionCache : NHibernate.IQueryExpression + { + public NHibernate.Linq.ExpressionToHqlTranslationResults ExpressionToHqlTranslationResults { get => throw null; } + public string Key { get => throw null; } + public System.Collections.Generic.IList ParameterDescriptors { get => throw null; } + public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode Translate(NHibernate.Engine.ISessionFactoryImplementor sessionFactory, bool filter) => throw null; + public System.Type Type { get => throw null; } + } public enum NhLinqExpressionReturnType { Sequence = 0, @@ -18267,6 +18354,7 @@ public class CriteriaLoader : NHibernate.Loader.OuterJoinLoader protected override object[] GetResultRow(object[] row, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session) => throw null; protected override System.Threading.Tasks.Task GetResultRowAsync(object[] row, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; protected override bool[] IncludeInResultRow { get => throw null; } + public override bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters) => throw null; protected override bool IsChildFetchEntity(int i) => throw null; protected override bool IsCollectionPersisterCacheable(NHibernate.Persister.Collection.ICollectionPersister collectionPersister) => throw null; public override bool IsSubselectLoadingEnabled { get => throw null; } @@ -18406,7 +18494,7 @@ public class ColumnEntityAliases : NHibernate.Loader.DefaultEntityAliases } public class CustomLoader : NHibernate.Loader.Loader { - protected override void AutoDiscoverTypes(System.Data.Common.DbDataReader rs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null; + public override void AutoDiscoverTypes(System.Data.Common.DbDataReader rs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null; protected override NHibernate.Loader.ICollectionAliases[] CollectionAliases { get => throw null; } protected override int[] CollectionOwners { get => throw null; } protected override NHibernate.Persister.Collection.ICollectionPersister[] CollectionPersisters { get => throw null; } @@ -18427,6 +18515,7 @@ public interface IResultColumnProcessor System.Threading.Tasks.Task ExtractAsync(object[] data, System.Data.Common.DbDataReader resultSet, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken); void PerformDiscovery(NHibernate.Loader.Custom.CustomLoader.MetaData metadata, System.Collections.Generic.IList types, System.Collections.Generic.IList aliases); } + public override bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters) => throw null; public System.Collections.IList List(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters) => throw null; public System.Threading.Tasks.Task ListAsync(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, System.Threading.CancellationToken cancellationToken) => throw null; public class MetaData @@ -18687,7 +18776,18 @@ public class GeneratedCollectionAliases : NHibernate.Loader.ICollectionAliases } namespace Hql { - public class QueryLoader : NHibernate.Loader.BasicLoader + public interface IQueryLoader : NHibernate.Loader.ILoader + { + System.Collections.IEnumerable GetEnumerable(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Event.IEventSource session); + System.Threading.Tasks.Task GetEnumerableAsync(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Event.IEventSource session, System.Threading.CancellationToken cancellationToken); + System.Collections.IList List(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters); + System.Threading.Tasks.Task ListAsync(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, System.Threading.CancellationToken cancellationToken); + } + public interface IQueryLoaderFactory + { + NHibernate.Loader.Hql.IQueryLoader Create(NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl queryTranslator, NHibernate.Engine.ISessionFactoryImplementor factory, NHibernate.Hql.Ast.ANTLR.Tree.SelectClause selectClause); + } + public class QueryLoader : NHibernate.Loader.BasicLoader, NHibernate.Loader.ILoader, NHibernate.Loader.Hql.IQueryLoader { protected override string[] Aliases { get => throw null; } protected override NHibernate.SqlCommand.SqlString ApplyLocks(NHibernate.SqlCommand.SqlString sql, System.Collections.Generic.IDictionary lockModes, NHibernate.Dialect.Dialect dialect) => throw null; @@ -18698,6 +18798,8 @@ public class QueryLoader : NHibernate.Loader.BasicLoader protected override bool[] EntityEagerPropertyFetches { get => throw null; } protected override System.Collections.Generic.ISet[] EntityFetchLazyProperties { get => throw null; } public override NHibernate.Persister.Entity.ILoadable[] EntityPersisters { get => throw null; } + public System.Collections.IEnumerable GetEnumerable(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Event.IEventSource session) => throw null; + public System.Threading.Tasks.Task GetEnumerableAsync(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Event.IEventSource session, System.Threading.CancellationToken cancellationToken) => throw null; public override NHibernate.LockMode[] GetLockModes(System.Collections.Generic.IDictionary lockModes) => throw null; protected override System.Collections.Generic.IEnumerable GetParameterSpecifications() => throw null; protected override object GetResultColumnOrRow(object[] row, NHibernate.Transform.IResultTransformer resultTransformer, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session) => throw null; @@ -18706,6 +18808,7 @@ public class QueryLoader : NHibernate.Loader.BasicLoader protected override object[] GetResultRow(object[] row, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session) => throw null; protected override System.Threading.Tasks.Task GetResultRowAsync(object[] row, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; protected override bool[] IncludeInResultRow { get => throw null; } + public override bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters) => throw null; protected override bool IsCollectionPersisterCacheable(NHibernate.Persister.Collection.ICollectionPersister collectionPersister) => throw null; public override bool IsSubselectLoadingEnabled { get => throw null; } public System.Collections.IList List(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters) => throw null; @@ -18721,6 +18824,11 @@ public class QueryLoader : NHibernate.Loader.BasicLoader protected override string[] Suffixes { get => throw null; } protected override bool UpgradeLocks() => throw null; } + public class QueryLoaderFactory : NHibernate.Loader.Hql.IQueryLoaderFactory + { + public NHibernate.Loader.Hql.IQueryLoader Create(NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl queryTranslator, NHibernate.Engine.ISessionFactoryImplementor factory, NHibernate.Hql.Ast.ANTLR.Tree.SelectClause selectClause) => throw null; + public QueryLoaderFactory() => throw null; + } } public interface ICollectionAliases { @@ -18739,6 +18847,38 @@ public interface IEntityAliases string[][] SuffixedPropertyAliases { get; } string[] SuffixedVersionAliases { get; } } + public interface ILoader + { + void AutoDiscoverTypes(System.Data.Common.DbDataReader rs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer); + NHibernate.Loader.Loader.QueryCacheInfo CacheInfo { get; } + NHibernate.Type.IType[] CacheTypes { get; } + NHibernate.SqlCommand.ISqlCommand CreateSqlCommand(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session); + void CreateSubselects(System.Collections.Generic.List keys, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session); + NHibernate.Persister.Entity.ILoadable[] EntityPersisters { get; } + NHibernate.Engine.ISessionFactoryImplementor Factory { get; } + NHibernate.Cache.QueryKey GenerateQueryKey(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters); + NHibernate.LockMode[] GetLockModes(System.Collections.Generic.IDictionary lockModes); + System.Collections.IList GetResultList(System.Collections.IList results, NHibernate.Transform.IResultTransformer resultTransformer); + object GetRowFromResultSet(System.Data.Common.DbDataReader resultSet, NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, NHibernate.LockMode[] lockModeArray, NHibernate.Engine.EntityKey optionalObjectKey, System.Collections.IList hydratedObjects, NHibernate.Engine.EntityKey[] keys, bool returnProxies, NHibernate.Transform.IResultTransformer forcedResultTransformer, NHibernate.Cache.QueryCacheResultBuilder queryCacheResultBuilder, System.Action cacheBatchingHandler); + System.Threading.Tasks.Task GetRowFromResultSetAsync(System.Data.Common.DbDataReader resultSet, NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, NHibernate.LockMode[] lockModeArray, NHibernate.Engine.EntityKey optionalObjectKey, System.Collections.IList hydratedObjects, NHibernate.Engine.EntityKey[] keys, bool returnProxies, NHibernate.Transform.IResultTransformer forcedResultTransformer, NHibernate.Cache.QueryCacheResultBuilder queryCacheResultBuilder, System.Action cacheBatchingHandler, System.Threading.CancellationToken cancellationToken); + void HandleEmptyCollections(object[] keys, object resultSetId, NHibernate.Engine.ISessionImplementor session); + void InitializeEntitiesAndCollections(System.Collections.IList hydratedObjects, System.Data.Common.DbDataReader reader, NHibernate.Engine.ISessionImplementor session, bool readOnly, NHibernate.Cache.CacheBatcher cacheBatcher); + System.Threading.Tasks.Task InitializeEntitiesAndCollectionsAsync(System.Collections.IList hydratedObjects, System.Data.Common.DbDataReader reader, NHibernate.Engine.ISessionImplementor session, bool readOnly, NHibernate.Cache.CacheBatcher cacheBatcher, System.Threading.CancellationToken cancellationToken); + bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters); + bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters, bool supportsQueryCache, System.Collections.Generic.IEnumerable persisters); + bool IsSubselectLoadingEnabled { get; } + void LoadCollection(NHibernate.Engine.ISessionImplementor session, object id, NHibernate.Type.IType type); + System.Threading.Tasks.Task LoadCollectionAsync(NHibernate.Engine.ISessionImplementor session, object id, NHibernate.Type.IType type, System.Threading.CancellationToken cancellationToken); + void LoadCollectionBatch(NHibernate.Engine.ISessionImplementor session, object[] ids, NHibernate.Type.IType type); + System.Threading.Tasks.Task LoadCollectionBatchAsync(NHibernate.Engine.ISessionImplementor session, object[] ids, NHibernate.Type.IType type, System.Threading.CancellationToken cancellationToken); + string QueryIdentifier { get; } + NHibernate.Type.IType[] ResultTypes { get; } + NHibernate.SqlCommand.SqlString SqlString { get; } + void StopLoadingCollections(NHibernate.Engine.ISessionImplementor session, System.Data.Common.DbDataReader reader); + string ToString(); + System.Collections.IList TransformCacheableResults(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.CacheableResultTransformer transformer, System.Collections.IList result); + bool UseLimit(NHibernate.Engine.RowSelection selection, NHibernate.Dialect.Dialect dialect); + } public class JoinWalker { public string[] Aliases { get => throw null; set { } } @@ -18831,7 +18971,7 @@ protected class NextLevelJoinQueueEntry : NHibernate.Loader.JoinWalker.IJoinQueu protected virtual void WalkEntityTree(NHibernate.Persister.Entity.IOuterJoinLoadable persister, string alias, string path, int currentDepth) => throw null; protected virtual NHibernate.SqlCommand.SqlStringBuilder WhereString(string alias, string[] columnNames, int batchSize) => throw null; } - public abstract class Loader + public abstract class Loader : NHibernate.Loader.ILoader { protected NHibernate.SqlCommand.SqlString AddLimitsParametersIfNeeded(NHibernate.SqlCommand.SqlString sqlString, System.Collections.Generic.ICollection parameterSpecs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session) => throw null; protected void AdjustQueryParametersForSubSelectFetching(NHibernate.SqlCommand.SqlString filteredSqlString, System.Collections.Generic.IEnumerable parameterSpecsWithFilters, NHibernate.Engine.QueryParameters queryParameters) => throw null; @@ -18839,7 +18979,7 @@ public abstract class Loader protected virtual NHibernate.SqlCommand.SqlString ApplyLocks(NHibernate.SqlCommand.SqlString sql, System.Collections.Generic.IDictionary lockModes, NHibernate.Dialect.Dialect dialect) => throw null; protected virtual bool AreResultSetRowsTransformedImmediately() => throw null; protected virtual void AutoDiscoverTypes(System.Data.Common.DbDataReader rs) => throw null; - protected virtual void AutoDiscoverTypes(System.Data.Common.DbDataReader rs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null; + public virtual void AutoDiscoverTypes(System.Data.Common.DbDataReader rs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null; public virtual NHibernate.Loader.Loader.QueryCacheInfo CacheInfo { get => throw null; } protected void CachePersistersWithCollections(System.Collections.Generic.IEnumerable resultTypePersisters) => throw null; public NHibernate.Type.IType[] CacheTypes { get => throw null; } @@ -18847,6 +18987,7 @@ public abstract class Loader protected virtual int[] CollectionOwners { get => throw null; } protected virtual NHibernate.Persister.Collection.ICollectionPersister[] CollectionPersisters { get => throw null; } public virtual NHibernate.SqlCommand.ISqlCommand CreateSqlCommand(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session) => throw null; + public void CreateSubselects(System.Collections.Generic.List keys, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session) => throw null; protected Loader(NHibernate.Engine.ISessionFactoryImplementor factory) => throw null; protected System.Collections.IList DoList(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters) => throw null; protected System.Collections.IList DoList(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null; @@ -18860,6 +19001,7 @@ public abstract class Loader public abstract NHibernate.Persister.Entity.ILoadable[] EntityPersisters { get; } protected NHibernate.SqlCommand.SqlString ExpandDynamicFilterParameters(NHibernate.SqlCommand.SqlString sqlString, System.Collections.Generic.ICollection parameterSpecs, NHibernate.Engine.ISessionImplementor session) => throw null; public NHibernate.Engine.ISessionFactoryImplementor Factory { get => throw null; } + public NHibernate.Cache.QueryKey GenerateQueryKey(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters) => throw null; public abstract NHibernate.LockMode[] GetLockModes(System.Collections.Generic.IDictionary lockModes); protected abstract System.Collections.Generic.IEnumerable GetParameterSpecifications(); protected virtual object GetResultColumnOrRow(object[] row, NHibernate.Transform.IResultTransformer resultTransformer, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session) => throw null; @@ -18871,9 +19013,16 @@ public abstract class Loader protected System.Data.Common.DbDataReader GetResultSet(System.Data.Common.DbCommand st, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null; protected System.Threading.Tasks.Task GetResultSetAsync(System.Data.Common.DbCommand st, bool autoDiscoverTypes, bool callable, NHibernate.Engine.RowSelection selection, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; protected System.Threading.Tasks.Task GetResultSetAsync(System.Data.Common.DbCommand st, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session, NHibernate.Transform.IResultTransformer forcedResultTransformer, System.Threading.CancellationToken cancellationToken) => throw null; + public object GetRowFromResultSet(System.Data.Common.DbDataReader resultSet, NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, NHibernate.LockMode[] lockModeArray, NHibernate.Engine.EntityKey optionalObjectKey, System.Collections.IList hydratedObjects, NHibernate.Engine.EntityKey[] keys, bool returnProxies, NHibernate.Transform.IResultTransformer forcedResultTransformer, NHibernate.Cache.QueryCacheResultBuilder queryCacheResultBuilder, System.Action cacheBatchingHandler) => throw null; + public System.Threading.Tasks.Task GetRowFromResultSetAsync(System.Data.Common.DbDataReader resultSet, NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, NHibernate.LockMode[] lockModeArray, NHibernate.Engine.EntityKey optionalObjectKey, System.Collections.IList hydratedObjects, NHibernate.Engine.EntityKey[] keys, bool returnProxies, NHibernate.Transform.IResultTransformer forcedResultTransformer, NHibernate.Cache.QueryCacheResultBuilder queryCacheResultBuilder, System.Action cacheBatchingHandler, System.Threading.CancellationToken cancellationToken) => throw null; + public void HandleEmptyCollections(object[] keys, object resultSetId, NHibernate.Engine.ISessionImplementor session) => throw null; protected bool HasSubselectLoadableCollections() => throw null; protected NHibernate.Hql.Util.SessionFactoryHelper Helper { get => throw null; } protected virtual bool[] IncludeInResultRow { get => throw null; } + public void InitializeEntitiesAndCollections(System.Collections.IList hydratedObjects, System.Data.Common.DbDataReader reader, NHibernate.Engine.ISessionImplementor session, bool readOnly, NHibernate.Cache.CacheBatcher cacheBatcher) => throw null; + public System.Threading.Tasks.Task InitializeEntitiesAndCollectionsAsync(System.Collections.IList hydratedObjects, System.Data.Common.DbDataReader reader, NHibernate.Engine.ISessionImplementor session, bool readOnly, NHibernate.Cache.CacheBatcher cacheBatcher, System.Threading.CancellationToken cancellationToken) => throw null; + public virtual bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters) => throw null; + public bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters, bool supportsQueryCache, System.Collections.Generic.IEnumerable persisters) => throw null; protected virtual bool IsChildFetchEntity(int i) => throw null; protected virtual bool IsCollectionPersisterCacheable(NHibernate.Persister.Collection.ICollectionPersister collectionPersister) => throw null; protected virtual bool IsSingleRowLoader { get => throw null; } @@ -18916,9 +19065,12 @@ public sealed class QueryCacheInfo protected virtual string[] ResultRowAliases { get => throw null; } public NHibernate.Type.IType[] ResultTypes { get => throw null; set { } } public abstract NHibernate.SqlCommand.SqlString SqlString { get; } + public void StopLoadingCollections(NHibernate.Engine.ISessionImplementor session, System.Data.Common.DbDataReader reader) => throw null; public override string ToString() => throw null; + public System.Collections.IList TransformCacheableResults(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.CacheableResultTransformer transformer, System.Collections.IList result) => throw null; protected bool TryGetLimitString(NHibernate.Dialect.Dialect dialect, NHibernate.SqlCommand.SqlString queryString, int? offset, int? limit, NHibernate.SqlCommand.Parameter offsetParameter, NHibernate.SqlCommand.Parameter limitParameter, out NHibernate.SqlCommand.SqlString result) => throw null; protected virtual bool UpgradeLocks() => throw null; + public bool UseLimit(NHibernate.Engine.RowSelection selection, NHibernate.Dialect.Dialect dialect) => throw null; } public sealed class OuterJoinableAssociation { @@ -23605,11 +23757,13 @@ protected class QueryInfo : NHibernate.Multi.ICachingInformation public bool CanGetFromCache { get => throw null; } public bool CanPutToCache { get => throw null; } public QueryInfo(NHibernate.Engine.QueryParameters parameters, NHibernate.Loader.Loader loader, System.Collections.Generic.ISet querySpaces, NHibernate.Engine.ISessionImplementor session) => throw null; + public QueryInfo(NHibernate.Engine.QueryParameters parameters, NHibernate.Loader.ILoader loader, System.Collections.Generic.ISet querySpaces, NHibernate.Engine.ISessionImplementor session) => throw null; public bool IsCacheable { get => throw null; } public bool IsResultFromCache { get => throw null; } - public NHibernate.Loader.Loader Loader { get => throw null; set { } } + public NHibernate.Loader.Loader Loader { get => throw null; } public NHibernate.Engine.QueryParameters Parameters { get => throw null; } public string QueryIdentifier { get => throw null; } + public NHibernate.Loader.ILoader QueryLoader { get => throw null; } public System.Collections.Generic.ISet QuerySpaces { get => throw null; } public System.Collections.IList Result { get => throw null; set { } } public System.Collections.IList ResultToCache { get => throw null; set { } } @@ -24032,7 +24186,7 @@ namespace Persister { namespace Collection { - public abstract class AbstractCollectionPersister : NHibernate.Metadata.ICollectionMetadata, NHibernate.Persister.Collection.ICollectionPersister, NHibernate.Id.ICompositeKeyPostInsertIdentityPersister, NHibernate.Persister.Entity.IJoinable, NHibernate.Id.IPostInsertIdentityPersister, NHibernate.Persister.Entity.IPropertyMapping, NHibernate.Persister.Collection.IQueryableCollection, NHibernate.Persister.Collection.ISqlLoadableCollection, NHibernate.Persister.Entity.ISupportSelectModeJoinable + public abstract class AbstractCollectionPersister : NHibernate.Metadata.ICollectionMetadata, NHibernate.Persister.Collection.ICollectionPersister, NHibernate.Id.ICompositeKeyPostInsertIdentityPersister, NHibernate.Persister.Entity.IJoinable, NHibernate.Persister.IPersister, NHibernate.Id.IPostInsertIdentityPersister, NHibernate.Persister.Entity.IPropertyMapping, NHibernate.Persister.Collection.IQueryableCollection, NHibernate.Persister.Collection.ISqlLoadableCollection, NHibernate.Persister.Entity.ISupportSelectModeJoinable { protected virtual void AppendElementColumns(NHibernate.SqlCommand.SelectFragment frag, string elemAlias) => throw null; protected virtual void AppendIdentifierColumns(NHibernate.SqlCommand.SelectFragment frag, string alias) => throw null; @@ -24192,6 +24346,7 @@ protected class GeneratedIdentifierBinder : NHibernate.Id.Insert.IBinder public virtual string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string currentEntitySuffix, string currentCollectionSuffix, bool includeCollectionColumns) => throw null; public virtual string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string entitySuffix, string collectionSuffix, bool includeCollectionColumns, bool includeLazyProperties) => throw null; public virtual string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string currentCollectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null; + public virtual string SelectFragment(string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null; protected NHibernate.SqlCommand.SqlCommandInfo SqlDeleteRowString { get => throw null; } protected NHibernate.SqlCommand.SqlCommandInfo SqlDeleteString { get => throw null; } protected virtual NHibernate.Exceptions.ISQLExceptionConverter SQLExceptionConverter { get => throw null; } @@ -24247,6 +24402,7 @@ public class BasicCollectionPersister : NHibernate.Persister.Collection.Abstract public override bool IsManyToMany { get => throw null; } public override bool IsOneToMany { get => throw null; } public override string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null; + public override string SelectFragment(string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null; public override NHibernate.SqlCommand.SqlString WhereJoinFragment(string alias, bool innerJoin, bool includeSubclasses) => throw null; } public static partial class CollectionPersisterExtensions @@ -24404,6 +24560,7 @@ public class OneToManyPersister : NHibernate.Persister.Collection.AbstractCollec protected override bool RowDeleteEnabled { get => throw null; } protected override bool RowInsertEnabled { get => throw null; } public override string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null; + public override string SelectFragment(string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null; public override string TableName { get => throw null; } public override NHibernate.SqlCommand.SqlString WhereJoinFragment(string alias, bool innerJoin, bool includeSubclasses) => throw null; } @@ -24414,7 +24571,7 @@ public static partial class QueryableCollectionExtensions } namespace Entity { - public abstract class AbstractEntityPersister : NHibernate.Metadata.IClassMetadata, NHibernate.Id.ICompositeKeyPostInsertIdentityPersister, NHibernate.Persister.Entity.IEntityPersister, NHibernate.Persister.Entity.IJoinable, NHibernate.Intercept.ILazyPropertyInitializer, NHibernate.Persister.Entity.ILoadable, NHibernate.Persister.Entity.ILockable, NHibernate.Cache.IOptimisticCacheSource, NHibernate.Persister.Entity.IOuterJoinLoadable, NHibernate.Id.IPostInsertIdentityPersister, NHibernate.Persister.Entity.IPropertyMapping, NHibernate.Persister.Entity.IQueryable, NHibernate.Persister.Entity.ISqlLoadable, NHibernate.Persister.Entity.ISupportSelectModeJoinable, NHibernate.Persister.Entity.IUniqueKeyLoadable + public abstract class AbstractEntityPersister : NHibernate.Metadata.IClassMetadata, NHibernate.Id.ICompositeKeyPostInsertIdentityPersister, NHibernate.Persister.Entity.IEntityPersister, NHibernate.Persister.Entity.IJoinable, NHibernate.Intercept.ILazyPropertyInitializer, NHibernate.Persister.Entity.ILoadable, NHibernate.Persister.Entity.ILockable, NHibernate.Cache.IOptimisticCacheSource, NHibernate.Persister.Entity.IOuterJoinLoadable, NHibernate.Persister.IPersister, NHibernate.Id.IPostInsertIdentityPersister, NHibernate.Persister.Entity.IPropertyMapping, NHibernate.Persister.Entity.IQueryable, NHibernate.Persister.Entity.ISqlLoadable, NHibernate.Persister.Entity.ISupportSelectModeJoinable, NHibernate.Persister.Entity.IUniqueKeyLoadable { protected virtual void AddDiscriminatorToInsert(NHibernate.SqlCommand.SqlInsertBuilder insert) => throw null; protected virtual void AddDiscriminatorToSelect(NHibernate.SqlCommand.SelectFragment select, string name, string suffix) => throw null; @@ -24480,6 +24637,7 @@ public abstract class AbstractEntityPersister : NHibernate.Metadata.IClassMetada public NHibernate.Engine.ISessionFactoryImplementor Factory { get => throw null; } public abstract string FilterFragment(string alias); public virtual string FilterFragment(string alias, System.Collections.Generic.IDictionary enabledFilters) => throw null; + public virtual string FilterFragment(NHibernate.Util.FilterHelper filterHelper, string alias, System.Collections.Generic.IDictionary enabledFilters, string filterFragment) => throw null; public virtual int[] FindDirty(object[] currentState, object[] previousState, object entity, NHibernate.Engine.ISessionImplementor session) => throw null; public virtual System.Threading.Tasks.Task FindDirtyAsync(object[] currentState, object[] previousState, object entity, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; public virtual int[] FindModified(object[] old, object[] current, object entity, NHibernate.Engine.ISessionImplementor session) => throw null; @@ -24715,6 +24873,7 @@ protected interface IInclusionChecker public string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string entitySuffix, string collectionSuffix, bool includeCollectionColumns) => throw null; public string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string entitySuffix, string collectionSuffix, bool includeCollectionColumns, bool includeLazyProperties) => throw null; public string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null; + public string SelectFragment(string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null; public virtual void SetIdentifier(object obj, object id) => throw null; public void SetPropertyValue(object obj, int i, object value) => throw null; public virtual void SetPropertyValue(object obj, string propertyName, object value) => throw null; @@ -25195,6 +25354,11 @@ public static partial class UniqueKeyLoadableExtensions public static System.Threading.Tasks.Task CacheByUniqueKeysAsync(this NHibernate.Persister.Entity.IUniqueKeyLoadable ukLoadable, object entity, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; } } + public interface IPersister + { + string Name { get; } + bool SupportsQueryCache { get; } + } public static class PersisterFactory { public static NHibernate.Persister.Entity.IEntityPersister Create(System.Type persisterClass, NHibernate.Mapping.PersistentClass model, NHibernate.Cache.ICacheConcurrencyStrategy cache, NHibernate.Engine.ISessionFactoryImplementor factory, NHibernate.Engine.IMapping cfg) => throw null; @@ -27787,6 +27951,7 @@ public class BooleanType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICache public BooleanType() : base(default(NHibernate.SqlTypes.SqlType)) => throw null; public BooleanType(NHibernate.SqlTypes.AnsiStringFixedLengthSqlType sqlType) : base(default(NHibernate.SqlTypes.SqlType)) => throw null; public override object DefaultValue { get => throw null; } + protected static readonly object FalseObject; public override object FromStringValue(string xml) => throw null; public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null; public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null; @@ -27796,6 +27961,7 @@ public class BooleanType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICache public override System.Type ReturnedClass { get => throw null; } public override void Set(System.Data.Common.DbCommand cmd, object value, int index, NHibernate.Engine.ISessionImplementor session) => throw null; public virtual object StringToObject(string xml) => throw null; + protected static readonly object TrueObject; } public class ByteType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheAssembler, NHibernate.Type.IDiscriminatorType, NHibernate.Type.IIdentifierType, NHibernate.Type.ILiteralType, NHibernate.Type.IType, NHibernate.Type.IVersionType { diff --git a/csharp/ql/test/resources/stubs/NHibernate/5.4.7/NHibernate.csproj b/csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.csproj similarity index 93% rename from csharp/ql/test/resources/stubs/NHibernate/5.4.7/NHibernate.csproj rename to csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.csproj index ecb2dae082bc..c327bef839ae 100644 --- a/csharp/ql/test/resources/stubs/NHibernate/5.4.7/NHibernate.csproj +++ b/csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.csproj @@ -11,7 +11,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Client/8.0.0/ServiceStack.Client.cs b/csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.cs similarity index 93% rename from csharp/ql/test/resources/stubs/ServiceStack.Client/8.0.0/ServiceStack.Client.cs rename to csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.cs index 457bfb71c0b2..4fed50dcbd24 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Client/8.0.0/ServiceStack.Client.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.cs @@ -2,6 +2,33 @@ // Generated from `ServiceStack.Client, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null`. namespace ServiceStack { + public class AdminApiKeyResponse : ServiceStack.IHasResponseStatus + { + public AdminApiKeyResponse() => throw null; + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public string Result { get => throw null; set { } } + } + public class AdminApiKeysResponse : ServiceStack.IHasResponseStatus + { + public AdminApiKeysResponse() => throw null; + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public System.Collections.Generic.List Results { get => throw null; set { } } + } + public class AdminCreateApiKey : ServiceStack.IPost, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public AdminCreateApiKey() => throw null; + public System.DateTime? ExpiryDate { get => throw null; set { } } + public System.Collections.Generic.List Features { get => throw null; set { } } + public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + public string Name { get => throw null; set { } } + public string Notes { get => throw null; set { } } + public int? RefId { get => throw null; set { } } + public string RefIdStr { get => throw null; set { } } + public System.Collections.Generic.List RestrictTo { get => throw null; set { } } + public System.Collections.Generic.List Scopes { get => throw null; set { } } + public string UserId { get => throw null; set { } } + public string UserName { get => throw null; set { } } + } public class AdminCreateUser : ServiceStack.AdminUserBase, ServiceStack.IPost, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public AdminCreateUser() => throw null; @@ -15,6 +42,11 @@ public class AdminDatabaseInfo : ServiceStack.IMeta public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } public int QueryLimit { get => throw null; set { } } } + public class AdminDeleteApiKey : ServiceStack.IDelete, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public AdminDeleteApiKey() => throw null; + public int? Id { get => throw null; set { } } + } public class AdminDeleteUser : ServiceStack.IDelete, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public AdminDeleteUser() => throw null; @@ -31,6 +63,31 @@ public class AdminGetUser : ServiceStack.IGet, ServiceStack.IReturn throw null; public string Id { get => throw null; set { } } } + public class AdminIdentityUsersInfo : ServiceStack.IMeta + { + public string AccessRole { get => throw null; set { } } + public System.Collections.Generic.List AllPermissions { get => throw null; set { } } + public System.Collections.Generic.List AllRoles { get => throw null; set { } } + public ServiceStack.ApiCss Css { get => throw null; set { } } + public AdminIdentityUsersInfo() => throw null; + public System.Collections.Generic.List Enabled { get => throw null; set { } } + public System.Collections.Generic.List FormLayout { get => throw null; set { } } + public ServiceStack.MetadataType IdentityUser { get => throw null; set { } } + public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + public System.Collections.Generic.List QueryIdentityUserProperties { get => throw null; set { } } + public System.Collections.Generic.List QueryMediaRules { get => throw null; set { } } + } + public class AdminQueryApiKeys : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public AdminQueryApiKeys() => throw null; + public int? Id { get => throw null; set { } } + public string OrderBy { get => throw null; set { } } + public string Search { get => throw null; set { } } + public int? Skip { get => throw null; set { } } + public int? Take { get => throw null; set { } } + public string UserId { get => throw null; set { } } + public string UserName { get => throw null; set { } } + } public class AdminQueryUsers : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public AdminQueryUsers() => throw null; @@ -53,6 +110,24 @@ public class AdminUi public ServiceStack.ApiCss Css { get => throw null; set { } } public AdminUi() => throw null; } + public class AdminUpdateApiKey : ServiceStack.IPatch, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public System.DateTime? CancelledDate { get => throw null; set { } } + public AdminUpdateApiKey() => throw null; + public System.DateTime? ExpiryDate { get => throw null; set { } } + public System.Collections.Generic.List Features { get => throw null; set { } } + public int Id { get => throw null; set { } } + public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + public string Name { get => throw null; set { } } + public string Notes { get => throw null; set { } } + public int? RefId { get => throw null; set { } } + public string RefIdStr { get => throw null; set { } } + public System.Collections.Generic.List Reset { get => throw null; set { } } + public System.Collections.Generic.List RestrictTo { get => throw null; set { } } + public System.Collections.Generic.List Scopes { get => throw null; set { } } + public string UserId { get => throw null; set { } } + public string UserName { get => throw null; set { } } + } public class AdminUpdateUser : ServiceStack.AdminUserBase, ServiceStack.IPut, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public System.Collections.Generic.List AddPermissions { get => throw null; set { } } @@ -60,6 +135,7 @@ public class AdminUpdateUser : ServiceStack.AdminUserBase, ServiceStack.IPut, Se public AdminUpdateUser() => throw null; public string Id { get => throw null; set { } } public bool? LockUser { get => throw null; set { } } + public System.DateTimeOffset? LockUserUntil { get => throw null; set { } } public System.Collections.Generic.List RemovePermissions { get => throw null; set { } } public System.Collections.Generic.List RemoveRoles { get => throw null; set { } } public bool? UnlockUser { get => throw null; set { } } @@ -70,9 +146,12 @@ public abstract class AdminUserBase : ServiceStack.IMeta public string DisplayName { get => throw null; set { } } public string Email { get => throw null; set { } } public string FirstName { get => throw null; set { } } + public string GetUserProperty(string name) => throw null; + public T GetUserProperty(string name) => throw null; public string LastName { get => throw null; set { } } public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } public string Password { get => throw null; set { } } + public string PhoneNumber { get => throw null; set { } } public string ProfileUrl { get => throw null; set { } } public System.Collections.Generic.Dictionary UserAuthProperties { get => throw null; set { } } public string UserName { get => throw null; set { } } @@ -146,6 +225,18 @@ public class ApiFormat public string Locale { get => throw null; set { } } public ServiceStack.FormatInfo Number { get => throw null; set { } } } + public class ApiKeyInfo : ServiceStack.IMeta + { + public ApiKeyInfo() => throw null; + public System.Collections.Generic.List> ExpiresIn { get => throw null; set { } } + public System.Collections.Generic.List Features { get => throw null; set { } } + public System.Collections.Generic.List Hide { get => throw null; set { } } + public string HttpHeader { get => throw null; set { } } + public string Label { get => throw null; set { } } + public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + public System.Collections.Generic.List RequestTypes { get => throw null; set { } } + public System.Collections.Generic.List Scopes { get => throw null; set { } } + } public static class ApiResult { public static ServiceStack.ApiResult Create(TResponse response) => throw null; @@ -209,6 +300,7 @@ public class AppInfo : ServiceStack.IMeta public string BrandImageUrl { get => throw null; set { } } public string BrandUrl { get => throw null; set { } } public AppInfo() => throw null; + public System.Collections.Generic.List EndpointRouting { get => throw null; set { } } public string IconUrl { get => throw null; set { } } public string JsTextCase { get => throw null; set { } } public string LinkColor { get => throw null; set { } } @@ -218,6 +310,7 @@ public class AppInfo : ServiceStack.IMeta public string ServiceName { get => throw null; set { } } public string ServiceStackVersion { get => throw null; } public string TextColor { get => throw null; set { } } + public string UseSystemJson { get => throw null; set { } } } public class AppMetadata : ServiceStack.IMeta { @@ -374,28 +467,24 @@ public class Authenticate : ServiceStack.IMeta, ServiceStack.IPost, ServiceStack { public string AccessToken { get => throw null; set { } } public string AccessTokenSecret { get => throw null; set { } } - public string cnonce { get => throw null; set { } } public Authenticate() => throw null; public Authenticate(string provider) => throw null; public string ErrorView { get => throw null; set { } } public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } - public string nc { get => throw null; set { } } - public string nonce { get => throw null; set { } } - public string oauth_token { get => throw null; set { } } - public string oauth_verifier { get => throw null; set { } } public string Password { get => throw null; set { } } public string provider { get => throw null; set { } } - public string qop { get => throw null; set { } } public bool? RememberMe { get => throw null; set { } } - public string response { get => throw null; set { } } public string ReturnUrl { get => throw null; set { } } - public string scope { get => throw null; set { } } - public string State { get => throw null; set { } } - public string uri { get => throw null; set { } } public string UserName { get => throw null; set { } } } - public class AuthenticateResponse : ServiceStack.IHasBearerToken, ServiceStack.IHasRefreshToken, ServiceStack.IHasResponseStatus, ServiceStack.IHasSessionId, ServiceStack.IMeta + public class AuthenticateLogout : ServiceStack.IPost, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { + public AuthenticateLogout() => throw null; + public string ReturnUrl { get => throw null; set { } } + } + public class AuthenticateResponse : ServiceStack.IHasBearerToken, ServiceStack.IHasRefreshToken, ServiceStack.IHasRefreshTokenExpiry, ServiceStack.IHasResponseStatus, ServiceStack.IHasSessionId, ServiceStack.IMeta + { + public string AuthProvider { get => throw null; set { } } public string BearerToken { get => throw null; set { } } public AuthenticateResponse() => throw null; public string DisplayName { get => throw null; set { } } @@ -404,6 +493,7 @@ public class AuthenticateResponse : ServiceStack.IHasBearerToken, ServiceStack.I public string ProfileUrl { get => throw null; set { } } public string ReferrerUrl { get => throw null; set { } } public string RefreshToken { get => throw null; set { } } + public System.DateTime? RefreshTokenExpiry { get => throw null; set { } } public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } public System.Collections.Generic.List Roles { get => throw null; set { } } public string SessionId { get => throw null; set { } } @@ -436,6 +526,7 @@ public class AuthInfo : ServiceStack.IMeta public bool? HasAuthRepository { get => throw null; set { } } public bool? HasAuthSecret { get => throw null; set { } } public string HtmlRedirect { get => throw null; set { } } + public ServiceStack.IdentityAuthInfo IdentityAuth { get => throw null; set { } } public bool? IncludesOAuthTokens { get => throw null; set { } } public bool? IncludesRoles { get => throw null; set { } } public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } @@ -589,7 +680,7 @@ public class CancelRequestResponse : ServiceStack.IHasResponseStatus, ServiceSta public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } public string Tag { get => throw null; set { } } } - public class CheckCrudEvents : ServiceStack.IReturn, ServiceStack.IReturn + public class CheckCrudEvents : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public string AuthSecret { get => throw null; set { } } public CheckCrudEvents() => throw null; @@ -612,6 +703,7 @@ public static class ClaimUtils public static string GetPicture(this System.Security.Claims.ClaimsPrincipal principal) => throw null; public static string[] GetRoles(this System.Security.Claims.ClaimsPrincipal principal) => throw null; public static string GetUserId(this System.Security.Claims.ClaimsPrincipal principal) => throw null; + public static string GetUserName(this System.Security.Claims.ClaimsPrincipal principal) => throw null; public static bool HasAllRoles(this System.Security.Claims.ClaimsPrincipal principal, params string[] roleNames) => throw null; public static bool HasClaim(this System.Security.Claims.ClaimsPrincipal principal, string type, string value) => throw null; public static bool HasRole(this System.Security.Claims.ClaimsPrincipal principal, string roleName) => throw null; @@ -620,6 +712,7 @@ public static class ClaimUtils public static bool IsAuthenticated(this System.Security.Claims.ClaimsPrincipal principal) => throw null; public static string PermissionType { get => throw null; set { } } public static string Picture { get => throw null; set { } } + public static ServiceStack.AuthenticateResponse ToAuthenticateResponse(this System.Security.Claims.ClaimsPrincipal user, System.Action configure = default(System.Action)) => throw null; } public static class ClientConfig { @@ -627,8 +720,13 @@ public static class ClientConfig public static string DefaultEncodeDispositionFileName(string fileName) => throw null; public static System.Func EncodeDispositionFileName { get => throw null; set { } } public static System.Func EvalExpression { get => throw null; set { } } + public static T FromJson(string json, System.Type requestType = default(System.Type)) => throw null; + public static object FromJson(System.Type type, string json) => throw null; public static bool ImplicitRefInfo { get => throw null; set { } } + public static void Reset() => throw null; public static bool SkipEmptyArrays { get => throw null; set { } } + public static string ToJson(T obj) => throw null; + public static ServiceStack.UseSystemJson UseSystemJson { get => throw null; set { } } } public static class ClientDiagnostics { @@ -644,6 +742,21 @@ public static class ClientFactory { public static ServiceStack.IOneWayClient Create(string endpointUrl) => throw null; } + public class CommandInfo + { + public CommandInfo() => throw null; + public string Name { get => throw null; set { } } + public ServiceStack.MetadataType Request { get => throw null; set { } } + public ServiceStack.MetadataType Response { get => throw null; set { } } + public string Tag { get => throw null; set { } } + public System.Type Type { get => throw null; set { } } + } + public class CommandsInfo : ServiceStack.IMeta + { + public System.Collections.Generic.List Commands { get => throw null; set { } } + public CommandsInfo() => throw null; + public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + } public class ConfigInfo : ServiceStack.IMeta { public ConfigInfo() => throw null; @@ -680,9 +793,23 @@ public class ConvertSessionToTokenResponse : ServiceStack.IMeta public string RefreshToken { get => throw null; set { } } public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } } + public class CreateUserApiKey : ServiceStack.IPost, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public CreateUserApiKey() => throw null; + public System.DateTime? ExpiryDate { get => throw null; set { } } + public System.Collections.Generic.List Features { get => throw null; set { } } + public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + public string Name { get => throw null; set { } } + public string Notes { get => throw null; set { } } + public int? RefId { get => throw null; set { } } + public string RefIdStr { get => throw null; set { } } + public System.Collections.Generic.List RestrictTo { get => throw null; set { } } + public System.Collections.Generic.List Scopes { get => throw null; set { } } + } public static class Crud { public static System.Collections.Generic.HashSet All { get => throw null; } + public static bool AnyAutoQueryType(System.Type type) => throw null; public static System.Collections.Generic.HashSet ApiBaseTypes { get => throw null; } public static string[] ApiCrudInterfaces { get => throw null; } public static System.Collections.Generic.HashSet ApiInterfaces { get => throw null; } @@ -820,6 +947,11 @@ public class DeleteFileUploadResponse public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } public bool Result { get => throw null; set { } } } + public class DeleteUserApiKey : ServiceStack.IDelete, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public DeleteUserApiKey() => throw null; + public int? Id { get => throw null; set { } } + } public class DynamicRequest { public DynamicRequest() => throw null; @@ -992,7 +1124,7 @@ public class GetPublicKey : ServiceStack.IReturn, ServiceStack.IReturn { public GetPublicKey() => throw null; } - public class GetValidationRules : ServiceStack.IReturn, ServiceStack.IReturn + public class GetValidationRules : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public string AuthSecret { get => throw null; set { } } public GetValidationRules() => throw null; @@ -1163,6 +1295,10 @@ public static class HttpExt { public static string GetDispositionFileName(string fileName) => throw null; public static bool HasNonAscii(string s) => throw null; + public static System.Net.Http.HttpClient HttpUtilsClient(this System.Net.Http.IHttpClientFactory clientFactory) => throw null; + public static System.Threading.Tasks.Task SendJsonCallbackAsync(this System.Net.Http.IHttpClientFactory clientFactory, string url, T body, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task SendJsonCallbackAsync(this System.Net.Http.HttpClient client, string url, T body, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Net.Http.HttpRequestMessage ToJsonHttpRequestMessage(string url, T body) => throw null; } public interface ICachedServiceClient : System.IDisposable, ServiceStack.IHasBearerToken, ServiceStack.IHasSessionId, ServiceStack.IHasVersion, ServiceStack.IHttpRestClientAsync, ServiceStack.IOneWayClient, ServiceStack.IReplyClient, ServiceStack.IRestClient, ServiceStack.IRestClientAsync, ServiceStack.IRestClientSync, ServiceStack.IRestServiceClient, ServiceStack.IServiceClient, ServiceStack.IServiceClientAsync, ServiceStack.IServiceClientCommon, ServiceStack.IServiceClientSync, ServiceStack.IServiceGateway, ServiceStack.IServiceGatewayAsync { @@ -1190,6 +1326,12 @@ public interface ICloneServiceGateway { ServiceStack.IServiceGateway Clone(); } + public class IdentityAuthInfo : ServiceStack.IMeta + { + public IdentityAuthInfo() => throw null; + public bool? HasRefreshToken { get => throw null; set { } } + public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + } public interface IHasCookieContainer { System.Net.CookieContainer CookieContainer { get; } @@ -1284,6 +1426,7 @@ public class JsonApiClient : System.IDisposable, ServiceStack.IHasBearerToken, S public void ClearHeaders() => throw null; public string ContentType; public System.Net.CookieContainer CookieContainer { get => throw null; set { } } + public static ServiceStack.JsonApiClient Create(string baseUrl) => throw null; public System.Net.ICredentials Credentials { get => throw null; set { } } public JsonApiClient(System.Net.Http.HttpClient httpClient) => throw null; public JsonApiClient(string baseUri) => throw null; @@ -1367,15 +1510,21 @@ public class JsonApiClient : System.IDisposable, ServiceStack.IHasBearerToken, S public virtual TResponse PostFile(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, string mimeType = default(string), string fieldName = default(string)) => throw null; public virtual System.Threading.Tasks.Task PostFileAsync(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, string mimeType = default(string), string fieldName = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public TResponse PostFilesWithRequest(object request, System.Collections.Generic.IEnumerable files) => throw null; + public TResponse PostFilesWithRequest(ServiceStack.IReturn request, ServiceStack.UploadFile[] files) => throw null; public TResponse PostFilesWithRequest(string relativeOrAbsoluteUrl, object request, System.Collections.Generic.IEnumerable files) => throw null; + public TResponse PostFilesWithRequest(string relativeOrAbsoluteUrl, ServiceStack.IReturn request, ServiceStack.UploadFile[] files) => throw null; public virtual TResponse PostFilesWithRequest(string requestUri, object request, ServiceStack.UploadFile[] files) => throw null; public System.Threading.Tasks.Task PostFilesWithRequestAsync(object request, System.Collections.Generic.IEnumerable files, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PostFilesWithRequestAsync(ServiceStack.IReturn request, ServiceStack.UploadFile[] files, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public System.Threading.Tasks.Task PostFilesWithRequestAsync(string relativeOrAbsoluteUrl, object request, System.Collections.Generic.IEnumerable files, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PostFilesWithRequestAsync(string relativeOrAbsoluteUrl, ServiceStack.IReturn request, ServiceStack.UploadFile[] files, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual System.Threading.Tasks.Task PostFilesWithRequestAsync(string requestUri, object request, ServiceStack.UploadFile[] files, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public TResponse PostFileWithRequest(System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string)) => throw null; public TResponse PostFileWithRequest(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string)) => throw null; + public TResponse PostFileWithRequest(ServiceStack.IReturn request, ServiceStack.UploadFile file) => throw null; public System.Threading.Tasks.Task PostFileWithRequestAsync(System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual System.Threading.Tasks.Task PostFileWithRequestAsync(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PostFileWithRequestAsync(ServiceStack.IReturn request, ServiceStack.UploadFile file, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual void Publish(object request) => throw null; public void PublishAll(System.Collections.Generic.IEnumerable requests) => throw null; public System.Threading.Tasks.Task PublishAllAsync(System.Collections.Generic.IEnumerable requests, System.Threading.CancellationToken token) => throw null; @@ -1724,6 +1873,7 @@ public class MetadataOperationType public System.Collections.Generic.List RequiredRoles { get => throw null; set { } } public System.Collections.Generic.List RequiresAnyPermission { get => throw null; set { } } public System.Collections.Generic.List RequiresAnyRole { get => throw null; set { } } + public bool? RequiresApiKey { get => throw null; set { } } public bool? RequiresAuth { get => throw null; set { } } public ServiceStack.MetadataType Response { get => throw null; set { } } public bool? ReturnsVoid { get => throw null; set { } } @@ -1915,6 +2065,28 @@ public class NewInstanceResolver : ServiceStack.Configuration.IResolver public NewInstanceResolver() => throw null; public T TryResolve() => throw null; } + public class PartialApiKey : ServiceStack.IMeta + { + public bool Active { get => throw null; set { } } + public System.DateTime? CancelledDate { get => throw null; set { } } + public System.DateTime CreatedDate { get => throw null; set { } } + public PartialApiKey() => throw null; + public string Environment { get => throw null; set { } } + public System.DateTime? ExpiryDate { get => throw null; set { } } + public System.Collections.Generic.List Features { get => throw null; set { } } + public int Id { get => throw null; set { } } + public System.DateTime? LastUsedDate { get => throw null; set { } } + public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + public string Name { get => throw null; set { } } + public string Notes { get => throw null; set { } } + public int? RefId { get => throw null; set { } } + public string RefIdStr { get => throw null; set { } } + public System.Collections.Generic.List RestrictTo { get => throw null; set { } } + public System.Collections.Generic.List Scopes { get => throw null; set { } } + public string UserId { get => throw null; set { } } + public string UserName { get => throw null; set { } } + public string VisibleKey { get => throw null; set { } } + } namespace Pcl { public class HttpUtility @@ -1968,10 +2140,13 @@ public static class PlatformRsaUtils public class PluginInfo : ServiceStack.IMeta { public ServiceStack.AdminDatabaseInfo AdminDatabase { get => throw null; set { } } + public ServiceStack.AdminIdentityUsersInfo AdminIdentityUsers { get => throw null; set { } } public ServiceStack.AdminRedisInfo AdminRedis { get => throw null; set { } } public ServiceStack.AdminUsersInfo AdminUsers { get => throw null; set { } } + public ServiceStack.ApiKeyInfo ApiKey { get => throw null; set { } } public ServiceStack.AuthInfo Auth { get => throw null; set { } } public ServiceStack.AutoQueryInfo AutoQuery { get => throw null; set { } } + public ServiceStack.CommandsInfo Commands { get => throw null; set { } } public PluginInfo() => throw null; public ServiceStack.FilesUploadInfo FilesUpload { get => throw null; set { } } public System.Collections.Generic.List Loaded { get => throw null; set { } } @@ -1991,6 +2166,15 @@ public class ProfilingInfo : ServiceStack.IMeta public string TagLabel { get => throw null; set { } } } public delegate void ProgressDelegate(long done, long total); + public class QueryUserApiKeys : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public QueryUserApiKeys() => throw null; + public int? Id { get => throw null; set { } } + public string OrderBy { get => throw null; set { } } + public string Search { get => throw null; set { } } + public int? Skip { get => throw null; set { } } + public int? Take { get => throw null; set { } } + } public class RedisEndpointInfo { public RedisEndpointInfo() => throw null; @@ -2045,14 +2229,16 @@ public class Register : ServiceStack.IMeta, ServiceStack.IPost, ServiceStack.IRe public string Password { get => throw null; set { } } public string UserName { get => throw null; set { } } } - public class RegisterResponse : ServiceStack.IHasBearerToken, ServiceStack.IHasRefreshToken, ServiceStack.IHasResponseStatus, ServiceStack.IHasSessionId, ServiceStack.IMeta + public class RegisterResponse : ServiceStack.IHasBearerToken, ServiceStack.IHasRefreshToken, ServiceStack.IHasRefreshTokenExpiry, ServiceStack.IHasResponseStatus, ServiceStack.IHasSessionId, ServiceStack.IMeta { public string BearerToken { get => throw null; set { } } public RegisterResponse() => throw null; public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } public System.Collections.Generic.List Permissions { get => throw null; set { } } + public string RedirectUrl { get => throw null; set { } } public string ReferrerUrl { get => throw null; set { } } public string RefreshToken { get => throw null; set { } } + public System.DateTime? RefreshTokenExpiry { get => throw null; set { } } public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } public System.Collections.Generic.List Roles { get => throw null; set { } } public string SessionId { get => throw null; set { } } @@ -2078,7 +2264,6 @@ public class RequestLogsInfo : ServiceStack.IMeta public int DefaultLimit { get => throw null; set { } } public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } public string RequestLogger { get => throw null; set { } } - public string[] RequiredRoles { get => throw null; set { } } public System.Collections.Generic.Dictionary ServiceRoutes { get => throw null; set { } } } public static class ResponseStatusUtils @@ -2214,6 +2399,7 @@ public class JsonDataContractSerializer : ServiceStack.Text.IStringSerializer public class KeyValueDataContractDeserializer { public KeyValueDataContractDeserializer() => throw null; + public ServiceStack.Serialization.StringMapTypeDeserializer GetOrAddStringMapTypeDeserializer(System.Type returnType) => throw null; public static ServiceStack.Serialization.KeyValueDataContractDeserializer Instance; public object Parse(System.Collections.Generic.IDictionary keyValuePairs, System.Type returnType) => throw null; public object Parse(System.Collections.Specialized.NameValueCollection nameValues, System.Type returnType) => throw null; @@ -2234,8 +2420,17 @@ public class StringMapTypeDeserializer public object CreateFromMap(System.Collections.Generic.IDictionary keyValuePairs) => throw null; public object CreateFromMap(System.Collections.Specialized.NameValueCollection nameValues) => throw null; public StringMapTypeDeserializer(System.Type type) => throw null; + public ServiceStack.Serialization.StringMapTypeDeserializer.PropertySerializerEntry GetPropertySerializer(string propertyName) => throw null; public object PopulateFromMap(object instance, System.Collections.Generic.IDictionary keyValuePairs, System.Collections.Generic.HashSet ignoredWarningsOnPropertyNames = default(System.Collections.Generic.HashSet)) => throw null; public object PopulateFromMap(object instance, System.Collections.Specialized.NameValueCollection nameValues, System.Collections.Generic.HashSet ignoredWarningsOnPropertyNames = default(System.Collections.Generic.HashSet)) => throw null; + public class PropertySerializerEntry + { + public PropertySerializerEntry(ServiceStack.GetMemberDelegate propertyGetFn, ServiceStack.SetMemberDelegate propertySetFn, ServiceStack.Text.Common.ParseStringDelegate propertyParseStringFn) => throw null; + public readonly ServiceStack.GetMemberDelegate PropertyGetFn; + public readonly ServiceStack.Text.Common.ParseStringDelegate PropertyParseStringFn; + public readonly ServiceStack.SetMemberDelegate PropertySetFn; + public System.Type PropertyType; + } public static System.Collections.Concurrent.ConcurrentDictionary TypeStringSerializers { get => throw null; } } public class XmlSerializableSerializer : ServiceStack.Text.IStringSerializer @@ -2727,7 +2922,6 @@ public class StoreFileUpload : ServiceStack.IHasBearerToken, ServiceStack.IPost, public string BearerToken { get => throw null; set { } } public StoreFileUpload() => throw null; public string Name { get => throw null; set { } } - public string Path { get => throw null; set { } } } public class StoreFileUploadResponse { @@ -2874,6 +3068,22 @@ public class UpdateEventSubscriberResponse public UpdateEventSubscriberResponse() => throw null; public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } } + public class UpdateUserApiKey : ServiceStack.IPatch, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public System.DateTime? CancelledDate { get => throw null; set { } } + public UpdateUserApiKey() => throw null; + public System.DateTime? ExpiryDate { get => throw null; set { } } + public System.Collections.Generic.List Features { get => throw null; set { } } + public int Id { get => throw null; set { } } + public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + public string Name { get => throw null; set { } } + public string Notes { get => throw null; set { } } + public int? RefId { get => throw null; set { } } + public string RefIdStr { get => throw null; set { } } + public System.Collections.Generic.List Reset { get => throw null; set { } } + public System.Collections.Generic.List RestrictTo { get => throw null; set { } } + public System.Collections.Generic.List Scopes { get => throw null; set { } } + } public class UploadedFile { public long ContentLength { get => throw null; set { } } @@ -2916,6 +3126,18 @@ public class UserApiKey : ServiceStack.IMeta public string KeyType { get => throw null; set { } } public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } } + public class UserApiKeyResponse : ServiceStack.IHasResponseStatus + { + public UserApiKeyResponse() => throw null; + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public string Result { get => throw null; set { } } + } + public class UserApiKeysResponse : ServiceStack.IHasResponseStatus + { + public UserApiKeysResponse() => throw null; + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public System.Collections.Generic.List Results { get => throw null; set { } } + } namespace Validation { public class ValidationError : System.ArgumentException, ServiceStack.Model.IResponseStatusConvertible @@ -3007,7 +3229,6 @@ public class WebServiceException : System.Exception, ServiceStack.IHasResponseSt public System.Collections.Generic.List GetFieldErrors() => throw null; public bool IsAny400() => throw null; public bool IsAny500() => throw null; - public static ServiceStack.Logging.ILog log; public override string Message { get => throw null; } public string ResponseBody { get => throw null; set { } } public object ResponseDto { get => throw null; set { } } diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Client/8.0.0/ServiceStack.Client.csproj b/csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.csproj similarity index 68% rename from csharp/ql/test/resources/stubs/ServiceStack.Client/8.0.0/ServiceStack.Client.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.csproj index cfcee25916a8..086203dafdc7 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Client/8.0.0/ServiceStack.Client.csproj +++ b/csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Common/8.0.0/ServiceStack.Common.cs b/csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.cs similarity index 99% rename from csharp/ql/test/resources/stubs/ServiceStack.Common/8.0.0/ServiceStack.Common.cs rename to csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.cs index 2e13f82b81f8..f14f4dc78cfc 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Common/8.0.0/ServiceStack.Common.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.cs @@ -311,6 +311,7 @@ public static class ExecUtils public static int CalculateFullJitterBackOffDelay(int retriesAttempted) => throw null; public static int CalculateFullJitterBackOffDelay(int retriesAttempted, int baseDelay, int maxBackOffMs) => throw null; public static int CalculateMemoryLockDelay(int retries) => throw null; + public static int CalculateRetryDelayMs(int retryAttempt, ServiceStack.RetryPolicy retry) => throw null; public static System.Threading.Tasks.Task DelayBackOffMultiplierAsync(int retriesAttempted) => throw null; public static void ExecAll(this System.Collections.Generic.IEnumerable instances, System.Action action) => throw null; public static System.Threading.Tasks.Task ExecAllAsync(this System.Collections.Generic.IEnumerable instances, System.Func action) => throw null; @@ -323,12 +324,21 @@ public static class ExecUtils public static int MaxRetries { get => throw null; set { } } public static void RetryOnException(System.Action action, System.TimeSpan? timeOut) => throw null; public static void RetryOnException(System.Action action, int maxRetries) => throw null; + public static T RetryOnException(System.Func action, int maxRetries) => throw null; public static System.Threading.Tasks.Task RetryOnExceptionAsync(System.Func action, System.TimeSpan? timeOut) => throw null; public static System.Threading.Tasks.Task RetryOnExceptionAsync(System.Func action, int maxRetries) => throw null; + public static System.Threading.Tasks.Task RetryOnExceptionAsync(System.Func> action, int maxRetries) => throw null; public static void RetryUntilTrue(System.Func action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null; public static System.Threading.Tasks.Task RetryUntilTrueAsync(System.Func> action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null; public static string ShellExec(string command, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static void SleepBackOffMultiplier(int retriesAttempted) => throw null; + public static class StaticRandom + { + public static int Next(int maxValue) => throw null; + } + public static bool WaitUntilTrue(System.Func action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null; + public static System.Threading.Tasks.Task WaitUntilTrueAsync(System.Func action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null; + public static System.Threading.Tasks.Task WaitUntilTrueAsync(System.Func> action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null; } public static class ExpressionUtils { @@ -4044,8 +4054,8 @@ public class SimpleAppSettings : ServiceStack.Configuration.IAppSettings } public class SimpleContainer : ServiceStack.IContainer, ServiceStack.Configuration.IResolver { - public ServiceStack.IContainer AddSingleton(System.Type type, System.Func factory) => throw null; - public ServiceStack.IContainer AddTransient(System.Type type, System.Func factory) => throw null; + public ServiceStack.IContainer AddSingleton(System.Type serviceType, System.Func factory) => throw null; + public ServiceStack.IContainer AddTransient(System.Type serviceType, System.Func factory) => throw null; public System.Func CreateFactory(System.Type type) => throw null; public SimpleContainer() => throw null; public void Dispose() => throw null; diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Common/8.0.0/ServiceStack.Common.csproj b/csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.csproj similarity index 67% rename from csharp/ql/test/resources/stubs/ServiceStack.Common/8.0.0/ServiceStack.Common.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.csproj index 9528c1b201ac..738ed3be534a 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Common/8.0.0/ServiceStack.Common.csproj +++ b/csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.0.0/ServiceStack.Interfaces.cs b/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.cs similarity index 93% rename from csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.0.0/ServiceStack.Interfaces.cs rename to csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.cs index af3d33656b0b..324031064e6c 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.0.0/ServiceStack.Interfaces.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.cs @@ -143,6 +143,7 @@ public class ApiAttribute : ServiceStack.AttributeBase public ApiAttribute(string description, int generateBodyParameter, bool isRequired) => throw null; public string Description { get => throw null; set { } } public bool IsRequired { get => throw null; set { } } + public string RequestContentType { get => throw null; set { } } } [System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)] public class ApiMemberAttribute : ServiceStack.AttributeBase @@ -255,6 +256,38 @@ public class ArrayOfStringId : System.Collections.Generic.List public ArrayOfStringId(System.Collections.Generic.IEnumerable collection) => throw null; public ArrayOfStringId(params string[] args) => throw null; } + public abstract class AsyncCommand : ServiceStack.AsyncCommand + { + protected AsyncCommand() => throw null; + protected override System.Threading.Tasks.Task RunAsync(ServiceStack.NoArgs request, System.Threading.CancellationToken token) => throw null; + protected abstract System.Threading.Tasks.Task RunAsync(System.Threading.CancellationToken token); + } + public abstract class AsyncCommand : ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.IHasCancellationToken, ServiceStack.Web.IRequiresRequest + { + protected AsyncCommand() => throw null; + public System.Threading.Tasks.Task ExecuteAsync(TArgs request) => throw null; + public ServiceStack.Web.IRequest Request { get => throw null; set { } } + protected abstract System.Threading.Tasks.Task RunAsync(TArgs request, System.Threading.CancellationToken token); + public System.Threading.CancellationToken Token { get => throw null; } + } + public abstract class AsyncCommandWithResult : ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.IHasCancellationToken, ServiceStack.IHasResult, ServiceStack.Web.IRequiresRequest + { + protected AsyncCommandWithResult() => throw null; + public System.Threading.Tasks.Task ExecuteAsync(ServiceStack.NoArgs request) => throw null; + public ServiceStack.Web.IRequest Request { get => throw null; set { } } + public TResult Result { get => throw null; set { } } + protected abstract System.Threading.Tasks.Task RunAsync(System.Threading.CancellationToken token); + public System.Threading.CancellationToken Token { get => throw null; } + } + public abstract class AsyncCommandWithResult : ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.IHasCancellationToken, ServiceStack.IHasResult, ServiceStack.Web.IRequiresRequest + { + protected AsyncCommandWithResult() => throw null; + public System.Threading.Tasks.Task ExecuteAsync(TArgs request) => throw null; + public ServiceStack.Web.IRequest Request { get => throw null; set { } } + public TResult Result { get => throw null; set { } } + protected abstract System.Threading.Tasks.Task RunAsync(TArgs request, System.Threading.CancellationToken token); + public System.Threading.CancellationToken Token { get => throw null; } + } public class AttributeBase : System.Attribute { public AttributeBase() => throw null; @@ -671,6 +704,17 @@ public enum CallStyle : long OneWay = 8192, Reply = 16384, } + [System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)] + public class CommandAttribute : ServiceStack.AttributeBase + { + public System.Type CommandType { get => throw null; } + public CommandAttribute(System.Type commandType) => throw null; + } + [System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)] + public class CommandAttribute : ServiceStack.CommandAttribute where T : ServiceStack.IAsyncCommand + { + public CommandAttribute() : base(default(System.Type)) => throw null; + } namespace Commands { public interface ICommand @@ -918,6 +962,7 @@ public class DefaultAttribute : ServiceStack.AttributeBase public double DoubleValue { get => throw null; set { } } public int IntValue { get => throw null; set { } } public bool OnUpdate { get => throw null; set { } } + public string WithConstraint { get => throw null; set { } } } public class DescriptionAttribute : ServiceStack.AttributeBase { @@ -934,17 +979,27 @@ public class EnumAsIntAttribute : ServiceStack.AttributeBase { public EnumAsIntAttribute() => throw null; } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true)] + [System.AttributeUsage((System.AttributeTargets)4)] public class ExcludeAttribute : ServiceStack.AttributeBase { public ExcludeAttribute(ServiceStack.Feature feature) => throw null; public ServiceStack.Feature Feature { get => throw null; set { } } } [System.AttributeUsage((System.AttributeTargets)132)] + public class ExcludeFromDescriptionAttribute : ServiceStack.AttributeBase + { + public ExcludeFromDescriptionAttribute() => throw null; + } + [System.AttributeUsage((System.AttributeTargets)132)] public class ExcludeMetadataAttribute : ServiceStack.DataAnnotations.ExcludeAttribute { public ExcludeMetadataAttribute() : base(default(ServiceStack.Feature)) => throw null; } + [System.AttributeUsage((System.AttributeTargets)132)] + public class ExplicitAutoQuery : ServiceStack.AttributeBase + { + public ExplicitAutoQuery() => throw null; + } [System.AttributeUsage((System.AttributeTargets)128)] public class ForeignKeyAttribute : ServiceStack.DataAnnotations.ReferencesAttribute { @@ -1378,10 +1433,11 @@ public enum Feature Razor = 4096, ProtoBuf = 8192, MsgPack = 16384, - Wire = 32768, + Jsonl = 32768, Grpc = 65536, ServiceDiscovery = 131072, Validation = 262144, + ApiExplorer = 524288, } [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = true)] public class FieldAttribute : ServiceStack.InputAttributeBase @@ -1474,11 +1530,48 @@ public interface IAnyVoidAsync { System.Threading.Tasks.Task AnyAsync(T request); } + public interface IApiKey : ServiceStack.IMeta + { + bool CanAccess(System.Type requestType); + System.DateTime? CancelledDate { get; } + System.DateTime CreatedDate { get; } + string Environment { get; } + System.DateTime? ExpiryDate { get; } + bool HasFeature(string feature); + bool HasScope(string scope); + string Key { get; } + int? RefId { get; } + string RefIdStr { get; } + } + public interface IApiKeyResolver + { + string GetApiKeyToken(ServiceStack.Web.IRequest req); + } + public interface IApiKeySource + { + System.Threading.Tasks.Task GetApiKeyAsync(string key); + } public interface IApiResponseDescription { string Description { get; } int StatusCode { get; } } + public interface IAsyncCommand : ServiceStack.IAsyncCommand + { + System.Threading.Tasks.Task ExecuteAsync(T request); + } + public interface IAsyncCommand + { + } + public interface IAsyncCommand : ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.IHasResult + { + } + public interface ICommandExecutor + { + TCommand Command() where TCommand : ServiceStack.IAsyncCommand; + System.Threading.Tasks.Task ExecuteAsync(ServiceStack.IAsyncCommand command, TRequest request); + System.Threading.Tasks.Task ExecuteWithResultAsync(ServiceStack.IAsyncCommand command, TRequest request); + } public interface ICompressor { string Compress(string source); @@ -1494,8 +1587,8 @@ public class IconAttribute : ServiceStack.AttributeBase } public interface IContainer { - ServiceStack.IContainer AddSingleton(System.Type type, System.Func factory); - ServiceStack.IContainer AddTransient(System.Type type, System.Func factory); + ServiceStack.IContainer AddSingleton(System.Type serviceType, System.Func factory); + ServiceStack.IContainer AddTransient(System.Type serviceType, System.Func factory); System.Func CreateFactory(System.Type type); bool Exists(System.Type type); object Resolve(System.Type type); @@ -1560,6 +1653,11 @@ public interface IGetVoidAsync { System.Threading.Tasks.Task GetAsync(T request); } + [System.AttributeUsage((System.AttributeTargets)4)] + public class IgnoreServicesAttribute : ServiceStack.AttributeBase + { + public IgnoreServicesAttribute() => throw null; + } public interface IHasAuthSecret { string AuthSecret { get; set; } @@ -1568,6 +1666,14 @@ public interface IHasBearerToken { string BearerToken { get; set; } } + public interface IHasCancellationToken + { + System.Threading.CancellationToken Token { get; } + } + public interface IHasClaimsPrincipal + { + System.Security.Claims.ClaimsPrincipal User { get; } + } public interface IHasErrorCode { string ErrorCode { get; } @@ -1584,10 +1690,18 @@ public interface IHasRefreshToken { string RefreshToken { get; set; } } + public interface IHasRefreshTokenExpiry : ServiceStack.IHasRefreshToken + { + System.DateTime? RefreshTokenExpiry { get; set; } + } public interface IHasResponseStatus { ServiceStack.ResponseStatus ResponseStatus { get; set; } } + public interface IHasResult + { + T Result { get; } + } public interface IHasSessionId { string SessionId { get; set; } @@ -1996,6 +2110,14 @@ public interface IReflectAttributeFilter public interface IReplyClient : ServiceStack.IServiceGateway { } + public interface IRequireAuthentication + { + } + public interface IRequireRefreshToken + { + string RefreshToken { get; set; } + System.DateTime? RefreshTokenExpiry { get; set; } + } public interface IRequiresSchema { void InitSchema(); @@ -2208,6 +2330,221 @@ public interface IValidationSourceAdmin public interface IVerb { } + namespace Jobs + { + public class BackgroundJob : ServiceStack.Jobs.BackgroundJobBase + { + public BackgroundJob() => throw null; + public override long Id { get => throw null; set { } } + public System.Action OnFailed { get => throw null; set { } } + public System.Action OnSuccess { get => throw null; set { } } + public ServiceStack.Jobs.CompletedJob ParentJob { get => throw null; set { } } + public System.Threading.CancellationToken? Token { get => throw null; set { } } + public bool Transient { get => throw null; set { } } + public object TransientRequest { get => throw null; set { } } + } + public abstract class BackgroundJobBase : ServiceStack.IMeta + { + public virtual System.Collections.Generic.Dictionary Args { get => throw null; set { } } + public virtual int Attempts { get => throw null; set { } } + public virtual string BatchId { get => throw null; set { } } + public virtual string Callback { get => throw null; set { } } + public virtual string Command { get => throw null; set { } } + public virtual System.DateTime? CompletedDate { get => throw null; set { } } + public virtual string CreatedBy { get => throw null; set { } } + public virtual System.DateTime CreatedDate { get => throw null; set { } } + protected BackgroundJobBase() => throw null; + public virtual long? DependsOn { get => throw null; set { } } + public virtual int DurationMs { get => throw null; set { } } + public virtual ServiceStack.ResponseStatus Error { get => throw null; set { } } + public virtual string ErrorCode { get => throw null; set { } } + public virtual long Id { get => throw null; set { } } + public virtual System.DateTime? LastActivityDate { get => throw null; set { } } + public virtual string Logs { get => throw null; set { } } + public virtual System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + public virtual System.DateTime? NotifiedDate { get => throw null; set { } } + public virtual long? ParentId { get => throw null; set { } } + public virtual double? Progress { get => throw null; set { } } + public virtual string RefId { get => throw null; set { } } + public virtual string ReplyTo { get => throw null; set { } } + public virtual string Request { get => throw null; set { } } + public virtual string RequestBody { get => throw null; set { } } + public virtual string RequestId { get => throw null; set { } } + public virtual string RequestType { get => throw null; set { } } + public virtual string Response { get => throw null; set { } } + public virtual string ResponseBody { get => throw null; set { } } + public virtual int? RetryLimit { get => throw null; set { } } + public virtual System.DateTime? RunAfter { get => throw null; set { } } + public virtual System.DateTime? StartedDate { get => throw null; set { } } + public virtual ServiceStack.Jobs.BackgroundJobState State { get => throw null; set { } } + public virtual string Status { get => throw null; set { } } + public virtual string Tag { get => throw null; set { } } + public virtual int? TimeoutSecs { get => throw null; set { } } + public virtual string UserId { get => throw null; set { } } + public virtual string Worker { get => throw null; set { } } + } + public class BackgroundJobOptions + { + public System.Collections.Generic.Dictionary Args { get => throw null; set { } } + public virtual string BatchId { get => throw null; set { } } + public string Callback { get => throw null; set { } } + public string CreatedBy { get => throw null; set { } } + public BackgroundJobOptions() => throw null; + public long? DependsOn { get => throw null; set { } } + public System.Action OnFailed { get => throw null; set { } } + public System.Action OnSuccess { get => throw null; set { } } + public long? ParentId { get => throw null; set { } } + public string RefId { get => throw null; set { } } + public string ReplyTo { get => throw null; set { } } + public virtual int? RetryLimit { get => throw null; set { } } + public System.DateTime? RunAfter { get => throw null; set { } } + public bool? RunCommand { get => throw null; set { } } + public string Tag { get => throw null; set { } } + public System.TimeSpan? Timeout { get => throw null; set { } } + public int? TimeoutSecs { get => throw null; set { } } + public System.Threading.CancellationToken? Token { get => throw null; set { } } + public string UserId { get => throw null; set { } } + public string Worker { get => throw null; set { } } + } + public class BackgroundJobRef + { + public BackgroundJobRef(long id, string refId) => throw null; + public void Deconstruct(out long id, out string refId) => throw null; + public long Id { get => throw null; } + public string RefId { get => throw null; } + } + public enum BackgroundJobState + { + Queued = 0, + Started = 1, + Executed = 2, + Completed = 3, + Failed = 4, + Cancelled = 5, + } + public struct BackgroundJobStatusUpdate + { + public BackgroundJobStatusUpdate(ServiceStack.Jobs.BackgroundJob job, double? progress = default(double?), string status = default(string), string log = default(string)) => throw null; + public void Deconstruct(out ServiceStack.Jobs.BackgroundJob job, out double? progress, out string status, out string log) => throw null; + public ServiceStack.Jobs.BackgroundJob Job { get => throw null; } + public string Log { get => throw null; } + public double? Progress { get => throw null; } + public string Status { get => throw null; } + } + public class CompletedJob : ServiceStack.Jobs.BackgroundJobBase + { + public CompletedJob() => throw null; + } + public class FailedJob : ServiceStack.Jobs.BackgroundJobBase + { + public FailedJob() => throw null; + } + public interface IBackgroundJobs + { + bool CancelJob(long jobId); + void CancelWorker(string worker); + void CompleteJob(ServiceStack.Jobs.BackgroundJob job, object response = default(object)); + object CreateRequest(ServiceStack.Jobs.BackgroundJobBase job); + object CreateResponse(ServiceStack.Jobs.BackgroundJobBase job); + void DeleteRecurringTask(string taskName); + ServiceStack.Jobs.BackgroundJobRef EnqueueApi(object requestDto, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)); + ServiceStack.Jobs.BackgroundJobRef EnqueueCommand(string commandName, object arg, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)); + System.Threading.Tasks.Task ExecuteJobAsync(ServiceStack.Jobs.BackgroundJob job); + void FailJob(ServiceStack.Jobs.BackgroundJob job, System.Exception ex); + void FailJob(ServiceStack.Jobs.BackgroundJob job, ServiceStack.ResponseStatus error, bool shouldRetry); + int? GetApiEstimatedDurationMs(string requestType, string worker = default(string)); + int? GetCommandEstimatedDurationMs(string commandType, string worker = default(string)); + ServiceStack.Jobs.JobResult GetJob(long jobId); + ServiceStack.Jobs.JobResult GetJobByRefId(string refId); + System.Collections.Generic.Dictionary GetWorkerQueueCounts(); + System.Collections.Generic.List GetWorkerStats(); + System.Data.IDbConnection OpenDb(); + System.Data.IDbConnection OpenMonthDb(System.DateTime createdDate); + void RecurringApi(string taskName, ServiceStack.Jobs.Schedule schedule, object requestDto, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)); + void RecurringCommand(string taskName, ServiceStack.Jobs.Schedule schedule, string commandName, object arg, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)); + void RequeueFailedJob(long jobId); + ServiceStack.Jobs.BackgroundJob RunCommand(string commandName, object arg, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)); + System.Threading.Tasks.Task RunCommandAsync(string commandName, object arg, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)); + System.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken stoppingToken); + System.Threading.Tasks.Task TickAsync(); + void UpdateJobStatus(ServiceStack.Jobs.BackgroundJobStatusUpdate status); + } + public class JobResult + { + public ServiceStack.Jobs.CompletedJob Completed { get => throw null; set { } } + public JobResult() => throw null; + public ServiceStack.Jobs.FailedJob Failed { get => throw null; set { } } + public ServiceStack.Jobs.BackgroundJobBase Job { get => throw null; } + public ServiceStack.Jobs.BackgroundJob Queued { get => throw null; set { } } + public ServiceStack.Jobs.JobSummary Summary { get => throw null; set { } } + } + public class JobSummary + { + public virtual int Attempts { get => throw null; set { } } + public virtual string BatchId { get => throw null; set { } } + public virtual string Callback { get => throw null; set { } } + public virtual string Command { get => throw null; set { } } + public virtual System.DateTime? CompletedDate { get => throw null; set { } } + public virtual string CreatedBy { get => throw null; set { } } + public virtual System.DateTime CreatedDate { get => throw null; set { } } + public JobSummary() => throw null; + public virtual int DurationMs { get => throw null; set { } } + public virtual string ErrorCode { get => throw null; set { } } + public virtual string ErrorMessage { get => throw null; set { } } + public virtual long Id { get => throw null; set { } } + public virtual long? ParentId { get => throw null; set { } } + public virtual string RefId { get => throw null; set { } } + public virtual string Request { get => throw null; set { } } + public virtual string RequestType { get => throw null; set { } } + public virtual string Response { get => throw null; set { } } + public virtual System.DateTime? StartedDate { get => throw null; set { } } + public virtual ServiceStack.Jobs.BackgroundJobState State { get => throw null; set { } } + public virtual string Tag { get => throw null; set { } } + public virtual string UserId { get => throw null; set { } } + public virtual string Worker { get => throw null; set { } } + } + public class Schedule + { + public static ServiceStack.Jobs.Schedule Cron(string cronExpression) => throw null; + public Schedule(System.TimeSpan? interval) => throw null; + public Schedule(string cronExpression) => throw null; + public static ServiceStack.Jobs.Schedule Daily { get => throw null; } + public void Deconstruct(out System.TimeSpan? interval, out string cronExpression) => throw null; + public static ServiceStack.Jobs.Schedule EveryMinute { get => throw null; } + public static ServiceStack.Jobs.Schedule Hourly { get => throw null; } + public static ServiceStack.Jobs.Schedule Interval(System.TimeSpan interval) => throw null; + public static ServiceStack.Jobs.Schedule Monthly { get => throw null; } + public static ServiceStack.Jobs.Schedule Weekly { get => throw null; } + public static ServiceStack.Jobs.Schedule Yearly { get => throw null; } + } + public class ScheduledTask + { + public virtual string Command { get => throw null; set { } } + public string CronExpression { get => throw null; set { } } + public ScheduledTask() => throw null; + public long Id { get => throw null; set { } } + public System.TimeSpan? Interval { get => throw null; set { } } + public long? LastJobId { get => throw null; set { } } + public System.DateTime? LastRun { get => throw null; set { } } + public string Name { get => throw null; set { } } + public ServiceStack.Jobs.BackgroundJobOptions Options { get => throw null; set { } } + public virtual string Request { get => throw null; set { } } + public virtual string RequestBody { get => throw null; set { } } + public virtual string RequestType { get => throw null; set { } } + } + public class WorkerStats + { + public long Completed { get => throw null; set { } } + public WorkerStats() => throw null; + public long Failed { get => throw null; set { } } + public string Name { get => throw null; set { } } + public long Queued { get => throw null; set { } } + public long Received { get => throw null; set { } } + public long Retries { get => throw null; set { } } + public long? RunningJob { get => throw null; set { } } + public System.TimeSpan? RunningTime { get => throw null; set { } } + } + } [System.Flags] public enum Lang { @@ -2223,6 +2560,28 @@ public enum Lang Go = 512, Php = 1024, } + public enum Lifetime + { + Singleton = 0, + Scoped = 1, + Transient = 2, + } + [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)] + public class LifetimeAttribute : ServiceStack.AttributeBase + { + public LifetimeAttribute(ServiceStack.Lifetime lifetime = default(ServiceStack.Lifetime)) => throw null; + public ServiceStack.Lifetime Lifetime { get => throw null; } + } + public static class Locks + { + public static readonly object AppDb; + public static object GetDbLock(string namedConnection = default(string)) => throw null; + public static readonly object JobsDb; + public static System.Collections.Generic.Dictionary NamedConnections { get => throw null; } + public static readonly object RequestsDb; + public static object TryGetLock(string worker) => throw null; + public static System.Collections.Generic.Dictionary Workers { get => throw null; } + } [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)] public class LocodeCssAttribute : ServiceStack.AttributeBase { @@ -2743,6 +3102,11 @@ public enum Network : long LocalSubnet = 2, External = 4, } + public class NoArgs + { + public NoArgs() => throw null; + public static ServiceStack.NoArgs Value { get => throw null; } + } public enum Notation { Undefined = 0, @@ -4967,7 +5331,7 @@ public enum RequestAttributes : long ProtoBuf = 1048576, Csv = 2097152, Html = 4194304, - Wire = 8388608, + Jsonl = 8388608, MsgPack = 16777216, FormatOther = 33554432, Http = 67108864, @@ -5065,6 +5429,40 @@ public static partial class RestrictExtensions public static bool HasAnyRestrictionsOf(ServiceStack.RequestAttributes allRestrictions, ServiceStack.RequestAttributes restrictions) => throw null; public static ServiceStack.RequestAttributes ToAllowedFlagsSet(this ServiceStack.RequestAttributes restrictTo) => throw null; } + [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)] + public class RetryAttribute : ServiceStack.AttributeBase + { + public ServiceStack.RetryBehavior Behavior { get => throw null; set { } } + public RetryAttribute() => throw null; + public bool DelayFirst { get => throw null; set { } } + public int DelayMs { get => throw null; set { } } + public int MaxDelayMs { get => throw null; set { } } + public int Times { get => throw null; set { } } + } + public enum RetryBehavior + { + Default = 0, + Standard = 1, + LinearBackoff = 2, + ExponentialBackoff = 3, + FullJitterBackoff = 4, + } + public struct RetryPolicy : System.IEquatable + { + public ServiceStack.RetryBehavior Behavior { get => throw null; set { } } + public RetryPolicy(int Times, ServiceStack.RetryBehavior Behavior, int DelayMs, int MaxDelayMs, bool DelayFirst) => throw null; + public void Deconstruct(out int Times, out ServiceStack.RetryBehavior Behavior, out int DelayMs, out int MaxDelayMs, out bool DelayFirst) => throw null; + public bool DelayFirst { get => throw null; set { } } + public int DelayMs { get => throw null; set { } } + public override bool Equals(object obj) => throw null; + public bool Equals(ServiceStack.RetryPolicy other) => throw null; + public override int GetHashCode() => throw null; + public int MaxDelayMs { get => throw null; set { } } + public static bool operator ==(ServiceStack.RetryPolicy left, ServiceStack.RetryPolicy right) => throw null; + public static bool operator !=(ServiceStack.RetryPolicy left, ServiceStack.RetryPolicy right) => throw null; + public int Times { get => throw null; set { } } + public override string ToString() => throw null; + } public enum RoundingMode { Undefined = 0, @@ -5157,6 +5555,29 @@ public class StringsResponse : ServiceStack.IHasResponseStatus, ServiceStack.IMe public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } public System.Collections.Generic.List Results { get => throw null; set { } } } + public static class SvgIcons + { + public const string Apple = default; + public const string Completed = default; + public const string Facebook = default; + public const string Failed = default; + public const string Female = default; + public const string FemaleBusiness = default; + public const string FemaleColor = default; + public const string GitHub = default; + public const string Google = default; + public const string LinkedIn = default; + public const string Logs = default; + public const string Male = default; + public const string MaleBusiness = default; + public const string MaleColor = default; + public const string Microsoft = default; + public const string ServiceStack = default; + public const string Stats = default; + public const string Tasks = default; + public const string Twitter = default; + public const string Users = default; + } public static class SwaggerType { public const string Array = default; @@ -5169,12 +5590,47 @@ public static class SwaggerType public const string Long = default; public const string String = default; } + public abstract class SyncCommand : ServiceStack.SyncCommand + { + protected SyncCommand() => throw null; + protected override void Run(ServiceStack.NoArgs request) => throw null; + protected abstract void Run(); + } + public abstract class SyncCommand : ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.Web.IRequiresRequest + { + protected SyncCommand() => throw null; + public System.Threading.Tasks.Task ExecuteAsync(TArgs request) => throw null; + public ServiceStack.Web.IRequest Request { get => throw null; set { } } + protected abstract void Run(TArgs request); + } + public abstract class SyncCommandWithResult : ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.IHasResult, ServiceStack.Web.IRequiresRequest + { + protected SyncCommandWithResult() => throw null; + public System.Threading.Tasks.Task ExecuteAsync(ServiceStack.NoArgs request) => throw null; + public ServiceStack.Web.IRequest Request { get => throw null; set { } } + public TResult Result { get => throw null; set { } } + protected abstract TResult Run(); + } + public abstract class SyncCommandWithResult : ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.IAsyncCommand, ServiceStack.IHasResult, ServiceStack.Web.IRequiresRequest + { + protected SyncCommandWithResult() => throw null; + public System.Threading.Tasks.Task ExecuteAsync(TArgs request) => throw null; + public ServiceStack.Web.IRequest Request { get => throw null; set { } } + public TResult Result { get => throw null; set { } } + protected abstract TResult Run(TArgs request); + } [System.AttributeUsage((System.AttributeTargets)196, AllowMultiple = false)] public class SynthesizeAttribute : ServiceStack.AttributeBase { public SynthesizeAttribute() => throw null; } [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)] + public class SystemJsonAttribute : ServiceStack.AttributeBase + { + public SystemJsonAttribute(ServiceStack.UseSystemJson use) => throw null; + public ServiceStack.UseSystemJson Use { get => throw null; set { } } + } + [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)] public class TagAttribute : ServiceStack.AttributeBase { public TagAttribute() => throw null; @@ -5185,6 +5641,7 @@ public static class TagNames { public const string Admin = default; public const string Auth = default; + public const string Jobs = default; } [System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = true, Inherited = false)] public class TextInputAttribute : ServiceStack.AttributeBase @@ -5242,12 +5699,25 @@ public class UploadToAttribute : ServiceStack.AttributeBase public UploadToAttribute(string location) => throw null; public string Location { get => throw null; set { } } } + [System.Flags] + public enum UseSystemJson + { + Never = 0, + Request = 1, + Response = 2, + Always = 3, + } + public class ValidateApiKeyAttribute : ServiceStack.ValidateRequestAttribute + { + public ValidateApiKeyAttribute() => throw null; + public ValidateApiKeyAttribute(string scope) => throw null; + } [System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = true, Inherited = true)] public class ValidateAttribute : ServiceStack.AttributeBase, ServiceStack.IReflectAttributeConverter, ServiceStack.IValidateRule { public string[] AllConditions { get => throw null; set { } } public string[] AnyConditions { get => throw null; set { } } - public static string Combine(string comparand, params string[] conditions) => throw null; + public static string Combine(string comperand, params string[] conditions) => throw null; public string Condition { get => throw null; set { } } public ValidateAttribute() => throw null; public ValidateAttribute(string validator) => throw null; @@ -5256,6 +5726,10 @@ public class ValidateAttribute : ServiceStack.AttributeBase, ServiceStack.IRefle public ServiceStack.ReflectAttribute ToReflectAttribute() => throw null; public string Validator { get => throw null; set { } } } + public class ValidateAuthSecretAttribute : ServiceStack.ValidateRequestAttribute + { + public ValidateAuthSecretAttribute() => throw null; + } public class ValidateCreditCardAttribute : ServiceStack.ValidateAttribute { public ValidateCreditCardAttribute() => throw null; @@ -5292,21 +5766,26 @@ public class ValidateGreaterThanOrEqualAttribute : ServiceStack.ValidateAttribut { public ValidateGreaterThanOrEqualAttribute(int value) => throw null; } - public class ValidateHasClaimAttribute : ServiceStack.ValidateRequestAttribute + public class ValidateHasClaimAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication { public ValidateHasClaimAttribute(string type, string value) => throw null; + public string Type { get => throw null; } + public string Value { get => throw null; } } - public class ValidateHasPermissionAttribute : ServiceStack.ValidateRequestAttribute + public class ValidateHasPermissionAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication { public ValidateHasPermissionAttribute(string permission) => throw null; + public string Permission { get => throw null; } } - public class ValidateHasRoleAttribute : ServiceStack.ValidateRequestAttribute + public class ValidateHasRoleAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication { public ValidateHasRoleAttribute(string role) => throw null; + public string Role { get => throw null; } } - public class ValidateHasScopeAttribute : ServiceStack.ValidateRequestAttribute + public class ValidateHasScopeAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication { public ValidateHasScopeAttribute(string scope) => throw null; + public string Scope { get => throw null; } } public class ValidateInclusiveBetweenAttribute : ServiceStack.ValidateAttribute { @@ -5314,11 +5793,11 @@ public class ValidateInclusiveBetweenAttribute : ServiceStack.ValidateAttribute public ValidateInclusiveBetweenAttribute(char from, char to) => throw null; public ValidateInclusiveBetweenAttribute(int from, int to) => throw null; } - public class ValidateIsAdminAttribute : ServiceStack.ValidateRequestAttribute + public class ValidateIsAdminAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication { public ValidateIsAdminAttribute() => throw null; } - public class ValidateIsAuthenticatedAttribute : ServiceStack.ValidateRequestAttribute + public class ValidateIsAuthenticatedAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication { public ValidateIsAuthenticatedAttribute() => throw null; } @@ -5492,7 +5971,7 @@ public interface IHttpFile System.IO.Stream InputStream { get; } string Name { get; } } - public interface IHttpRequest : ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver + public interface IHttpRequest : ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver, System.IServiceProvider { string Accept { get; } string HttpMethod { get; } @@ -5532,7 +6011,7 @@ public interface IPartialWriterAsync bool IsPartialRequest { get; } System.Threading.Tasks.Task WritePartialToAsync(ServiceStack.Web.IResponse response, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); } - public interface IRequest : ServiceStack.Configuration.IResolver + public interface IRequest : ServiceStack.Configuration.IResolver, System.IServiceProvider { string AbsoluteUri { get; } string[] AcceptTypes { get; } @@ -5589,7 +6068,6 @@ public interface IRequestLogger void Log(ServiceStack.Web.IRequest request, object requestDto, object response, System.TimeSpan elapsed); System.Func RequestBodyTrackingFilter { get; set; } System.Action RequestLogFilter { get; set; } - string[] RequiredRoles { get; set; } System.Func ResponseTrackingFilter { get; set; } System.Func SkipLogging { get; set; } } @@ -5701,4 +6179,16 @@ public interface IStreamWriterAsync public delegate object TextDeserializerDelegate(System.Type type, string dto); public delegate string TextSerializerDelegate(object dto); } + [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)] + public class WorkerAttribute : ServiceStack.AttributeBase + { + public WorkerAttribute(string name) => throw null; + public string Name { get => throw null; set { } } + } + public static class Workers + { + public const string AppDb = default; + public const string JobsDb = default; + public const string RequestsDb = default; + } } diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.0.0/ServiceStack.Interfaces.csproj b/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.0.0/ServiceStack.Interfaces.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.csproj diff --git a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.0.0/ServiceStack.OrmLite.SqlServer.cs b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.cs similarity index 98% rename from csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.0.0/ServiceStack.OrmLite.SqlServer.cs rename to csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.cs index 846f60ce5224..ea6a03cccef9 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.0.0/ServiceStack.OrmLite.SqlServer.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.cs @@ -171,6 +171,7 @@ public class SqlServerExpression : ServiceStack.OrmLite.SqlExpression { protected override void ConvertToPlaceholderAndParameter(ref object right) => throw null; public SqlServerExpression(ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) : base(default(ServiceStack.OrmLite.IOrmLiteDialectProvider)) => throw null; + protected override string GetCoalesceExpression(System.Linq.Expressions.BinaryExpression b, object left, object right) => throw null; public override string GetSubstringSql(object quotedColumn, int startIndex, int? length = default(int?)) => throw null; public override void PrepareUpdateStatement(System.Data.IDbCommand dbCmd, T item, bool excludeDefaults = default(bool)) => throw null; public override string ToDeleteRowStatement() => throw null; @@ -230,12 +231,14 @@ public class SqlServerOrmLiteDialectProvider : ServiceStack.OrmLite.OrmLiteDiale public override string SqlLimit(int? offset = default(int?), int? rows = default(int?)) => throw null; public override string SqlRandom { get => throw null; } protected static string SqlTop(string sql, int take, string selectType = default(string)) => throw null; + public override bool SupportsAsync { get => throw null; } protected virtual bool SupportsSequences(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public override string ToAddColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public override string ToAlterColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public override string ToChangeColumnNameStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null; public override string ToCreateSavePoint(string name) => throw null; public override string ToCreateSchemaStatement(string schemaName) => throw null; + public override string ToDropConstraintStatement(string schema, string table, string constraintName) => throw null; public override string ToInsertRowStatement(System.Data.IDbCommand cmd, object objWithProperties, System.Collections.Generic.ICollection insertFields = default(System.Collections.Generic.ICollection)) => throw null; public override string ToReleaseSavePoint(string name) => throw null; public override string ToRenameColumnStatement(string schema, string table, string oldColumn, string newColumn) => throw null; diff --git a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.0.0/ServiceStack.OrmLite.SqlServer.csproj b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj similarity index 60% rename from csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.0.0/ServiceStack.OrmLite.SqlServer.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj index fd266ab85305..c091c7d032fa 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.0.0/ServiceStack.OrmLite.SqlServer.csproj +++ b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.0.0/ServiceStack.OrmLite.cs b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.cs similarity index 99% rename from csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.0.0/ServiceStack.OrmLite.cs rename to csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.cs index cee8bdf13abf..221186fb2baf 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.0.0/ServiceStack.OrmLite.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.cs @@ -824,6 +824,7 @@ public class FieldDefinition public string CustomSelect { get => throw null; set { } } public string CustomUpdate { get => throw null; set { } } public string DefaultValue { get => throw null; set { } } + public string DefaultValueConstraint { get => throw null; set { } } public int? FieldLength { get => throw null; set { } } public string FieldName { get => throw null; } public ServiceStack.OrmLite.FieldReference FieldReference { get => throw null; set { } } @@ -1053,6 +1054,8 @@ public interface IOrmLiteDialectProvider string SqlLimit(int? offset = default(int?), int? rows = default(int?)); string SqlRandom { get; } ServiceStack.Text.IStringSerializer StringSerializer { get; set; } + bool SupportsAsync { get; } + bool SupportsConcurrentWrites { get; } bool SupportsSchema { get; } string ToAddColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef); string ToAddForeignKeyStatement(System.Linq.Expressions.Expression> field, System.Linq.Expressions.Expression> foreignField, ServiceStack.OrmLite.OnFkOption onUpdate, ServiceStack.OrmLite.OnFkOption onDelete, string foreignKeyName = default(string)); @@ -1068,6 +1071,7 @@ public interface IOrmLiteDialectProvider object ToDbValue(object value, System.Type type); string ToDeleteStatement(System.Type tableType, string sqlFilter, params object[] filterParams); string ToDropColumnStatement(string schema, string table, string column); + string ToDropConstraintStatement(string schema, string table, string constraint); string ToDropForeignKeyStatement(string schema, string table, string foreignKeyName); string ToExecuteProcedureStatement(object objWithProperties); string ToExistStatement(System.Type fromTableType, object objWithProperties, string sqlFilter, params object[] filterParams); @@ -1539,6 +1543,8 @@ public static class OrmLiteConfig public static ServiceStack.OrmLite.IOrmLiteResultsFilter ResultsFilter { get => throw null; set { } } public static System.Func SanitizeFieldNameForParamNameFn; public static void SetCommandTimeout(this System.Data.IDbConnection db, int? commandTimeout) => throw null; + public static void SetCommandTimeout(this System.Data.IDbConnection db, System.TimeSpan? commandTimeout) => throw null; + public static void SetLastCommand(this System.Data.IDbConnection db, System.Data.IDbCommand dbCmd) => throw null; public static void SetLastCommandText(this System.Data.IDbConnection db, string sql) => throw null; public static bool SkipForeignKeys { get => throw null; set { } } public static System.Action SqlExpressionInitFilter { get => throw null; set { } } @@ -1574,6 +1580,7 @@ public class OrmLiteConnection : System.Data.IDbConnection, System.IDisposable, public ServiceStack.OrmLite.IOrmLiteDialectProvider DialectProvider { get => throw null; set { } } public void Dispose() => throw null; public readonly ServiceStack.OrmLite.OrmLiteConnectionFactory Factory; + public System.Data.IDbCommand LastCommand { get => throw null; set { } } public string LastCommandText { get => throw null; set { } } public static explicit operator System.Data.Common.DbConnection(ServiceStack.OrmLite.OrmLiteConnection dbConn) => throw null; public void Open() => throw null; @@ -1852,6 +1859,8 @@ public bool AllowLoadLocalInfile { set { } } public virtual string SqlRandom { get => throw null; } public ServiceStack.OrmLite.Converters.StringConverter StringConverter { get => throw null; } public ServiceStack.Text.IStringSerializer StringSerializer { get => throw null; set { } } + public virtual bool SupportsAsync { get => throw null; } + public virtual bool SupportsConcurrentWrites { get => throw null; } public virtual bool SupportsSchema { get => throw null; } public virtual string ToAddColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public virtual string ToAddForeignKeyStatement(System.Linq.Expressions.Expression> field, System.Linq.Expressions.Expression> foreignField, ServiceStack.OrmLite.OnFkOption onUpdate, ServiceStack.OrmLite.OnFkOption onDelete, string foreignKeyName = default(string)) => throw null; @@ -1868,6 +1877,7 @@ public bool AllowLoadLocalInfile { set { } } public virtual object ToDbValue(object value, System.Type type) => throw null; public virtual string ToDeleteStatement(System.Type tableType, string sqlFilter, params object[] filterParams) => throw null; public virtual string ToDropColumnStatement(string schema, string table, string column) => throw null; + public virtual string ToDropConstraintStatement(string schema, string table, string constraintName) => throw null; public virtual string ToDropForeignKeyStatement(string schema, string table, string foreignKeyName) => throw null; public virtual string ToExecuteProcedureStatement(object objWithProperties) => throw null; public virtual string ToExistStatement(System.Type fromTableType, object objWithProperties, string sqlFilter, params object[] filterParams) => throw null; @@ -1916,6 +1926,7 @@ public static partial class OrmLiteDialectProviderExtensions public static string ToAlterColumnStatement(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type modelType, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public static string ToChangeColumnNameStatement(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type modelType, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumnName) => throw null; public static string ToDropColumnStatement(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type modelType, string columnName) => throw null; + public static string ToDropConstraintStatement(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type modelType, string constraintName) => throw null; public static string ToFieldName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, string paramName) => throw null; public static string ToRenameColumnStatement(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type modelType, string oldColumnName, string newColumnName) => throw null; } @@ -2364,6 +2375,7 @@ public static class OrmLiteSchemaModifyApi public static void DropColumn(this System.Data.IDbConnection dbConn, System.Type modelType, string column) => throw null; public static void DropColumn(this System.Data.IDbConnection dbConn, string table, string column) => throw null; public static void DropColumn(this System.Data.IDbConnection dbConn, string schema, string table, string column) => throw null; + public static void DropConstraint(this System.Data.IDbConnection dbConn, System.Type modelType, string constraint) => throw null; public static void DropForeignKey(this System.Data.IDbConnection dbConn, string foreignKeyName) => throw null; public static void DropForeignKeys(this System.Data.IDbConnection dbConn) => throw null; public static void DropIndex(this System.Data.IDbConnection dbConn, string indexName) => throw null; @@ -2510,6 +2522,7 @@ public static class OrmLiteWriteApi public static int ExecuteSql(this System.Data.IDbConnection dbConn, string sql, System.Collections.Generic.Dictionary dbParams) => throw null; public static string GetLastSql(this System.Data.IDbConnection dbConn) => throw null; public static string GetLastSqlAndParams(this System.Data.IDbCommand dbCmd) => throw null; + public static string GetMergedParamsLastSql(this System.Data.IDbConnection dbConn) => throw null; public static object GetRowVersion(this System.Data.IDbConnection dbConn, object id) => throw null; public static object GetRowVersion(this System.Data.IDbConnection dbConn, System.Type modelType, object id) => throw null; public static long Insert(this System.Data.IDbConnection dbConn, T obj, bool selectIdentity = default(bool), bool enableIdentityInsert = default(bool)) => throw null; @@ -2847,6 +2860,7 @@ public abstract class SqlExpression : ServiceStack.OrmLite.IHasDialectProvide public ServiceStack.OrmLite.SqlExpression FullJoin(System.Linq.Expressions.Expression> joinExpr) => throw null; public System.Collections.Generic.IList GetAllFields() => throw null; public System.Collections.Generic.List GetAllTables() => throw null; + protected virtual string GetCoalesceExpression(System.Linq.Expressions.BinaryExpression b, object left, object right) => throw null; protected string GetColumnName(string fieldName) => throw null; protected object GetFalseExpression() => throw null; protected virtual object GetMemberExpression(System.Linq.Expressions.MemberExpression m) => throw null; @@ -2895,6 +2909,7 @@ public abstract class SqlExpression : ServiceStack.OrmLite.IHasDialectProvide public static bool IsSqlClass(object obj) => throw null; protected virtual bool IsStaticArrayMethod(System.Linq.Expressions.MethodCallExpression m) => throw null; protected virtual bool IsStaticStringMethod(System.Linq.Expressions.MethodCallExpression m) => throw null; + protected bool IsTableColumn(System.Linq.Expressions.MemberExpression m) => throw null; public ServiceStack.OrmLite.SqlExpression Join(System.Linq.Expressions.Expression> joinExpr = default(System.Linq.Expressions.Expression>)) => throw null; public ServiceStack.OrmLite.SqlExpression Join(System.Linq.Expressions.Expression> joinExpr, ServiceStack.OrmLite.TableOptions options) => throw null; public ServiceStack.OrmLite.SqlExpression Join(System.Linq.Expressions.Expression> joinExpr, ServiceStack.OrmLite.JoinFormatDelegate joinFormat) => throw null; @@ -2923,7 +2938,6 @@ public abstract class SqlExpression : ServiceStack.OrmLite.IHasDialectProvide public ServiceStack.OrmLite.ModelDefinition ModelDef { get => throw null; set { } } public int? Offset { get => throw null; set { } } public System.Collections.Generic.HashSet OnlyFields { get => throw null; set { } } - protected virtual void OnVisitMemberType(System.Type modelType) => throw null; public virtual ServiceStack.OrmLite.SqlExpression Or(string sqlFilter, params object[] filterParams) => throw null; public virtual ServiceStack.OrmLite.SqlExpression Or(System.Linq.Expressions.Expression> predicate) => throw null; public virtual ServiceStack.OrmLite.SqlExpression Or(System.Linq.Expressions.Expression> predicate, params object[] filterParams) => throw null; @@ -3076,12 +3090,12 @@ public abstract class SqlExpression : ServiceStack.OrmLite.IHasDialectProvide protected virtual object VisitColumnAccessMethod(System.Linq.Expressions.MethodCallExpression m) => throw null; protected virtual object VisitConditional(System.Linq.Expressions.ConditionalExpression e) => throw null; protected virtual object VisitConstant(System.Linq.Expressions.ConstantExpression c) => throw null; - protected bool visitedExpressionIsTableColumn; protected virtual object VisitEnumerableMethodCall(System.Linq.Expressions.MethodCallExpression m) => throw null; protected virtual System.Collections.Generic.List VisitExpressionList(System.Collections.ObjectModel.ReadOnlyCollection original) => throw null; protected virtual void VisitFilter(string operand, object originalLeft, object originalRight, ref object left, ref object right) => throw null; protected virtual object VisitIndexExpression(System.Linq.Expressions.IndexExpression e) => throw null; protected virtual System.Collections.Generic.List VisitInSqlExpressionList(System.Collections.ObjectModel.ReadOnlyCollection original) => throw null; + protected virtual object VisitInvocation(System.Linq.Expressions.InvocationExpression m) => throw null; protected virtual object VisitJoin(System.Linq.Expressions.Expression exp) => throw null; protected virtual object VisitLambda(System.Linq.Expressions.LambdaExpression lambda) => throw null; protected virtual object VisitMemberAccess(System.Linq.Expressions.MemberExpression m) => throw null; diff --git a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.0.0/ServiceStack.OrmLite.csproj b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.csproj similarity index 84% rename from csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.0.0/ServiceStack.OrmLite.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.csproj index 612c11986e5a..7138015c599d 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.0.0/ServiceStack.OrmLite.csproj +++ b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.csproj @@ -7,16 +7,15 @@ - + - + - diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Text/8.0.0/ServiceStack.Text.cs b/csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.cs similarity index 98% rename from csharp/ql/test/resources/stubs/ServiceStack.Text/8.0.0/ServiceStack.Text.cs rename to csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.cs index cf7b8737dcab..05fd13e3db06 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Text/8.0.0/ServiceStack.Text.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.cs @@ -664,6 +664,7 @@ public static class HttpHeaders public const string Warning = default; public const string WwwAuthenticate = default; public const string XAccelBuffering = default; + public const string XApiKey = default; public const string XAutoBatchCompleted = default; public const string XForwardedFor = default; public const string XForwardedPort = default; @@ -857,6 +858,7 @@ public static class HttpUtils public static System.Threading.Tasks.Task SendStringToUrlAsync(this System.Net.Http.HttpClient client, string url, string method = default(string), string requestBody = default(string), string contentType = default(string), string accept = default(string), System.Action requestFilter = default(System.Action), System.Action responseFilter = default(System.Action), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static string SetHashParam(this string url, string key, string val) => throw null; public static string SetQueryParam(this string url, string key, string val) => throw null; + public static System.Net.Http.HttpRequestMessage ToHttpRequestMessage(string url) => throw null; public static System.Net.Http.HttpResponseMessage UploadFile(this System.Net.Http.HttpRequestMessage httpReq, System.IO.Stream fileStream, string fileName, string mimeType, string accept = default(string), string method = default(string), string field = default(string), System.Action requestFilter = default(System.Action), System.Action responseFilter = default(System.Action)) => throw null; public static System.Net.Http.HttpResponseMessage UploadFile(this System.Net.Http.HttpClient client, System.Net.Http.HttpRequestMessage httpReq, System.IO.Stream fileStream, string fileName, string mimeType = default(string), string accept = default(string), string method = default(string), string fieldName = default(string), System.Action requestFilter = default(System.Action), System.Action responseFilter = default(System.Action)) => throw null; public static void UploadFile(this System.Net.Http.HttpRequestMessage httpReq, System.IO.Stream fileStream, string fileName) => throw null; @@ -944,6 +946,7 @@ public class LicenseKey { public LicenseKey() => throw null; public System.DateTime Expiry { get => throw null; set { } } + public string Halg { get => throw null; set { } } public string Hash { get => throw null; set { } } public long Meta { get => throw null; set { } } public string Name { get => throw null; set { } } @@ -986,6 +989,7 @@ public static class LicenseUtils public static void ApprovedUsage(ServiceStack.LicenseFeature licensedFeatures, ServiceStack.LicenseFeature requestedFeature, int allowedUsage, int actualUsage, string message) => throw null; public static void AssertEvaluationLicense() => throw null; public static void AssertValidUsage(ServiceStack.LicenseFeature feature, ServiceStack.QuotaType quotaType, int count) => throw null; + public static object CreateHashAlgorithm(string name) => throw null; public static class ErrorMessages { public const string UnauthorizedAccessRequest = default; @@ -993,6 +997,7 @@ public static class ErrorMessages public static class FreeQuotas { public const int AwsTables = 10; + public const int JobCommandTypes = 10; public const int OrmLiteTables = 10; public const int PremiumFeature = 0; public const int RedisRequestPerHour = 6000; @@ -1016,8 +1021,8 @@ public static class FreeQuotas public static ServiceStack.LicenseKey VerifyLicenseKeyText(string licenseKeyText) => throw null; public static bool VerifyLicenseKeyText(this string licenseKeyText, out ServiceStack.LicenseKey key) => throw null; public static bool VerifyLicenseKeyTextFallback(this string licenseKeyText, out ServiceStack.LicenseKey key) => throw null; - public static bool VerifySha1Data(this System.Security.Cryptography.RSACryptoServiceProvider RSAalg, byte[] unsignedData, byte[] encryptedData) => throw null; - public static bool VerifySignedHash(byte[] DataToVerify, byte[] SignedData, System.Security.Cryptography.RSAParameters Key) => throw null; + public static bool VerifySignedHash(byte[] dataToVerify, byte[] signedData, System.Security.Cryptography.RSAParameters key) => throw null; + public static bool VerifySignedHash(byte[] dataToVerify, byte[] signedData, System.Security.Cryptography.RSAParameters key, object halg) => throw null; } public static class Licensing { @@ -1029,6 +1034,8 @@ public static partial class ListExtensions { public static System.Collections.Generic.List Add(this System.Collections.Generic.List types) => throw null; public static void AddDistinctRange(this System.Collections.Generic.ICollection list, System.Collections.Generic.IEnumerable items) => throw null; + public static void AddDistinctRange(this System.Collections.Generic.HashSet set, System.Collections.Generic.IEnumerable items) => throw null; + public static void AddDistinctRanges(this System.Collections.Generic.HashSet set, params System.Collections.Generic.IEnumerable[] collections) => throw null; public static void AddIfNotExists(this System.Collections.Generic.ICollection list, T item) => throw null; public static T[] InArray(this T value) => throw null; public static System.Collections.Generic.List InList(this T value) => throw null; @@ -1090,6 +1097,7 @@ public static class MimeTypes public const string Jsonl = default; public const string JsonReport = default; public const string JsonText = default; + public const string JsonUtf8Suffix = default; public const string Jsv = default; public const string JsvText = default; public const string MarkdownText = default; @@ -1466,6 +1474,7 @@ public enum QuotaType RequestsPerHour = 3, Tables = 4, PremiumFeature = 5, + Commands = 6, } public class RedisDiagnosticEvent : ServiceStack.DiagnosticEvent { @@ -1515,6 +1524,8 @@ public static partial class ReflectionExtensions public static bool HasAnyTypeDefinitionsOf(this System.Type genericType, params System.Type[] theseGenericTypes) => throw null; public static bool HasGenericType(this System.Type type) => throw null; public static bool HasInterface(this System.Type type, System.Type interfaceType) => throw null; + public static bool IsAssignableToNull(this System.Reflection.PropertyInfo pi) => throw null; + public static bool IsAssignableToNull(System.Type memberType, System.Reflection.MemberInfo declaringType, System.Collections.Generic.IEnumerable customAttributes) => throw null; public static bool IsInstanceOf(this System.Type type, System.Type thisOrBaseType) => throw null; public static bool IsIntegerType(this System.Type type) => throw null; public static bool IsNullableType(this System.Type type) => throw null; @@ -1679,6 +1690,7 @@ public static partial class StringExtensions public static string SafeVarName(this string text) => throw null; public static string SafeVarRef(this string text) => throw null; public static string SplitCamelCase(this string value) => throw null; + public static string SplitCase(this string camelCase) => throw null; public static string[] SplitOnFirst(this string strVal, char needle) => throw null; public static string[] SplitOnFirst(this string strVal, string needle) => throw null; public static string[] SplitOnLast(this string strVal, char needle) => throw null; @@ -1730,6 +1742,7 @@ public static partial class StringExtensions public static string ToSafeJson(this T obj) => throw null; public static string ToSafeJsv(this T obj) => throw null; public static string ToTitleCase(this string value) => throw null; + public static string ToUppercaseUnderscore(this string value) => throw null; public static string ToUpperSafe(this string value) => throw null; public static byte[] ToUtf8Bytes(this string value) => throw null; public static byte[] ToUtf8Bytes(this int intVal) => throw null; @@ -1746,6 +1759,40 @@ public static partial class StringExtensions public static string WithoutExtension(this string filePath) => throw null; public static string WithTrailingSlash(this string path) => throw null; } + namespace SystemJson + { + public class DataContractResolver : System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver + { + public DataContractResolver() => throw null; + public override System.Text.Json.Serialization.Metadata.JsonTypeInfo GetTypeInfo(System.Type type, System.Text.Json.JsonSerializerOptions options) => throw null; + public static ServiceStack.SystemJson.DataContractResolver Instance { get => throw null; } + public System.Collections.Generic.Dictionary> NamingPolicyConverters { get => throw null; } + } + public class JsonEnumMemberStringEnumConverter : System.Text.Json.Serialization.JsonConverterFactory + { + public override bool CanConvert(System.Type typeToConvert) => throw null; + public override System.Text.Json.Serialization.JsonConverter CreateConverter(System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null; + public JsonEnumMemberStringEnumConverter(System.Text.Json.JsonNamingPolicy namingPolicy = default(System.Text.Json.JsonNamingPolicy), bool allowIntegerValues = default(bool)) => throw null; + public JsonEnumMemberStringEnumConverter() => throw null; + } + public class JsonNamingPolicyDecorator : System.Text.Json.JsonNamingPolicy + { + public override string ConvertName(string name) => throw null; + public JsonNamingPolicyDecorator(System.Text.Json.JsonNamingPolicy underlyingNamingPolicy) => throw null; + } + public class XsdTimeOnlyJsonConverter : System.Text.Json.Serialization.JsonConverter + { + public XsdTimeOnlyJsonConverter() => throw null; + public override System.TimeOnly Read(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null; + public override void Write(System.Text.Json.Utf8JsonWriter writer, System.TimeOnly value, System.Text.Json.JsonSerializerOptions options) => throw null; + } + public class XsdTimeSpanJsonConverter : System.Text.Json.Serialization.JsonConverter + { + public XsdTimeSpanJsonConverter() => throw null; + public override System.TimeSpan Read(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null; + public override void Write(System.Text.Json.Utf8JsonWriter writer, System.TimeSpan value, System.Text.Json.JsonSerializerOptions options) => throw null; + } + } public static partial class TaskExtensions { public static System.Threading.Tasks.Task Error(this System.Threading.Tasks.Task task, System.Action fn, bool onUiThread = default(bool), System.Threading.Tasks.TaskContinuationOptions taskOptions = default(System.Threading.Tasks.TaskContinuationOptions)) => throw null; @@ -2188,6 +2235,7 @@ public class Config public bool PreferInterfaces { get => throw null; set { } } public ServiceStack.Text.PropertyConvention PropertyConvention { get => throw null; set { } } public bool SkipDateTimeConversion { get => throw null; set { } } + public bool SystemJsonCompatible { get => throw null; set { } } public ServiceStack.Text.TextCase TextCase { get => throw null; set { } } public bool ThrowOnError { get => throw null; set { } } public ServiceStack.Text.TimeSpanHandler TimeSpanHandler { get => throw null; set { } } @@ -2200,6 +2248,7 @@ public class Config public System.Func TypeFinder { get => throw null; set { } } public System.Func TypeWriter { get => throw null; set { } } public static void UnsafeInit(ServiceStack.Text.Config config) => throw null; + public static void UnsafeInit(System.Action configure) => throw null; } namespace Controller { @@ -2292,6 +2341,7 @@ public class CsvSerializer public static string SerializeToCsv(System.Collections.Generic.IEnumerable records) => throw null; public static void SerializeToStream(T value, System.IO.Stream stream) => throw null; public static void SerializeToStream(object obj, System.IO.Stream stream) => throw null; + public static System.Threading.Tasks.Task SerializeToStreamAsync(T value, System.IO.Stream stream) => throw null; public static string SerializeToString(T value) => throw null; public static void SerializeToWriter(T value, System.IO.TextWriter writer) => throw null; public static System.Text.Encoding UseEncoding { get => throw null; set { } } @@ -2387,6 +2437,7 @@ public static partial class DateTimeExtensions public static long ToUnixTimeMsAlt(this System.DateTime dateTime) => throw null; public static System.DateTime Truncate(this System.DateTime dateTime, System.TimeSpan timeSpan) => throw null; public const long UnixEpoch = 621355968000000000; + public static readonly System.DateTime UnixEpochDateTimeUnspecified; } public sealed class DefaultMemory : ServiceStack.Text.MemoryProvider { @@ -2608,6 +2659,7 @@ public static class JsConfig public static void Reset() => throw null; public static bool ShouldExcludePropertyType(System.Type propType) => throw null; public static bool SkipDateTimeConversion { get => throw null; set { } } + public static bool SystemJsonCompatible { get => throw null; set { } } public static ServiceStack.Text.TextCase TextCase { get => throw null; set { } } public static bool ThrowOnDeserializationError { get => throw null; set { } } public static bool ThrowOnError { get => throw null; set { } } @@ -2907,6 +2959,8 @@ public static class JsonSerializer public static System.Action OnSerialize { get => throw null; set { } } public static void SerializeToStream(T value, System.IO.Stream stream) => throw null; public static void SerializeToStream(object value, System.Type type, System.IO.Stream stream) => throw null; + public static System.Threading.Tasks.Task SerializeToStreamAsync(object value, System.IO.Stream stream) => throw null; + public static System.Threading.Tasks.Task SerializeToStreamAsync(object value, System.Type type, System.IO.Stream stream) => throw null; public static string SerializeToString(T value) => throw null; public static string SerializeToString(object value, System.Type type) => throw null; public static void SerializeToWriter(T value, System.IO.TextWriter writer) => throw null; @@ -3530,8 +3584,16 @@ public enum TextCase } public class TextConfig { + public static void ApplySystemJsonOptions(System.Text.Json.JsonSerializerOptions options) => throw null; + public static void ConfigureJsonOptions(System.Action configure) => throw null; public static System.Func CreateSha { get => throw null; set { } } + public static System.Text.Json.JsonSerializerOptions CreateSystemJsonOptions() => throw null; public TextConfig() => throw null; + public static System.Text.Json.JsonSerializerOptions CustomSystemJsonOptions(System.Text.Json.JsonSerializerOptions systemJsonOptions, ServiceStack.Text.JsConfigScope jsScope) => throw null; + public static void DefaultConfigureSystemJsonOptions(System.Text.Json.JsonSerializerOptions options) => throw null; + public static System.Collections.Generic.List> SystemJsonOptionFilters { get => throw null; } + public static System.Text.Json.JsonSerializerOptions SystemJsonOptions { get => throw null; set { } } + public static ServiceStack.Text.Config SystemJsonTextConfig { get => throw null; set { } } } public enum TimeSpanHandler { @@ -3625,6 +3687,8 @@ public static class TypeSerializer public static string SerializeAndFormat(this T instance) => throw null; public static void SerializeToStream(T value, System.IO.Stream stream) => throw null; public static void SerializeToStream(object value, System.Type type, System.IO.Stream stream) => throw null; + public static System.Threading.Tasks.Task SerializeToStreamAsync(object value, System.IO.Stream stream) => throw null; + public static System.Threading.Tasks.Task SerializeToStreamAsync(object value, System.Type type, System.IO.Stream stream) => throw null; public static string SerializeToString(T value) => throw null; public static string SerializeToString(object value, System.Type type) => throw null; public static void SerializeToWriter(T value, System.IO.TextWriter writer) => throw null; diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Text/8.0.0/ServiceStack.Text.csproj b/csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.csproj similarity index 82% rename from csharp/ql/test/resources/stubs/ServiceStack.Text/8.0.0/ServiceStack.Text.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.csproj index f47ae39c2dd0..f52b7af13264 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Text/8.0.0/ServiceStack.Text.csproj +++ b/csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/ServiceStack/8.0.0/ServiceStack.cs b/csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.cs similarity index 93% rename from csharp/ql/test/resources/stubs/ServiceStack/8.0.0/ServiceStack.cs rename to csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.cs index 3853f61f706c..fbde19d6932a 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack/8.0.0/ServiceStack.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.cs @@ -2,21 +2,33 @@ // Generated from `ServiceStack, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null`. namespace Funq { - public class Container : ServiceStack.IContainer, System.IDisposable, ServiceStack.Configuration.IResolver, System.IServiceProvider + public class Container : System.Collections.Generic.ICollection, ServiceStack.IContainer, System.IDisposable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, ServiceStack.Configuration.IResolver, Microsoft.Extensions.DependencyInjection.IServiceCollection, System.IServiceProvider { public ServiceStack.Configuration.IContainerAdapter Adapter { get => throw null; set { } } - public ServiceStack.IContainer AddSingleton(System.Type type, System.Func factory) => throw null; - public ServiceStack.IContainer AddTransient(System.Type type, System.Func factory) => throw null; + public Microsoft.Extensions.DependencyInjection.IServiceCollection Add(System.Type serviceType, System.Type implementationType, Microsoft.Extensions.DependencyInjection.ServiceLifetime lifetime) => throw null; + public Microsoft.Extensions.DependencyInjection.IServiceCollection Add(System.Type serviceType, System.Func factory, Microsoft.Extensions.DependencyInjection.ServiceLifetime lifetime) => throw null; + public void Add(Microsoft.Extensions.DependencyInjection.ServiceDescriptor item) => throw null; + public Microsoft.Extensions.DependencyInjection.IServiceCollection AddScoped(System.Type serviceType, System.Func factory) => throw null; + public ServiceStack.IContainer AddSingleton(System.Type serviceType, System.Func factory) => throw null; + public Microsoft.Extensions.DependencyInjection.IServiceCollection AddSingleton(System.Type serviceType, System.Func factory) => throw null; + public ServiceStack.IContainer AddTransient(System.Type serviceType, System.Func factory) => throw null; + public Microsoft.Extensions.DependencyInjection.IServiceCollection AddTransient(System.Type serviceType, System.Func factory) => throw null; public void AutoWire(object instance) => throw null; public void AutoWire(Funq.Container container, object instance) => throw null; public bool CheckAdapterFirst { get => throw null; set { } } + public void Clear() => throw null; public static System.Linq.Expressions.NewExpression ConstructorExpression(System.Reflection.MethodInfo resolveMethodInfo, System.Type type, System.Linq.Expressions.Expression lambdaParam) => throw null; + public bool Contains(Microsoft.Extensions.DependencyInjection.ServiceDescriptor item) => throw null; + public void CopyTo(Microsoft.Extensions.DependencyInjection.ServiceDescriptor[] array, int arrayIndex) => throw null; + public int Count { get => throw null; } public Funq.Container CreateChildContainer() => throw null; public System.Func CreateFactory(System.Type type) => throw null; + public System.Func CreateFactory(Microsoft.Extensions.DependencyInjection.ServiceDescriptor item) => throw null; + public System.Func CreateServiceCollectionFactory(System.Type type) => throw null; public Container() => throw null; public Funq.Owner DefaultOwner { get => throw null; set { } } public Funq.ReuseScope DefaultReuse { get => throw null; set { } } - public int disposablesCount { get => throw null; } + public int DisposablesCount { get => throw null; } public virtual void Dispose() => throw null; public bool Exists() => throw null; public bool Exists(System.Type type) => throw null; @@ -24,12 +36,17 @@ public class Container : ServiceStack.IContainer, System.IDisposable, ServiceSta public static System.Func GenerateAutoWireFn() => throw null; public static System.Reflection.ConstructorInfo GetConstructorWithMostParams(System.Type type) => throw null; protected virtual Funq.ServiceEntry GetEntry(string serviceName, bool throwIfMissing) => throw null; + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; public object GetLazyResolver(params System.Type[] types) => throw null; public object GetService(System.Type serviceType) => throw null; public Funq.ServiceEntry> GetServiceEntry() => throw null; public Funq.ServiceEntry> GetServiceEntryNamed(string name) => throw null; public static System.Collections.Generic.HashSet IgnorePropertyTypeFullNames; + public int IndexOf(Microsoft.Extensions.DependencyInjection.ServiceDescriptor item) => throw null; + public void Insert(int index, Microsoft.Extensions.DependencyInjection.ServiceDescriptor item) => throw null; protected virtual Funq.Container InstantiateChildContainer() => throw null; + public bool IsReadOnly { get => throw null; } public System.Func LazyResolve() => throw null; public System.Func LazyResolve() => throw null; public System.Func LazyResolve() => throw null; @@ -44,6 +61,7 @@ public class Container : ServiceStack.IContainer, System.IDisposable, ServiceSta public System.Func LazyResolve(string name) => throw null; public Funq.Func LazyResolve(string name) => throw null; public Funq.Func LazyResolve(string name) => throw null; + public void MakeReadOnly() => throw null; public void Register(TService instance) => throw null; public void Register(string name, TService instance) => throw null; public Funq.IRegistration Register(System.Func factory) => throw null; @@ -67,6 +85,9 @@ public class Container : ServiceStack.IContainer, System.IDisposable, ServiceSta public Funq.IRegistration RegisterAutoWiredAs() where T : TAs => throw null; public Funq.IRegistration RegisterAutoWiredAs(string name) where T : TAs => throw null; public Funq.IRegistration RegisterFactory(System.Func factory) => throw null; + public Funq.IRegistration RegisterServiceProviderFactory(System.Func factory) => throw null; + public bool Remove(Microsoft.Extensions.DependencyInjection.ServiceDescriptor item) => throw null; + public void RemoveAt(int index) => throw null; public object RequiredResolve(System.Type type, System.Type ownerType) => throw null; public object Resolve(System.Type type) => throw null; public TService Resolve() => throw null; @@ -87,6 +108,7 @@ public class Container : ServiceStack.IContainer, System.IDisposable, ServiceSta public System.Func ReverseLazyResolve() => throw null; public System.Func ReverseLazyResolve() => throw null; public System.Func ReverseLazyResolve() => throw null; + public Microsoft.Extensions.DependencyInjection.ServiceDescriptor this[int index] { get => throw null; set { } } public object TryResolve(System.Type type) => throw null; public TService TryResolve() => throw null; public TService TryResolve(TArg arg) => throw null; @@ -187,10 +209,6 @@ public class ServiceEntry : Funq.ServiceEntry, Funq.IFluentInte public Funq.IReusedOwned InitializedBy(System.Action initializer) => throw null; } } -public static class HttpAsyncTaskHandlerUtils -{ - public static string GetOperationName(this ServiceStack.Host.Handlers.IServiceStackHandler handler) => throw null; -} namespace MarkdownDeep { public class BlockProcessor : MarkdownDeep.StringScanner @@ -360,7 +378,7 @@ public class AddHeaderAttribute : ServiceStack.RequestFilterAttribute } namespace Admin { - public class AdminDashboard : ServiceStack.IReturn, ServiceStack.IReturn + public class AdminDashboard : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public AdminDashboard() => throw null; } @@ -440,32 +458,6 @@ public class SearchCursorResult } public static string ToConnectionString(ServiceStack.RedisEndpointInfo endpoint) => throw null; } - public class AdminUsersFeature : ServiceStack.IAfterInitAppHost, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin - { - public string AdminRole { get => throw null; set { } } - public void AfterInit(ServiceStack.IAppHost appHost) => throw null; - public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; - public AdminUsersFeature() => throw null; - public bool ExecuteOnRegisteredEventsForCreatedUsers { get => throw null; set { } } - public System.Collections.Generic.List FormLayout { get => throw null; set { } } - public string Id { get => throw null; set { } } - public System.Func OnAfterCreateUser { get => throw null; set { } } - public System.Func OnAfterDeleteUser { get => throw null; set { } } - public System.Func OnAfterUpdateUser { get => throw null; set { } } - public System.Func OnBeforeCreateUser { get => throw null; set { } } - public System.Func OnBeforeDeleteUser { get => throw null; set { } } - public System.Func OnBeforeUpdateUser { get => throw null; set { } } - public System.Collections.Generic.List QueryMediaRules { get => throw null; set { } } - public System.Collections.Generic.List QueryUserAuthProperties { get => throw null; set { } } - public void Register(ServiceStack.IAppHost appHost) => throw null; - public ServiceStack.Admin.AdminUsersFeature RemoveFields(params string[] fieldNames) => throw null; - public ServiceStack.Admin.AdminUsersFeature RemoveFromQueryResults(params string[] fieldNames) => throw null; - public ServiceStack.Admin.AdminUsersFeature RemoveFromUserForm(params string[] fieldNames) => throw null; - public ServiceStack.Admin.AdminUsersFeature RemoveFromUserForm(System.Predicate match) => throw null; - public System.Collections.Generic.List RestrictedUserAuthProperties { get => throw null; set { } } - public System.Collections.Generic.List> UserFormLayout { set { } } - public ServiceStack.Auth.ValidateAsyncFn ValidateFn { get => throw null; set { } } - } public class AdminUsersService : ServiceStack.Service { public AdminUsersService() => throw null; @@ -483,7 +475,7 @@ public class RedisSearchResult public long Ttl { get => throw null; set { } } public string Type { get => throw null; set { } } } - public class RequestLogs : ServiceStack.IReturn, ServiceStack.IReturn + public class RequestLogs : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public int? AfterId { get => throw null; set { } } public int? AfterSecs { get => throw null; set { } } @@ -520,8 +512,7 @@ public class RequestLogsResponse public class RequestLogsService : ServiceStack.Service { public System.Threading.Tasks.Task Any(ServiceStack.Admin.RequestLogs request) => throw null; - public RequestLogsService() => throw null; - public ServiceStack.Web.IRequestLogger RequestLogger { get => throw null; set { } } + public RequestLogsService(ServiceStack.Web.IRequestLogger requestLogger) => throw null; } public class ServerStats { @@ -532,10 +523,11 @@ public class ServerStats public System.Collections.Generic.Dictionary ServerEvents { get => throw null; set { } } } } - public class AdminRedisFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin + public class AdminRedisFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin { public string AdminRole { get => throw null; set { } } public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public AdminRedisFeature() => throw null; public System.Collections.Generic.List Databases { get => throw null; set { } } public string Id { get => throw null; set { } } @@ -554,7 +546,37 @@ public enum AdminUiFeature Profiling = 8, Redis = 16, Database = 32, - All = 63, + Commands = 64, + ApiKeys = 128, + BackgroundJobs = 256, + All = 511, + } + public class AdminUsersFeature : ServiceStack.IAfterInitAppHost, ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin + { + public string AdminRole { get => throw null; set { } } + public void AfterInit(ServiceStack.IAppHost appHost) => throw null; + public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; + public AdminUsersFeature() => throw null; + public bool ExecuteOnRegisteredEventsForCreatedUsers { get => throw null; set { } } + public System.Collections.Generic.List FormLayout { get => throw null; set { } } + public string Id { get => throw null; set { } } + public System.Func OnAfterCreateUser { get => throw null; set { } } + public System.Func OnAfterDeleteUser { get => throw null; set { } } + public System.Func OnAfterUpdateUser { get => throw null; set { } } + public System.Func OnBeforeCreateUser { get => throw null; set { } } + public System.Func OnBeforeDeleteUser { get => throw null; set { } } + public System.Func OnBeforeUpdateUser { get => throw null; set { } } + public System.Collections.Generic.List QueryMediaRules { get => throw null; set { } } + public System.Collections.Generic.List QueryUserAuthProperties { get => throw null; set { } } + public void Register(ServiceStack.IAppHost appHost) => throw null; + public ServiceStack.AdminUsersFeature RemoveFields(params string[] fieldNames) => throw null; + public ServiceStack.AdminUsersFeature RemoveFromQueryResults(params string[] fieldNames) => throw null; + public ServiceStack.AdminUsersFeature RemoveFromUserForm(params string[] fieldNames) => throw null; + public ServiceStack.AdminUsersFeature RemoveFromUserForm(System.Predicate match) => throw null; + public System.Collections.Generic.List RestrictedUserAuthProperties { get => throw null; set { } } + public System.Collections.Generic.List> UserFormLayout { set { } } + public ServiceStack.Auth.ValidateAsyncFn ValidateFn { get => throw null; set { } } } public class AlwaysFalseCondition : ServiceStack.QueryCondition { @@ -572,14 +594,24 @@ public static class ApiHandlers { public static System.Func Csv(string apiPath) => throw null; public static System.Func Generic(string apiPath, string contentType, ServiceStack.RequestAttributes requestAttributes, ServiceStack.Feature features) => throw null; + public static string GetBaseApiPath(string apiPath) => throw null; public static System.Func Json(string apiPath) => throw null; + public static ServiceStack.Host.Handlers.HttpAsyncTaskHandler JsonEndpointHandler(string apiPath, string pathInfo) => throw null; public static System.Func Jsv(string apiPath) => throw null; public static System.Func Xml(string apiPath) => throw null; } public static partial class ApiKeyAuthProviderExtensions { public static ServiceStack.Auth.IManageApiKeysAsync AssertManageApiKeysAsync(this ServiceStack.ServiceStackHost appHost, ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; - public static ServiceStack.Auth.ApiKey GetApiKey(this ServiceStack.Web.IRequest req) => throw null; + public static ServiceStack.IApiKey GetApiKey(this ServiceStack.Web.IRequest req) => throw null; + } + public class ApiKeyValidator : ServiceStack.TypeValidator, ServiceStack.IApiKeyValidator + { + public bool CanApiKeyAccess(ServiceStack.IApiKey apiKey, System.Type requestType) => throw null; + public ApiKeyValidator(System.Func factory, System.Func resolver) : base(default(string), default(string), default(int?)) => throw null; + public static string DefaultErrorMessage { get => throw null; set { } } + public override System.Threading.Tasks.Task IsValidAsync(object dto, ServiceStack.Web.IRequest request) => throw null; + public string Scope { get => throw null; set { } } } public class ApiPages { @@ -595,22 +627,33 @@ public abstract class AppHostBase : ServiceStack.ServiceStackHost, ServiceStack. public virtual void Bind(Microsoft.AspNetCore.Builder.IApplicationBuilder app) => throw null; public static void BindHost(ServiceStack.ServiceStackHost appHost, Microsoft.AspNetCore.Builder.IApplicationBuilder app) => throw null; public Microsoft.Extensions.Configuration.IConfiguration Configuration { get => throw null; set { } } + public override void Configure(Funq.Container container) => throw null; + public virtual void Configure() => throw null; public virtual void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public override void ConfigureLogging() => throw null; + public virtual Microsoft.AspNetCore.Builder.RouteHandlerBuilder ConfigureOperationEndpoint(Microsoft.AspNetCore.Builder.RouteHandlerBuilder builder, ServiceStack.Host.Operation operation, ServiceStack.EndpointOptions options = default(ServiceStack.EndpointOptions)) => throw null; + public ServiceStack.EndpointOptions CreateEndpointOptions() => throw null; protected AppHostBase(string serviceName, params System.Reflection.Assembly[] assembliesWithServices) : base(default(string), default(System.Reflection.Assembly[])) => throw null; protected override void Dispose(bool disposing) => throw null; + public static void DisposeApp() => throw null; + public System.Collections.Generic.Dictionary EndpointVerbs { get => throw null; } public static ServiceStack.Web.IRequest GetOrCreateRequest(Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor) => throw null; public static ServiceStack.Web.IRequest GetOrCreateRequest(Microsoft.AspNetCore.Http.HttpContext httpContext) => throw null; public override string GetWebRootPath() => throw null; public Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment { get => throw null; } + public System.Func IgnoreRequestHandler { get => throw null; set { } } public bool InjectRequestContext { get => throw null; set { } } public override string MapProjectPath(string relativePath) => throw null; + public virtual void MapUserDefinedRoutes(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder routeBuilder) => throw null; public System.Func> NetCoreHandler { get => throw null; set { } } public override void OnApplicationStarted() => throw null; public override void OnConfigLoad() => throw null; + public ServiceStack.ServiceStackOptions Options { get => throw null; set { } } public override string PathBase { get => throw null; set { } } public virtual System.Threading.Tasks.Task ProcessRequest(Microsoft.AspNetCore.Http.HttpContext context, System.Func next) => throw null; + public virtual void RegisterEndpoints(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder routeBuilder) => throw null; public static void RegisterLicenseFromAppSettings(ServiceStack.Configuration.IAppSettings appSettings) => throw null; + public virtual bool ShouldUseEndpointRoute(Microsoft.AspNetCore.Http.HttpContext httpContext) => throw null; public override ServiceStack.Web.IRequest TryGetCurrentRequest() => throw null; } public static partial class AppHostExtensions @@ -626,6 +669,7 @@ public static partial class AppHostExtensions public static void ConfigureTypes(this ServiceStack.IAppHost appHost, System.Action configure) => throw null; public static void ConfigureTypes(this ServiceStack.IAppHost appHost, System.Action configure, System.Predicate where) => throw null; public static Funq.Container GetContainer(this ServiceStack.IAppHost appHost) => throw null; + public static string GetOperationName(this ServiceStack.Host.Handlers.IServiceStackHandler handler) => throw null; public static T GetPlugin(this ServiceStack.IAppHost appHost) where T : class, ServiceStack.IPlugin => throw null; public static bool HasMultiplePlugins(this ServiceStack.IAppHost appHost) where T : class, ServiceStack.IPlugin => throw null; public static bool HasPlugin(this ServiceStack.IAppHost appHost) where T : class, ServiceStack.IPlugin => throw null; @@ -671,14 +715,18 @@ public class AsyncContext } namespace Auth { - public class ApiKey : ServiceStack.IMeta + public class ApiKey : ServiceStack.IApiKey, ServiceStack.IMeta { + public bool CanAccess(System.Type requestType) => throw null; public System.DateTime? CancelledDate { get => throw null; set { } } public System.DateTime CreatedDate { get => throw null; set { } } public ApiKey() => throw null; public string Environment { get => throw null; set { } } public System.DateTime? ExpiryDate { get => throw null; set { } } + public bool HasFeature(string feature) => throw null; + public bool HasScope(string scope) => throw null; public string Id { get => throw null; set { } } + string ServiceStack.IApiKey.Key { get => throw null; } public string KeyType { get => throw null; set { } } public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } public string Notes { get => throw null; set { } } @@ -686,11 +734,12 @@ public class ApiKey : ServiceStack.IMeta public string RefIdStr { get => throw null; set { } } public string UserAuthId { get => throw null; set { } } } - public class ApiKeyAuthProvider : ServiceStack.Auth.AuthProvider, ServiceStack.IAuthPlugin, ServiceStack.Auth.IAuthWithRequest + public class ApiKeyAuthProvider : ServiceStack.Auth.AuthProvider, ServiceStack.Auth.IAuthWithRequest { public bool AllowInHttpParams { get => throw null; set { } } public override System.Threading.Tasks.Task AuthenticateAsync(ServiceStack.IServiceBase authService, ServiceStack.Auth.IAuthSession session, ServiceStack.Authenticate request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual System.Threading.Tasks.Task CacheSessionAsync(ServiceStack.Web.IRequest req, string apiSessionKey) => throw null; + public override void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services, ServiceStack.AuthFeature feature) => throw null; public virtual string CreateApiKey(string environment, string keyType, int sizeBytes) => throw null; public System.Action CreateApiKeyFilter { get => throw null; set { } } public ApiKeyAuthProvider() => throw null; @@ -743,6 +792,7 @@ public class AuthContext : ServiceStack.IMeta } public class AuthenticateService : ServiceStack.Service { + public System.Threading.Tasks.Task AnyAsync(ServiceStack.AuthenticateLogout request) => throw null; public const string ApiKeyProvider = default; public ServiceStack.AuthenticateResponse Authenticate(ServiceStack.Authenticate request) => throw null; public System.Threading.Tasks.Task AuthenticateAsync(ServiceStack.Authenticate request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; @@ -754,7 +804,6 @@ public class AuthenticateService : ServiceStack.Service public static System.Func CurrentSessionFactory { get => throw null; set { } } public static string DefaultOAuthProvider { get => throw null; } public static string DefaultOAuthRealm { get => throw null; } - public System.Threading.Tasks.Task DeleteAsync(ServiceStack.Authenticate request) => throw null; public const string DigestProvider = default; public System.Threading.Tasks.Task GetAsync(ServiceStack.Authenticate request) => throw null; public static ServiceStack.Auth.IAuthProvider GetAuthProvider(string provider) => throw null; @@ -873,6 +922,7 @@ public abstract class AuthProvider : ServiceStack.IAuthPlugin, ServiceStack.Auth public ServiceStack.Auth.IAuthEvents AuthEvents { get => throw null; } public string AuthRealm { get => throw null; set { } } public string CallbackUrl { get => throw null; set { } } + public virtual void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services, ServiceStack.AuthFeature feature) => throw null; protected virtual object ConvertToClientError(object failedResult, bool isHtml) => throw null; protected virtual ServiceStack.Auth.AuthContext CreateAuthContext(ServiceStack.IServiceBase authService = default(ServiceStack.IServiceBase), ServiceStack.Auth.IAuthSession session = default(ServiceStack.Auth.IAuthSession), ServiceStack.Auth.IAuthTokens tokens = default(ServiceStack.Auth.IAuthTokens)) => throw null; public virtual string CreateOrMergeAuthSession(ServiceStack.Auth.IAuthSession session, ServiceStack.Auth.IAuthTokens tokens) => throw null; @@ -941,6 +991,7 @@ public abstract class AuthProviderSync : ServiceStack.IAuthPlugin, ServiceStack. public ServiceStack.Auth.IAuthEvents AuthEvents { get => throw null; } public string AuthRealm { get => throw null; set { } } public string CallbackUrl { get => throw null; set { } } + public virtual void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services, ServiceStack.AuthFeature feature) => throw null; protected virtual object ConvertToClientError(object failedResult, bool isHtml) => throw null; public virtual string CreateOrMergeAuthSession(ServiceStack.Auth.IAuthSession session, ServiceStack.Auth.IAuthTokens tokens) => throw null; protected AuthProviderSync() => throw null; @@ -1038,6 +1089,7 @@ public class BasicAuthProvider : ServiceStack.Auth.CredentialsAuthProvider, Serv public override System.Threading.Tasks.Task AuthenticateAsync(ServiceStack.IServiceBase authService, ServiceStack.Auth.IAuthSession session, ServiceStack.Authenticate request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public BasicAuthProvider() => throw null; public BasicAuthProvider(ServiceStack.Configuration.IAppSettings appSettings) => throw null; + protected override void Init() => throw null; public static string Name; public virtual System.Threading.Tasks.Task PreAuthenticateAsync(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res) => throw null; public static string Realm; @@ -1405,11 +1457,54 @@ public interface ICustomUserAuth ServiceStack.Auth.IUserAuth CreateUserAuth(); ServiceStack.Auth.IUserAuthDetails CreateUserAuthDetails(); } + public class IdentityAuthUserResolver : ServiceStack.Auth.IUserResolver + { + public System.Threading.Tasks.Task CreateAuthSessionAsync(ServiceStack.Web.IRequest req, System.Security.Claims.ClaimsPrincipal user, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task CreateClaimsPrincipalAsync(ServiceStack.Web.IRequest req, string userId, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public IdentityAuthUserResolver(ServiceStack.Auth.IIdentityAuthContextManager manager, ServiceStack.Auth.IIdentityAuthContext authCtx, System.IServiceProvider services) => throw null; + } public interface IHashProvider { void GetHashAndSaltString(string Data, out string Hash, out string Salt); bool VerifyHashString(string Data, string Hash, string Salt); } + public interface IIdentityApplicationAuthProvider + { + void PopulateSession(ServiceStack.Web.IRequest req, ServiceStack.Auth.IAuthSession session, System.Security.Claims.ClaimsPrincipal claimsPrincipal, string source = default(string)); + System.Threading.Tasks.Task PopulateSessionAsync(ServiceStack.Web.IRequest req, ServiceStack.Auth.IAuthSession session, System.Security.Claims.ClaimsPrincipal claimsPrincipal, string source = default(string)); + System.Threading.Tasks.Task PreAuthenticateAsync(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res); + } + public interface IIdentityAuthContext + { + System.Func SessionFactory { get; } + } + public interface IIdentityAuthContextManager + { + System.Threading.Tasks.Task CreateClaimsPrincipalAsync(string userId, ServiceStack.Web.IRequest request = default(ServiceStack.Web.IRequest)); + System.Threading.Tasks.Task> GetClaimsByIdAsync(string userId, ServiceStack.Web.IRequest request = default(ServiceStack.Web.IRequest)); + System.Threading.Tasks.Task> GetClaimsByNameAsync(string userName, ServiceStack.Web.IRequest request = default(ServiceStack.Web.IRequest)); + } + public interface IIdentityBasicAuthProvider + { + } + public interface IIdentityCredentialsAuthProvider + { + bool LockoutOnFailure { get; set; } + } + public interface IIdentityJwtAuthProvider + { + string Audience { get; } + string AuthenticationScheme { get; } + System.Threading.Tasks.Task CreateAccessTokenFromRefreshTokenAsync(string refreshToken, ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)); + System.Threading.Tasks.Task CreateBearerAndRefreshTokenAsync(string userName, ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)); + System.Threading.Tasks.Task CreateBearerTokenAsync(string userName, ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)); + string CreateJwtBearerToken(System.Collections.Generic.List claims, string audience, System.DateTime expires); + System.Collections.Generic.List DeleteCookiesOnJwtCookies { get; } + bool EnableRefreshToken { get; } + System.TimeSpan ExpireTokensIn { get; } + System.Threading.Tasks.Task> GetUserClaimsAsync(string userName, ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)); + bool RequireSecureConnection { get; } + } public interface IManageApiKeys { bool ApiKeyExists(string apiKey); @@ -1547,6 +1642,11 @@ public interface IUserAuthRepositoryAsync : ServiceStack.Auth.IAuthRepositoryAsy System.Threading.Tasks.Task UpdateUserAuthAsync(ServiceStack.Auth.IUserAuth existingUser, ServiceStack.Auth.IUserAuth newUser, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); System.Threading.Tasks.Task UpdateUserAuthAsync(ServiceStack.Auth.IUserAuth existingUser, ServiceStack.Auth.IUserAuth newUser, string password, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); } + public interface IUserResolver + { + System.Threading.Tasks.Task CreateAuthSessionAsync(ServiceStack.Web.IRequest req, System.Security.Claims.ClaimsPrincipal user, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClaimsPrincipalAsync(ServiceStack.Web.IRequest req, string userId, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + } public interface IUserSessionSource { ServiceStack.Auth.IAuthSession GetUserSession(string userAuthId); @@ -1584,7 +1684,7 @@ public class JwtAuthProvider : ServiceStack.Auth.JwtAuthProviderReader, ServiceS public System.Threading.Tasks.Task ResultFilterAsync(ServiceStack.Auth.AuthResultContext authContext, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public bool SetBearerTokenOnAuthenticateResponse { get => throw null; set { } } } - public class JwtAuthProviderReader : ServiceStack.Auth.AuthProvider, ServiceStack.IAuthPlugin, ServiceStack.Auth.IAuthWithRequest + public class JwtAuthProviderReader : ServiceStack.Auth.AuthProvider, ServiceStack.Auth.IAuthWithRequest { public bool AllowInFormData { get => throw null; set { } } public bool AllowInQueryString { get => throw null; set { } } @@ -1598,6 +1698,7 @@ public class JwtAuthProviderReader : ServiceStack.Auth.AuthProvider, ServiceStac public object AuthenticateResponseDecorator(ServiceStack.Auth.AuthFilterContext ctx) => throw null; public byte[] AuthKey { get => throw null; set { } } public string AuthKeyBase64 { set { } } + public override void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services, ServiceStack.AuthFeature feature) => throw null; public virtual System.Threading.Tasks.Task ConvertJwtToSessionAsync(ServiceStack.Web.IRequest req, string jwt) => throw null; public virtual System.Threading.Tasks.Task CreateAccessTokenFromRefreshToken(string refreshToken, ServiceStack.Web.IRequest req) => throw null; public System.Action CreateHeaderFilter { get => throw null; set { } } @@ -1690,7 +1791,7 @@ public int ExpireTokensInDays { set { } } public static class JwtUtils { public static void NotifyJwtCookiesUsed(ServiceStack.Web.IHttpResult httpResult) => throw null; - public static ServiceStack.HttpResult ToTokenCookiesHttpResult(this ServiceStack.IHasBearerToken responseDto, ServiceStack.Web.IRequest req, string tokenCookie, System.DateTime expireTokenIn, string refreshTokenCookie, System.DateTime expireRefreshTokenIn, string referrerUrl) => throw null; + public static ServiceStack.HttpResult ToTokenCookiesHttpResult(this ServiceStack.IHasBearerToken responseDto, ServiceStack.Web.IRequest req, string tokenCookie, System.DateTime expireTokenIn, string refreshTokenCookie, string referrerUrl) => throw null; } public class LinkedInAuthProvider : ServiceStack.Auth.OAuth2Provider { @@ -1742,6 +1843,8 @@ public class NetCoreIdentityAuthProvider : ServiceStack.Auth.AuthProvider, Servi public string AuthenticationType { get => throw null; set { } } public bool AutoSignInSessions { get => throw null; set { } } public System.Func AutoSignInSessionsMatching { get => throw null; set { } } + public System.Threading.Tasks.Task ConvertPrincipalToSessionAsync(ServiceStack.Web.IRequest req, System.Security.Claims.ClaimsPrincipal claimsPrincipal, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task ConvertSessionToPrincipalAsync(ServiceStack.Web.IRequest req, ServiceStack.Auth.IAuthSession session, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public System.Func, ServiceStack.Auth.IAuthSession, ServiceStack.Web.IRequest, System.Security.Claims.ClaimsPrincipal> CreateClaimsPrincipal { get => throw null; set { } } public NetCoreIdentityAuthProvider(ServiceStack.Configuration.IAppSettings appSettings) => throw null; public bool DefaultAutoSignInSessionsMatching(ServiceStack.Web.IRequest req) => throw null; @@ -2026,6 +2129,12 @@ public class SaltedHash : ServiceStack.Auth.IHashProvider public bool VerifyHash(byte[] Data, byte[] Hash, byte[] Salt) => throw null; public bool VerifyHashString(string Data, string Hash, string Salt) => throw null; } + public class ServiceStackAuthUserResolver : ServiceStack.Auth.IUserResolver + { + public System.Threading.Tasks.Task CreateAuthSessionAsync(ServiceStack.Web.IRequest req, System.Security.Claims.ClaimsPrincipal user, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task CreateClaimsPrincipalAsync(ServiceStack.Web.IRequest req, string userId, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public ServiceStackAuthUserResolver(ServiceStack.Auth.NetCoreIdentityAuthProvider authProvider) => throw null; + } public static partial class SocialExtensions { public static string ToGravatarUrl(this string email, int size = default(int)) => throw null; @@ -2143,7 +2252,7 @@ public static partial class UserAuthExtensions { public static System.Collections.Generic.List ConvertSessionToClaims(this ServiceStack.Auth.IAuthSession session, string issuer = default(string), string roleClaimType = default(string), string permissionClaimType = default(string)) => throw null; public static T Get(this ServiceStack.IMeta instance) => throw null; - public static void PopulateFromMap(this ServiceStack.Auth.IAuthSession session, System.Collections.Generic.IDictionary map) => throw null; + public static void PopulateFromMap(this ServiceStack.Auth.IAuthSession session, System.Collections.Generic.IEnumerable> map) => throw null; public static void PopulateFromSession(this ServiceStack.Auth.IAuthSession session, ServiceStack.Auth.IAuthSession from) => throw null; public static void PopulateMissing(this ServiceStack.Auth.IUserAuthDetails instance, ServiceStack.Auth.IAuthTokens tokens, bool overwriteReserved = default(bool)) => throw null; public static void PopulateMissingExtended(this ServiceStack.Auth.IUserAuthDetailsExtended instance, ServiceStack.Auth.IUserAuthDetailsExtended other, bool overwriteReserved = default(bool)) => throw null; @@ -2262,8 +2371,16 @@ public class UserAuthRole : ServiceStack.IMeta public virtual string Role { get => throw null; set { } } public virtual int UserAuthId { get => throw null; set { } } } + public class UserJwtTokens + { + public string BearerToken { get => throw null; } + public UserJwtTokens(string BearerToken, ServiceStack.IRequireRefreshToken RefreshToken) => throw null; + public void Deconstruct(out string BearerToken, out ServiceStack.IRequireRefreshToken RefreshToken) => throw null; + public ServiceStack.IRequireRefreshToken RefreshToken { get => throw null; } + } public delegate System.Threading.Tasks.Task ValidateAsyncFn(ServiceStack.IServiceBase service, string httpMethod, object requestDto); public delegate object ValidateFn(ServiceStack.IServiceBase service, string httpMethod, object requestDto); + public delegate System.Threading.Tasks.Task ValidateRequestAsyncFn(ServiceStack.Web.IRequest service, object requestDto); public class VkAuthProvider : ServiceStack.Auth.OAuthProvider { public string ApiVersion { get => throw null; set { } } @@ -2312,6 +2429,7 @@ public class AuthenticateAttribute : ServiceStack.RequestFilterAsyncAttribute public static System.Threading.Tasks.Task AssertAuthenticatedAsync(ServiceStack.Web.IRequest req, object requestDto = default(object), ServiceStack.Auth.IAuthSession session = default(ServiceStack.Auth.IAuthSession), ServiceStack.Auth.IAuthProvider[] authProviders = default(ServiceStack.Auth.IAuthProvider[])) => throw null; public static bool Authenticate(ServiceStack.Web.IRequest req, object requestDto = default(object), ServiceStack.Auth.IAuthSession session = default(ServiceStack.Auth.IAuthSession), ServiceStack.Auth.IAuthProvider[] authProviders = default(ServiceStack.Auth.IAuthProvider[])) => throw null; public static System.Threading.Tasks.Task AuthenticateAsync(ServiceStack.Web.IRequest req, object requestDto = default(object), ServiceStack.Auth.IAuthSession session = default(ServiceStack.Auth.IAuthSession), ServiceStack.Auth.IAuthProvider[] authProviders = default(ServiceStack.Auth.IAuthProvider[])) => throw null; + public string AuthenticationSchemes { get => throw null; set { } } public AuthenticateAttribute(ServiceStack.ApplyTo applyTo) => throw null; public AuthenticateAttribute() => throw null; public AuthenticateAttribute(string provider) => throw null; @@ -2322,6 +2440,7 @@ public class AuthenticateAttribute : ServiceStack.RequestFilterAsyncAttribute public override int GetHashCode() => throw null; protected virtual System.Threading.Tasks.Task HandleShortCircuitedErrors(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res, object requestDto, System.Net.HttpStatusCode statusCode, string statusDescription = default(string)) => throw null; public string HtmlRedirect { get => throw null; set { } } + public string Policy { get => throw null; set { } } public string Provider { get => throw null; set { } } public static void ThrowInvalidPermission(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; public static void ThrowInvalidRole(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; @@ -2332,7 +2451,7 @@ public enum AuthenticationHeaderType Basic = 0, Digest = 1, } - public class AuthFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPostInitPlugin + public class AuthFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPostInitPlugin { public ServiceStack.AuthFeature AddAuthenticateAliasRoutes() => throw null; public ServiceStack.MetaAuthProvider AdminAuthSecretInfo { get => throw null; set { } } @@ -2343,8 +2462,9 @@ public class AuthFeature : ServiceStack.Model.IHasId, ServiceStack.Model public ServiceStack.Auth.IAuthProvider[] AuthProviders { get => throw null; } public System.Func AuthResponseDecorator { get => throw null; set { } } public ServiceStack.Auth.IAuthSession AuthSecretSession { get => throw null; set { } } + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public bool CreateDigestAuthHashes { get => throw null; set { } } - public AuthFeature(System.Action configure) => throw null; + public AuthFeature(System.Action configure) => throw null; public AuthFeature(ServiceStack.Auth.IAuthProvider authProvider) => throw null; public AuthFeature(System.Collections.Generic.IEnumerable authProviders) => throw null; public AuthFeature(System.Func sessionFactory, ServiceStack.Auth.IAuthProvider[] authProviders, string htmlRedirect = default(string)) => throw null; @@ -2355,6 +2475,7 @@ public class AuthFeature : ServiceStack.Model.IHasId, ServiceStack.Model public ServiceStack.Auth.IAuthProvider GetAuthProvider(string provider) => throw null; public ServiceStack.Auth.JwtAuthProviderReader GetJwtAuthProviderReader() => throw null; public ServiceStack.Auth.JwtAuthProvider GetRequiredJwtAuthProvider() => throw null; + public bool HasSessionFeature { get => throw null; } public string HtmlLogoutRedirect { get => throw null; set { } } public string HtmlRedirect { get => throw null; set { } } public string HtmlRedirectAccessDenied { get => throw null; set { } } @@ -2373,8 +2494,11 @@ public bool IncludeRegistrationService { set { } } public int? MaxLoginAttempts { get => throw null; set { } } public static void NoExternalRedirects(ServiceStack.Web.IRequest req, string redirect) => throw null; public System.Collections.Generic.List> OnAfterInit { get => throw null; set { } } + public System.Collections.Generic.List> OnAppMetadata { get => throw null; set { } } public System.Func OnAuthenticateValidate { get => throw null; set { } } public System.Collections.Generic.List> OnBeforeInit { get => throw null; set { } } + public System.Collections.Generic.List> OnConfigureServices { get => throw null; set { } } + public System.Collections.Generic.List> OnLogoutAsync { get => throw null; set { } } public System.TimeSpan? PermanentSessionExpiry { get => throw null; set { } } public ServiceStack.ImagesHandler ProfileImages { get => throw null; set { } } public void Register(ServiceStack.IAppHost appHost) => throw null; @@ -2385,9 +2509,11 @@ public bool IncludeRegistrationService { set { } } public ServiceStack.AuthFeature RemoveAuthenticateAliasRoutes() => throw null; public bool SaveUserNamesInLowerCase { get => throw null; set { } } public System.Collections.Generic.Dictionary ServiceRoutes { get => throw null; set { } } + public System.Collections.Generic.Dictionary ServiceRoutesVerbs { get => throw null; set { } } public System.TimeSpan? SessionExpiry { get => throw null; set { } } public System.Func SessionFactory { get => throw null; set { } } public System.Type SessionType { get => throw null; } + public ServiceStack.MetaAuthProvider ToMetaAuthProvider(ServiceStack.Auth.IAuthProvider authProvider) => throw null; public ServiceStack.Auth.ValidateFn ValidateFn { get => throw null; set { } } public System.Action ValidateRedirectLinks { get => throw null; set { } } public bool ValidateUniqueEmails { get => throw null; set { } } @@ -2418,6 +2544,13 @@ public class AuthFeatureUnauthorizedHttpHandler : ServiceStack.Host.Handlers.Htt public override System.Threading.Tasks.Task ProcessRequestAsync(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res, string operationName) => throw null; public override bool RunAsAsync() => throw null; } + public class AuthSecretValidator : ServiceStack.TypeValidator, ServiceStack.IAuthTypeValidator + { + public AuthSecretValidator() : base(default(string), default(string), default(int?)) => throw null; + public static string DefaultErrorMessage { get => throw null; set { } } + public static ServiceStack.AuthSecretValidator Instance { get => throw null; } + public override System.Threading.Tasks.Task IsValidAsync(object dto, ServiceStack.Web.IRequest request) => throw null; + } public static partial class AuthSessionExtensions { public static void AddAuthToken(this ServiceStack.Auth.IAuthSession session, ServiceStack.Auth.IAuthTokens tokens) => throw null; @@ -2585,15 +2718,16 @@ public static partial class AutoQueryDataExtensions public static T WithAudit(this T row, ServiceStack.Web.IRequest req, System.DateTime? date = default(System.DateTime?)) where T : ServiceStack.AuditBase => throw null; public static T WithAudit(this T row, string by, System.DateTime? date = default(System.DateTime?)) where T : ServiceStack.AuditBase => throw null; } - public class AutoQueryDataFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPostInitPlugin + public class AutoQueryDataFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPostConfigureServices { public ServiceStack.AutoQueryDataFeature AddDataSource(System.Func> dataSourceFactory) => throw null; public ServiceStack.AutoQueryDataFeature AddDataSource(System.Func dataSourceFactory) => throw null; public ServiceStack.AutoQueryDataFeature AddDataSource(System.Type type, System.Func dataSourceFactory) => throw null; - public void AfterPluginsLoaded(ServiceStack.IAppHost appHost) => throw null; + public void AfterConfigure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public System.Type AutoQueryServiceBaseType { get => throw null; set { } } public System.Collections.Generic.List Conditions; public System.Collections.Generic.Dictionary ConditionsAliases; + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public AutoQueryDataFeature() => throw null; public System.Collections.Concurrent.ConcurrentDictionary> DataSources { get => throw null; } public bool EnableAutoQueryViewer { get => throw null; set { } } @@ -2610,6 +2744,7 @@ public class AutoQueryDataFeature : ServiceStack.Model.IHasId, ServiceSt public System.Collections.Generic.HashSet LoadFromAssemblies { get => throw null; set { } } public int? MaxLimit { get => throw null; set { } } public bool OrderByPrimaryKeyOnPagedQuery { get => throw null; set { } } + public int Priority { get => throw null; } public System.Collections.Generic.Dictionary QueryFilters { get => throw null; set { } } public void Register(ServiceStack.IAppHost appHost) => throw null; public ServiceStack.AutoQueryDataFeature RegisterQueryFilter(System.Action filterFn) => throw null; @@ -2618,8 +2753,7 @@ public class AutoQueryDataFeature : ServiceStack.Model.IHasId, ServiceSt } public abstract class AutoQueryDataServiceBase : ServiceStack.Service { - public ServiceStack.IAutoQueryData AutoQuery { get => throw null; set { } } - protected AutoQueryDataServiceBase() => throw null; + protected AutoQueryDataServiceBase(ServiceStack.IAutoQueryData autoQuery) => throw null; public virtual object Exec(ServiceStack.IQueryData dto) => throw null; public virtual object Exec(ServiceStack.IQueryData dto) => throw null; } @@ -2668,8 +2802,7 @@ public class AutoQueryMetadataResponse : ServiceStack.IMeta public class AutoQueryMetadataService : ServiceStack.Service { public System.Threading.Tasks.Task AnyAsync(ServiceStack.AutoQueryMetadata request) => throw null; - public AutoQueryMetadataService() => throw null; - public ServiceStack.NativeTypes.INativeTypesMetadata NativeTypesMetadata { get => throw null; set { } } + public AutoQueryMetadataService(ServiceStack.NativeTypes.INativeTypesMetadata metadata) => throw null; } public class AutoQueryOperation : ServiceStack.IMeta { @@ -3060,9 +3193,10 @@ public static partial class CancellableRequestsExtensions public static ServiceStack.ICancellableRequest CreateCancellableRequest(this ServiceStack.Web.IRequest req) => throw null; public static ServiceStack.ICancellableRequest GetCancellableRequest(this ServiceStack.Web.IRequest req, string tag) => throw null; } - public class CancellableRequestsFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin + public class CancellableRequestsFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin { public string AtPath { get => throw null; set { } } + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public CancellableRequestsFeature() => throw null; public string Id { get => throw null; set { } } public void Register(ServiceStack.IAppHost appHost) => throw null; @@ -3085,8 +3219,10 @@ public class CleanUrlsFeature : ServiceStack.Model.IHasId, ServiceStack. { public CleanUrlsFeature() => throw null; public string[] Extensions { get => throw null; set { } } + public ServiceStack.Host.Handlers.HttpAsyncTaskHandler GetHandler(string httpMethod, string pathInfo) => throw null; public string Id { get => throw null; set { } } public void Register(ServiceStack.IAppHost appHost) => throw null; + public ServiceStack.IO.FileSystemVirtualFiles VirtualFiles { get => throw null; set { } } } [System.AttributeUsage((System.AttributeTargets)68, Inherited = false, AllowMultiple = false)] public class ClientCanSwapTemplatesAttribute : ServiceStack.RequestFilterAttribute @@ -3094,6 +3230,96 @@ public class ClientCanSwapTemplatesAttribute : ServiceStack.RequestFilterAttribu public ClientCanSwapTemplatesAttribute() => throw null; public override void Execute(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res, object requestDto) => throw null; } + public static partial class CommandExtensions + { + public static System.Threading.Tasks.Task ExecuteAsync(this ServiceStack.ICommandExecutor executor, TRequest request) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static System.Threading.Tasks.Task ExecuteCommandsAsync(this ServiceStack.Web.IRequest req, T requestDto) where T : class => throw null; + public static double Median(this System.Collections.Generic.IEnumerable nums) => throw null; + } + public class CommandResult + { + public const string Api = default; + public System.DateTime At { get => throw null; set { } } + public int Attempt { get => throw null; set { } } + public ServiceStack.CommandResult Clone(System.Action configure = default(System.Action)) => throw null; + public const string Command = default; + public CommandResult() => throw null; + public ServiceStack.ResponseStatus Error { get => throw null; set { } } + public System.Exception Exception { get => throw null; set { } } + public long? Ms { get => throw null; set { } } + public string Name { get => throw null; set { } } + public string Request { get => throw null; set { } } + public int? Retries { get => throw null; set { } } + public string Type { get => throw null; set { } } + } + public class CommandsFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin + { + public string AccessRole { get => throw null; set { } } + public void AddCommandResult(ServiceStack.CommandResult result) => throw null; + public void AddRequest(object requestDto, object response, System.TimeSpan elapsed) => throw null; + public ServiceStack.CommandInfo AssertCommandInfo(string commandName) => throw null; + public delegate System.Threading.Tasks.Task AsyncMethodInvoker(object instance, object arg); + public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; + public System.Collections.Concurrent.ConcurrentQueue CommandFailures { get => throw null; set { } } + public System.Collections.Generic.Dictionary CommandInfoMap { get => throw null; set { } } + public System.Collections.Generic.List CommandInfos { get => throw null; set { } } + public System.Collections.Concurrent.ConcurrentQueue CommandResults { get => throw null; set { } } + public System.Collections.Concurrent.ConcurrentDictionary CommandTotals { get => throw null; set { } } + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; + public CommandsFeature() => throw null; + public const int DefaultCapacity = 250; + public ServiceStack.RetryPolicy DefaultRetryPolicy { get => throw null; set { } } + public System.Threading.Tasks.Task ExecuteCommandAsync(TCommand command) where TCommand : ServiceStack.IAsyncCommand => throw null; + public System.Threading.Tasks.Task ExecuteCommandAsync(TCommand command, TRequest request) where TCommand : ServiceStack.IAsyncCommand => throw null; + public System.Threading.Tasks.Task ExecuteCommandAsync(System.Type commandType, System.Func execFn, object requestDto, ServiceStack.Web.IRequest reqCtx = default(ServiceStack.Web.IRequest), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task ExecuteCommandAsync(object oCommand, object commandRequest, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task ExecuteCommandsAsync(System.IServiceProvider services, T requestDto) where T : class => throw null; + public System.Threading.Tasks.Task ExecuteCommandWithResultAsync(ServiceStack.IAsyncCommand command, TRequest request) => throw null; + public int FailuresCapacity { get => throw null; set { } } + public ServiceStack.CommandInfo GetCommandInfo(string commandName) => throw null; + public object GetCommandResult(ServiceStack.IAsyncCommand command) => throw null; + public ServiceStack.CommandsFeature.AsyncMethodInvoker GetInvoker(System.Reflection.MethodInfo method) => throw null; + public static ServiceStack.CommandsFeature.AsyncMethodInvoker GetInvokerToCache(System.Reflection.MethodInfo method) => throw null; + public System.Type GetRequestType(System.Type commandType) => throw null; + public System.Type GetResponseType(System.Type commandType) => throw null; + public ServiceStack.RetryPolicy? GetRetryPolicy(System.Type commandType) => throw null; + public string Id { get => throw null; } + public System.Collections.Generic.List Ignore { get => throw null; set { } } + public Microsoft.Extensions.Logging.ILogger Log { get => throw null; set { } } + public void Register(ServiceStack.IAppHost appHost) => throw null; + public System.Collections.Generic.List RegisterServices { get => throw null; set { } } + public System.Collections.Generic.List<(System.Type, Microsoft.Extensions.DependencyInjection.ServiceLifetime)> RegisterTypes { get => throw null; set { } } + public int ResultsCapacity { get => throw null; set { } } + public static System.Collections.Generic.IEnumerable ScanServiceAssemblies() => throw null; + public System.Func ShouldIgnore { get => throw null; set { } } + public System.Func SkipRetryingExceptions { get => throw null; set { } } + public System.Collections.Generic.List SkipRetryingExceptionTypes { get => throw null; set { } } + public int TimingsCapacity { get => throw null; set { } } + public System.Collections.Generic.List>> TypeResolvers { get => throw null; set { } } + public ServiceStack.Validation.ValidationFeature ValidationFeature { get => throw null; set { } } + } + public class CommandsService : ServiceStack.Service + { + public System.Threading.Tasks.Task Any(ServiceStack.ViewCommands request) => throw null; + public System.Threading.Tasks.Task Any(ServiceStack.ExecuteCommand request) => throw null; + public CommandsService(Microsoft.Extensions.Logging.ILogger log) => throw null; + } + public class CommandSummary + { + public double AverageMs { get => throw null; } + public int Count { get => throw null; set { } } + public CommandSummary() => throw null; + public int Failed { get => throw null; set { } } + public ServiceStack.ResponseStatus LastError { get => throw null; set { } } + public int MaxMs { get => throw null; set { } } + public double MedianMs { get => throw null; } + public int MinMs { get => throw null; set { } } + public string Name { get => throw null; set { } } + public int Retries { get => throw null; set { } } + public System.Collections.Concurrent.ConcurrentQueue Timings { get => throw null; set { } } + public int TotalMs { get => throw null; set { } } + public string Type { get => throw null; set { } } + } public static class CompareTypeUtils { public static object Add(object a, object b) => throw null; @@ -3295,6 +3521,12 @@ public class ConfigurationErrorsException : System.Exception public ConfigurationErrorsException(string message) => throw null; public ConfigurationErrorsException(string message, System.Exception innerException) => throw null; } + public static class ConfigurePriority + { + public const int AutoQueryDataFeature = 10; + public const int AutoQueryFeature = 20; + public const int ValidationFeature = 100; + } public class ConnectionInfoAttribute : ServiceStack.RequestFilterAttribute { public string ConnectionString { get => throw null; set { } } @@ -3505,6 +3737,7 @@ public static class DtoUtils public static ServiceStack.ResponseStatus CreateResponseStatus(string errorCode) => throw null; public static ServiceStack.ResponseStatus CreateResponseStatus(string errorCode, string errorMessage) => throw null; public static ServiceStack.ResponseStatus CreateSuccessResponse(string message) => throw null; + public static ServiceStack.ResponseStatus PopulateResponseStatus(ServiceStack.ResponseStatus responseStatus, object request, System.Exception e, bool debugMode = default(bool)) => throw null; public const string ResponseStatusPropertyName = default; public static ServiceStack.ResponseStatus ToResponseStatus(this System.Exception exception, object requestDto = default(object)) => throw null; public static ServiceStack.ResponseStatus ToResponseStatus(this ServiceStack.Validation.ValidationError validationException) => throw null; @@ -3519,8 +3752,9 @@ public class EnableCorsAttribute : ServiceStack.AttributeBase, ServiceStack.Web. public int Priority { get => throw null; set { } } public System.Threading.Tasks.Task RequestFilterAsync(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res, object requestDto) => throw null; } - public class EncryptedMessagesFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin + public class EncryptedMessagesFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin { + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public EncryptedMessagesFeature() => throw null; public static readonly System.TimeSpan DefaultMaxMaxRequestAge; public static string ErrorInvalidMessage; @@ -3550,6 +3784,18 @@ public class EncryptedMessagesService : ServiceStack.Service public object Any(ServiceStack.GetPublicKey request) => throw null; public EncryptedMessagesService() => throw null; } + public struct EndpointOptions : System.IEquatable + { + public EndpointOptions(bool RequireAuth = default(bool)) => throw null; + public void Deconstruct(out bool RequireAuth) => throw null; + public override bool Equals(object obj) => throw null; + public bool Equals(ServiceStack.EndpointOptions other) => throw null; + public override int GetHashCode() => throw null; + public static bool operator ==(ServiceStack.EndpointOptions left, ServiceStack.EndpointOptions right) => throw null; + public static bool operator !=(ServiceStack.EndpointOptions left, ServiceStack.EndpointOptions right) => throw null; + public bool RequireAuth { get => throw null; set { } } + public override string ToString() => throw null; + } public class EndsWithCondition : ServiceStack.QueryCondition { public override string Alias { get => throw null; } @@ -3579,7 +3825,7 @@ public static class ErrorMessages public static string ApiKeyDoesNotExist; public static string ApiKeyHasBeenCancelled; public static string ApiKeyHasExpired; - public static string ApiKeyIsInvalid; + public static string ApiKeyInvalid; public static string ApiKeyRequiresSecureConnection; public static string AppSettingNotFoundFmt; public static string AuthRepositoryNotExists; @@ -3671,6 +3917,19 @@ public class EventSubscription : ServiceStack.SubscriptionInfo, System.IDisposab public System.Action WriteEvent { get => throw null; set { } } public System.Func WriteEventAsync { get => throw null; set { } } } + public class ExecuteCommand : ServiceStack.IPost, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public string Command { get => throw null; set { } } + public ExecuteCommand() => throw null; + public string RequestJson { get => throw null; set { } } + } + public class ExecuteCommandResponse + { + public ServiceStack.CommandResult CommandResult { get => throw null; set { } } + public ExecuteCommandResponse() => throw null; + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public string Result { get => throw null; set { } } + } public static class FileExt { public static string[] AllDocuments { get => throw null; set { } } @@ -3731,11 +3990,12 @@ public class FilesUploadErrorMessages public string NoUpdateAccess { get => throw null; set { } } public string UnknownLocationFmt { get => throw null; set { } } } - public class FilesUploadFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin + public class FilesUploadFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin { public ServiceStack.UploadLocation AssertLocation(string name, ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; public string BasePath { get => throw null; set { } } public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public FilesUploadFeature(string basePath, params ServiceStack.UploadLocation[] locations) => throw null; public FilesUploadFeature(params ServiceStack.UploadLocation[] locations) => throw null; public System.Threading.Tasks.Task DeleteFileAsync(ServiceStack.UploadLocation location, ServiceStack.Web.IRequest req, ServiceStack.Auth.IAuthSession session, string vfsPath) => throw null; @@ -3743,6 +4003,7 @@ public class FilesUploadFeature : ServiceStack.Model.IHasId, ServiceStac public System.Threading.Tasks.Task GetFileAsync(ServiceStack.UploadLocation location, ServiceStack.Web.IRequest req, ServiceStack.Auth.IAuthSession session, string vfsPath) => throw null; public ServiceStack.UploadLocation GetLocation(string name) => throw null; public ServiceStack.UploadLocation GetLocationFromProperty(System.Type requestType, string propName) => throw null; + public (string name, string path) GetNameAndPath(string pathInfo) => throw null; public string Id { get => throw null; } public ServiceStack.UploadLocation[] Locations { get => throw null; set { } } public void Register(ServiceStack.IAppHost appHost) => throw null; @@ -5083,7 +5344,7 @@ public class ActionMethod public System.Type RequestType { get => throw null; } public System.Type ReturnType { get => throw null; } } - public class BasicHttpRequest : ServiceStack.Host.BasicRequest, ServiceStack.Web.IHttpRequest, ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver + public class BasicHttpRequest : ServiceStack.Host.BasicRequest, ServiceStack.Web.IHttpRequest, ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver, System.IServiceProvider { public string Accept { get => throw null; set { } } public BasicHttpRequest() : base(default(object), default(ServiceStack.RequestAttributes)) => throw null; @@ -5185,7 +5446,9 @@ public class ContainerResolveCache : ServiceStack.Configuration.ITypeFactory { public object CreateInstance(ServiceStack.Configuration.IResolver resolver, System.Type type) => throw null; public object CreateInstance(ServiceStack.Configuration.IResolver resolver, System.Type type, bool tryResolve) => throw null; - public ContainerResolveCache(Funq.Container container) => throw null; + public ContainerResolveCache() => throw null; + public static object PopulateInstance(ServiceStack.Configuration.IResolver resolver, object instance) => throw null; + public static void Reset() => throw null; } public class ContentTypes : ServiceStack.Web.IContentTypeReader, ServiceStack.Web.IContentTypes, ServiceStack.Web.IContentTypeWriter { @@ -5228,6 +5491,7 @@ public class Cookies : ServiceStack.Web.ICookies public void DeleteCookie(string cookieName) => throw null; public static System.DateTime PermanentCookieExpiry { get => throw null; set { } } public const string RootPath = default; + public bool UseSecureCookie(bool? secureOnly) => throw null; } public static partial class CookiesExtensions { @@ -5251,7 +5515,7 @@ public class DefaultHttpHandler : ServiceStack.Host.IHttpHandler public DefaultHttpHandler() => throw null; } public delegate ServiceStack.Host.RestPath FallbackRestPathDelegate(ServiceStack.Web.IHttpRequest httpReq); - public class GatewayRequest : ServiceStack.Host.BasicRequest, System.ICloneable, ServiceStack.Web.IConvertRequest, ServiceStack.Web.IHttpRequest, ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver + public class GatewayRequest : ServiceStack.Host.BasicRequest, System.ICloneable, ServiceStack.Web.IConvertRequest, ServiceStack.Web.IHttpRequest, ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver, System.IServiceProvider { public string Accept { get => throw null; set { } } public void Clear() => throw null; @@ -5499,7 +5763,6 @@ public class StaticFileHandler : ServiceStack.Host.Handlers.HttpAsyncTaskHandler public static int DefaultBufferSize; public System.Action Filter { get => throw null; set { } } public override bool IsReusable { get => throw null; } - public static bool MonoDirectoryExists(string dirPath, string appFilePath) => throw null; public override System.Threading.Tasks.Task ProcessRequestAsync(ServiceStack.Web.IRequest request, ServiceStack.Web.IResponse response, string operationName) => throw null; public static System.Action ResponseFilter { get => throw null; set { } } public static void SetDefaultFile(string defaultFilePath, byte[] defaultFileContents, System.DateTime defaultFileModified) => throw null; @@ -5548,7 +5811,7 @@ public class HttpFileContent : ServiceStack.Host.HttpFile public HttpFileContent(System.Net.Http.HttpContent content) => throw null; public override System.IO.Stream InputStream { get => throw null; set { } } } - public delegate ServiceStack.Host.IHttpHandler HttpHandlerResolverDelegate(string httpMethod, string pathInfo, string filePath); + public delegate ServiceStack.Host.IHttpHandler HttpHandlerResolverDelegate(ServiceStack.Web.IRequest httpReq); public static class HttpRequestAuthentication { public static string GetAuthorization(this ServiceStack.Web.IRequest req) => throw null; @@ -5635,7 +5898,6 @@ public class InMemoryRollingRequestLogger : ServiceStack.Web.IRequestLogger protected readonly System.Collections.Concurrent.ConcurrentQueue logEntries; public System.Func RequestBodyTrackingFilter { get => throw null; set { } } public System.Action RequestLogFilter { get => throw null; set { } } - public string[] RequiredRoles { get => throw null; set { } } public System.Func ResponseTrackingFilter { get => throw null; set { } } public System.Collections.Generic.Dictionary SerializableItems(System.Collections.Generic.Dictionary items) => throw null; public virtual bool ShouldSkip(ServiceStack.Web.IRequest req, object requestDto) => throw null; @@ -5665,7 +5927,6 @@ public interface ITypedFilterAsync } public static partial class MetadataTypeExtensions { - public static System.Collections.Generic.HashSet CollectionTypes; public static bool ExcludesFeature(this System.Type type, ServiceStack.Feature feature) => throw null; public static bool ForceInclude(this ServiceStack.MetadataTypesConfig config, System.Type type) => throw null; public static bool ForceInclude(this ServiceStack.MetadataTypesConfig config, ServiceStack.MetadataType type) => throw null; @@ -5675,6 +5936,9 @@ public static partial class MetadataTypeExtensions public static bool IsAbstract(this ServiceStack.MetadataType type) => throw null; public static bool IsArray(this ServiceStack.MetadataPropertyType prop) => throw null; public static bool IsCollection(this ServiceStack.MetadataPropertyType prop) => throw null; + public static bool IsDictionary(this ServiceStack.MetadataPropertyType prop) => throw null; + public static bool IsEnumerable(this ServiceStack.MetadataPropertyType prop) => throw null; + public static bool IsInterface(this ServiceStack.MetadataPropertyType prop) => throw null; public static bool IsInterface(this ServiceStack.MetadataType type) => throw null; public static System.Collections.Generic.List NullIfEmpty(this System.Collections.Generic.List value) => throw null; public static bool? NullIfFalse(this bool value) => throw null; @@ -5683,7 +5947,7 @@ public static partial class MetadataTypeExtensions } namespace NetCore { - public class NetCoreRequest : ServiceStack.Host.IHasBufferedStream, ServiceStack.Model.IHasId, ServiceStack.Configuration.IHasResolver, ServiceStack.Model.IHasStringId, ServiceStack.IHasTraceId, ServiceStack.IO.IHasVirtualFiles, ServiceStack.Web.IHttpRequest, ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver, System.IServiceProvider + public class NetCoreRequest : ServiceStack.Host.IHasBufferedStream, ServiceStack.IHasClaimsPrincipal, ServiceStack.Model.IHasId, ServiceStack.Configuration.IHasResolver, ServiceStack.Model.IHasStringId, ServiceStack.IHasTraceId, ServiceStack.IO.IHasVirtualFiles, ServiceStack.Web.IHttpRequest, ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver, System.IServiceProvider { public string AbsoluteUri { get => throw null; } public string Accept { get => throw null; } @@ -5732,6 +5996,7 @@ public class NetCoreRequest : ServiceStack.Host.IHasBufferedStream, ServiceStack public T TryResolve() => throw null; public System.Uri UrlReferrer { get => throw null; } public bool UseBufferedStream { get => throw null; set { } } + public System.Security.Claims.ClaimsPrincipal User { get => throw null; } public string UserAgent { get => throw null; } public string UserHostAddress { get => throw null; } public string Verb { get => throw null; } @@ -5762,6 +6027,7 @@ public class NetCoreResponse : ServiceStack.Web.IHasHeaders, ServiceStack.Web.IH public bool IsClosed { get => throw null; } public System.Collections.Generic.Dictionary Items { get => throw null; set { } } public bool KeepAlive { get => throw null; set { } } + public bool KeepOpen { get => throw null; set { } } public object OriginalResponse { get => throw null; } public System.IO.Stream OutputStream { get => throw null; } public void Redirect(string url) => throw null; @@ -5781,6 +6047,7 @@ public class Operation : System.ICloneable public void AddRequestPropertyValidationRules(System.Collections.Generic.List propertyValidators) => throw null; public void AddRequestTypeValidationRules(System.Collections.Generic.List typeValidators) => throw null; public ServiceStack.Host.Operation AddRole(string role) => throw null; + public Microsoft.AspNetCore.Authorization.AuthorizeAttribute Authorize { get => throw null; set { } } object System.ICloneable.Clone() => throw null; public ServiceStack.Host.Operation Clone() => throw null; public Operation() => throw null; @@ -5798,10 +6065,13 @@ public class Operation : System.ICloneable public System.Collections.Generic.List RequestPropertyValidationRules { get => throw null; } public System.Type RequestType { get => throw null; set { } } public System.Collections.Generic.List RequestTypeValidationRules { get => throw null; } + public System.Collections.Generic.List RequiredClaims { get => throw null; set { } } public System.Collections.Generic.List RequiredPermissions { get => throw null; set { } } public System.Collections.Generic.List RequiredRoles { get => throw null; set { } } + public System.Collections.Generic.List RequiredScopes { get => throw null; set { } } public System.Collections.Generic.List RequiresAnyPermission { get => throw null; set { } } public System.Collections.Generic.List RequiresAnyRole { get => throw null; set { } } + public bool RequiresApiKey { get => throw null; set { } } public bool RequiresAuthentication { get => throw null; set { } } public System.Collections.Generic.List ResponseFilterAttributes { get => throw null; set { } } public System.Type ResponseType { get => throw null; set { } } @@ -5810,6 +6080,7 @@ public class Operation : System.ICloneable public System.Collections.Generic.List Routes { get => throw null; set { } } public System.Type ServiceType { get => throw null; set { } } public System.Collections.Generic.List Tags { get => throw null; set { } } + public ServiceStack.UseSystemJson UseSystemJson { get => throw null; set { } } public System.Type ViewModelType { get => throw null; } } public class OperationDto @@ -5854,6 +6125,7 @@ public class RestPath : ServiceStack.Web.IRestPath public string AllowedVerbs { get => throw null; } public bool AllowsAllVerbs { get => throw null; } public static System.Func CalculateMatchScore { get => throw null; set { } } + public string[] Constraints { get => throw null; } public object CreateRequest(string pathInfo) => throw null; public object CreateRequest(string pathInfo, System.Collections.Generic.Dictionary queryStringAndFormData, object fromInstance) => throw null; public RestPath(System.Type requestType, string path) => throw null; @@ -5881,6 +6153,7 @@ public class RestPath : ServiceStack.Web.IRestPath public int TotalComponentsCount { get => throw null; set { } } public string UniqueMatchHashKey { get => throw null; } public int VariableArgsCount { get => throw null; set { } } + public string[] VariablesNames { get => throw null; } public string[] Verbs { get => throw null; } } public static class RouteNamingConvention @@ -5899,8 +6172,6 @@ public class ServiceController : ServiceStack.Web.IServiceController, ServiceSta public void AssertServiceRestrictions(System.Type requestType, ServiceStack.RequestAttributes actualAttributes) => throw null; public ServiceController(ServiceStack.ServiceStackHost appHost) => throw null; public ServiceController(ServiceStack.ServiceStackHost appHost, System.Func> resolveServicesFn) => throw null; - public ServiceController(ServiceStack.ServiceStackHost appHost, params System.Reflection.Assembly[] assembliesWithServices) => throw null; - public string DefaultOperationsNamespace { get => throw null; set { } } public object Execute(object requestDto) => throw null; public virtual object Execute(object requestDto, ServiceStack.Web.IRequest req) => throw null; public object Execute(object requestDto, ServiceStack.Web.IRequest req, bool applyFilters) => throw null; @@ -5912,13 +6183,18 @@ public class ServiceController : ServiceStack.Web.IServiceController, ServiceSta public System.Threading.Tasks.Task ExecuteMessageAsync(ServiceStack.Messaging.IMessage dto, ServiceStack.Web.IRequest req, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public System.Threading.Tasks.Task ExecValidatorsAsync(object request, ServiceStack.Web.IRequest req) => throw null; public System.Threading.Tasks.Task GatewayExecuteAsync(object requestDto, ServiceStack.Web.IRequest req, bool applyFilters) => throw null; + public static System.Collections.Generic.HashSet GetAutoBatchedRequestTypes(System.Collections.Generic.IEnumerable serviceTypes) => throw null; + public static System.Type GetResponseType(ServiceStack.Host.ActionMethod mi, System.Type requestType) => throw null; public ServiceStack.Web.IRestPath GetRestPathForRequest(string httpMethod, string pathInfo) => throw null; public ServiceStack.Host.RestPath GetRestPathForRequest(string httpMethod, string pathInfo, ServiceStack.Web.IHttpRequest httpReq) => throw null; public virtual ServiceStack.Host.ServiceExecFn GetService(System.Type requestType) => throw null; + public static System.Collections.Generic.HashSet GetServiceRequestTypes(System.Collections.Generic.IEnumerable serviceTypes) => throw null; public bool HasService(System.Type requestType) => throw null; public ServiceStack.Host.ServiceController Init() => throw null; + public static bool IsRequestType(System.Type type) => throw null; public static bool IsServiceAction(ServiceStack.Host.ActionMethod mi) => throw null; public static bool IsServiceAction(string actionName, System.Type requestType) => throw null; + public static bool IsServiceAction(string actionName) => throw null; public static bool IsServiceType(System.Type serviceType) => throw null; public System.Threading.Tasks.Task ManagedGatewayExecuteAsync(object request, ServiceStack.Web.IRequest req) => throw null; public void RegisterRestPath(ServiceStack.Host.RestPath restPath) => throw null; @@ -5943,15 +6219,22 @@ public class ServiceMetadata { public void Add(System.Type serviceType, System.Type requestType, System.Type responseType) => throw null; public static void AddReferencedTypes(System.Collections.Generic.HashSet to, System.Type type) => throw null; + public static void AddReferencedTypes(System.Collections.Generic.HashSet to, System.Type type, System.Func include) => throw null; public void AfterInit() => throw null; + public static System.Collections.Generic.HashSet AnyCollectionTypes; + public static System.Collections.Generic.HashSet AnyDictionaryTypes; public bool CanAccess(ServiceStack.Web.IRequest httpReq, ServiceStack.Format format, string operationName) => throw null; public bool CanAccess(ServiceStack.RequestAttributes reqAttrs, ServiceStack.Format format, string operationName) => throw null; public bool CanAccess(ServiceStack.Format format, string operationName) => throw null; + public static System.Collections.Generic.HashSet CollectionInterfaceTypes; + public static System.Collections.Generic.HashSet CollectionTypes; public System.Collections.Generic.List> ConfigureMetadataTypes { get => throw null; set { } } public System.Collections.Generic.List> ConfigureOperations { get => throw null; set { } } public object CreateRequestDto(System.Type requestType, object dto) => throw null; public object CreateRequestFromUrl(string relativeOrAbsoluteUrl, string method = default(string)) => throw null; public ServiceMetadata(System.Collections.Generic.List restPaths) => throw null; + public static System.Collections.Generic.HashSet DictionaryInterfaceTypes; + public static System.Collections.Generic.HashSet DictionaryTypes; public System.Type FindDtoType(string typeName) => throw null; public ServiceStack.Host.RestPath FindRoute(string pathInfo, string method = default(string)) => throw null; public System.Collections.Generic.HashSet ForceInclude { get => throw null; set { } } @@ -5960,6 +6243,7 @@ public class ServiceMetadata public System.Collections.Generic.List GetAllOperationTypes() => throw null; public System.Collections.Generic.List GetAllPermissions() => throw null; public System.Collections.Generic.List GetAllRoles() => throw null; + public System.Collections.Generic.HashSet GetDtoTypes(System.Func include) => throw null; public System.Collections.Generic.List GetImplementedActions(System.Type serviceType, System.Type requestType) => throw null; public System.Collections.Generic.List GetMetadataTypesForOperation(ServiceStack.Web.IRequest httpReq, ServiceStack.Host.Operation op) => throw null; public ServiceStack.Host.Operation GetOperation(System.Type requestType) => throw null; @@ -6036,7 +6320,7 @@ public class ServiceRunner : ServiceStack.Web.IServiceRunner protected readonly ServiceStack.Web.IResponseFilterBase[] ResponseFilters; protected readonly ServiceStack.Host.ActionInvokerFn ServiceAction; } - public delegate bool StreamSerializerResolverDelegate(ServiceStack.Web.IRequest requestContext, object dto, ServiceStack.Web.IResponse httpRes); + public delegate bool StreamSerializerResolverDelegate(ServiceStack.Web.IRequest httpReq, object dto, ServiceStack.Web.IResponse httpRes); public class TypedFilter : ServiceStack.Host.ITypedFilter { public TypedFilter(System.Action action) => throw null; @@ -6166,6 +6450,7 @@ public static class HostContext public static ServiceStack.Caching.ICacheClientAsync CacheClientAsync { get => throw null; } public static ServiceStack.HostConfig Config { get => throw null; } public static void ConfigureAppHost(System.Action beforeConfigure = default(System.Action), System.Action afterConfigure = default(System.Action), System.Action afterPluginsLoaded = default(System.Action), System.Action afterAppHostInit = default(System.Action)) => throw null; + public static void ConfigureServices(System.Action configure) => throw null; public static Funq.Container Container { get => throw null; } public static ServiceStack.IO.IVirtualDirectory ContentRootDirectory { get => throw null; } public static ServiceStack.Web.IContentTypes ContentTypes { get => throw null; } @@ -6200,8 +6485,8 @@ public static class HostContext public static string ResolveAbsoluteUrl(string virtualPath, ServiceStack.Web.IRequest httpReq) => throw null; public static string ResolveLocalizedString(string text, ServiceStack.Web.IRequest request = default(ServiceStack.Web.IRequest)) => throw null; public static string ResolvePhysicalPath(string virtualPath, ServiceStack.Web.IRequest httpReq) => throw null; - public static T ResolveService(ServiceStack.Web.IRequest httpReq) where T : class, ServiceStack.Web.IRequiresRequest => throw null; - public static T ResolveService(ServiceStack.Web.IRequest httpReq, T service) => throw null; + public static T ResolveService(ServiceStack.Web.IRequest httpReq) where T : class, ServiceStack.IService => throw null; + public static T ResolveService(ServiceStack.Web.IRequest httpReq, T service) where T : class, ServiceStack.IService => throw null; public static ServiceStack.IO.IVirtualDirectory RootDirectory { get => throw null; } public static ServiceStack.Host.ServiceController ServiceController { get => throw null; } public static string ServiceName { get => throw null; } @@ -6223,8 +6508,9 @@ public class HostState public virtual void Load(System.Collections.Generic.List cookies) => throw null; public ServiceStack.AuthUserSession Session { get => throw null; set { } } } - public class HotReloadFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin + public class HotReloadFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin { + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public HotReloadFeature() => throw null; public string DefaultPattern { set { } } public string Id { get => throw null; set { } } @@ -6266,10 +6552,9 @@ public class HotReloadPageService : ServiceStack.Service { public System.Threading.Tasks.Task Any(ServiceStack.HotReloadPage request) => throw null; public static System.TimeSpan CheckDelay; - public HotReloadPageService() => throw null; + public HotReloadPageService(ServiceStack.Script.ISharpPages pages) => throw null; public static System.TimeSpan LongPollDuration; public static System.TimeSpan ModifiedDelay; - public ServiceStack.Script.ISharpPages Pages { get => throw null; set { } } } namespace Html { @@ -6396,6 +6681,7 @@ public class HtmlModule public ServiceStack.HtmlModulesFeature Feature { get => throw null; set { } } public System.Func FileContentsResolver { get => throw null; set { } } public void Flush() => throw null; + public System.Func GetHandler(ServiceStack.IAppHost appHost) => throw null; public System.Collections.Generic.List Handlers { get => throw null; set { } } public string IndexFile { get => throw null; set { } } public System.Collections.Generic.List LineTransformers { get => throw null; set { } } @@ -6781,7 +7067,6 @@ public class HttpHandlerFactory : ServiceStack.Host.IHttpHandlerFactory public static ServiceStack.Host.IHttpHandler NotFoundHttpHandler; public static ServiceStack.Host.Handlers.NotFoundHttpHandler PassThruHttpHandler; public void ReleaseHandler(ServiceStack.Host.IHttpHandler handler) => throw null; - public static bool ShouldAllow(string pathInfo) => throw null; public static ServiceStack.Host.IHttpHandler StaticFilesHandler; public static string WebHostPhysicalPath; } @@ -6812,7 +7097,7 @@ public static partial class HttpRequestExtensions public static string GetOperationNameFromLastPathInfo(string lastPathInfo) => throw null; public static System.Type GetOperationType(this ServiceStack.Web.IRequest req) => throw null; public static T GetOriginalRequest(this ServiceStack.Web.IRequest req) => throw null; - public static string GetParam(this ServiceStack.Web.IRequest httpReq, string name) => throw null; + public static string GetParam(this ServiceStack.Web.IRequest req, string name) => throw null; public static string GetParentAbsolutePath(this ServiceStack.Web.IRequest httpReq) => throw null; public static string GetParentBaseUrl(this ServiceStack.Web.IRequest request) => throw null; public static string GetParentPathUrl(this ServiceStack.Web.IRequest httpReq) => throw null; @@ -6969,6 +7254,7 @@ public string Location { set { } } public static partial class HttpResultExtensions { public static ServiceStack.Web.IHttpResult AddCookie(this ServiceStack.Web.IHttpResult httpResult, ServiceStack.Web.IRequest req, System.Net.Cookie cookie) => throw null; + public static ServiceStack.Web.IHttpResult DeleteCookie(this ServiceStack.Web.IHttpResult httpResult, ServiceStack.Web.IRequest req, string cookieName) => throw null; } public static class HttpResultUtils { @@ -6985,6 +7271,9 @@ public interface IAfterInitAppHost { void AfterInit(ServiceStack.IAppHost appHost); } + public interface IApiKeyValidator + { + } public interface IAppHost : ServiceStack.Configuration.IResolver { System.Collections.Generic.List AddVirtualFileSources { get; } @@ -7073,10 +7362,19 @@ public interface IAppHost : ServiceStack.Configuration.IResolver public interface IAppHostNetCore : ServiceStack.IAppHost, ServiceStack.IRequireConfiguration, ServiceStack.Configuration.IResolver { Microsoft.AspNetCore.Builder.IApplicationBuilder App { get; } + Microsoft.AspNetCore.Builder.RouteHandlerBuilder ConfigureOperationEndpoint(Microsoft.AspNetCore.Builder.RouteHandlerBuilder builder, ServiceStack.Host.Operation operation, ServiceStack.EndpointOptions options = default(ServiceStack.EndpointOptions)); + ServiceStack.EndpointOptions CreateEndpointOptions(); + System.Collections.Generic.Dictionary EndpointVerbs { get; } Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment { get; } + ServiceStack.ServiceStackOptions Options { get; } + } + public interface IAuthInit + { + void Init(ServiceStack.AuthFeature feature); } public interface IAuthPlugin { + void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services, ServiceStack.AuthFeature feature); void Register(ServiceStack.IAppHost appHost, ServiceStack.AuthFeature feature); } public interface IAuthTypeValidator @@ -7355,6 +7653,11 @@ public interface IPlugin { void Register(ServiceStack.IAppHost appHost); } + public interface IPostConfigureServices + { + void AfterConfigure(Microsoft.Extensions.DependencyInjection.IServiceCollection services); + int Priority { get; } + } public interface IPostInitPlugin { void AfterPluginsLoaded(ServiceStack.IAppHost appHost); @@ -7396,6 +7699,10 @@ public interface IRequireConfiguration { Microsoft.Extensions.Configuration.IConfiguration Configuration { get; set; } } + public interface IRequireRegistration + { + void Register(ServiceStack.IAppHost appHost); + } public class IsAuthenticatedValidator : ServiceStack.TypeValidator, ServiceStack.IAuthTypeValidator { public IsAuthenticatedValidator() : base(default(string), default(string), default(int?)) => throw null; @@ -7451,7 +7758,7 @@ public interface IServerEvents : System.IDisposable public interface IServiceBase : ServiceStack.Web.IRequiresRequest, ServiceStack.Configuration.IResolver { ServiceStack.Configuration.IResolver GetResolver(); - T ResolveService(); + T ResolveService() where T : class, ServiceStack.IService; } public interface IServiceStackProvider : System.IDisposable { @@ -7476,7 +7783,7 @@ public interface IServiceStackProvider : System.IDisposable void PublishMessage(T message); ServiceStack.Redis.IRedisClient Redis { get; } ServiceStack.Web.IHttpRequest Request { get; } - T ResolveService(); + T ResolveService() where T : class, ServiceStack.IService; ServiceStack.Web.IHttpResponse Response { get; } ServiceStack.RpcGateway RpcGateway { get; } TUserSession SessionAs(); @@ -7512,6 +7819,51 @@ public interface IWriteEventAsync { System.Threading.Tasks.Task WriteEventAsync(string msg, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); } + namespace Jobs + { + public struct JobLogger : Microsoft.Extensions.Logging.ILogger + { + public System.IDisposable BeginScope(TState state) => throw null; + public JobLogger(ServiceStack.Jobs.IBackgroundJobs jobs, ServiceStack.Jobs.BackgroundJob job, Microsoft.Extensions.Logging.ILogger logger = default(Microsoft.Extensions.Logging.ILogger)) => throw null; + public bool IsEnabled(Microsoft.Extensions.Logging.LogLevel logLevel) => throw null; + public void Log(Microsoft.Extensions.Logging.LogLevel logLevel, Microsoft.Extensions.Logging.EventId eventId, TState state, System.Exception exception, System.Func formatter) => throw null; + public void UpdateLog(string log) => throw null; + public void UpdateProgress(double progress) => throw null; + public void UpdateStatus(double? progress = default(double?), string status = default(string), string log = default(string)) => throw null; + public void UpdateStatus(string status = default(string), string log = default(string)) => throw null; + } + public static class JobUtils + { + public static ServiceStack.Jobs.JobLogger CreateJobLogger(this ServiceStack.Web.IRequest req, ServiceStack.Jobs.IBackgroundJobs jobs, Microsoft.Extensions.Logging.ILogger log = default(Microsoft.Extensions.Logging.ILogger)) => throw null; + public static object CreateRequest(this ServiceStack.Jobs.IBackgroundJobs jobs, ServiceStack.Jobs.JobResult result) => throw null; + public static object CreateResponse(this ServiceStack.Jobs.IBackgroundJobs jobs, ServiceStack.Jobs.JobResult result) => throw null; + public static ServiceStack.Jobs.BackgroundJobRef EnqueueCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static ServiceStack.Jobs.BackgroundJobRef EnqueueCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, object request, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static ServiceStack.Jobs.BackgroundJob GetBackgroundJob(this ServiceStack.Web.IRequest req) => throw null; + public static System.Threading.CancellationToken GetCancellationToken(this ServiceStack.Web.IRequest req) => throw null; + public static T PopulateJob(this ServiceStack.Jobs.BackgroundJobBase from, T to) where T : ServiceStack.Jobs.BackgroundJobBase => throw null; + public static void RecurringApi(this ServiceStack.Jobs.IBackgroundJobs jobs, ServiceStack.Jobs.Schedule schedule, object requestDto, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) => throw null; + public static void RecurringCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, ServiceStack.Jobs.Schedule schedule, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static void RecurringCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, string taskName, ServiceStack.Jobs.Schedule schedule, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static void RecurringCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, ServiceStack.Jobs.Schedule schedule, object request, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static void RecurringCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, string taskName, ServiceStack.Jobs.Schedule schedule, object request, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static ServiceStack.Jobs.BackgroundJob RunCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static ServiceStack.Jobs.BackgroundJob RunCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, object request, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static System.Threading.Tasks.Task RunCommandAsync(this ServiceStack.Jobs.IBackgroundJobs jobs, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static System.Threading.Tasks.Task RunCommandAsync(this ServiceStack.Jobs.IBackgroundJobs jobs, object request, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static ServiceStack.Jobs.BackgroundJobRef ScheduleApi(this ServiceStack.Jobs.IBackgroundJobs jobs, T request, System.DateTime at, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where T : class => throw null; + public static ServiceStack.Jobs.BackgroundJobRef ScheduleApi(this ServiceStack.Jobs.IBackgroundJobs jobs, T request, System.TimeSpan after, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where T : class => throw null; + public static ServiceStack.Jobs.BackgroundJobRef ScheduleCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, System.DateTime at, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static ServiceStack.Jobs.BackgroundJobRef ScheduleCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, object request, System.DateTime at, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static ServiceStack.Jobs.BackgroundJobRef ScheduleCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, System.TimeSpan after, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static ServiceStack.Jobs.BackgroundJobRef ScheduleCommand(this ServiceStack.Jobs.IBackgroundJobs jobs, object request, System.TimeSpan after, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions)) where TCommand : ServiceStack.IAsyncCommand => throw null; + public static void SetBackgroundJob(this ServiceStack.Web.IRequest req, ServiceStack.Jobs.BackgroundJob job) => throw null; + public static void SetCancellationToken(this ServiceStack.Web.IRequest req, System.Threading.CancellationToken token) => throw null; + public static ServiceStack.Jobs.BackgroundJob ToBackgroundJob(this ServiceStack.Jobs.BackgroundJobOptions options, string requestType, object arg) => throw null; + public static ServiceStack.Jobs.JobSummary ToJobSummary(this ServiceStack.Jobs.BackgroundJob from) => throw null; + public static ServiceStack.Jobs.BackgroundJob TryGetBackgroundJob(this ServiceStack.Web.IRequest req) => throw null; + } + } public class JsCookie { public JsCookie() => throw null; @@ -7544,6 +7896,7 @@ public static class Keywords public static string Bare; public const string CacheInfo = default; public static string Callback; + public const string ClaimsPrincipal = default; public const string Code = default; public static string Continue; public const string Count = default; @@ -7583,6 +7936,7 @@ public static class Keywords public static string RequestInfo; public const string reset = default; public const string Reset = default; + public const string ResponseStatus = default; public const string Result = default; public static string ReturnUrl; public const string Route = default; @@ -7906,6 +8260,7 @@ public class BackgroundMqWorker : System.IDisposable, ServiceStack.Messaging.IMq public BackgroundMqWorker(string queueName, System.Collections.Concurrent.BlockingCollection queue, ServiceStack.Messaging.BackgroundMqClient mqClient, ServiceStack.Messaging.IMessageHandler handler) => throw null; public void Dispose() => throw null; public ServiceStack.Messaging.IMessageHandlerStats GetStats() => throw null; + public System.DateTime LastMessage { get => throw null; set { } } public string QueueName { get => throw null; } public void Stop() => throw null; } @@ -8193,8 +8548,7 @@ public class XmlMetadataHandler : ServiceStack.Metadata.BaseMetadataHandler public class MetadataAppService : ServiceStack.Service { public ServiceStack.AppMetadata Any(ServiceStack.MetadataApp request) => throw null; - public MetadataAppService() => throw null; - public ServiceStack.NativeTypes.INativeTypesMetadata NativeTypesMetadata { get => throw null; set { } } + public MetadataAppService(ServiceStack.NativeTypes.INativeTypesMetadata nativeTypesMetadata) => throw null; } public class MetadataDebug : ServiceStack.IReturn, ServiceStack.IReturn { @@ -8210,24 +8564,27 @@ public class MetadataDebugService : ServiceStack.Service public System.Threading.Tasks.Task GetHtml(ServiceStack.MetadataDebug request) => throw null; public static string Route; } - public class MetadataFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin + public class MetadataFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin { public System.Collections.Generic.List> AfterAppMetadataFilters { get => throw null; } public System.Collections.Generic.List> AppMetadataFilters { get => throw null; } public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public MetadataFeature() => throw null; public System.Collections.Generic.Dictionary DebugLinks { get => throw null; set { } } + public string DebugLinksStyle { get => throw null; set { } } public string DebugLinksTitle { get => throw null; set { } } public System.Action DetailPageFilter { get => throw null; set { } } public bool EnableAppMetadata { get => throw null; set { } } public bool EnableNav { get => throw null; set { } } public System.Collections.Generic.List ExportTypes { get => throw null; } + public virtual ServiceStack.Host.IHttpHandler GetHandler(ServiceStack.Web.IRequest req) => throw null; public ServiceStack.HtmlModule HtmlModule { get => throw null; set { } } public string Id { get => throw null; set { } } public System.Action IndexPageFilter { get => throw null; set { } } public System.Collections.Generic.Dictionary PluginLinks { get => throw null; set { } } + public string PluginLinksStyle { get => throw null; set { } } public string PluginLinksTitle { get => throw null; set { } } - public virtual ServiceStack.Host.IHttpHandler ProcessRequest(string httpMethod, string pathInfo, string filePath) => throw null; public void Register(ServiceStack.IAppHost appHost) => throw null; public System.Collections.Generic.Dictionary ServiceRoutes { get => throw null; set { } } public bool ShowResponseStatusInMetadataPages { get => throw null; set { } } @@ -8594,19 +8951,17 @@ public class KotlinGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } public static bool AddGsonImport { set { } } - public void AddProperties(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataType type, bool initCollections, bool includeResponseStatus) => throw null; + public void AddProperties(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataType type, bool includeResponseStatus, System.Collections.Generic.List extendTypes) => throw null; public System.Collections.Generic.List AddQueryParamOptions { get => throw null; set { } } public bool AppendAttributes(ServiceStack.NativeTypes.StringBuilderWrapper sb, System.Collections.Generic.List attributes) => throw null; public bool AppendComments(ServiceStack.NativeTypes.StringBuilderWrapper sb, string desc) => throw null; public void AppendDataContract(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataDataContract dcMeta) => throw null; public bool AppendDataMember(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataDataMember dmMeta, int dataMemberIndex) => throw null; public static System.Collections.Concurrent.ConcurrentDictionary ArrayAliases; - public static System.Collections.Generic.HashSet ArrayTypes; public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; public KotlinGenerator(ServiceStack.MetadataTypesConfig config) => throw null; public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; public static System.Collections.Generic.List DefaultImports; - public static System.Collections.Generic.HashSet DictionaryTypes; public static System.Func, System.Collections.Generic.List> FilterTypes; public string GenericArg(string arg) => throw null; public string GetCode(ServiceStack.MetadataTypes metadata, ServiceStack.Web.IRequest request, ServiceStack.NativeTypes.INativeTypesMetadata nativeTypes) => throw null; @@ -8614,6 +8969,7 @@ public static bool AddGsonImport { set { } } public virtual string GetPropertyType(ServiceStack.MetadataPropertyType prop) => throw null; public static string GSonAnnotationsNamespace; public static string GSonReflectNamespace; + public static System.Collections.Generic.List IgnoreInterfaces { get => throw null; set { } } public static System.Collections.Generic.HashSet IgnoreTypeNames; public static System.Action InnerTypeFilter { get => throw null; set { } } public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } @@ -8774,9 +9130,8 @@ public class NativeTypesService : ServiceStack.Service public object Any(ServiceStack.NativeTypes.TypesKotlin request) => throw null; public static System.Collections.Generic.List BuiltInClientDtos; public static System.Collections.Generic.List BuiltinInterfaces; - public NativeTypesService() => throw null; + public NativeTypesService(ServiceStack.NativeTypes.INativeTypesMetadata metadata) => throw null; public string GenerateTypeScript(ServiceStack.NativeTypes.NativeTypesBase request, ServiceStack.MetadataTypesConfig typesConfig) => throw null; - public ServiceStack.NativeTypes.INativeTypesMetadata NativeTypesMetadata { get => throw null; set { } } public ServiceStack.MetadataTypes ResolveMetadataTypes(ServiceStack.MetadataTypesConfig typesConfig) => throw null; public static ServiceStack.MetadataTypes ResolveMetadataTypes(ServiceStack.MetadataTypesConfig typesConfig, ServiceStack.NativeTypes.INativeTypesMetadata nativeTypesMetadata, ServiceStack.Web.IRequest req) => throw null; public static System.Collections.Generic.List ReturnInterfaces; @@ -8869,7 +9224,6 @@ public class PythonGenerator : ServiceStack.NativeTypes.ILangGenerator public void AppendDataContract(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataDataContract dcMeta) => throw null; public bool AppendDataMember(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataDataMember dmMeta, int dataMemberIndex) => throw null; public bool AppendTripleDocs(ServiceStack.NativeTypes.StringBuilderWrapper sb, string desc) => throw null; - public static System.Collections.Generic.HashSet ArrayTypes; public string ClassType(string typeName, string extend, out string[] genericArgs) => throw null; public readonly ServiceStack.MetadataTypesConfig Config; public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; @@ -8884,7 +9238,6 @@ public class PythonGenerator : ServiceStack.NativeTypes.ILangGenerator public static System.Collections.Generic.List DefaultImports; public static bool? DefaultIsPropertyOptional(ServiceStack.NativeTypes.Python.PythonGenerator generator, ServiceStack.MetadataType type, ServiceStack.MetadataPropertyType prop) => throw null; public static readonly System.Collections.Generic.Dictionary DefaultValues; - public static System.Collections.Generic.HashSet DictionaryTypes; public static System.Func, System.Collections.Generic.List> FilterTypes { get => throw null; set { } } public static bool GenerateServiceStackTypes { get => throw null; } public string GenericArg(string arg) => throw null; @@ -8937,20 +9290,18 @@ public class SwiftGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } public static string AddGenericConstraints(string typeDef) => throw null; - public void AddProperties(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataType type, bool initCollections, bool includeResponseStatus) => throw null; + public void AddProperties(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataType type, bool includeResponseStatus) => throw null; public System.Collections.Generic.List AddQueryParamOptions { get => throw null; set { } } public bool AppendAttributes(ServiceStack.NativeTypes.StringBuilderWrapper sb, System.Collections.Generic.List attributes) => throw null; public bool AppendComments(ServiceStack.NativeTypes.StringBuilderWrapper sb, string desc) => throw null; public void AppendDataContract(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataDataContract dcMeta) => throw null; public bool AppendDataMember(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataDataMember dmMeta, int dataMemberIndex) => throw null; - public static System.Collections.Generic.HashSet ArrayTypes; public static System.Collections.Concurrent.ConcurrentDictionary Converters; public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; public static string CSharpStyleEnums(string enumName) => throw null; public SwiftGenerator(ServiceStack.MetadataTypesConfig config) => throw null; public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; public static System.Collections.Generic.List DefaultImports; - public static System.Collections.Generic.HashSet DictionaryTypes; public static System.Func EnumNameStrategy { get => throw null; set { } } public static System.Func, System.Collections.Generic.List> FilterTypes; public ServiceStack.MetadataType FindType(string typeName, string typeNamespace, params string[] genericArgs) => throw null; @@ -9179,7 +9530,7 @@ namespace VbNet public class VbNetGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } - public void AddProperties(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataType type, bool includeResponseStatus) => throw null; + public void AddProperties(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataType type, System.Collections.Generic.Dictionary explicitInterfacesMap, bool includeResponseStatus) => throw null; public System.Collections.Generic.List AddQueryParamOptions { get => throw null; set { } } public bool AppendAttributes(ServiceStack.NativeTypes.StringBuilderWrapper sb, System.Collections.Generic.List attributes) => throw null; public bool AppendComments(ServiceStack.NativeTypes.StringBuilderWrapper sb, string desc) => throw null; @@ -9218,9 +9569,11 @@ public static partial class VbNetGeneratorExtensions } } } - public class NativeTypesFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin + public class NativeTypesFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin { public static bool AllCollectionProperties(ServiceStack.MetadataType type) => throw null; + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; + public static ServiceStack.MetadataTypesConfig CreateMetadataTypesConfig() => throw null; public NativeTypesFeature() => throw null; public ServiceStack.NativeTypes.MetadataTypesGenerator DefaultGenerator { get => throw null; } public static bool DisableTokenVerification { get => throw null; set { } } @@ -9264,27 +9617,27 @@ public class NetCoreHeadersCollection : System.Collections.Specialized.NameValue public class NetCoreLog : ServiceStack.Logging.ILog, ServiceStack.Logging.ILogTrace { public NetCoreLog(Microsoft.Extensions.Logging.ILogger logger) => throw null; - public void Debug(object message) => throw null; - public void Debug(object message, System.Exception exception) => throw null; - public void DebugFormat(string format, params object[] args) => throw null; - public void Error(object message) => throw null; - public void Error(object message, System.Exception exception) => throw null; - public void ErrorFormat(string format, params object[] args) => throw null; - public void Fatal(object message) => throw null; - public void Fatal(object message, System.Exception exception) => throw null; - public void FatalFormat(string format, params object[] args) => throw null; - public void Info(object message) => throw null; - public void Info(object message, System.Exception exception) => throw null; - public void InfoFormat(string format, params object[] args) => throw null; - public bool IsDebugEnabled { get => throw null; } - public bool IsTraceEnabled { get => throw null; } + public virtual void Debug(object message) => throw null; + public virtual void Debug(object message, System.Exception exception) => throw null; + public virtual void DebugFormat(string format, params object[] args) => throw null; + public virtual void Error(object message) => throw null; + public virtual void Error(object message, System.Exception exception) => throw null; + public virtual void ErrorFormat(string format, params object[] args) => throw null; + public virtual void Fatal(object message) => throw null; + public virtual void Fatal(object message, System.Exception exception) => throw null; + public virtual void FatalFormat(string format, params object[] args) => throw null; + public virtual void Info(object message) => throw null; + public virtual void Info(object message, System.Exception exception) => throw null; + public virtual void InfoFormat(string format, params object[] args) => throw null; + public virtual bool IsDebugEnabled { get => throw null; } + public virtual bool IsTraceEnabled { get => throw null; } public Microsoft.Extensions.Logging.ILogger Log { get => throw null; } - public void Trace(object message) => throw null; - public void Trace(object message, System.Exception exception) => throw null; - public void TraceFormat(string format, params object[] args) => throw null; - public void Warn(object message) => throw null; - public void Warn(object message, System.Exception exception) => throw null; - public void WarnFormat(string format, params object[] args) => throw null; + public virtual void Trace(object message) => throw null; + public virtual void Trace(object message, System.Exception exception) => throw null; + public virtual void TraceFormat(string format, params object[] args) => throw null; + public virtual void Warn(object message) => throw null; + public virtual void Warn(object message, System.Exception exception) => throw null; + public virtual void WarnFormat(string format, params object[] args) => throw null; } public class NetCoreLogFactory : ServiceStack.Logging.ILogFactory { @@ -9315,30 +9668,36 @@ public class NetCoreQueryStringCollection : System.Collections.Specialized.NameV } public static partial class NetCoreAppHostExtensions { + public static void AddRequestDtoAttributes(Microsoft.AspNetCore.Builder.RouteHandlerBuilder builder, ServiceStack.Host.Operation operation, string verb, string route) => throw null; + public static void AddServiceStack(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Reflection.Assembly serviceAssembly, System.Action configure = default(System.Action)) => throw null; + public static void AddServiceStack(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Collections.Generic.IEnumerable serviceAssemblies, System.Action configure = default(System.Action)) => throw null; public static T ConfigureAndResolve(this Microsoft.AspNetCore.Hosting.IHostingStartup config, string hostDir = default(string), bool setHostDir = default(bool)) => throw null; public static Microsoft.AspNetCore.Hosting.IWebHostBuilder ConfigureAppHost(this Microsoft.AspNetCore.Hosting.IWebHostBuilder builder, System.Action beforeConfigure = default(System.Action), System.Action afterConfigure = default(System.Action), System.Action afterPluginsLoaded = default(System.Action), System.Action afterAppHostInit = default(System.Action)) => throw null; - public static Microsoft.Extensions.DependencyInjection.IServiceScope CreateScope(this ServiceStack.Web.IRequest req) => throw null; public static Microsoft.AspNetCore.Builder.IApplicationBuilder GetApp(this ServiceStack.IAppHost appHost) => throw null; public static System.IServiceProvider GetApplicationServices(this ServiceStack.IAppHost appHost) => throw null; public static Microsoft.Extensions.Configuration.IConfiguration GetConfiguration(this ServiceStack.IAppHost appHost) => throw null; public static Microsoft.AspNetCore.Hosting.IWebHostEnvironment GetHostingEnvironment(this ServiceStack.IAppHost appHost) => throw null; public static ServiceStack.Web.IRequest GetOrCreateRequest(this Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor) => throw null; public static ServiceStack.Web.IRequest GetOrCreateRequest(this Microsoft.AspNetCore.Http.HttpContext httpContext) => throw null; - public static System.Collections.Generic.IEnumerable GetServices(this ServiceStack.Web.IRequest req, System.Type type) => throw null; - public static System.Collections.Generic.IEnumerable GetServices(this ServiceStack.Web.IRequest req) => throw null; + public static string GetRemoteIp(this Microsoft.AspNetCore.Http.HttpContext ctx) => throw null; + public static System.IServiceProvider GetServiceProvider(this ServiceStack.Web.IRequest request) => throw null; public static bool IsDevelopmentEnvironment(this ServiceStack.IAppHost appHost) => throw null; public static bool IsProductionEnvironment(this ServiceStack.IAppHost appHost) => throw null; public static bool IsStagingEnvironment(this ServiceStack.IAppHost appHost) => throw null; - public static T Resolve(this System.IServiceProvider provider) => throw null; + public static void MapEndpoints(this ServiceStack.IAppHostNetCore appHost, System.Action configure) => throw null; + public static System.Threading.Tasks.Task ProcessRequestAsync(this Microsoft.AspNetCore.Http.HttpContext httpContext, System.Func handlerFactory, string apiName = default(string), System.Action configure = default(System.Action)) => throw null; + public static System.Threading.Tasks.Task ProcessRequestAsync(this Microsoft.AspNetCore.Http.HttpContext httpContext, ServiceStack.Host.Handlers.HttpAsyncTaskHandler handler, string apiName = default(string), System.Action configure = default(System.Action)) => throw null; public static T ResolveScoped(this ServiceStack.Web.IRequest req) => throw null; public static object ResolveScoped(this ServiceStack.Web.IRequest req, System.Type type) => throw null; + public static System.Threading.Tasks.Task StartAsync(this Microsoft.AspNetCore.Builder.WebApplication app, string url, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static ServiceStack.Web.IHttpRequest ToRequest(this Microsoft.AspNetCore.Http.HttpContext httpContext, string operationName = default(string)) => throw null; public static ServiceStack.Web.IHttpRequest ToRequest(this Microsoft.AspNetCore.Http.HttpRequest request, string operationName = default(string)) => throw null; - public static T TryResolve(this System.IServiceProvider provider) => throw null; public static T TryResolveScoped(this ServiceStack.Web.IRequest req) => throw null; public static object TryResolveScoped(this ServiceStack.Web.IRequest req, System.Type type) => throw null; public static Microsoft.AspNetCore.Builder.IApplicationBuilder Use(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, ServiceStack.Host.IHttpAsyncHandler httpHandler) => throw null; - public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseServiceStack(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, ServiceStack.AppHostBase appHost) => throw null; + public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseServiceStack(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, ServiceStack.AppHostBase appHost, System.Action configure = default(System.Action)) => throw null; + public static Microsoft.AspNetCore.Builder.IEndpointConventionBuilder WithMetadata(this Microsoft.AspNetCore.Builder.IEndpointConventionBuilder builder, string name = default(string), string tag = default(string), string description = default(string), string contentType = default(string), string[] additionalContentTypes = default(string[]), bool exclude = default(bool)) => throw null; + public static Microsoft.AspNetCore.Builder.IEndpointConventionBuilder WithMetadata(this Microsoft.AspNetCore.Builder.IEndpointConventionBuilder builder, string name = default(string), string tag = default(string), string description = default(string), System.Type responseType = default(System.Type), string contentType = default(string), string[] additionalContentTypes = default(string[]), bool exclude = default(bool)) => throw null; } public class NetCoreAppSettings : ServiceStack.Configuration.IAppSettings { @@ -9365,8 +9724,8 @@ public class NotEqualCondition : ServiceStack.QueryCondition public class OrderByExpression : ServiceStack.FilterExpression { public override System.Collections.Generic.IEnumerable Apply(System.Collections.Generic.IEnumerable source) => throw null; - public OrderByExpression(string fieldName, ServiceStack.GetMemberDelegate fieldGetter, bool orderAsc = default(bool)) => throw null; public OrderByExpression(string[] fieldNames, ServiceStack.GetMemberDelegate[] fieldGetters, bool[] orderAsc) => throw null; + public OrderByExpression(string fieldName, ServiceStack.GetMemberDelegate fieldGetter, bool orderAsc = default(bool)) => throw null; public ServiceStack.GetMemberDelegate[] FieldGetters { get => throw null; } public string[] FieldNames { get => throw null; } public bool[] OrderAsc { get => throw null; } @@ -9414,13 +9773,17 @@ public class PlatformNetCore : ServiceStack.Platform public static class Plugins { public static void AddToAppMetadata(this ServiceStack.IAppHost appHost, System.Action fn) => throw null; + public const string AdminCommands = default; public const string AdminDatabase = default; + public const string AdminIdentityUsers = default; public const string AdminRedis = default; public const string AdminUsers = default; + public const string ApiKeys = default; public const string Auth = default; public const string AutoQuery = default; public const string AutoQueryData = default; public const string AutoQueryMetadata = default; + public const string BackgroundJobs = default; public const string CancelRequests = default; public const string CleanUrls = default; public const string Cors = default; @@ -9576,16 +9939,17 @@ public class PostmanService : ServiceStack.Service public string GetName(ServiceStack.PostmanFeature feature, ServiceStack.Postman request, System.Type requestType, string virtualPath) => throw null; public System.Collections.Generic.List GetRequests(ServiceStack.Postman request, string parentId, System.Collections.Generic.IEnumerable operations) => throw null; } - public class PredefinedRoutesFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin + public class PredefinedRoutesFeature : ServiceStack.IAfterInitAppHost, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin { + public void AfterInit(ServiceStack.IAppHost appHost) => throw null; public System.Func>> ApiIndex { get => throw null; set { } } public PredefinedRoutesFeature() => throw null; public static System.Collections.Generic.Dictionary> DefaultApiIndex(ServiceStack.Web.IRequest req) => throw null; public bool DisableApiRoute { get => throw null; set { } } + public ServiceStack.Host.IHttpHandler GetHandler(ServiceStack.Web.IRequest req) => throw null; public System.Collections.Generic.Dictionary> HandlerMappings { get => throw null; } public string Id { get => throw null; set { } } public string JsonApiRoute { get => throw null; set { } } - public ServiceStack.Host.IHttpHandler ProcessRequest(string httpMethod, string pathInfo, string filePath) => throw null; public void Register(ServiceStack.IAppHost appHost) => throw null; } public class PreProcessRequest : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin @@ -9601,7 +9965,6 @@ public sealed class ProfilerDiagnosticObserver : System.IObserver throw null; set { } } public ServiceStack.DiagnosticEntry CreateDiagnosticEntry(ServiceStack.DiagnosticEvent e, ServiceStack.DiagnosticEvent orig = default(ServiceStack.DiagnosticEvent)) => throw null; public ProfilerDiagnosticObserver(ServiceStack.ProfilingFeature feature) => throw null; - protected readonly System.Collections.Concurrent.ConcurrentQueue entries; public ServiceStack.DiagnosticEntry Filter(ServiceStack.DiagnosticEntry entry, ServiceStack.DiagnosticEvent e) => throw null; public System.Collections.Generic.List GetLatestEntries(int? take) => throw null; public System.Collections.Generic.List GetPendingEntries(int? take) => throw null; @@ -9618,11 +9981,12 @@ public sealed class ProfilerDiagnosticObserver : System.IObserver throw null; public ServiceStack.DiagnosticEntry ToDiagnosticEntry(ServiceStack.RedisDiagnosticEvent e, ServiceStack.RedisDiagnosticEvent orig = default(ServiceStack.RedisDiagnosticEvent)) => throw null; } - public class ProfilingFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin + public class ProfilingFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin { public string AccessRole { get => throw null; set { } } public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; public int Capacity { get => throw null; set { } } + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public ProfilingFeature() => throw null; public const int DefaultCapacity = 10000; public int DefaultLimit { get => throw null; set { } } @@ -9731,10 +10095,11 @@ public class RedisErrorLoggerFeature : ServiceStack.Model.IHasId, Servic public void Register(ServiceStack.IAppHost appHost) => throw null; public const string UrnServiceErrorType = default; } - public class RegistrationFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin + public class RegistrationFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin { public bool AllowUpdates { get => throw null; set { } } public string AtRestPath { get => throw null; set { } } + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public RegistrationFeature() => throw null; public System.Collections.Generic.List FormLayout { get => throw null; set { } } public string Id { get => throw null; set { } } @@ -9838,16 +10203,17 @@ public enum RequestFilterPriority public class RequestInfoFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin { public RequestInfoFeature() => throw null; + public ServiceStack.Host.IHttpHandler GetHandler(ServiceStack.Web.IRequest req) => throw null; public string Id { get => throw null; set { } } - public ServiceStack.Host.IHttpHandler ProcessRequest(string httpMethod, string pathInfo, string filePath) => throw null; public void Register(ServiceStack.IAppHost appHost) => throw null; } - public class RequestLogsFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin + public class RequestLogsFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin { public string AccessRole { get => throw null; set { } } public string AtRestPath { get => throw null; set { } } public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; public int? Capacity { get => throw null; set { } } + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public RequestLogsFeature(int capacity) => throw null; public RequestLogsFeature() => throw null; public System.Func CurrentDateFn { get => throw null; set { } } @@ -9869,16 +10235,20 @@ public class RequestLogsFeature : ServiceStack.Model.IHasId, ServiceStac public System.Func RequestBodyTrackingFilter { get => throw null; set { } } public System.Action RequestLogFilter { get => throw null; set { } } public ServiceStack.Web.IRequestLogger RequestLogger { get => throw null; set { } } - public string[] RequiredRoles { get => throw null; set { } } public System.Func ResponseTrackingFilter { get => throw null; set { } } public System.Func SkipLogging { get => throw null; set { } } } public static class RequestUtils { public static void AssertAccessRole(ServiceStack.Web.IRequest req, string accessRole = default(string), string authSecret = default(string)) => throw null; - public static System.Threading.Tasks.Task AssertAccessRoleAsync(ServiceStack.Web.IRequest req, string accessRole = default(string), string authSecret = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task AssertAccessRoleAsync(ServiceStack.Web.IRequest req, string accessRole = default(string), string authSecret = default(string), ServiceStack.RequireApiKey requireApiKey = default(ServiceStack.RequireApiKey), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task AssertAccessRoleOrDebugModeAsync(ServiceStack.Web.IRequest req, string accessRole = default(string), string authSecret = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; } + public class RequireApiKey + { + public RequireApiKey(string scope = default(string)) => throw null; + public string Scope { get => throw null; set { } } + } [System.AttributeUsage((System.AttributeTargets)68, Inherited = true, AllowMultiple = true)] public class RequiredClaimAttribute : ServiceStack.AuthenticateAttribute { @@ -9988,6 +10358,7 @@ public class ReturnExceptionsInJsonAttribute : ServiceStack.ResponseFilterAttrib public ReturnExceptionsInJsonAttribute() => throw null; public override void Execute(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res, object responseDto) => throw null; } + public delegate void RouteHandlerBuilderDelegate(Microsoft.AspNetCore.Builder.RouteHandlerBuilder builder, ServiceStack.Host.Operation operation, string verb, string route); public class RpcGateway { public static ServiceStack.HttpError CreateError(ServiceStack.Web.IResponse res, string errorCode = default(string), string errorMessage = default(string)) => throw null; @@ -10005,12 +10376,6 @@ public class RunAsAdminFeature : ServiceStack.Model.IHasId, ServiceStack public string RedirectTo { get => throw null; set { } } public void Register(ServiceStack.IAppHost appHost) => throw null; } - public static partial class SameSiteCookiesServiceCollectionExtensions - { - public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder AddHttpUtilsClient(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; - public static Microsoft.Extensions.DependencyInjection.IServiceCollection ConfigureNonBreakingSameSiteCookies(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.AspNetCore.Hosting.IWebHostEnvironment env) => throw null; - public static Microsoft.Extensions.DependencyInjection.IServiceCollection ConfigureNonBreakingSameSiteCookies(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configure = default(System.Action)) => throw null; - } public class ScriptAdmin : ServiceStack.IReturn, ServiceStack.IReturn { public string Actions { get => throw null; set { } } @@ -10068,8 +10433,9 @@ public static partial class ServerEventExtensions public static void NotifyUserName(this ServiceStack.IServerEvents server, string userName, object message, string channel = default(string)) => throw null; public static System.Threading.Tasks.Task NotifyUserNameAsync(this ServiceStack.IServerEvents server, string userName, object message, string channel = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; } - public class ServerEventsFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin + public class ServerEventsFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin { + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public ServerEventsFeature() => throw null; public System.TimeSpan HeartbeatInterval { get => throw null; set { } } public string HeartbeatPath { get => throw null; set { } } @@ -10099,6 +10465,7 @@ public class ServerEventsFeature : ServiceStack.Model.IHasId, ServiceSta public string SubscribersPath { get => throw null; set { } } public int ThrottlePublisherAfterBufferExceedsBytes { get => throw null; set { } } public string UnRegisterPath { get => throw null; set { } } + public string UpdateSubscribersPath { get => throw null; set { } } public bool ValidateUserAddress { get => throw null; set { } } public System.Action WriteEvent { get => throw null; } public System.Func WriteEventAsync { get => throw null; } @@ -10122,17 +10489,13 @@ public class ServerEventsHeartbeatHandler : ServiceStack.Host.Handlers.HttpAsync public class ServerEventsSubscribersService : ServiceStack.Service { public object Any(ServiceStack.GetEventSubscribers request) => throw null; - public ServerEventsSubscribersService() => throw null; - public ServiceStack.IServerEvents ServerEvents { get => throw null; set { } } + public ServerEventsSubscribersService(ServiceStack.IServerEvents serverEvents) => throw null; } public class ServerEventsUnRegisterService : ServiceStack.Service { public System.Threading.Tasks.Task Any(ServiceStack.UnRegisterEventSubscriber request) => throw null; - public System.Threading.Tasks.Task Any(ServiceStack.UpdateEventSubscriber request) => throw null; - public ServerEventsUnRegisterService() => throw null; - public ServiceStack.IServerEvents ServerEvents { get => throw null; set { } } + public ServerEventsUnRegisterService(ServiceStack.IServerEvents serverEvents) => throw null; public const string UnRegisterSubNotExists = default; - public const string UpdateEventSubNotExists = default; } public class Service : System.IAsyncDisposable, System.IDisposable, ServiceStack.Web.IRequiresRequest, ServiceStack.Configuration.IResolver, ServiceStack.IService, ServiceStack.IServiceAfterFilter, ServiceStack.IServiceBase, ServiceStack.IServiceBeforeFilter, ServiceStack.IServiceErrorFilter, ServiceStack.IServiceFilters { @@ -10148,7 +10511,10 @@ public class Service : System.IAsyncDisposable, System.IDisposable, ServiceStack public virtual ServiceStack.IServiceGateway Gateway { get => throw null; } public T GetPlugin() where T : class, ServiceStack.IPlugin => throw null; public virtual System.Threading.Tasks.ValueTask GetRedisAsync() => throw null; + public virtual T GetRequiredService() => throw null; public virtual ServiceStack.Configuration.IResolver GetResolver() => throw null; + public virtual T GetService() => throw null; + public virtual System.Collections.Generic.IEnumerable GetServices() => throw null; public virtual ServiceStack.Auth.IAuthSession GetSession(bool reload = default(bool)) => throw null; public virtual System.Threading.Tasks.Task GetSessionAsync(bool reload = default(bool), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static ServiceStack.Configuration.IResolver GlobalResolver { get => throw null; set { } } @@ -10162,7 +10528,7 @@ public class Service : System.IAsyncDisposable, System.IDisposable, ServiceStack public virtual void PublishMessage(T message) => throw null; public virtual ServiceStack.Redis.IRedisClient Redis { get => throw null; } public ServiceStack.Web.IRequest Request { get => throw null; set { } } - public virtual T ResolveService() => throw null; + public virtual T ResolveService() where T : class, ServiceStack.IService => throw null; protected virtual ServiceStack.Web.IResponse Response { get => throw null; } protected virtual TUserSession SessionAs() => throw null; protected virtual System.Threading.Tasks.Task SessionAsAsync() => throw null; @@ -10174,6 +10540,34 @@ public class Service : System.IAsyncDisposable, System.IDisposable, ServiceStack public ServiceStack.IO.IVirtualFiles VirtualFiles { get => throw null; } public ServiceStack.IO.IVirtualPathProvider VirtualFileSources { get => throw null; } } + public static partial class ServiceCollectionExtensions + { + public static Microsoft.Extensions.DependencyInjection.IServiceCollection Add(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type serviceType, System.Type implementationType, Microsoft.Extensions.DependencyInjection.ServiceLifetime lifetime) => throw null; + public static Microsoft.Extensions.DependencyInjection.IServiceCollection Add(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type serviceType, System.Func factory, Microsoft.Extensions.DependencyInjection.ServiceLifetime lifetime) => throw null; + public static void AddPlugin(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, T plugin) where T : ServiceStack.IPlugin => throw null; + public static Microsoft.Extensions.DependencyInjection.IServiceCollection ApplyToApiJsonOptions(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; + public static Microsoft.Extensions.DependencyInjection.IServiceCollection ApplyToMvcJsonOptions(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; + public static Microsoft.Extensions.DependencyInjection.IServiceCollection ConfigureJsonOptions(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configure = default(System.Action)) => throw null; + public static void ConfigurePlugin(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configure) where T : class, ServiceStack.IPlugin => throw null; + public static void ConfigureScriptContext(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configure) => throw null; + public static bool Exists(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; + public static bool Exists(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type serviceType) => throw null; + public static void PostConfigurePlugin(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configure) where T : class, ServiceStack.IPlugin => throw null; + public static void RegisterService(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) where T : ServiceStack.IService => throw null; + public static void RegisterService(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type serviceType) => throw null; + public static void RegisterService(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, string route) where T : ServiceStack.IService => throw null; + public static void RegisterService(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type serviceType, string route) => throw null; + public static void RegisterService(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type serviceType, string[] routes) => throw null; + public static void RegisterServices(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Collections.Generic.Dictionary serviceRoutes) => throw null; + public static Funq.ReuseScope ToReuseScope(this Microsoft.Extensions.DependencyInjection.ServiceLifetime lifetime) => throw null; + public static Microsoft.Extensions.DependencyInjection.ServiceLifetime ToServiceLifetime(this Funq.ReuseScope scope) => throw null; + } + public static partial class ServiceCollectionSameSiteCookiesExtensions + { + public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder AddHttpUtilsClient(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; + public static Microsoft.Extensions.DependencyInjection.IServiceCollection ConfigureNonBreakingSameSiteCookies(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.AspNetCore.Hosting.IWebHostEnvironment env) => throw null; + public static Microsoft.Extensions.DependencyInjection.IServiceCollection ConfigureNonBreakingSameSiteCookies(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configure = default(System.Action)) => throw null; + } public static partial class ServiceExtensions { public static ServiceStack.Auth.IAuthSession AssertAuthenticatedSession(this ServiceStack.Web.IRequest req, bool reload = default(bool)) => throw null; @@ -10264,6 +10658,7 @@ public class ServiceStackActivityArgs public abstract class ServiceStackCodePage : ServiceStack.Script.SharpCodePage, ServiceStack.Web.IRequiresRequest { public virtual ServiceStack.Auth.IAuthRepository AuthRepository { get => throw null; } + public virtual ServiceStack.Auth.IAuthRepositoryAsync AuthRepositoryAsync { get => throw null; } public virtual ServiceStack.Caching.ICacheClient Cache { get => throw null; } protected ServiceStackCodePage() : base(default(string)) => throw null; public virtual System.Data.IDbConnection Db { get => throw null; } @@ -10277,7 +10672,7 @@ public abstract class ServiceStackCodePage : ServiceStack.Script.SharpCodePage, public virtual void PublishMessage(T message) => throw null; public virtual ServiceStack.Redis.IRedisClient Redis { get => throw null; } public ServiceStack.Web.IRequest Request { get => throw null; set { } } - public virtual T ResolveService() => throw null; + public virtual T ResolveService() where T : class, ServiceStack.IService => throw null; protected virtual ServiceStack.Web.IResponse Response { get => throw null; } protected virtual TUserSession SessionAs() => throw null; public virtual ServiceStack.Caching.ISession SessionBag { get => throw null; } @@ -10293,6 +10688,7 @@ public static class ServiceStackDiagnosticsUtils } public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposable, Funq.IFunqlet, Funq.IHasContainer, ServiceStack.Configuration.IResolver { + public bool AddTimings { get => throw null; set { } } public System.Collections.Generic.List AddVirtualFileSources { get => throw null; set { } } public System.Collections.Generic.List> AfterConfigure { get => throw null; set { } } public System.DateTime? AfterInitAt { get => throw null; set { } } @@ -10302,7 +10698,7 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab protected virtual bool AllowSetCookie(ServiceStack.Web.IRequest req, string cookieName) => throw null; public bool ApplyCustomHandlerRequestFilters(ServiceStack.Web.IRequest httpReq, ServiceStack.Web.IResponse httpRes) => throw null; public System.Threading.Tasks.Task ApplyGatewayRequestFiltersAsync(ServiceStack.Web.IRequest req, object request) => throw null; - public System.Threading.Tasks.Task ApplyGatewayRespoonseFiltersAsync(ServiceStack.Web.IRequest req, object responseDto) => throw null; + public System.Threading.Tasks.Task ApplyGatewayResponseFiltersAsync(ServiceStack.Web.IRequest req, object responseDto) => throw null; public bool ApplyMessageRequestFilters(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res, object requestDto) => throw null; public bool ApplyMessageResponseFilters(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res, object response) => throw null; public virtual System.Threading.Tasks.Task ApplyPreAuthenticateFiltersAsync(ServiceStack.Web.IRequest httpReq, ServiceStack.Web.IResponse httpRes) => throw null; @@ -10328,18 +10724,19 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public abstract void Configure(Funq.Container container); public virtual void ConfigureLogging() => throw null; public void ConfigurePlugin(System.Action configure) where T : class, ServiceStack.IPlugin => throw null; - public virtual Funq.Container Container { get => throw null; } + public Funq.Container Container { get => throw null; set { } } public ServiceStack.IO.IVirtualDirectory ContentRootDirectory { get => throw null; } public ServiceStack.Web.IContentTypes ContentTypes { get => throw null; set { } } public virtual void CookieOptionsFilter(System.Net.Cookie cookie, Microsoft.AspNetCore.Http.CookieOptions cookieOptions) => throw null; public virtual ServiceStack.ErrorResponse CreateErrorResponse(System.Exception ex, object request = default(object)) => throw null; public virtual ServiceStack.ResponseStatus CreateResponseStatus(System.Exception ex, object request = default(object)) => throw null; protected virtual ServiceStack.Host.ServiceController CreateServiceController(params System.Reflection.Assembly[] assembliesWithServices) => throw null; - protected virtual ServiceStack.Host.ServiceController CreateServiceController(params System.Type[] serviceTypes) => throw null; + protected virtual ServiceStack.Host.ServiceController CreateServiceController(System.Collections.Generic.IEnumerable serviceTypes) => throw null; public virtual ServiceStack.Web.IServiceRunner CreateServiceRunner(ServiceStack.Host.ActionContext actionContext) => throw null; public virtual string CreateSessionId() => throw null; protected ServiceStackHost(string serviceName, params System.Reflection.Assembly[] assembliesWithServices) => throw null; public System.Collections.Generic.Dictionary CustomErrorHttpHandlers { get => throw null; set { } } + public static ServiceStack.Caching.MemoryCacheClient DefaultCache { get => throw null; } public ServiceStack.Script.ScriptContext DefaultScriptContext { get => throw null; set { } } protected virtual void Dispose(bool disposing) => throw null; public void Dispose() => throw null; @@ -10369,6 +10766,7 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public System.Collections.Generic.List> GatewayResponseFilters { get => throw null; set { } } public System.Collections.Generic.List> GatewayResponseFiltersAsync { get => throw null; set { } } public virtual string GenerateWsdl(ServiceStack.Metadata.WsdlTemplateBase wsdlTemplate) => throw null; + protected System.Collections.Generic.List GetAssemblyServiceTypes(System.Reflection.Assembly[] assembliesWithServices) => throw null; public virtual string GetAuthorization(ServiceStack.Web.IRequest req) => throw null; public virtual ServiceStack.Auth.IAuthRepository GetAuthRepository(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; public virtual ServiceStack.Auth.IAuthRepositoryAsync GetAuthRepositoryAsync(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; @@ -10376,6 +10774,7 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public virtual string GetBearerToken(ServiceStack.Web.IRequest req) => throw null; public virtual ServiceStack.Caching.ICacheClient GetCacheClient(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; public virtual ServiceStack.Caching.ICacheClientAsync GetCacheClientAsync(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; + public virtual ServiceStack.Host.IHttpHandler GetCatchAllHandler(ServiceStack.Web.IHttpRequest httpReq) => throw null; public virtual string GetCompressionType(ServiceStack.Web.IRequest request) => throw null; public virtual ServiceStack.Web.ICookies GetCookies(ServiceStack.Web.IHttpResponse res) => throw null; public ServiceStack.Host.Handlers.IServiceStackHandler GetCustomErrorHandler(int errorStatusCode) => throw null; @@ -10385,17 +10784,23 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public virtual System.Data.IDbConnection GetDbConnection(string namedConnection) => throw null; public virtual string GetDbNamedConnection(ServiceStack.Web.IRequest req) => throw null; public virtual System.TimeSpan GetDefaultSessionExpiry(ServiceStack.Web.IRequest req) => throw null; + public virtual ServiceStack.Host.IHttpHandler GetFallbackHandler(ServiceStack.Web.IHttpRequest httpReq) => throw null; + public static string GetHostNamespace() => throw null; public virtual string GetJwtRefreshToken(ServiceStack.Web.IRequest req) => throw null; public virtual string GetJwtToken(ServiceStack.Web.IRequest req) => throw null; public virtual ServiceStack.Caching.MemoryCacheClient GetMemoryCacheClient(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; public virtual ServiceStack.Messaging.IMessageProducer GetMessageProducer(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; public virtual System.Collections.Generic.List GetMetadataPluginIds() => throw null; public ServiceStack.Host.Handlers.IServiceStackHandler GetNotFoundHandler() => throw null; + public static ServiceStack.Host.ServiceMetadata GetOrCreateMetadata() => throw null; + public static ServiceStack.NativeTypes.INativeTypesMetadata GetOrCreateNativeTypesMetadata() => throw null; + public virtual string GetParam(ServiceStack.Web.IRequest httpReq, string name) => throw null; public T GetPlugin() where T : class, ServiceStack.IPlugin => throw null; public ServiceStack.IPlugin GetPlugin(System.Type pluginType) => throw null; public virtual ServiceStack.Redis.IRedisClient GetRedisClient(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; public virtual System.Threading.Tasks.ValueTask GetRedisClientAsync(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; public virtual string GetRefreshToken(ServiceStack.Web.IRequest req) => throw null; + public static T GetRequiredPlugin() where T : class, ServiceStack.IPlugin => throw null; public virtual ServiceStack.RouteAttribute[] GetRouteAttributes(System.Type requestType) => throw null; public virtual T GetRuntimeConfig(ServiceStack.Web.IRequest req, string name, T defaultValue) => throw null; public virtual ServiceStack.IServiceGateway GetServiceGateway() => throw null; @@ -10406,6 +10811,7 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public virtual string GetWebRootPath() => throw null; public static System.Collections.Generic.List> GlobalAfterAppHostInit { get => throw null; } public static System.Collections.Generic.List> GlobalAfterConfigure { get => throw null; } + public static System.Collections.Generic.List> GlobalAfterConfigureServices { get => throw null; } public static System.Collections.Generic.List> GlobalAfterPluginsLoaded { get => throw null; } public static System.Collections.Generic.List> GlobalBeforeConfigure { get => throw null; } public ServiceStack.Host.Handlers.IServiceStackHandler GlobalHtmlErrorHttpHandler { get => throw null; set { } } @@ -10437,9 +10843,11 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public virtual bool HasUi() => throw null; public bool HasValidAuthSecret(ServiceStack.Web.IRequest httpReq) => throw null; public virtual ServiceStack.ServiceStackHost Init() => throw null; + public static ServiceStack.ServiceStackServicesOptions InitOptions { get => throw null; } public System.Collections.Generic.List InsertVirtualFileSources { get => throw null; set { } } public static ServiceStack.ServiceStackHost Instance { get => throw null; set { } } public bool IsDebugLogEnabled { get => throw null; } + protected bool isDisposed; public static bool IsReady() => throw null; public virtual void LoadPlugin(params ServiceStack.IPlugin[] plugins) => throw null; public virtual ServiceStack.Web.IHttpResult LocalRedirect(ServiceStack.IServiceBase service, string redirect, string message) => throw null; @@ -10464,6 +10872,7 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public virtual void OnExceptionTypeFilter(System.Exception ex, ServiceStack.ResponseStatus responseStatus) => throw null; public virtual System.Threading.Tasks.Task OnGatewayException(ServiceStack.Web.IRequest httpReq, object request, System.Exception ex) => throw null; public virtual void OnLogError(System.Type type, string message, System.Exception innerEx = default(System.Exception)) => throw null; + public virtual void OnLogRequest(ServiceStack.Web.IRequest req, object requestDto, object response, System.TimeSpan elapsed) => throw null; public virtual object OnPostExecuteServiceFilter(ServiceStack.IService service, object response, ServiceStack.Web.IRequest httpReq, ServiceStack.Web.IResponse httpRes) => throw null; public System.Collections.Generic.Dictionary>> OnPostRegisterPlugins { get => throw null; set { } } public virtual object OnPreExecuteServiceFilter(ServiceStack.IService service, object request, ServiceStack.Web.IRequest httpReq, ServiceStack.Web.IResponse httpRes) => throw null; @@ -10519,6 +10928,7 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public ServiceStack.IO.IVirtualDirectory RootDirectory { get => throw null; } public ServiceStack.Web.IServiceRoutes Routes { get => throw null; set { } } public ServiceStack.RpcGateway RpcGateway { get => throw null; set { } } + public virtual string SanitizeString(string message) => throw null; public ServiceStack.Script.ScriptContext ScriptContext { get => throw null; } public System.Collections.Generic.List ServiceAssemblies { get => throw null; } public ServiceStack.Host.ServiceController ServiceController { get => throw null; set { } } @@ -10535,6 +10945,8 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public bool TestMode { get => throw null; set { } } public virtual ServiceStack.Web.IRequest TryGetCurrentRequest() => throw null; public virtual void TryGetNativeCacheClient(ServiceStack.Web.IRequest req, out ServiceStack.Caching.ICacheClient cacheSync, out ServiceStack.Caching.ICacheClientAsync cacheAsync) => throw null; + public static T TryGetPlugin() where T : class, ServiceStack.IPlugin => throw null; + public static System.Collections.Generic.List TryGetServiceAssemblies() => throw null; public virtual string TryGetUserId(ServiceStack.Web.IRequest req) => throw null; public virtual T TryResolve() => throw null; public System.Collections.Generic.List UncaughtExceptionHandlers { get => throw null; set { } } @@ -10557,6 +10969,18 @@ public class ServiceStackMqActivityArgs public ServiceStackMqActivityArgs() => throw null; public ServiceStack.Messaging.IMessage Message { get => throw null; set { } } } + public class ServiceStackOptions + { + public string AuthenticationSchemes { get => throw null; set { } } + public ServiceStackOptions() => throw null; + public bool DisableServiceStackRouting { get => throw null; set { } } + public bool MapEndpointRouting { get => throw null; set { } } + public void MapEndpoints(bool use = default(bool), bool force = default(bool), ServiceStack.UseSystemJson useSystemJson = default(ServiceStack.UseSystemJson)) => throw null; + public System.Collections.Generic.List RouteHandlerBuilders { get => throw null; } + public static System.Text.Json.JsonSerializerOptions SystemJsonOptions { get => throw null; } + public bool UseEndpointRouting { get => throw null; set { } } + public ServiceStack.UseSystemJson UseSystemJson { get => throw null; set { } } + } public class ServiceStackProvider : System.IDisposable, ServiceStack.IServiceStackProvider { public ServiceStack.Configuration.IAppSettings AppSettings { get => throw null; } @@ -10584,7 +11008,7 @@ public class ServiceStackProvider : System.IDisposable, ServiceStack.IServiceSta public virtual void PublishMessage(T message) => throw null; public virtual ServiceStack.Redis.IRedisClient Redis { get => throw null; } public virtual ServiceStack.Web.IHttpRequest Request { get => throw null; } - public virtual T ResolveService() => throw null; + public virtual T ResolveService() where T : class, ServiceStack.IService => throw null; public virtual ServiceStack.Web.IHttpResponse Response { get => throw null; } public ServiceStack.RpcGateway RpcGateway { get => throw null; } public virtual TUserSession SessionAs() => throw null; @@ -10613,6 +11037,7 @@ public class ServiceStackScripts : ServiceStack.Script.ScriptMethods, ServiceSta public object assertRole(ServiceStack.Script.ScriptScopeContext scope, string role) => throw null; public object assertRole(ServiceStack.Script.ScriptScopeContext scope, string role, System.Collections.Generic.Dictionary options) => throw null; public ServiceStack.Auth.IAuthRepository authRepo(ServiceStack.Script.ScriptScopeContext scope) => throw null; + public ServiceStack.Auth.IAuthRepositoryAsync authRepoAsync(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object baseUrl(ServiceStack.Script.ScriptScopeContext scope) => throw null; public ServiceStack.IRawString bundleCss(object virtualPaths) => throw null; public ServiceStack.IRawString bundleCss(object virtualPaths, object options) => throw null; @@ -10727,6 +11152,29 @@ public static class ServiceStackScriptUtils public static string ResolveUrl(this ServiceStack.Script.ScriptScopeContext scope, string url) => throw null; public static ServiceStack.NavOptions WithDefaults(this ServiceStack.NavOptions options, ServiceStack.Web.IRequest request) => throw null; } + public class ServiceStackServicesOptions + { + public System.Collections.Generic.List AllowedAuthenticationSchemes { get => throw null; } + public System.Collections.Generic.List AutoRegister { get => throw null; } + public ServiceStackServicesOptions() => throw null; + public static System.Collections.Generic.List DefaultPlugins() => throw null; + public System.Collections.Generic.List ExcludeServiceAssemblies { get => throw null; } + public System.Type HostType { get => throw null; set { } } + public System.Collections.Generic.Dictionary>> OnPostRegisterPlugins { get => throw null; set { } } + public System.Collections.Generic.Dictionary>> OnPreRegisterPlugins { get => throw null; set { } } + public System.Collections.Generic.List Plugins { get => throw null; } + public bool RegisterServicesInServiceCollection { get => throw null; } + public System.Collections.Generic.HashSet ResolveAllServiceAssemblies() => throw null; + public System.Collections.Generic.HashSet ResolveAssemblyRequestTypes(System.Func include = default(System.Func)) => throw null; + public System.Collections.Generic.HashSet ResolveAssemblyServiceTypes() => throw null; + public System.Collections.Generic.Dictionary ResolveRequestServiceTypesMap() => throw null; + public System.Collections.Generic.List Routes { get => throw null; set { } } + public ServiceStack.Script.ScriptContext ScriptContext { get => throw null; set { } } + public System.Collections.Generic.List ServiceAssemblies { get => throw null; } + public System.Collections.Generic.Dictionary ServiceRoutes { get => throw null; } + public Microsoft.Extensions.DependencyInjection.IServiceCollection Services { get => throw null; } + public System.Collections.Generic.List ServiceTypes { get => throw null; } + } public static partial class SessionExtensions { public static System.Collections.Generic.HashSet AddSessionOptions(this ServiceStack.Web.IRequest req, params string[] options) => throw null; @@ -10887,6 +11335,7 @@ public class SharpPagesFeature : ServiceStack.Script.ScriptContext, ServiceStack { public string ApiDefaultContentType { get => throw null; set { } } public string ApiPath { get => throw null; set { } } + public System.Action Configure { get => throw null; set { } } public SharpPagesFeature() => throw null; public string DebugDefaultTemplate { get => throw null; set { } } public bool DisablePageBasedRouting { get => throw null; set { } } @@ -10901,11 +11350,11 @@ public bool ExcludeProtectedFilters { set { } } public System.Collections.Generic.List IgnorePaths { get => throw null; set { } } public bool ImportRequestParams { get => throw null; set { } } public string MetadataDebugAdminRole { get => throw null; set { } } - protected virtual ServiceStack.Host.IHttpHandler PageBasedRoutingHandler(string httpMethod, string pathInfo, string requestFilePath) => throw null; + protected virtual ServiceStack.Host.IHttpHandler PageBasedRoutingHandler(ServiceStack.Web.IRequest req) => throw null; public System.Threading.Tasks.Task ProcessRequestAsync(ServiceStack.Web.IRequest req, object dto, System.IO.Stream outputStream) => throw null; public virtual void Register(ServiceStack.IAppHost appHost) => throw null; public string RenderPartial(string pageName, object model, bool renderHtml, System.IO.StreamWriter writer = default(System.IO.StreamWriter), ServiceStack.Html.IHtmlContext htmlHelper = default(ServiceStack.Html.IHtmlContext)) => throw null; - protected virtual ServiceStack.Host.IHttpHandler RequestHandler(string httpMethod, string pathInfo, string filePath) => throw null; + protected virtual ServiceStack.Host.IHttpHandler RequestHandler(ServiceStack.Web.IRequest req) => throw null; public string RunInitPage() => throw null; public string ScriptAdminRole { get => throw null; set { } } public ServiceStack.ServiceStackScripts ServiceStackScripts { get => throw null; } @@ -10920,6 +11369,7 @@ public static partial class SharpPagesFeatureExtensions public static System.Collections.Generic.Dictionary GetScriptRequestParams(this ServiceStack.Web.IRequest request, bool importRequestParams = default(bool)) => throw null; public static ServiceStack.ServiceStackScripts GetServiceStackFilters(this ServiceStack.Script.ScriptContext context) => throw null; public static ServiceStack.Script.ScriptContext InitForSharpPages(this ServiceStack.Script.ScriptContext context, ServiceStack.IAppHost appHost) => throw null; + public static ServiceStack.Script.ScriptContext InitForSharpPages(this ServiceStack.Script.ScriptContext context) => throw null; public static ServiceStack.Script.SharpPage OneTimePage(this ServiceStack.Web.IRequest request, string contents, string ext = default(string)) => throw null; public static System.Collections.Generic.Dictionary SetRequestArgs(System.Collections.Generic.Dictionary args, ServiceStack.Web.IRequest request) => throw null; public static ServiceStack.Script.ScriptContext UseAppHost(this ServiceStack.Script.ScriptContext context, ServiceStack.IAppHost appHost) => throw null; @@ -11066,10 +11516,12 @@ public static class Svg public static System.Collections.Generic.Dictionary AppendToCssFiles { get => throw null; set { } } public static class Body { + public static string Command; public static string Database; public static string History; public static string Home; public static string Key; + public static string Keys; public static string Lock; public static string Logs; public static string Profiling; @@ -11097,13 +11549,18 @@ public static class Body public static ServiceStack.StaticContent GetStaticContent(string name) => throw null; public static class Icons { + public const string Completed = default; public const string DefaultProfile = default; + public const string Failed = default; public const string Female = default; public const string FemaleBusiness = default; public const string FemaleColor = default; + public const string Logs = default; public const string Male = default; public const string MaleBusiness = default; public const string MaleColor = default; + public const string Stats = default; + public const string Tasks = default; public const string Users = default; } public static System.Collections.Generic.Dictionary Images { get => throw null; set { } } @@ -11339,14 +11796,14 @@ public abstract class TypeValidator : ServiceStack.ITypeValidator public int? StatusCode { get => throw null; set { } } public virtual System.Threading.Tasks.Task ThrowIfNotValidAsync(object dto, ServiceStack.Web.IRequest request) => throw null; } - public class UiFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPostInitPlugin, ServiceStack.IPreInitPlugin + public class UiFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPostInitPlugin, ServiceStack.IPreInitPlugin { public void AddAdminLink(ServiceStack.AdminUiFeature feature, ServiceStack.LinkInfo link) => throw null; public ServiceStack.HtmlModule AdminHtmlModule { get => throw null; set { } } public ServiceStack.AdminUiFeature AdminUi { get => throw null; set { } } public void AfterPluginsLoaded(ServiceStack.IAppHost appHost) => throw null; public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; - public System.Action Configure { get => throw null; set { } } + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public UiFeature() => throw null; public ServiceStack.LinkInfo DashboardLink { get => throw null; set { } } public System.Collections.Generic.List Handlers { get => throw null; set { } } @@ -11354,6 +11811,7 @@ public class UiFeature : ServiceStack.Model.IHasId, ServiceStack.Model.I public string Id { get => throw null; } public ServiceStack.UiInfo Info { get => throw null; set { } } public ServiceStack.HtmlModulesFeature Module { get => throw null; } + public System.Action OnConfigure { get => throw null; set { } } public System.Collections.Generic.List PreserveAttributesNamed { get => throw null; set { } } public void Register(ServiceStack.IAppHost appHost) => throw null; public System.Collections.Generic.Dictionary> RoleLinks { get => throw null; set { } } @@ -11367,16 +11825,23 @@ public class UnRegisterEventSubscriber : ServiceStack.IReturn throw null; public string Id { get => throw null; set { } } } + public class UpdateEventSubscriberService : ServiceStack.Service + { + public System.Threading.Tasks.Task Any(ServiceStack.UpdateEventSubscriber request) => throw null; + public UpdateEventSubscriberService(ServiceStack.IServerEvents serverEvents) => throw null; + public const string UpdateEventSubNotExists = default; + } public class UploadLocation { public System.Collections.Generic.HashSet AllowExtensions { get => throw null; set { } } public ServiceStack.FilesUploadOperation AllowOperations { get => throw null; set { } } - public UploadLocation(string name, ServiceStack.IO.IVirtualFiles virtualFiles, System.Func resolvePath = default(System.Func), string readAccessRole = default(string), string writeAccessRole = default(string), string[] allowExtensions = default(string[]), ServiceStack.FilesUploadOperation allowOperations = default(ServiceStack.FilesUploadOperation), int? maxFileCount = default(int?), long? minFileBytes = default(long?), long? maxFileBytes = default(long?), System.Action validateUpload = default(System.Action), System.Action validateDownload = default(System.Action), System.Action validateDelete = default(System.Action), System.Func> transformFile = default(System.Func>)) => throw null; + public UploadLocation(string name, ServiceStack.IO.IVirtualFiles virtualFiles, System.Func resolvePath = default(System.Func), string readAccessRole = default(string), string writeAccessRole = default(string), ServiceStack.RequireApiKey requireApiKey = default(ServiceStack.RequireApiKey), string[] allowExtensions = default(string[]), ServiceStack.FilesUploadOperation allowOperations = default(ServiceStack.FilesUploadOperation), int? maxFileCount = default(int?), long? minFileBytes = default(long?), long? maxFileBytes = default(long?), System.Action validateUpload = default(System.Action), System.Action validateDownload = default(System.Action), System.Action validateDelete = default(System.Action), System.Func> transformFile = default(System.Func>)) => throw null; public long? MaxFileBytes { get => throw null; set { } } public int? MaxFileCount { get => throw null; set { } } public long? MinFileBytes { get => throw null; set { } } public string Name { get => throw null; set { } } public string ReadAccessRole { get => throw null; set { } } + public ServiceStack.RequireApiKey RequireApiKey { get => throw null; set { } } public System.Func ResolvePath { get => throw null; set { } } public System.Func> TransformFileAsync { get => throw null; set { } } public System.Action ValidateDelete { get => throw null; set { } } @@ -11387,6 +11852,9 @@ public class UploadLocation } public class ValidateScripts : ServiceStack.Script.ScriptMethods { + public ServiceStack.ITypeValidator ApiKey() => throw null; + public ServiceStack.ITypeValidator ApiKey(string scope) => throw null; + public ServiceStack.ITypeValidator AuthSecret() => throw null; public ServiceStack.FluentValidation.Validators.IPropertyValidator CreditCard() => throw null; public ValidateScripts() => throw null; public ServiceStack.FluentValidation.Validators.IPropertyValidator Email() => throw null; @@ -11438,14 +11906,12 @@ public class ExecOnceOnly : System.IDisposable public class GetValidationRulesService : ServiceStack.Service { public System.Threading.Tasks.Task Any(ServiceStack.GetValidationRules request) => throw null; - public GetValidationRulesService() => throw null; - public ServiceStack.IValidationSource ValidationSource { get => throw null; set { } } + public GetValidationRulesService(ServiceStack.IValidationSource validationSource) => throw null; } public class ModifyValidationRulesService : ServiceStack.Service { public System.Threading.Tasks.Task Any(ServiceStack.ModifyValidationRules request) => throw null; - public ModifyValidationRulesService() => throw null; - public ServiceStack.IValidationSource ValidationSource { get => throw null; set { } } + public ModifyValidationRulesService(ServiceStack.IValidationSource validationSource) => throw null; } public class MultiRuleSetValidatorSelector : ServiceStack.FluentValidation.Internal.IValidatorSelector { @@ -11461,16 +11927,19 @@ public static partial class ValidationExtensions public static void Init(System.Reflection.Assembly[] assemblies) => throw null; public static bool IsAuthValidator(this ServiceStack.IValidateRule rule) => throw null; public static System.Collections.Generic.HashSet RegisteredDtoValidators { get => throw null; } - public static void RegisterValidator(this Funq.Container container, System.Type validator, Funq.ReuseScope scope = default(Funq.ReuseScope)) => throw null; - public static void RegisterValidators(this Funq.Container container, params System.Reflection.Assembly[] assemblies) => throw null; - public static void RegisterValidators(this Funq.Container container, Funq.ReuseScope scope, params System.Reflection.Assembly[] assemblies) => throw null; + public static void RegisterValidator(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type validator, Funq.ReuseScope scope) => throw null; + public static void RegisterValidator(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Func> factoryFn, Microsoft.Extensions.DependencyInjection.ServiceLifetime lifetime = default(Microsoft.Extensions.DependencyInjection.ServiceLifetime)) => throw null; + public static void RegisterValidator(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type validator, Microsoft.Extensions.DependencyInjection.ServiceLifetime lifetime = default(Microsoft.Extensions.DependencyInjection.ServiceLifetime)) => throw null; + public static void RegisterValidators(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, params System.Reflection.Assembly[] assemblies) => throw null; + public static void RegisterValidators(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Funq.ReuseScope scope, params System.Reflection.Assembly[] assemblies) => throw null; + public static void RegisterValidators(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.Extensions.DependencyInjection.ServiceLifetime lifetime, params System.Reflection.Assembly[] assemblies) => throw null; public static ServiceStack.ScriptMethodType ToScriptMethodType(this ServiceStack.Script.ScriptMethodInfo scriptMethod) => throw null; } - public class ValidationFeature : ServiceStack.IAfterInitAppHost, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPostInitPlugin, ServiceStack.IPreInitPlugin + public class ValidationFeature : ServiceStack.IAfterInitAppHost, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPostConfigureServices, ServiceStack.IPreInitPlugin { public string AccessRole { get => throw null; set { } } + public void AfterConfigure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public void AfterInit(ServiceStack.IAppHost appHost) => throw null; - public void AfterPluginsLoaded(ServiceStack.IAppHost appHost) => throw null; public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; public System.Collections.Generic.Dictionary ConditionErrorCodes { get => throw null; } public ValidationFeature() => throw null; @@ -11480,6 +11949,7 @@ public class ValidationFeature : ServiceStack.IAfterInitAppHost, ServiceStack.Mo public virtual string GetRequestErrorBody(object request) => throw null; public string Id { get => throw null; set { } } public bool ImplicitlyValidateChildProperties { get => throw null; set { } } + public int Priority { get => throw null; } public void Register(ServiceStack.IAppHost appHost) => throw null; public bool ScanAppHostAssemblies { get => throw null; set { } } public System.Collections.Generic.Dictionary ServiceRoutes { get => throw null; set { } } @@ -11531,15 +12001,17 @@ public static class Validators public static void AppendDefaultValueOnEmptyValidators(System.Reflection.PropertyInfo pi, ServiceStack.IValidateRule rule) => throw null; public static System.Threading.Tasks.Task AssertTypeValidatorsAsync(ServiceStack.Web.IRequest req, object requestDto, System.Type requestType) => throw null; public static System.Collections.Generic.Dictionary ConditionErrorCodes { get => throw null; } + public static ServiceStack.FluentValidation.Validators.IPropertyValidator CreateChildAdapter(Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type dtoType, System.Type childType) => throw null; public static ServiceStack.FluentValidation.IValidationRule CreateCollectionPropertyRule(System.Type type, System.Reflection.PropertyInfo pi) => throw null; public static ServiceStack.FluentValidation.IValidationRule CreatePropertyRule(System.Type type, System.Reflection.PropertyInfo pi) => throw null; + public static System.Func> CreateValidatorProvider() => throw null; public static System.Collections.Generic.Dictionary ErrorCodeMessages { get => throw null; } public static System.Collections.Generic.List GetPropertyRules(System.Type type) => throw null; public static System.Collections.Generic.List GetTypeRules(System.Type type) => throw null; public static bool HasValidateAttributes(System.Type type) => throw null; public static bool HasValidateRequestAttributes(System.Type type) => throw null; public static ServiceStack.Script.SharpPage ParseCondition(ServiceStack.Script.ScriptContext context, string condition) => throw null; - public static bool RegisterPropertyRulesFor(System.Type type) => throw null; + public static bool RegisterPropertyRulesFor(Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type dtoType, bool registerChildValidators = default(bool)) => throw null; public static bool RegisterRequestRulesFor(System.Type type) => throw null; public static System.Collections.Generic.List> RuleFilters { get => throw null; } public static ServiceStack.Script.PageResult ToPageResult(this ServiceStack.FluentValidation.Validators.PropertyValidatorContext context, ServiceStack.Script.SharpPage page) => throw null; @@ -11550,6 +12022,31 @@ public static class ValidatorUtils { public static ServiceStack.ITypeValidator Init(this ServiceStack.ITypeValidator validator, ServiceStack.IValidateRule rule) => throw null; } + public class ViewCommands : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public ViewCommands() => throw null; + public System.Collections.Generic.List Include { get => throw null; set { } } + public int? Skip { get => throw null; set { } } + public int? Take { get => throw null; set { } } + } + public class ViewCommandsResponse + { + public System.Collections.Generic.List CommandTotals { get => throw null; set { } } + public ViewCommandsResponse() => throw null; + public System.Collections.Generic.List LatestCommands { get => throw null; set { } } + public System.Collections.Generic.List LatestFailed { get => throw null; set { } } + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + } + public class VirtualFilesFeature : ServiceStack.IPlugin + { + public ServiceStack.IAppHost AppHost { get => throw null; set { } } + public VirtualFilesFeature() => throw null; + public ServiceStack.Host.Handlers.HttpAsyncTaskHandler ForbiddenHttpHandler { get => throw null; set { } } + public ServiceStack.Host.Handlers.HttpAsyncTaskHandler GetHandler(ServiceStack.Web.IRequest httpReq) => throw null; + public void Register(ServiceStack.IAppHost appHost) => throw null; + public static bool ShouldAllow(string pathInfo) => throw null; + public ServiceStack.Host.Handlers.HttpAsyncTaskHandler StaticFilesHandler { get => throw null; set { } } + } public class WebSudoAuthUserSession : ServiceStack.AuthUserSession, ServiceStack.Auth.IAuthSession, ServiceStack.Text.IRuntimeSerializable, ServiceStack.Auth.IWebSudoAuthSession { public System.DateTime AuthenticatedAt { get => throw null; set { } } diff --git a/csharp/ql/test/resources/stubs/ServiceStack/8.0.0/ServiceStack.csproj b/csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.csproj similarity index 67% rename from csharp/ql/test/resources/stubs/ServiceStack/8.0.0/ServiceStack.csproj rename to csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.csproj index b3a2b6df735b..5fc24d19b677 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack/8.0.0/ServiceStack.csproj +++ b/csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.118/Stub.System.Data.SQLite.Core.NetStandard.csproj b/csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.119/Stub.System.Data.SQLite.Core.NetStandard.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.118/Stub.System.Data.SQLite.Core.NetStandard.csproj rename to csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.119/Stub.System.Data.SQLite.Core.NetStandard.csproj diff --git a/csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.118/System.Data.SQLite.cs b/csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.119/System.Data.SQLite.cs similarity index 98% rename from csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.118/System.Data.SQLite.cs rename to csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.119/System.Data.SQLite.cs index 59a94c1e040d..f352035a57b0 100644 --- a/csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.118/System.Data.SQLite.cs +++ b/csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.119/System.Data.SQLite.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`. +// Generated from `System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`. namespace System { namespace Data @@ -62,6 +62,7 @@ public class CommitEventArgs : System.EventArgs public class ConnectionEventArgs : System.EventArgs { public readonly System.Data.IDbCommand Command; + public static long CreateCount { get => throw null; } public readonly System.Runtime.InteropServices.CriticalHandle CriticalHandle; public readonly object Data; public readonly System.Data.IDataReader DataReader; @@ -220,6 +221,14 @@ public class LogEventArgs : System.EventArgs public readonly object ErrorCode; public readonly string Message; } + public enum PasswordMode + { + None = 0, + Password = 4096, + HexPassword = 8192, + TextPassword = 16384, + TextHexPassword = 32768, + } public class ProgressEventArgs : System.EventArgs { public System.Data.SQLite.SQLiteProgressReturnCode ReturnCode; @@ -467,6 +476,7 @@ public sealed class SQLiteConnection : System.Data.Common.DbConnection, System.I public int DefaultTimeout { get => throw null; set { } } public string DefaultTypeName { get => throw null; set { } } public static string DefineConstants { get => throw null; } + public void Deserialize(string schema, byte[] data, bool readOnly) => throw null; public void Dispose() => throw null; protected override void Dispose(bool disposing) => throw null; public static long DisposeCount { get => throw null; } @@ -477,6 +487,7 @@ public sealed class SQLiteConnection : System.Data.Common.DbConnection, System.I public System.Data.SQLite.SQLiteConnectionFlags Flags { get => throw null; set { } } public object GetCriticalHandle() => throw null; public static void GetMemoryStatistics(ref System.Collections.Generic.IDictionary statistics) => throw null; + public System.Data.SQLite.SQLiteGetPasswordCallback GetPasswordCallback { get => throw null; set { } } public override System.Data.DataTable GetSchema() => throw null; public override System.Data.DataTable GetSchema(string collectionName) => throw null; public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) => throw null; @@ -503,12 +514,14 @@ public sealed class SQLiteConnection : System.Data.Common.DbConnection, System.I public int PrepareRetries { get => throw null; set { } } public event System.Data.SQLite.SQLiteProgressEventHandler Progress; public int ProgressOps { get => throw null; set { } } + public static string ProviderDefineConstants { get => throw null; } public static string ProviderSourceId { get => throw null; } public static string ProviderVersion { get => throw null; } public void ReleaseMemory() => throw null; public static System.Data.SQLite.SQLiteErrorCode ReleaseMemory(int nBytes, bool reset, bool compact, ref int nFree, ref bool resetOk, ref uint nLargest) => throw null; public System.Data.SQLite.SQLiteErrorCode ResultCode() => throw null; public event System.EventHandler RollBack; + public byte[] Serialize(string schema) => throw null; public override string ServerVersion { get => throw null; } public System.Data.SQLite.SQLiteErrorCode SetAvRetry(ref int count, ref int interval) => throw null; public System.Data.SQLite.SQLiteErrorCode SetChunkSize(int size) => throw null; @@ -528,6 +541,7 @@ public sealed class SQLiteConnection : System.Data.Common.DbConnection, System.I public override System.Data.ConnectionState State { get => throw null; } public override event System.Data.StateChangeEventHandler StateChange; public int StepRetries { get => throw null; set { } } + public object Tag { get => throw null; set { } } public event System.Data.SQLite.SQLiteTraceEventHandler Trace; public event System.Data.SQLite.SQLiteTraceEventHandler Trace2; public System.Data.SQLite.SQLiteTraceFlags TraceFlags { get => throw null; set { } } @@ -568,6 +582,7 @@ public enum SQLiteConnectionEventType ConnectionStringPreview = 22, SqlStringPreview = 23, Canceled = 24, + DataReaderPreview = 25, } [System.Flags] public enum SQLiteConnectionFlags : long @@ -625,6 +640,8 @@ public enum SQLiteConnectionFlags : long NoCoreFunctions = 562949953421312, StopOnException = 1125899906842624, LogRetry = 2251799813685248, + ConnectionPoolOnly = 4503599627370496, + AggressiveDisposal = 9007199254740992, BindAndGetAllAsText = 384, ConvertAndBindInvariantText = 196608, BindAndGetAllAsInvariantText = 131456, @@ -633,8 +650,8 @@ public enum SQLiteConnectionFlags : long UseParameterAnythingForTypeName = 206158430208, LogAll = 2251799813709855, LogDefault = 16392, - Default = 13194139549704, - DefaultAndLogAll = 2264993953243167, + Default = 9020393394290696, + DefaultAndLogAll = 11272193207984159, } public sealed class SQLiteConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder { @@ -721,6 +738,7 @@ public abstract class SQLiteConvert public static long ToUnixEpoch(System.DateTime value) => throw null; public static byte[] ToUTF8(string sourceText) => throw null; public byte[] ToUTF8(System.DateTime dateTimeValue) => throw null; + public static System.Data.DbType TypeToDbType(System.Type type) => throw null; protected static readonly System.DateTime UnixEpoch; public static string UTF8ToString(nint nativestring, int nativestringlen) => throw null; } @@ -912,6 +930,7 @@ public enum SQLiteErrorCode IoErr_Rollback_Atomic = 7946, IoErr_Data = 8202, IoErr_CorruptFs = 8458, + IoErr_In_Page = 8714, Locked_SharedCache = 262, Locked_Vtab = 518, Busy_Recovery = 261, @@ -1048,7 +1067,9 @@ public enum SQLiteFunctionFlags SQLITE_DIRECTONLY = 524288, SQLITE_SUBTYPE = 1048576, SQLITE_INNOCUOUS = 2097152, + SQLITE_RESULT_SUBTYPE = 16777216, } + public delegate byte[] SQLiteGetPasswordCallback(System.Data.SQLite.SQLiteConnection connection, ref System.Data.SQLite.PasswordMode passwordMode); public sealed class SQLiteIndex { public System.Data.SQLite.SQLiteIndexInputs Inputs { get => throw null; } @@ -1320,6 +1341,7 @@ public sealed class SQLiteParameter : System.Data.Common.DbParameter, System.ICl public override bool SourceColumnNullMapping { get => throw null; set { } } public override System.Data.DataRowVersion SourceVersion { get => throw null; set { } } public string TypeName { get => throw null; set { } } + public const System.Data.DbType UnknownDbType = default; public override object Value { get => throw null; set { } } } public sealed class SQLiteParameterCollection : System.Data.Common.DbParameterCollection @@ -1346,6 +1368,7 @@ public sealed class SQLiteParameterCollection : System.Data.Common.DbParameterCo public override bool IsFixedSize { get => throw null; } public override bool IsReadOnly { get => throw null; } public override bool IsSynchronized { get => throw null; } + public bool NoCase { get => throw null; set { } } public override void Remove(object value) => throw null; public override void RemoveAt(string parameterName) => throw null; public override void RemoveAt(int index) => throw null; diff --git a/csharp/ql/test/resources/stubs/System.CodeDom/4.7.0/System.CodeDom.cs b/csharp/ql/test/resources/stubs/System.CodeDom/6.0.0/System.CodeDom.cs similarity index 99% rename from csharp/ql/test/resources/stubs/System.CodeDom/4.7.0/System.CodeDom.cs rename to csharp/ql/test/resources/stubs/System.CodeDom/6.0.0/System.CodeDom.cs index 75ad30ab9738..39788c6c9db2 100644 --- a/csharp/ql/test/resources/stubs/System.CodeDom/4.7.0/System.CodeDom.cs +++ b/csharp/ql/test/resources/stubs/System.CodeDom/6.0.0/System.CodeDom.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.CodeDom, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.CodeDom, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace Microsoft { namespace CSharp @@ -44,15 +44,15 @@ public class CodeArrayCreateExpression : System.CodeDom.CodeExpression { public System.CodeDom.CodeTypeReference CreateType { get => throw null; set { } } public CodeArrayCreateExpression() => throw null; - public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size) => throw null; public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers) => throw null; - public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size) => throw null; - public CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size) => throw null; public CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers) => throw null; - public CodeArrayCreateExpression(string createType, int size) => throw null; - public CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size) => throw null; public CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers) => throw null; + public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size) => throw null; + public CodeArrayCreateExpression(string createType, int size) => throw null; public CodeArrayCreateExpression(System.Type createType, int size) => throw null; + public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size) => throw null; + public CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size) => throw null; + public CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size) => throw null; public System.CodeDom.CodeExpressionCollection Initializers { get => throw null; } public int Size { get => throw null; set { } } public System.CodeDom.CodeExpression SizeExpression { get => throw null; set { } } @@ -90,8 +90,8 @@ public class CodeAttributeArgument public class CodeAttributeArgumentCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeAttributeArgument value) => throw null; - public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) => throw null; public void AddRange(System.CodeDom.CodeAttributeArgument[] value) => throw null; + public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) => throw null; public bool Contains(System.CodeDom.CodeAttributeArgument value) => throw null; public void CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index) => throw null; public CodeAttributeArgumentCollection() => throw null; @@ -107,17 +107,17 @@ public class CodeAttributeDeclaration public System.CodeDom.CodeAttributeArgumentCollection Arguments { get => throw null; } public System.CodeDom.CodeTypeReference AttributeType { get => throw null; } public CodeAttributeDeclaration() => throw null; - public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType) => throw null; - public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments) => throw null; public CodeAttributeDeclaration(string name) => throw null; public CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments) => throw null; + public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType) => throw null; + public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments) => throw null; public string Name { get => throw null; set { } } } public class CodeAttributeDeclarationCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeAttributeDeclaration value) => throw null; - public void AddRange(System.CodeDom.CodeAttributeDeclarationCollection value) => throw null; public void AddRange(System.CodeDom.CodeAttributeDeclaration[] value) => throw null; + public void AddRange(System.CodeDom.CodeAttributeDeclarationCollection value) => throw null; public bool Contains(System.CodeDom.CodeAttributeDeclaration value) => throw null; public void CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index) => throw null; public CodeAttributeDeclarationCollection() => throw null; @@ -182,8 +182,8 @@ public class CodeCatchClause public class CodeCatchClauseCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeCatchClause value) => throw null; - public void AddRange(System.CodeDom.CodeCatchClauseCollection value) => throw null; public void AddRange(System.CodeDom.CodeCatchClause[] value) => throw null; + public void AddRange(System.CodeDom.CodeCatchClauseCollection value) => throw null; public bool Contains(System.CodeDom.CodeCatchClause value) => throw null; public void CopyTo(System.CodeDom.CodeCatchClause[] array, int index) => throw null; public CodeCatchClauseCollection() => throw null; @@ -221,8 +221,8 @@ public class CodeCommentStatement : System.CodeDom.CodeStatement public class CodeCommentStatementCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeCommentStatement value) => throw null; - public void AddRange(System.CodeDom.CodeCommentStatementCollection value) => throw null; public void AddRange(System.CodeDom.CodeCommentStatement[] value) => throw null; + public void AddRange(System.CodeDom.CodeCommentStatementCollection value) => throw null; public bool Contains(System.CodeDom.CodeCommentStatement value) => throw null; public void CopyTo(System.CodeDom.CodeCommentStatement[] array, int index) => throw null; public CodeCommentStatementCollection() => throw null; @@ -293,8 +293,8 @@ public class CodeDirective : System.CodeDom.CodeObject public class CodeDirectiveCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeDirective value) => throw null; - public void AddRange(System.CodeDom.CodeDirectiveCollection value) => throw null; public void AddRange(System.CodeDom.CodeDirective[] value) => throw null; + public void AddRange(System.CodeDom.CodeDirectiveCollection value) => throw null; public bool Contains(System.CodeDom.CodeDirective value) => throw null; public void CopyTo(System.CodeDom.CodeDirective[] array, int index) => throw null; public CodeDirectiveCollection() => throw null; @@ -323,8 +323,8 @@ public class CodeExpression : System.CodeDom.CodeObject public class CodeExpressionCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeExpression value) => throw null; - public void AddRange(System.CodeDom.CodeExpressionCollection value) => throw null; public void AddRange(System.CodeDom.CodeExpression[] value) => throw null; + public void AddRange(System.CodeDom.CodeExpressionCollection value) => throw null; public bool Contains(System.CodeDom.CodeExpression value) => throw null; public void CopyTo(System.CodeDom.CodeExpression[] array, int index) => throw null; public CodeExpressionCollection() => throw null; @@ -430,8 +430,8 @@ public class CodeMemberProperty : System.CodeDom.CodeTypeMember public class CodeMethodInvokeExpression : System.CodeDom.CodeExpression { public CodeMethodInvokeExpression() => throw null; - public CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters) => throw null; public CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters) => throw null; + public CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters) => throw null; public System.CodeDom.CodeMethodReferenceExpression Method { get => throw null; set { } } public System.CodeDom.CodeExpressionCollection Parameters { get => throw null; } } @@ -465,8 +465,8 @@ public class CodeNamespace : System.CodeDom.CodeObject public class CodeNamespaceCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeNamespace value) => throw null; - public void AddRange(System.CodeDom.CodeNamespaceCollection value) => throw null; public void AddRange(System.CodeDom.CodeNamespace[] value) => throw null; + public void AddRange(System.CodeDom.CodeNamespaceCollection value) => throw null; public bool Contains(System.CodeDom.CodeNamespace value) => throw null; public void CopyTo(System.CodeDom.CodeNamespace[] array, int index) => throw null; public CodeNamespaceCollection() => throw null; @@ -537,8 +537,8 @@ public class CodeParameterDeclarationExpression : System.CodeDom.CodeExpression public class CodeParameterDeclarationExpressionCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeParameterDeclarationExpression value) => throw null; - public void AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value) => throw null; public void AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value) => throw null; + public void AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value) => throw null; public bool Contains(System.CodeDom.CodeParameterDeclarationExpression value) => throw null; public void CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index) => throw null; public CodeParameterDeclarationExpressionCollection() => throw null; @@ -621,10 +621,10 @@ public class CodeStatement : System.CodeDom.CodeObject } public class CodeStatementCollection : System.Collections.CollectionBase { - public int Add(System.CodeDom.CodeExpression value) => throw null; public int Add(System.CodeDom.CodeStatement value) => throw null; - public void AddRange(System.CodeDom.CodeStatementCollection value) => throw null; + public int Add(System.CodeDom.CodeExpression value) => throw null; public void AddRange(System.CodeDom.CodeStatement[] value) => throw null; + public void AddRange(System.CodeDom.CodeStatementCollection value) => throw null; public bool Contains(System.CodeDom.CodeStatement value) => throw null; public void CopyTo(System.CodeDom.CodeStatement[] array, int index) => throw null; public CodeStatementCollection() => throw null; @@ -677,8 +677,8 @@ public class CodeTypeDeclaration : System.CodeDom.CodeTypeMember public class CodeTypeDeclarationCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeTypeDeclaration value) => throw null; - public void AddRange(System.CodeDom.CodeTypeDeclarationCollection value) => throw null; public void AddRange(System.CodeDom.CodeTypeDeclaration[] value) => throw null; + public void AddRange(System.CodeDom.CodeTypeDeclarationCollection value) => throw null; public bool Contains(System.CodeDom.CodeTypeDeclaration value) => throw null; public void CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index) => throw null; public CodeTypeDeclarationCollection() => throw null; @@ -710,8 +710,8 @@ public class CodeTypeMember : System.CodeDom.CodeObject public class CodeTypeMemberCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeTypeMember value) => throw null; - public void AddRange(System.CodeDom.CodeTypeMemberCollection value) => throw null; public void AddRange(System.CodeDom.CodeTypeMember[] value) => throw null; + public void AddRange(System.CodeDom.CodeTypeMemberCollection value) => throw null; public bool Contains(System.CodeDom.CodeTypeMember value) => throw null; public void CopyTo(System.CodeDom.CodeTypeMember[] array, int index) => throw null; public CodeTypeMemberCollection() => throw null; @@ -743,8 +743,8 @@ public class CodeTypeParameterCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.CodeTypeParameter value) => throw null; public void Add(string value) => throw null; - public void AddRange(System.CodeDom.CodeTypeParameterCollection value) => throw null; public void AddRange(System.CodeDom.CodeTypeParameter[] value) => throw null; + public void AddRange(System.CodeDom.CodeTypeParameterCollection value) => throw null; public bool Contains(System.CodeDom.CodeTypeParameter value) => throw null; public void CopyTo(System.CodeDom.CodeTypeParameter[] array, int index) => throw null; public CodeTypeParameterCollection() => throw null; @@ -761,14 +761,14 @@ public class CodeTypeReference : System.CodeDom.CodeObject public int ArrayRank { get => throw null; set { } } public string BaseType { get => throw null; set { } } public CodeTypeReference() => throw null; - public CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter) => throw null; - public CodeTypeReference(System.CodeDom.CodeTypeReference arrayType, int rank) => throw null; - public CodeTypeReference(string typeName) => throw null; + public CodeTypeReference(System.Type type) => throw null; + public CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) => throw null; public CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) => throw null; + public CodeTypeReference(string typeName) => throw null; public CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments) => throw null; + public CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter) => throw null; public CodeTypeReference(string baseType, int rank) => throw null; - public CodeTypeReference(System.Type type) => throw null; - public CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) => throw null; + public CodeTypeReference(System.CodeDom.CodeTypeReference arrayType, int rank) => throw null; public System.CodeDom.CodeTypeReferenceOptions Options { get => throw null; set { } } public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get => throw null; } } @@ -777,8 +777,8 @@ public class CodeTypeReferenceCollection : System.Collections.CollectionBase public int Add(System.CodeDom.CodeTypeReference value) => throw null; public void Add(string value) => throw null; public void Add(System.Type value) => throw null; - public void AddRange(System.CodeDom.CodeTypeReferenceCollection value) => throw null; public void AddRange(System.CodeDom.CodeTypeReference[] value) => throw null; + public void AddRange(System.CodeDom.CodeTypeReferenceCollection value) => throw null; public bool Contains(System.CodeDom.CodeTypeReference value) => throw null; public void CopyTo(System.CodeDom.CodeTypeReference[] array, int index) => throw null; public CodeTypeReferenceCollection() => throw null; @@ -807,10 +807,10 @@ public class CodeVariableDeclarationStatement : System.CodeDom.CodeStatement { public CodeVariableDeclarationStatement() => throw null; public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name) => throw null; - public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression) => throw null; public CodeVariableDeclarationStatement(string type, string name) => throw null; - public CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression) => throw null; public CodeVariableDeclarationStatement(System.Type type, string name) => throw null; + public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression) => throw null; + public CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression) => throw null; public CodeVariableDeclarationStatement(System.Type type, string name, System.CodeDom.CodeExpression initExpression) => throw null; public System.CodeDom.CodeExpression InitExpression { get => throw null; set { } } public string Name { get => throw null; set { } } @@ -857,8 +857,8 @@ public abstract class CodeDomProvider : System.ComponentModel.Component public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(System.IO.TextWriter output) => throw null; public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(string fileName) => throw null; public virtual System.CodeDom.Compiler.ICodeParser CreateParser() => throw null; - public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language) => throw null; public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language, System.Collections.Generic.IDictionary providerOptions) => throw null; + public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language) => throw null; public virtual string CreateValidIdentifier(string value) => throw null; protected CodeDomProvider() => throw null; public virtual string FileExtension { get => throw null; } @@ -883,10 +883,10 @@ public abstract class CodeDomProvider : System.ComponentModel.Component public abstract class CodeGenerator : System.CodeDom.Compiler.ICodeGenerator { protected virtual void ContinueOnNewLine(string st) => throw null; - protected abstract string CreateEscapedIdentifier(string value); string System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(string value) => throw null; - protected abstract string CreateValidIdentifier(string value); + protected abstract string CreateEscapedIdentifier(string value); string System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(string value) => throw null; + protected abstract string CreateValidIdentifier(string value); protected CodeGenerator() => throw null; protected System.CodeDom.CodeTypeDeclaration CurrentClass { get => throw null; } protected System.CodeDom.CodeTypeMember CurrentMember { get => throw null; } @@ -959,7 +959,7 @@ public abstract class CodeGenerator : System.CodeDom.Compiler.ICodeGenerator protected abstract void GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember e); protected virtual void GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement e) => throw null; protected void GenerateStatement(System.CodeDom.CodeStatement e) => throw null; - protected void GenerateStatements(System.CodeDom.CodeStatementCollection stms) => throw null; + protected void GenerateStatements(System.CodeDom.CodeStatementCollection stmts) => throw null; protected abstract void GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression e); protected abstract void GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement e); protected abstract void GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement e); @@ -971,16 +971,16 @@ public abstract class CodeGenerator : System.CodeDom.Compiler.ICodeGenerator protected abstract void GenerateTypeStart(System.CodeDom.CodeTypeDeclaration e); protected abstract void GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e); protected abstract void GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression e); - protected abstract string GetTypeOutput(System.CodeDom.CodeTypeReference value); string System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference type) => throw null; + protected abstract string GetTypeOutput(System.CodeDom.CodeTypeReference value); protected int Indent { get => throw null; set { } } protected bool IsCurrentClass { get => throw null; } protected bool IsCurrentDelegate { get => throw null; } protected bool IsCurrentEnum { get => throw null; } protected bool IsCurrentInterface { get => throw null; } protected bool IsCurrentStruct { get => throw null; } - protected abstract bool IsValidIdentifier(string value); bool System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(string value) => throw null; + protected abstract bool IsValidIdentifier(string value); public static bool IsValidLanguageIndependentIdentifier(string value) => throw null; protected abstract string NullToken { get; } protected System.CodeDom.Compiler.CodeGeneratorOptions Options { get => throw null; } @@ -1000,8 +1000,8 @@ public abstract class CodeGenerator : System.CodeDom.Compiler.ICodeGenerator protected virtual void OutputTypeAttributes(System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum) => throw null; protected virtual void OutputTypeNamePair(System.CodeDom.CodeTypeReference typeRef, string name) => throw null; protected abstract string QuoteSnippetString(string value); - protected abstract bool Supports(System.CodeDom.Compiler.GeneratorSupport support); bool System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport support) => throw null; + protected abstract bool Supports(System.CodeDom.Compiler.GeneratorSupport support); void System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(string value) => throw null; protected virtual void ValidateIdentifier(string value) => throw null; public static void ValidateIdentifiers(System.CodeDom.CodeObject e) => throw null; @@ -1036,8 +1036,8 @@ public class CompilerError public class CompilerErrorCollection : System.Collections.CollectionBase { public int Add(System.CodeDom.Compiler.CompilerError value) => throw null; - public void AddRange(System.CodeDom.Compiler.CompilerErrorCollection value) => throw null; public void AddRange(System.CodeDom.Compiler.CompilerError[] value) => throw null; + public void AddRange(System.CodeDom.Compiler.CompilerErrorCollection value) => throw null; public bool Contains(System.CodeDom.Compiler.CompilerError value) => throw null; public void CopyTo(System.CodeDom.Compiler.CompilerError[] array, int index) => throw null; public CompilerErrorCollection() => throw null; @@ -1098,9 +1098,9 @@ public static class Executor { public static void ExecWait(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles) => throw null; public static int ExecWaitWithCapture(nint userToken, string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null; - public static int ExecWaitWithCapture(nint userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null; - public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null; public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null; + public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null; + public static int ExecWaitWithCapture(nint userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null; } [System.Flags] public enum GeneratorSupport @@ -1171,16 +1171,16 @@ public class TempFileCollection : System.Collections.ICollection, System.IDispos public string AddExtension(string fileExtension, bool keepFile) => throw null; public void AddFile(string fileName, bool keepFile) => throw null; public string BasePath { get => throw null; } - public void CopyTo(string[] fileNames, int start) => throw null; void System.Collections.ICollection.CopyTo(System.Array array, int start) => throw null; + public void CopyTo(string[] fileNames, int start) => throw null; public int Count { get => throw null; } int System.Collections.ICollection.Count { get => throw null; } public TempFileCollection() => throw null; public TempFileCollection(string tempDir) => throw null; public TempFileCollection(string tempDir, bool keepFiles) => throw null; public void Delete() => throw null; - protected virtual void Dispose(bool disposing) => throw null; void System.IDisposable.Dispose() => throw null; + protected virtual void Dispose(bool disposing) => throw null; public System.Collections.IEnumerator GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; bool System.Collections.ICollection.IsSynchronized { get => throw null; } @@ -1202,9 +1202,7 @@ public enum MemberAttributes Static = 3, Override = 4, Const = 5, - ScopeMask = 15, New = 16, - VTableMask = 240, Overloaded = 256, Assembly = 4096, FamilyAndAssembly = 8192, @@ -1213,6 +1211,8 @@ public enum MemberAttributes Private = 20480, Public = 24576, AccessMask = 61440, + ScopeMask = 15, + VTableMask = 240, } } } diff --git a/csharp/ql/test/resources/stubs/System.CodeDom/4.7.0/System.CodeDom.csproj b/csharp/ql/test/resources/stubs/System.CodeDom/6.0.0/System.CodeDom.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.CodeDom/4.7.0/System.CodeDom.csproj rename to csharp/ql/test/resources/stubs/System.CodeDom/6.0.0/System.CodeDom.csproj diff --git a/csharp/ql/test/resources/stubs/System.Collections/4.3.0/System.Collections.csproj b/csharp/ql/test/resources/stubs/System.Collections/4.3.0/System.Collections.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Collections/4.3.0/System.Collections.csproj +++ b/csharp/ql/test/resources/stubs/System.Collections/4.3.0/System.Collections.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/6.0.0/System.Configuration.ConfigurationManager.cs b/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/6.0.0/System.Configuration.ConfigurationManager.cs deleted file mode 100644 index 7243c7bdaaf3..000000000000 --- a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/6.0.0/System.Configuration.ConfigurationManager.cs +++ /dev/null @@ -1,1535 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Configuration - { - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class ApplicationScopedSettingAttribute : System.Configuration.SettingAttribute - { - public ApplicationScopedSettingAttribute() => throw null; - } - public abstract class ApplicationSettingsBase : System.Configuration.SettingsBase, System.ComponentModel.INotifyPropertyChanged - { - public override System.Configuration.SettingsContext Context { get => throw null; } - protected ApplicationSettingsBase() => throw null; - protected ApplicationSettingsBase(System.ComponentModel.IComponent owner) => throw null; - protected ApplicationSettingsBase(string settingsKey) => throw null; - protected ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey) => throw null; - public object GetPreviousVersion(string propertyName) => throw null; - protected virtual void OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) => throw null; - protected virtual void OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e) => throw null; - protected virtual void OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e) => throw null; - protected virtual void OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e) => throw null; - public override System.Configuration.SettingsPropertyCollection Properties { get => throw null; } - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - public override System.Configuration.SettingsPropertyValueCollection PropertyValues { get => throw null; } - public override System.Configuration.SettingsProviderCollection Providers { get => throw null; } - public void Reload() => throw null; - public void Reset() => throw null; - public override void Save() => throw null; - public event System.Configuration.SettingChangingEventHandler SettingChanging; - public string SettingsKey { get => throw null; set { } } - public event System.Configuration.SettingsLoadedEventHandler SettingsLoaded; - public event System.Configuration.SettingsSavingEventHandler SettingsSaving; - public override object this[string propertyName] { get => throw null; set { } } - public virtual void Upgrade() => throw null; - } - public sealed class ApplicationSettingsGroup : System.Configuration.ConfigurationSectionGroup - { - public ApplicationSettingsGroup() => throw null; - } - public class AppSettingsReader - { - public AppSettingsReader() => throw null; - public object GetValue(string key, System.Type type) => throw null; - } - public sealed class AppSettingsSection : System.Configuration.ConfigurationSection - { - public AppSettingsSection() => throw null; - protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) => throw null; - public string File { get => throw null; set { } } - protected override object GetRuntimeObject() => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - protected override void Reset(System.Configuration.ConfigurationElement parentSection) => throw null; - public System.Configuration.KeyValueConfigurationCollection Settings { get => throw null; } - } - public sealed class CallbackValidator : System.Configuration.ConfigurationValidatorBase - { - public override bool CanValidate(System.Type type) => throw null; - public CallbackValidator(System.Type type, System.Configuration.ValidatorCallback callback) => throw null; - public override void Validate(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class CallbackValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute - { - public string CallbackMethodName { get => throw null; set { } } - public CallbackValidatorAttribute() => throw null; - public System.Type Type { get => throw null; set { } } - public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get => throw null; } - } - public sealed class ClientSettingsSection : System.Configuration.ConfigurationSection - { - public ClientSettingsSection() => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public System.Configuration.SettingElementCollection Settings { get => throw null; } - } - public sealed class CommaDelimitedStringCollection : System.Collections.Specialized.StringCollection - { - public void Add(string value) => throw null; - public void AddRange(string[] range) => throw null; - public void Clear() => throw null; - public System.Configuration.CommaDelimitedStringCollection Clone() => throw null; - public CommaDelimitedStringCollection() => throw null; - public void Insert(int index, string value) => throw null; - public bool IsModified { get => throw null; } - public bool IsReadOnly { get => throw null; } - public void Remove(string value) => throw null; - public void SetReadOnly() => throw null; - public string this[int index] { get => throw null; set { } } - public override string ToString() => throw null; - } - public sealed class CommaDelimitedStringCollectionConverter : System.Configuration.ConfigurationConverterBase - { - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) => throw null; - public CommaDelimitedStringCollectionConverter() => throw null; - } - public sealed class Configuration - { - public System.Configuration.AppSettingsSection AppSettings { get => throw null; } - public System.Func AssemblyStringTransformer { get => throw null; set { } } - public System.Configuration.ConnectionStringsSection ConnectionStrings { get => throw null; } - public System.Configuration.ContextInformation EvaluationContext { get => throw null; } - public string FilePath { get => throw null; } - public System.Configuration.ConfigurationSection GetSection(string sectionName) => throw null; - public System.Configuration.ConfigurationSectionGroup GetSectionGroup(string sectionGroupName) => throw null; - public bool HasFile { get => throw null; } - public System.Configuration.ConfigurationLocationCollection Locations { get => throw null; } - public bool NamespaceDeclared { get => throw null; set { } } - public System.Configuration.ConfigurationSectionGroup RootSectionGroup { get => throw null; } - public void Save() => throw null; - public void Save(System.Configuration.ConfigurationSaveMode saveMode) => throw null; - public void Save(System.Configuration.ConfigurationSaveMode saveMode, bool forceSaveAll) => throw null; - public void SaveAs(string filename) => throw null; - public void SaveAs(string filename, System.Configuration.ConfigurationSaveMode saveMode) => throw null; - public void SaveAs(string filename, System.Configuration.ConfigurationSaveMode saveMode, bool forceSaveAll) => throw null; - public System.Configuration.ConfigurationSectionGroupCollection SectionGroups { get => throw null; } - public System.Configuration.ConfigurationSectionCollection Sections { get => throw null; } - public System.Runtime.Versioning.FrameworkName TargetFramework { get => throw null; set { } } - public System.Func TypeStringTransformer { get => throw null; set { } } - } - public enum ConfigurationAllowDefinition - { - MachineOnly = 0, - MachineToWebRoot = 100, - MachineToApplication = 200, - Everywhere = 300, - } - public enum ConfigurationAllowExeDefinition - { - MachineOnly = 0, - MachineToApplication = 100, - MachineToRoamingUser = 200, - MachineToLocalUser = 300, - } - [System.AttributeUsage((System.AttributeTargets)132)] - public sealed class ConfigurationCollectionAttribute : System.Attribute - { - public string AddItemName { get => throw null; set { } } - public string ClearItemsName { get => throw null; set { } } - public System.Configuration.ConfigurationElementCollectionType CollectionType { get => throw null; set { } } - public ConfigurationCollectionAttribute(System.Type itemType) => throw null; - public System.Type ItemType { get => throw null; } - public string RemoveItemName { get => throw null; set { } } - } - public abstract class ConfigurationConverterBase : System.ComponentModel.TypeConverter - { - public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Type type) => throw null; - public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Type type) => throw null; - protected ConfigurationConverterBase() => throw null; - } - public abstract class ConfigurationElement - { - protected ConfigurationElement() => throw null; - public System.Configuration.Configuration CurrentConfiguration { get => throw null; } - protected virtual void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) => throw null; - public System.Configuration.ElementInformation ElementInformation { get => throw null; } - protected virtual System.Configuration.ConfigurationElementProperty ElementProperty { get => throw null; } - public override bool Equals(object compareTo) => throw null; - protected System.Configuration.ContextInformation EvaluationContext { get => throw null; } - public override int GetHashCode() => throw null; - protected virtual string GetTransformedAssemblyString(string assemblyName) => throw null; - protected virtual string GetTransformedTypeString(string typeName) => throw null; - protected bool HasContext { get => throw null; } - protected virtual void Init() => throw null; - protected virtual void InitializeDefault() => throw null; - protected virtual bool IsModified() => throw null; - public virtual bool IsReadOnly() => throw null; - protected virtual void ListErrors(System.Collections.IList errorList) => throw null; - public System.Configuration.ConfigurationLockCollection LockAllAttributesExcept { get => throw null; } - public System.Configuration.ConfigurationLockCollection LockAllElementsExcept { get => throw null; } - public System.Configuration.ConfigurationLockCollection LockAttributes { get => throw null; } - public System.Configuration.ConfigurationLockCollection LockElements { get => throw null; } - public bool LockItem { get => throw null; set { } } - protected virtual bool OnDeserializeUnrecognizedAttribute(string name, string value) => throw null; - protected virtual bool OnDeserializeUnrecognizedElement(string elementName, System.Xml.XmlReader reader) => throw null; - protected virtual object OnRequiredPropertyNotFound(string name) => throw null; - protected virtual void PostDeserialize() => throw null; - protected virtual void PreSerialize(System.Xml.XmlWriter writer) => throw null; - protected virtual System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - protected virtual void Reset(System.Configuration.ConfigurationElement parentElement) => throw null; - protected virtual void ResetModified() => throw null; - protected virtual bool SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey) => throw null; - protected virtual bool SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName) => throw null; - protected void SetPropertyValue(System.Configuration.ConfigurationProperty prop, object value, bool ignoreLocks) => throw null; - protected virtual void SetReadOnly() => throw null; - protected object this[System.Configuration.ConfigurationProperty prop] { get => throw null; set { } } - protected object this[string propertyName] { get => throw null; set { } } - protected virtual void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) => throw null; - } - public abstract class ConfigurationElementCollection : System.Configuration.ConfigurationElement, System.Collections.ICollection, System.Collections.IEnumerable - { - protected string AddElementName { get => throw null; set { } } - protected virtual void BaseAdd(System.Configuration.ConfigurationElement element) => throw null; - protected void BaseAdd(System.Configuration.ConfigurationElement element, bool throwIfExists) => throw null; - protected virtual void BaseAdd(int index, System.Configuration.ConfigurationElement element) => throw null; - protected void BaseClear() => throw null; - protected System.Configuration.ConfigurationElement BaseGet(object key) => throw null; - protected System.Configuration.ConfigurationElement BaseGet(int index) => throw null; - protected object[] BaseGetAllKeys() => throw null; - protected object BaseGetKey(int index) => throw null; - protected int BaseIndexOf(System.Configuration.ConfigurationElement element) => throw null; - protected bool BaseIsRemoved(object key) => throw null; - protected void BaseRemove(object key) => throw null; - protected void BaseRemoveAt(int index) => throw null; - protected string ClearElementName { get => throw null; set { } } - public virtual System.Configuration.ConfigurationElementCollectionType CollectionType { get => throw null; } - void System.Collections.ICollection.CopyTo(System.Array arr, int index) => throw null; - public void CopyTo(System.Configuration.ConfigurationElement[] array, int index) => throw null; - public int Count { get => throw null; } - protected virtual System.Configuration.ConfigurationElement CreateNewElement(string elementName) => throw null; - protected abstract System.Configuration.ConfigurationElement CreateNewElement(); - protected ConfigurationElementCollection() => throw null; - protected ConfigurationElementCollection(System.Collections.IComparer comparer) => throw null; - protected virtual string ElementName { get => throw null; } - public bool EmitClear { get => throw null; set { } } - public override bool Equals(object compareTo) => throw null; - protected abstract object GetElementKey(System.Configuration.ConfigurationElement element); - public System.Collections.IEnumerator GetEnumerator() => throw null; - public override int GetHashCode() => throw null; - protected virtual bool IsElementName(string elementName) => throw null; - protected virtual bool IsElementRemovable(System.Configuration.ConfigurationElement element) => throw null; - protected override bool IsModified() => throw null; - public override bool IsReadOnly() => throw null; - public bool IsSynchronized { get => throw null; } - protected override bool OnDeserializeUnrecognizedElement(string elementName, System.Xml.XmlReader reader) => throw null; - protected string RemoveElementName { get => throw null; set { } } - protected override void Reset(System.Configuration.ConfigurationElement parentElement) => throw null; - protected override void ResetModified() => throw null; - protected override bool SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey) => throw null; - protected override void SetReadOnly() => throw null; - public object SyncRoot { get => throw null; } - protected virtual bool ThrowOnDuplicate { get => throw null; } - protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) => throw null; - } - public enum ConfigurationElementCollectionType - { - BasicMap = 0, - AddRemoveClearMap = 1, - BasicMapAlternate = 2, - AddRemoveClearMapAlternate = 3, - } - public sealed class ConfigurationElementProperty - { - public ConfigurationElementProperty(System.Configuration.ConfigurationValidatorBase validator) => throw null; - public System.Configuration.ConfigurationValidatorBase Validator { get => throw null; } - } - public class ConfigurationErrorsException : System.Configuration.ConfigurationException - { - public ConfigurationErrorsException(string message, System.Exception inner, string filename, int line) => throw null; - public ConfigurationErrorsException() => throw null; - public ConfigurationErrorsException(string message) => throw null; - public ConfigurationErrorsException(string message, System.Exception inner) => throw null; - public ConfigurationErrorsException(string message, string filename, int line) => throw null; - public ConfigurationErrorsException(string message, System.Xml.XmlNode node) => throw null; - public ConfigurationErrorsException(string message, System.Exception inner, System.Xml.XmlNode node) => throw null; - public ConfigurationErrorsException(string message, System.Xml.XmlReader reader) => throw null; - public ConfigurationErrorsException(string message, System.Exception inner, System.Xml.XmlReader reader) => throw null; - protected ConfigurationErrorsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public System.Collections.ICollection Errors { get => throw null; } - public override string Filename { get => throw null; } - public static string GetFilename(System.Xml.XmlNode node) => throw null; - public static string GetFilename(System.Xml.XmlReader reader) => throw null; - public static int GetLineNumber(System.Xml.XmlNode node) => throw null; - public static int GetLineNumber(System.Xml.XmlReader reader) => throw null; - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public override int Line { get => throw null; } - public override string Message { get => throw null; } - } - public class ConfigurationException : System.SystemException - { - public virtual string BareMessage { get => throw null; } - protected ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public ConfigurationException() => throw null; - public ConfigurationException(string message) => throw null; - public ConfigurationException(string message, System.Exception inner) => throw null; - public ConfigurationException(string message, System.Xml.XmlNode node) => throw null; - public ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node) => throw null; - public ConfigurationException(string message, string filename, int line) => throw null; - public ConfigurationException(string message, System.Exception inner, string filename, int line) => throw null; - public virtual string Filename { get => throw null; } - public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public static string GetXmlNodeFilename(System.Xml.XmlNode node) => throw null; - public static int GetXmlNodeLineNumber(System.Xml.XmlNode node) => throw null; - public virtual int Line { get => throw null; } - public override string Message { get => throw null; } - } - public class ConfigurationFileMap : System.ICloneable - { - public virtual object Clone() => throw null; - public ConfigurationFileMap() => throw null; - public ConfigurationFileMap(string machineConfigFilename) => throw null; - public string MachineConfigFilename { get => throw null; set { } } - } - public class ConfigurationLocation - { - public System.Configuration.Configuration OpenConfiguration() => throw null; - public string Path { get => throw null; } - } - public class ConfigurationLocationCollection : System.Collections.ReadOnlyCollectionBase - { - public System.Configuration.ConfigurationLocation this[int index] { get => throw null; } - } - public sealed class ConfigurationLockCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - public void Add(string name) => throw null; - public string AttributeList { get => throw null; } - public void Clear() => throw null; - public bool Contains(string name) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public void CopyTo(string[] array, int index) => throw null; - public int Count { get => throw null; } - public System.Collections.IEnumerator GetEnumerator() => throw null; - public bool HasParentElements { get => throw null; } - public bool IsModified { get => throw null; } - public bool IsReadOnly(string name) => throw null; - public bool IsSynchronized { get => throw null; } - public void Remove(string name) => throw null; - public void SetFromList(string attributeList) => throw null; - public object SyncRoot { get => throw null; } - } - public static class ConfigurationManager - { - public static System.Collections.Specialized.NameValueCollection AppSettings { get => throw null; } - public static System.Configuration.ConnectionStringSettingsCollection ConnectionStrings { get => throw null; } - public static object GetSection(string sectionName) => throw null; - public static System.Configuration.Configuration OpenExeConfiguration(System.Configuration.ConfigurationUserLevel userLevel) => throw null; - public static System.Configuration.Configuration OpenExeConfiguration(string exePath) => throw null; - public static System.Configuration.Configuration OpenMachineConfiguration() => throw null; - public static System.Configuration.Configuration OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap fileMap, System.Configuration.ConfigurationUserLevel userLevel) => throw null; - public static System.Configuration.Configuration OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap fileMap, System.Configuration.ConfigurationUserLevel userLevel, bool preLoad) => throw null; - public static System.Configuration.Configuration OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap fileMap) => throw null; - public static void RefreshSection(string sectionName) => throw null; - } - public sealed class ConfigurationProperty - { - public System.ComponentModel.TypeConverter Converter { get => throw null; } - public ConfigurationProperty(string name, System.Type type) => throw null; - public ConfigurationProperty(string name, System.Type type, object defaultValue) => throw null; - public ConfigurationProperty(string name, System.Type type, object defaultValue, System.Configuration.ConfigurationPropertyOptions options) => throw null; - public ConfigurationProperty(string name, System.Type type, object defaultValue, System.ComponentModel.TypeConverter typeConverter, System.Configuration.ConfigurationValidatorBase validator, System.Configuration.ConfigurationPropertyOptions options) => throw null; - public ConfigurationProperty(string name, System.Type type, object defaultValue, System.ComponentModel.TypeConverter typeConverter, System.Configuration.ConfigurationValidatorBase validator, System.Configuration.ConfigurationPropertyOptions options, string description) => throw null; - public object DefaultValue { get => throw null; } - public string Description { get => throw null; } - public bool IsAssemblyStringTransformationRequired { get => throw null; } - public bool IsDefaultCollection { get => throw null; } - public bool IsKey { get => throw null; } - public bool IsRequired { get => throw null; } - public bool IsTypeStringTransformationRequired { get => throw null; } - public bool IsVersionCheckRequired { get => throw null; } - public string Name { get => throw null; } - public System.Type Type { get => throw null; } - public System.Configuration.ConfigurationValidatorBase Validator { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class ConfigurationPropertyAttribute : System.Attribute - { - public ConfigurationPropertyAttribute(string name) => throw null; - public object DefaultValue { get => throw null; set { } } - public bool IsDefaultCollection { get => throw null; set { } } - public bool IsKey { get => throw null; set { } } - public bool IsRequired { get => throw null; set { } } - public string Name { get => throw null; } - public System.Configuration.ConfigurationPropertyOptions Options { get => throw null; set { } } - } - public class ConfigurationPropertyCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - public void Add(System.Configuration.ConfigurationProperty property) => throw null; - public void Clear() => throw null; - public bool Contains(string name) => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public void CopyTo(System.Configuration.ConfigurationProperty[] array, int index) => throw null; - public int Count { get => throw null; } - public ConfigurationPropertyCollection() => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - public bool IsSynchronized { get => throw null; } - public bool Remove(string name) => throw null; - public object SyncRoot { get => throw null; } - public System.Configuration.ConfigurationProperty this[string name] { get => throw null; } - } - [System.Flags] - public enum ConfigurationPropertyOptions - { - None = 0, - IsDefaultCollection = 1, - IsRequired = 2, - IsKey = 4, - IsTypeStringTransformationRequired = 8, - IsAssemblyStringTransformationRequired = 16, - IsVersionCheckRequired = 32, - } - public enum ConfigurationSaveMode - { - Modified = 0, - Minimal = 1, - Full = 2, - } - public abstract class ConfigurationSection : System.Configuration.ConfigurationElement - { - protected ConfigurationSection() => throw null; - protected virtual void DeserializeSection(System.Xml.XmlReader reader) => throw null; - protected virtual object GetRuntimeObject() => throw null; - protected override bool IsModified() => throw null; - protected override void ResetModified() => throw null; - public System.Configuration.SectionInformation SectionInformation { get => throw null; } - protected virtual string SerializeSection(System.Configuration.ConfigurationElement parentElement, string name, System.Configuration.ConfigurationSaveMode saveMode) => throw null; - protected virtual bool ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement element, string elementName, System.Runtime.Versioning.FrameworkName targetFramework) => throw null; - protected virtual bool ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty property, string propertyName, System.Runtime.Versioning.FrameworkName targetFramework, System.Configuration.ConfigurationElement parentConfigurationElement) => throw null; - protected virtual bool ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName targetFramework) => throw null; - } - public sealed class ConfigurationSectionCollection : System.Collections.Specialized.NameObjectCollectionBase - { - public void Add(string name, System.Configuration.ConfigurationSection section) => throw null; - public void Clear() => throw null; - public void CopyTo(System.Configuration.ConfigurationSection[] array, int index) => throw null; - public System.Configuration.ConfigurationSection Get(int index) => throw null; - public System.Configuration.ConfigurationSection Get(string name) => throw null; - public override System.Collections.IEnumerator GetEnumerator() => throw null; - public string GetKey(int index) => throw null; - public void Remove(string name) => throw null; - public void RemoveAt(int index) => throw null; - public System.Configuration.ConfigurationSection this[string name] { get => throw null; } - public System.Configuration.ConfigurationSection this[int index] { get => throw null; } - } - public class ConfigurationSectionGroup - { - public ConfigurationSectionGroup() => throw null; - public void ForceDeclaration() => throw null; - public void ForceDeclaration(bool force) => throw null; - public bool IsDeclarationRequired { get => throw null; } - public bool IsDeclared { get => throw null; } - public string Name { get => throw null; } - public string SectionGroupName { get => throw null; } - public System.Configuration.ConfigurationSectionGroupCollection SectionGroups { get => throw null; } - public System.Configuration.ConfigurationSectionCollection Sections { get => throw null; } - protected virtual bool ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName targetFramework) => throw null; - public string Type { get => throw null; set { } } - } - public sealed class ConfigurationSectionGroupCollection : System.Collections.Specialized.NameObjectCollectionBase - { - public void Add(string name, System.Configuration.ConfigurationSectionGroup sectionGroup) => throw null; - public void Clear() => throw null; - public void CopyTo(System.Configuration.ConfigurationSectionGroup[] array, int index) => throw null; - public System.Configuration.ConfigurationSectionGroup Get(int index) => throw null; - public System.Configuration.ConfigurationSectionGroup Get(string name) => throw null; - public override System.Collections.IEnumerator GetEnumerator() => throw null; - public string GetKey(int index) => throw null; - public void Remove(string name) => throw null; - public void RemoveAt(int index) => throw null; - public System.Configuration.ConfigurationSectionGroup this[string name] { get => throw null; } - public System.Configuration.ConfigurationSectionGroup this[int index] { get => throw null; } - } - public sealed class ConfigurationSettings - { - public static System.Collections.Specialized.NameValueCollection AppSettings { get => throw null; } - public static object GetConfig(string sectionName) => throw null; - } - public enum ConfigurationUserLevel - { - None = 0, - PerUserRoaming = 10, - PerUserRoamingAndLocal = 20, - } - [System.AttributeUsage((System.AttributeTargets)128)] - public class ConfigurationValidatorAttribute : System.Attribute - { - protected ConfigurationValidatorAttribute() => throw null; - public ConfigurationValidatorAttribute(System.Type validator) => throw null; - public virtual System.Configuration.ConfigurationValidatorBase ValidatorInstance { get => throw null; } - public System.Type ValidatorType { get => throw null; } - } - public abstract class ConfigurationValidatorBase - { - public virtual bool CanValidate(System.Type type) => throw null; - protected ConfigurationValidatorBase() => throw null; - public abstract void Validate(object value); - } - public sealed class ConfigXmlDocument : System.Xml.XmlDocument, System.Configuration.Internal.IConfigErrorInfo - { - public override System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string namespaceUri) => throw null; - public override System.Xml.XmlCDataSection CreateCDataSection(string data) => throw null; - public override System.Xml.XmlComment CreateComment(string data) => throw null; - public override System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceUri) => throw null; - public override System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace(string data) => throw null; - public override System.Xml.XmlText CreateTextNode(string text) => throw null; - public override System.Xml.XmlWhitespace CreateWhitespace(string data) => throw null; - public ConfigXmlDocument() => throw null; - public string Filename { get => throw null; } - string System.Configuration.Internal.IConfigErrorInfo.Filename { get => throw null; } - int System.Configuration.Internal.IConfigErrorInfo.LineNumber { get => throw null; } - public int LineNumber { get => throw null; } - public override void Load(string filename) => throw null; - public void LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader) => throw null; - } - public sealed class ConnectionStringSettings : System.Configuration.ConfigurationElement - { - public string ConnectionString { get => throw null; set { } } - public ConnectionStringSettings() => throw null; - public ConnectionStringSettings(string name, string connectionString) => throw null; - public ConnectionStringSettings(string name, string connectionString, string providerName) => throw null; - public string Name { get => throw null; set { } } - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public string ProviderName { get => throw null; set { } } - public override string ToString() => throw null; - } - public sealed class ConnectionStringSettingsCollection : System.Configuration.ConfigurationElementCollection - { - public void Add(System.Configuration.ConnectionStringSettings settings) => throw null; - protected override void BaseAdd(int index, System.Configuration.ConfigurationElement element) => throw null; - public void Clear() => throw null; - protected override System.Configuration.ConfigurationElement CreateNewElement() => throw null; - public ConnectionStringSettingsCollection() => throw null; - protected override object GetElementKey(System.Configuration.ConfigurationElement element) => throw null; - public int IndexOf(System.Configuration.ConnectionStringSettings settings) => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public void Remove(System.Configuration.ConnectionStringSettings settings) => throw null; - public void Remove(string name) => throw null; - public void RemoveAt(int index) => throw null; - public System.Configuration.ConnectionStringSettings this[int index] { get => throw null; set { } } - public System.Configuration.ConnectionStringSettings this[string name] { get => throw null; } - } - public sealed class ConnectionStringsSection : System.Configuration.ConfigurationSection - { - public System.Configuration.ConnectionStringSettingsCollection ConnectionStrings { get => throw null; } - public ConnectionStringsSection() => throw null; - protected override object GetRuntimeObject() => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - } - public sealed class ContextInformation - { - public object GetSection(string sectionName) => throw null; - public object HostingContext { get => throw null; } - public bool IsMachineLevel { get => throw null; } - } - public sealed class DefaultSection : System.Configuration.ConfigurationSection - { - public DefaultSection() => throw null; - protected override void DeserializeSection(System.Xml.XmlReader xmlReader) => throw null; - protected override bool IsModified() => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - protected override void Reset(System.Configuration.ConfigurationElement parentSection) => throw null; - protected override void ResetModified() => throw null; - protected override string SerializeSection(System.Configuration.ConfigurationElement parentSection, string name, System.Configuration.ConfigurationSaveMode saveMode) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class DefaultSettingValueAttribute : System.Attribute - { - public DefaultSettingValueAttribute(string value) => throw null; - public string Value { get => throw null; } - } - public sealed class DefaultValidator : System.Configuration.ConfigurationValidatorBase - { - public override bool CanValidate(System.Type type) => throw null; - public DefaultValidator() => throw null; - public override void Validate(object value) => throw null; - } - public class DictionarySectionHandler : System.Configuration.IConfigurationSectionHandler - { - public virtual object Create(object parent, object context, System.Xml.XmlNode section) => throw null; - public DictionarySectionHandler() => throw null; - protected virtual string KeyAttributeName { get => throw null; } - protected virtual string ValueAttributeName { get => throw null; } - } - public sealed class DpapiProtectedConfigurationProvider : System.Configuration.ProtectedConfigurationProvider - { - public DpapiProtectedConfigurationProvider() => throw null; - public override System.Xml.XmlNode Decrypt(System.Xml.XmlNode encryptedNode) => throw null; - public override System.Xml.XmlNode Encrypt(System.Xml.XmlNode node) => throw null; - public override void Initialize(string name, System.Collections.Specialized.NameValueCollection configurationValues) => throw null; - public bool UseMachineProtection { get => throw null; } - } - public sealed class ElementInformation - { - public System.Collections.ICollection Errors { get => throw null; } - public bool IsCollection { get => throw null; } - public bool IsLocked { get => throw null; } - public bool IsPresent { get => throw null; } - public int LineNumber { get => throw null; } - public System.Configuration.PropertyInformationCollection Properties { get => throw null; } - public string Source { get => throw null; } - public System.Type Type { get => throw null; } - public System.Configuration.ConfigurationValidatorBase Validator { get => throw null; } - } - public sealed class ExeConfigurationFileMap : System.Configuration.ConfigurationFileMap - { - public override object Clone() => throw null; - public ExeConfigurationFileMap() => throw null; - public ExeConfigurationFileMap(string machineConfigFileName) => throw null; - public string ExeConfigFilename { get => throw null; set { } } - public string LocalUserConfigFilename { get => throw null; set { } } - public string RoamingUserConfigFilename { get => throw null; set { } } - } - public sealed class ExeContext - { - public string ExePath { get => throw null; } - public System.Configuration.ConfigurationUserLevel UserLevel { get => throw null; } - } - public sealed class GenericEnumConverter : System.Configuration.ConfigurationConverterBase - { - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) => throw null; - public GenericEnumConverter(System.Type typeEnum) => throw null; - } - public interface IApplicationSettingsProvider - { - System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property); - void Reset(System.Configuration.SettingsContext context); - void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties); - } - public interface IConfigurationSectionHandler - { - object Create(object parent, object configContext, System.Xml.XmlNode section); - } - public interface IConfigurationSystem - { - object GetConfig(string configKey); - void Init(); - } - public sealed class IdnElement : System.Configuration.ConfigurationElement - { - public IdnElement() => throw null; - public System.UriIdnScope Enabled { get => throw null; set { } } - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - } - public sealed class IgnoreSection : System.Configuration.ConfigurationSection - { - public IgnoreSection() => throw null; - protected override void DeserializeSection(System.Xml.XmlReader xmlReader) => throw null; - protected override bool IsModified() => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - protected override void Reset(System.Configuration.ConfigurationElement parentSection) => throw null; - protected override void ResetModified() => throw null; - protected override string SerializeSection(System.Configuration.ConfigurationElement parentSection, string name, System.Configuration.ConfigurationSaveMode saveMode) => throw null; - } - public class IgnoreSectionHandler : System.Configuration.IConfigurationSectionHandler - { - public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) => throw null; - public IgnoreSectionHandler() => throw null; - } - public sealed class InfiniteIntConverter : System.Configuration.ConfigurationConverterBase - { - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) => throw null; - public InfiniteIntConverter() => throw null; - } - public sealed class InfiniteTimeSpanConverter : System.Configuration.ConfigurationConverterBase - { - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) => throw null; - public InfiniteTimeSpanConverter() => throw null; - } - public class IntegerValidator : System.Configuration.ConfigurationValidatorBase - { - public override bool CanValidate(System.Type type) => throw null; - public IntegerValidator(int minValue, int maxValue) => throw null; - public IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive) => throw null; - public IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive, int resolution) => throw null; - public override void Validate(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class IntegerValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute - { - public IntegerValidatorAttribute() => throw null; - public bool ExcludeRange { get => throw null; set { } } - public int MaxValue { get => throw null; set { } } - public int MinValue { get => throw null; set { } } - public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get => throw null; } - } - namespace Internal - { - public class DelegatingConfigHost : System.Configuration.Internal.IInternalConfigHost - { - public virtual object CreateConfigurationContext(string configPath, string locationSubPath) => throw null; - public virtual object CreateDeprecatedConfigContext(string configPath) => throw null; - protected DelegatingConfigHost() => throw null; - public virtual string DecryptSection(string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection) => throw null; - public virtual void DeleteStream(string streamName) => throw null; - public virtual string EncryptSection(string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection) => throw null; - public virtual string GetConfigPathFromLocationSubPath(string configPath, string locationSubPath) => throw null; - public virtual System.Type GetConfigType(string typeName, bool throwOnError) => throw null; - public virtual string GetConfigTypeName(System.Type t) => throw null; - public virtual void GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord configRecord, out System.Security.PermissionSet permissionSet, out bool isHostReady) => throw null; - public virtual string GetStreamName(string configPath) => throw null; - public virtual string GetStreamNameForConfigSource(string streamName, string configSource) => throw null; - public virtual object GetStreamVersion(string streamName) => throw null; - public virtual bool HasLocalConfig { get => throw null; } - public virtual bool HasRoamingConfig { get => throw null; } - protected System.Configuration.Internal.IInternalConfigHost Host { get => throw null; set { } } - public virtual System.IDisposable Impersonate() => throw null; - public virtual void Init(System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitParams) => throw null; - public virtual void InitForConfiguration(ref string locationSubPath, out string configPath, out string locationConfigPath, System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitConfigurationParams) => throw null; - public virtual bool IsAboveApplication(string configPath) => throw null; - public virtual bool IsAppConfigHttp { get => throw null; } - public virtual bool IsConfigRecordRequired(string configPath) => throw null; - public virtual bool IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition) => throw null; - public virtual bool IsFile(string streamName) => throw null; - public virtual bool IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord) => throw null; - public virtual bool IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord) => throw null; - public virtual bool IsLocationApplicable(string configPath) => throw null; - public virtual bool IsRemote { get => throw null; } - public virtual bool IsSecondaryRoot(string configPath) => throw null; - public virtual bool IsTrustedConfigPath(string configPath) => throw null; - public virtual System.IO.Stream OpenStreamForRead(string streamName) => throw null; - public virtual System.IO.Stream OpenStreamForRead(string streamName, bool assertPermissions) => throw null; - public virtual System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext) => throw null; - public virtual System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext, bool assertPermissions) => throw null; - public virtual bool PrefetchAll(string configPath, string streamName) => throw null; - public virtual bool PrefetchSection(string sectionGroupName, string sectionName) => throw null; - public virtual void RefreshConfigPaths() => throw null; - public virtual void RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord configRecord) => throw null; - public virtual object StartMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback) => throw null; - public virtual void StopMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback) => throw null; - public virtual bool SupportsChangeNotifications { get => throw null; } - public virtual bool SupportsLocation { get => throw null; } - public virtual bool SupportsPath { get => throw null; } - public virtual bool SupportsRefresh { get => throw null; } - public virtual void VerifyDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition, System.Configuration.Internal.IConfigErrorInfo errorInfo) => throw null; - public virtual void WriteCompleted(string streamName, bool success, object writeContext) => throw null; - public virtual void WriteCompleted(string streamName, bool success, object writeContext, bool assertPermissions) => throw null; - } - public interface IConfigErrorInfo - { - string Filename { get; } - int LineNumber { get; } - } - public interface IConfigSystem - { - System.Configuration.Internal.IInternalConfigHost Host { get; } - void Init(System.Type typeConfigHost, params object[] hostInitParams); - System.Configuration.Internal.IInternalConfigRoot Root { get; } - } - public interface IConfigurationManagerHelper - { - void EnsureNetConfigLoaded(); - } - public interface IConfigurationManagerInternal - { - string ApplicationConfigUri { get; } - string ExeLocalConfigDirectory { get; } - string ExeLocalConfigPath { get; } - string ExeProductName { get; } - string ExeProductVersion { get; } - string ExeRoamingConfigDirectory { get; } - string ExeRoamingConfigPath { get; } - string MachineConfigPath { get; } - bool SetConfigurationSystemInProgress { get; } - bool SupportsUserConfig { get; } - string UserConfigFilename { get; } - } - public interface IInternalConfigClientHost - { - string GetExeConfigPath(); - string GetLocalUserConfigPath(); - string GetRoamingUserConfigPath(); - bool IsExeConfig(string configPath); - bool IsLocalUserConfig(string configPath); - bool IsRoamingUserConfig(string configPath); - } - public interface IInternalConfigConfigurationFactory - { - System.Configuration.Configuration Create(System.Type typeConfigHost, params object[] hostInitConfigurationParams); - string NormalizeLocationSubPath(string subPath, System.Configuration.Internal.IConfigErrorInfo errorInfo); - } - public interface IInternalConfigHost - { - object CreateConfigurationContext(string configPath, string locationSubPath); - object CreateDeprecatedConfigContext(string configPath); - string DecryptSection(string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection); - void DeleteStream(string streamName); - string EncryptSection(string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection); - string GetConfigPathFromLocationSubPath(string configPath, string locationSubPath); - System.Type GetConfigType(string typeName, bool throwOnError); - string GetConfigTypeName(System.Type t); - void GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord configRecord, out System.Security.PermissionSet permissionSet, out bool isHostReady); - string GetStreamName(string configPath); - string GetStreamNameForConfigSource(string streamName, string configSource); - object GetStreamVersion(string streamName); - System.IDisposable Impersonate(); - void Init(System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitParams); - void InitForConfiguration(ref string locationSubPath, out string configPath, out string locationConfigPath, System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitConfigurationParams); - bool IsAboveApplication(string configPath); - bool IsConfigRecordRequired(string configPath); - bool IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition); - bool IsFile(string streamName); - bool IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord); - bool IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord); - bool IsLocationApplicable(string configPath); - bool IsRemote { get; } - bool IsSecondaryRoot(string configPath); - bool IsTrustedConfigPath(string configPath); - System.IO.Stream OpenStreamForRead(string streamName); - System.IO.Stream OpenStreamForRead(string streamName, bool assertPermissions); - System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext); - System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext, bool assertPermissions); - bool PrefetchAll(string configPath, string streamName); - bool PrefetchSection(string sectionGroupName, string sectionName); - void RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord configRecord); - object StartMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback); - void StopMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback); - bool SupportsChangeNotifications { get; } - bool SupportsLocation { get; } - bool SupportsPath { get; } - bool SupportsRefresh { get; } - void VerifyDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition, System.Configuration.Internal.IConfigErrorInfo errorInfo); - void WriteCompleted(string streamName, bool success, object writeContext); - void WriteCompleted(string streamName, bool success, object writeContext, bool assertPermissions); - } - public interface IInternalConfigRecord - { - string ConfigPath { get; } - object GetLkgSection(string configKey); - object GetSection(string configKey); - bool HasInitErrors { get; } - void RefreshSection(string configKey); - void Remove(); - string StreamName { get; } - void ThrowIfInitErrors(); - } - public interface IInternalConfigRoot - { - event System.Configuration.Internal.InternalConfigEventHandler ConfigChanged; - event System.Configuration.Internal.InternalConfigEventHandler ConfigRemoved; - System.Configuration.Internal.IInternalConfigRecord GetConfigRecord(string configPath); - object GetSection(string section, string configPath); - string GetUniqueConfigPath(string configPath); - System.Configuration.Internal.IInternalConfigRecord GetUniqueConfigRecord(string configPath); - void Init(System.Configuration.Internal.IInternalConfigHost host, bool isDesignTime); - bool IsDesignTime { get; } - void RemoveConfig(string configPath); - } - public interface IInternalConfigSettingsFactory - { - void CompleteInit(); - void SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem internalConfigSystem, bool initComplete); - } - public interface IInternalConfigSystem - { - object GetSection(string configKey); - void RefreshConfig(string sectionName); - bool SupportsUserConfig { get; } - } - public sealed class InternalConfigEventArgs : System.EventArgs - { - public string ConfigPath { get => throw null; set { } } - public InternalConfigEventArgs(string configPath) => throw null; - } - public delegate void InternalConfigEventHandler(object sender, System.Configuration.Internal.InternalConfigEventArgs e); - public delegate void StreamChangeCallback(string streamName); - } - public interface IPersistComponentSettings - { - void LoadComponentSettings(); - void ResetComponentSettings(); - void SaveComponentSettings(); - bool SaveSettings { get; set; } - string SettingsKey { get; set; } - } - public sealed class IriParsingElement : System.Configuration.ConfigurationElement - { - public IriParsingElement() => throw null; - public bool Enabled { get => throw null; set { } } - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - } - public interface ISettingsProviderService - { - System.Configuration.SettingsProvider GetSettingsProvider(System.Configuration.SettingsProperty property); - } - public class KeyValueConfigurationCollection : System.Configuration.ConfigurationElementCollection - { - public void Add(System.Configuration.KeyValueConfigurationElement keyValue) => throw null; - public void Add(string key, string value) => throw null; - public string[] AllKeys { get => throw null; } - public void Clear() => throw null; - protected override System.Configuration.ConfigurationElement CreateNewElement() => throw null; - public KeyValueConfigurationCollection() => throw null; - protected override object GetElementKey(System.Configuration.ConfigurationElement element) => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public void Remove(string key) => throw null; - public System.Configuration.KeyValueConfigurationElement this[string key] { get => throw null; } - protected override bool ThrowOnDuplicate { get => throw null; } - } - public class KeyValueConfigurationElement : System.Configuration.ConfigurationElement - { - public KeyValueConfigurationElement(string key, string value) => throw null; - protected override void Init() => throw null; - public string Key { get => throw null; } - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public string Value { get => throw null; set { } } - } - public class LocalFileSettingsProvider : System.Configuration.SettingsProvider, System.Configuration.IApplicationSettingsProvider - { - public override string ApplicationName { get => throw null; set { } } - public LocalFileSettingsProvider() => throw null; - public System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property) => throw null; - public override System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) => throw null; - public override void Initialize(string name, System.Collections.Specialized.NameValueCollection values) => throw null; - public void Reset(System.Configuration.SettingsContext context) => throw null; - public override void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values) => throw null; - public void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) => throw null; - } - public class LongValidator : System.Configuration.ConfigurationValidatorBase - { - public override bool CanValidate(System.Type type) => throw null; - public LongValidator(long minValue, long maxValue) => throw null; - public LongValidator(long minValue, long maxValue, bool rangeIsExclusive) => throw null; - public LongValidator(long minValue, long maxValue, bool rangeIsExclusive, long resolution) => throw null; - public override void Validate(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class LongValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute - { - public LongValidatorAttribute() => throw null; - public bool ExcludeRange { get => throw null; set { } } - public long MaxValue { get => throw null; set { } } - public long MinValue { get => throw null; set { } } - public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get => throw null; } - } - public sealed class NameValueConfigurationCollection : System.Configuration.ConfigurationElementCollection - { - public void Add(System.Configuration.NameValueConfigurationElement nameValue) => throw null; - public string[] AllKeys { get => throw null; } - public void Clear() => throw null; - protected override System.Configuration.ConfigurationElement CreateNewElement() => throw null; - public NameValueConfigurationCollection() => throw null; - protected override object GetElementKey(System.Configuration.ConfigurationElement element) => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public void Remove(System.Configuration.NameValueConfigurationElement nameValue) => throw null; - public void Remove(string name) => throw null; - public System.Configuration.NameValueConfigurationElement this[string name] { get => throw null; set { } } - } - public sealed class NameValueConfigurationElement : System.Configuration.ConfigurationElement - { - public NameValueConfigurationElement(string name, string value) => throw null; - public string Name { get => throw null; } - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public string Value { get => throw null; set { } } - } - public class NameValueFileSectionHandler : System.Configuration.IConfigurationSectionHandler - { - public object Create(object parent, object configContext, System.Xml.XmlNode section) => throw null; - public NameValueFileSectionHandler() => throw null; - } - public class NameValueSectionHandler : System.Configuration.IConfigurationSectionHandler - { - public object Create(object parent, object context, System.Xml.XmlNode section) => throw null; - public NameValueSectionHandler() => throw null; - protected virtual string KeyAttributeName { get => throw null; } - protected virtual string ValueAttributeName { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class NoSettingsVersionUpgradeAttribute : System.Attribute - { - public NoSettingsVersionUpgradeAttribute() => throw null; - } - public enum OverrideMode - { - Inherit = 0, - Allow = 1, - Deny = 2, - } - public class PositiveTimeSpanValidator : System.Configuration.ConfigurationValidatorBase - { - public override bool CanValidate(System.Type type) => throw null; - public PositiveTimeSpanValidator() => throw null; - public override void Validate(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class PositiveTimeSpanValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute - { - public PositiveTimeSpanValidatorAttribute() => throw null; - public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get => throw null; } - } - public sealed class PropertyInformation - { - public System.ComponentModel.TypeConverter Converter { get => throw null; } - public object DefaultValue { get => throw null; } - public string Description { get => throw null; } - public bool IsKey { get => throw null; } - public bool IsLocked { get => throw null; } - public bool IsModified { get => throw null; } - public bool IsRequired { get => throw null; } - public int LineNumber { get => throw null; } - public string Name { get => throw null; } - public string Source { get => throw null; } - public System.Type Type { get => throw null; } - public System.Configuration.ConfigurationValidatorBase Validator { get => throw null; } - public object Value { get => throw null; set { } } - public System.Configuration.PropertyValueOrigin ValueOrigin { get => throw null; } - } - public sealed class PropertyInformationCollection : System.Collections.Specialized.NameObjectCollectionBase - { - public void CopyTo(System.Configuration.PropertyInformation[] array, int index) => throw null; - public override System.Collections.IEnumerator GetEnumerator() => throw null; - public System.Configuration.PropertyInformation this[string propertyName] { get => throw null; } - } - public enum PropertyValueOrigin - { - Default = 0, - Inherited = 1, - SetHere = 2, - } - public static class ProtectedConfiguration - { - public const string DataProtectionProviderName = default; - public static string DefaultProvider { get => throw null; } - public const string ProtectedDataSectionName = default; - public static System.Configuration.ProtectedConfigurationProviderCollection Providers { get => throw null; } - public const string RsaProviderName = default; - } - public abstract class ProtectedConfigurationProvider : System.Configuration.Provider.ProviderBase - { - protected ProtectedConfigurationProvider() => throw null; - public abstract System.Xml.XmlNode Decrypt(System.Xml.XmlNode encryptedNode); - public abstract System.Xml.XmlNode Encrypt(System.Xml.XmlNode node); - } - public class ProtectedConfigurationProviderCollection : System.Configuration.Provider.ProviderCollection - { - public override void Add(System.Configuration.Provider.ProviderBase provider) => throw null; - public ProtectedConfigurationProviderCollection() => throw null; - public System.Configuration.ProtectedConfigurationProvider this[string name] { get => throw null; } - } - public sealed class ProtectedConfigurationSection : System.Configuration.ConfigurationSection - { - public ProtectedConfigurationSection() => throw null; - public string DefaultProvider { get => throw null; set { } } - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public System.Configuration.ProviderSettingsCollection Providers { get => throw null; } - } - public class ProtectedProviderSettings : System.Configuration.ConfigurationElement - { - public ProtectedProviderSettings() => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public System.Configuration.ProviderSettingsCollection Providers { get => throw null; } - } - namespace Provider - { - public abstract class ProviderBase - { - protected ProviderBase() => throw null; - public virtual string Description { get => throw null; } - public virtual void Initialize(string name, System.Collections.Specialized.NameValueCollection config) => throw null; - public virtual string Name { get => throw null; } - } - public class ProviderCollection : System.Collections.ICollection, System.Collections.IEnumerable - { - public virtual void Add(System.Configuration.Provider.ProviderBase provider) => throw null; - public void Clear() => throw null; - void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; - public void CopyTo(System.Configuration.Provider.ProviderBase[] array, int index) => throw null; - public int Count { get => throw null; } - public ProviderCollection() => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - public bool IsSynchronized { get => throw null; } - public void Remove(string name) => throw null; - public void SetReadOnly() => throw null; - public object SyncRoot { get => throw null; } - public System.Configuration.Provider.ProviderBase this[string name] { get => throw null; } - } - public class ProviderException : System.Exception - { - public ProviderException() => throw null; - public ProviderException(string message) => throw null; - public ProviderException(string message, System.Exception innerException) => throw null; - protected ProviderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - } - } - public sealed class ProviderSettings : System.Configuration.ConfigurationElement - { - public ProviderSettings() => throw null; - public ProviderSettings(string name, string type) => throw null; - protected override bool IsModified() => throw null; - public string Name { get => throw null; set { } } - protected override bool OnDeserializeUnrecognizedAttribute(string name, string value) => throw null; - public System.Collections.Specialized.NameValueCollection Parameters { get => throw null; } - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - protected override void Reset(System.Configuration.ConfigurationElement parentElement) => throw null; - public string Type { get => throw null; set { } } - protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) => throw null; - } - public sealed class ProviderSettingsCollection : System.Configuration.ConfigurationElementCollection - { - public void Add(System.Configuration.ProviderSettings provider) => throw null; - public void Clear() => throw null; - protected override System.Configuration.ConfigurationElement CreateNewElement() => throw null; - public ProviderSettingsCollection() => throw null; - protected override object GetElementKey(System.Configuration.ConfigurationElement element) => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public void Remove(string name) => throw null; - public System.Configuration.ProviderSettings this[string key] { get => throw null; } - public System.Configuration.ProviderSettings this[int index] { get => throw null; set { } } - } - public class RegexStringValidator : System.Configuration.ConfigurationValidatorBase - { - public override bool CanValidate(System.Type type) => throw null; - public RegexStringValidator(string regex) => throw null; - public override void Validate(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class RegexStringValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute - { - public RegexStringValidatorAttribute(string regex) => throw null; - public string Regex { get => throw null; } - public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get => throw null; } - } - public sealed class RsaProtectedConfigurationProvider : System.Configuration.ProtectedConfigurationProvider - { - public void AddKey(int keySize, bool exportable) => throw null; - public string CspProviderName { get => throw null; } - public RsaProtectedConfigurationProvider() => throw null; - public override System.Xml.XmlNode Decrypt(System.Xml.XmlNode encryptedNode) => throw null; - public void DeleteKey() => throw null; - public override System.Xml.XmlNode Encrypt(System.Xml.XmlNode node) => throw null; - public void ExportKey(string xmlFileName, bool includePrivateParameters) => throw null; - public void ImportKey(string xmlFileName, bool exportable) => throw null; - public string KeyContainerName { get => throw null; } - public System.Security.Cryptography.RSAParameters RsaPublicKey { get => throw null; } - public bool UseFIPS { get => throw null; } - public bool UseMachineContainer { get => throw null; } - public bool UseOAEP { get => throw null; } - } - public sealed class SchemeSettingElement : System.Configuration.ConfigurationElement - { - public SchemeSettingElement() => throw null; - public System.GenericUriParserOptions GenericUriParserOptions { get => throw null; } - public string Name { get => throw null; } - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - } - public sealed class SchemeSettingElementCollection : System.Configuration.ConfigurationElementCollection - { - public override System.Configuration.ConfigurationElementCollectionType CollectionType { get => throw null; } - protected override System.Configuration.ConfigurationElement CreateNewElement() => throw null; - public SchemeSettingElementCollection() => throw null; - protected override object GetElementKey(System.Configuration.ConfigurationElement element) => throw null; - public int IndexOf(System.Configuration.SchemeSettingElement element) => throw null; - public System.Configuration.SchemeSettingElement this[int index] { get => throw null; } - public System.Configuration.SchemeSettingElement this[string name] { get => throw null; } - } - public sealed class SectionInformation - { - public System.Configuration.ConfigurationAllowDefinition AllowDefinition { get => throw null; set { } } - public System.Configuration.ConfigurationAllowExeDefinition AllowExeDefinition { get => throw null; set { } } - public bool AllowLocation { get => throw null; set { } } - public bool AllowOverride { get => throw null; set { } } - public string ConfigSource { get => throw null; set { } } - public void ForceDeclaration() => throw null; - public void ForceDeclaration(bool force) => throw null; - public bool ForceSave { get => throw null; set { } } - public System.Configuration.ConfigurationSection GetParentSection() => throw null; - public string GetRawXml() => throw null; - public bool InheritInChildApplications { get => throw null; set { } } - public bool IsDeclarationRequired { get => throw null; } - public bool IsDeclared { get => throw null; } - public bool IsLocked { get => throw null; } - public bool IsProtected { get => throw null; } - public string Name { get => throw null; } - public System.Configuration.OverrideMode OverrideMode { get => throw null; set { } } - public System.Configuration.OverrideMode OverrideModeDefault { get => throw null; set { } } - public System.Configuration.OverrideMode OverrideModeEffective { get => throw null; } - public System.Configuration.ProtectedConfigurationProvider ProtectionProvider { get => throw null; } - public void ProtectSection(string protectionProvider) => throw null; - public bool RequirePermission { get => throw null; set { } } - public bool RestartOnExternalChanges { get => throw null; set { } } - public void RevertToParent() => throw null; - public string SectionName { get => throw null; } - public void SetRawXml(string rawXml) => throw null; - public string Type { get => throw null; set { } } - public void UnprotectSection() => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public class SettingAttribute : System.Attribute - { - public SettingAttribute() => throw null; - } - public class SettingChangingEventArgs : System.ComponentModel.CancelEventArgs - { - public SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel) => throw null; - public object NewValue { get => throw null; } - public string SettingClass { get => throw null; } - public string SettingKey { get => throw null; } - public string SettingName { get => throw null; } - } - public delegate void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e); - public sealed class SettingElement : System.Configuration.ConfigurationElement - { - public SettingElement() => throw null; - public SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs) => throw null; - public override bool Equals(object settings) => throw null; - public override int GetHashCode() => throw null; - public string Name { get => throw null; set { } } - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public System.Configuration.SettingsSerializeAs SerializeAs { get => throw null; set { } } - public System.Configuration.SettingValueElement Value { get => throw null; set { } } - } - public sealed class SettingElementCollection : System.Configuration.ConfigurationElementCollection - { - public void Add(System.Configuration.SettingElement element) => throw null; - public void Clear() => throw null; - public override System.Configuration.ConfigurationElementCollectionType CollectionType { get => throw null; } - protected override System.Configuration.ConfigurationElement CreateNewElement() => throw null; - public SettingElementCollection() => throw null; - protected override string ElementName { get => throw null; } - public System.Configuration.SettingElement Get(string elementKey) => throw null; - protected override object GetElementKey(System.Configuration.ConfigurationElement element) => throw null; - public void Remove(System.Configuration.SettingElement element) => throw null; - } - public class SettingsAttributeDictionary : System.Collections.Hashtable - { - public SettingsAttributeDictionary() => throw null; - public SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes) => throw null; - protected SettingsAttributeDictionary(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - } - public abstract class SettingsBase - { - public virtual System.Configuration.SettingsContext Context { get => throw null; } - protected SettingsBase() => throw null; - public void Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers) => throw null; - public bool IsSynchronized { get => throw null; } - public virtual System.Configuration.SettingsPropertyCollection Properties { get => throw null; } - public virtual System.Configuration.SettingsPropertyValueCollection PropertyValues { get => throw null; } - public virtual System.Configuration.SettingsProviderCollection Providers { get => throw null; } - public virtual void Save() => throw null; - public static System.Configuration.SettingsBase Synchronized(System.Configuration.SettingsBase settingsBase) => throw null; - public virtual object this[string propertyName] { get => throw null; set { } } - } - public class SettingsContext : System.Collections.Hashtable - { - public SettingsContext() => throw null; - protected SettingsContext(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class SettingsDescriptionAttribute : System.Attribute - { - public SettingsDescriptionAttribute(string description) => throw null; - public string Description { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class SettingsGroupDescriptionAttribute : System.Attribute - { - public SettingsGroupDescriptionAttribute(string description) => throw null; - public string Description { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class SettingsGroupNameAttribute : System.Attribute - { - public SettingsGroupNameAttribute(string groupName) => throw null; - public string GroupName { get => throw null; } - } - public class SettingsLoadedEventArgs : System.EventArgs - { - public SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider) => throw null; - public System.Configuration.SettingsProvider Provider { get => throw null; } - } - public delegate void SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e); - public enum SettingsManageability - { - Roaming = 0, - } - [System.AttributeUsage((System.AttributeTargets)132)] - public sealed class SettingsManageabilityAttribute : System.Attribute - { - public SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability) => throw null; - public System.Configuration.SettingsManageability Manageability { get => throw null; } - } - public class SettingsProperty - { - public virtual System.Configuration.SettingsAttributeDictionary Attributes { get => throw null; } - public SettingsProperty(string name) => throw null; - public SettingsProperty(string name, System.Type propertyType, System.Configuration.SettingsProvider provider, bool isReadOnly, object defaultValue, System.Configuration.SettingsSerializeAs serializeAs, System.Configuration.SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing) => throw null; - public SettingsProperty(System.Configuration.SettingsProperty propertyToCopy) => throw null; - public virtual object DefaultValue { get => throw null; set { } } - public virtual bool IsReadOnly { get => throw null; set { } } - public virtual string Name { get => throw null; set { } } - public virtual System.Type PropertyType { get => throw null; set { } } - public virtual System.Configuration.SettingsProvider Provider { get => throw null; set { } } - public virtual System.Configuration.SettingsSerializeAs SerializeAs { get => throw null; set { } } - public bool ThrowOnErrorDeserializing { get => throw null; set { } } - public bool ThrowOnErrorSerializing { get => throw null; set { } } - } - public class SettingsPropertyCollection : System.ICloneable, System.Collections.ICollection, System.Collections.IEnumerable - { - public void Add(System.Configuration.SettingsProperty property) => throw null; - public void Clear() => throw null; - public object Clone() => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public SettingsPropertyCollection() => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - public bool IsSynchronized { get => throw null; } - protected virtual void OnAdd(System.Configuration.SettingsProperty property) => throw null; - protected virtual void OnAddComplete(System.Configuration.SettingsProperty property) => throw null; - protected virtual void OnClear() => throw null; - protected virtual void OnClearComplete() => throw null; - protected virtual void OnRemove(System.Configuration.SettingsProperty property) => throw null; - protected virtual void OnRemoveComplete(System.Configuration.SettingsProperty property) => throw null; - public void Remove(string name) => throw null; - public void SetReadOnly() => throw null; - public object SyncRoot { get => throw null; } - public System.Configuration.SettingsProperty this[string name] { get => throw null; } - } - public class SettingsPropertyIsReadOnlyException : System.Exception - { - public SettingsPropertyIsReadOnlyException(string message) => throw null; - public SettingsPropertyIsReadOnlyException(string message, System.Exception innerException) => throw null; - protected SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SettingsPropertyIsReadOnlyException() => throw null; - } - public class SettingsPropertyNotFoundException : System.Exception - { - public SettingsPropertyNotFoundException(string message) => throw null; - public SettingsPropertyNotFoundException(string message, System.Exception innerException) => throw null; - protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SettingsPropertyNotFoundException() => throw null; - } - public class SettingsPropertyValue - { - public SettingsPropertyValue(System.Configuration.SettingsProperty property) => throw null; - public bool Deserialized { get => throw null; set { } } - public bool IsDirty { get => throw null; set { } } - public string Name { get => throw null; } - public System.Configuration.SettingsProperty Property { get => throw null; } - public object PropertyValue { get => throw null; set { } } - public object SerializedValue { get => throw null; set { } } - public bool UsingDefaultValue { get => throw null; } - } - public class SettingsPropertyValueCollection : System.ICloneable, System.Collections.ICollection, System.Collections.IEnumerable - { - public void Add(System.Configuration.SettingsPropertyValue property) => throw null; - public void Clear() => throw null; - public object Clone() => throw null; - public void CopyTo(System.Array array, int index) => throw null; - public int Count { get => throw null; } - public SettingsPropertyValueCollection() => throw null; - public System.Collections.IEnumerator GetEnumerator() => throw null; - public bool IsSynchronized { get => throw null; } - public void Remove(string name) => throw null; - public void SetReadOnly() => throw null; - public object SyncRoot { get => throw null; } - public System.Configuration.SettingsPropertyValue this[string name] { get => throw null; } - } - public class SettingsPropertyWrongTypeException : System.Exception - { - public SettingsPropertyWrongTypeException(string message) => throw null; - public SettingsPropertyWrongTypeException(string message, System.Exception innerException) => throw null; - protected SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; - public SettingsPropertyWrongTypeException() => throw null; - } - public abstract class SettingsProvider : System.Configuration.Provider.ProviderBase - { - public abstract string ApplicationName { get; set; } - protected SettingsProvider() => throw null; - public abstract System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection); - public abstract void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection); - } - [System.AttributeUsage((System.AttributeTargets)132)] - public sealed class SettingsProviderAttribute : System.Attribute - { - public SettingsProviderAttribute(string providerTypeName) => throw null; - public SettingsProviderAttribute(System.Type providerType) => throw null; - public string ProviderTypeName { get => throw null; } - } - public class SettingsProviderCollection : System.Configuration.Provider.ProviderCollection - { - public override void Add(System.Configuration.Provider.ProviderBase provider) => throw null; - public SettingsProviderCollection() => throw null; - public System.Configuration.SettingsProvider this[string name] { get => throw null; } - } - public delegate void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e); - public enum SettingsSerializeAs - { - String = 0, - Xml = 1, - Binary = 2, - ProviderSpecific = 3, - } - [System.AttributeUsage((System.AttributeTargets)132)] - public sealed class SettingsSerializeAsAttribute : System.Attribute - { - public SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs) => throw null; - public System.Configuration.SettingsSerializeAs SerializeAs { get => throw null; } - } - public sealed class SettingValueElement : System.Configuration.ConfigurationElement - { - public SettingValueElement() => throw null; - protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) => throw null; - public override bool Equals(object settingValue) => throw null; - public override int GetHashCode() => throw null; - protected override bool IsModified() => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - protected override void Reset(System.Configuration.ConfigurationElement parentElement) => throw null; - protected override void ResetModified() => throw null; - protected override bool SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName) => throw null; - protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) => throw null; - public System.Xml.XmlNode ValueXml { get => throw null; set { } } - } - public class SingleTagSectionHandler : System.Configuration.IConfigurationSectionHandler - { - public virtual object Create(object parent, object context, System.Xml.XmlNode section) => throw null; - public SingleTagSectionHandler() => throw null; - } - public enum SpecialSetting - { - ConnectionString = 0, - WebServiceUrl = 1, - } - [System.AttributeUsage((System.AttributeTargets)132)] - public sealed class SpecialSettingAttribute : System.Attribute - { - public SpecialSettingAttribute(System.Configuration.SpecialSetting specialSetting) => throw null; - public System.Configuration.SpecialSetting SpecialSetting { get => throw null; } - } - public class StringValidator : System.Configuration.ConfigurationValidatorBase - { - public override bool CanValidate(System.Type type) => throw null; - public StringValidator(int minLength) => throw null; - public StringValidator(int minLength, int maxLength) => throw null; - public StringValidator(int minLength, int maxLength, string invalidCharacters) => throw null; - public override void Validate(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class StringValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute - { - public StringValidatorAttribute() => throw null; - public string InvalidCharacters { get => throw null; set { } } - public int MaxLength { get => throw null; set { } } - public int MinLength { get => throw null; set { } } - public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get => throw null; } - } - public sealed class SubclassTypeValidator : System.Configuration.ConfigurationValidatorBase - { - public override bool CanValidate(System.Type type) => throw null; - public SubclassTypeValidator(System.Type baseClass) => throw null; - public override void Validate(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class SubclassTypeValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute - { - public System.Type BaseClass { get => throw null; } - public SubclassTypeValidatorAttribute(System.Type baseClass) => throw null; - public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get => throw null; } - } - public class TimeSpanMinutesConverter : System.Configuration.ConfigurationConverterBase - { - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) => throw null; - public TimeSpanMinutesConverter() => throw null; - } - public sealed class TimeSpanMinutesOrInfiniteConverter : System.Configuration.TimeSpanMinutesConverter - { - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) => throw null; - public TimeSpanMinutesOrInfiniteConverter() => throw null; - } - public class TimeSpanSecondsConverter : System.Configuration.ConfigurationConverterBase - { - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) => throw null; - public TimeSpanSecondsConverter() => throw null; - } - public sealed class TimeSpanSecondsOrInfiniteConverter : System.Configuration.TimeSpanSecondsConverter - { - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) => throw null; - public TimeSpanSecondsOrInfiniteConverter() => throw null; - } - public class TimeSpanValidator : System.Configuration.ConfigurationValidatorBase - { - public override bool CanValidate(System.Type type) => throw null; - public TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue) => throw null; - public TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive) => throw null; - public TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive, long resolutionInSeconds) => throw null; - public override void Validate(object value) => throw null; - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class TimeSpanValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute - { - public TimeSpanValidatorAttribute() => throw null; - public bool ExcludeRange { get => throw null; set { } } - public System.TimeSpan MaxValue { get => throw null; } - public string MaxValueString { get => throw null; set { } } - public System.TimeSpan MinValue { get => throw null; } - public string MinValueString { get => throw null; set { } } - public const string TimeSpanMaxValue = default; - public const string TimeSpanMinValue = default; - public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get => throw null; } - } - public sealed class TypeNameConverter : System.Configuration.ConfigurationConverterBase - { - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) => throw null; - public TypeNameConverter() => throw null; - } - public sealed class UriSection : System.Configuration.ConfigurationSection - { - public UriSection() => throw null; - public System.Configuration.IdnElement Idn { get => throw null; } - public System.Configuration.IriParsingElement IriParsing { get => throw null; } - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - public System.Configuration.SchemeSettingElementCollection SchemeSettings { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)128)] - public sealed class UserScopedSettingAttribute : System.Configuration.SettingAttribute - { - public UserScopedSettingAttribute() => throw null; - } - public sealed class UserSettingsGroup : System.Configuration.ConfigurationSectionGroup - { - public UserSettingsGroup() => throw null; - } - public delegate void ValidatorCallback(object value); - public sealed class WhiteSpaceTrimStringConverter : System.Configuration.ConfigurationConverterBase - { - public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) => throw null; - public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) => throw null; - public WhiteSpaceTrimStringConverter() => throw null; - } - } - namespace Drawing - { - namespace Configuration - { - public sealed class SystemDrawingSection : System.Configuration.ConfigurationSection - { - public string BitmapSuffix { get => throw null; set { } } - public SystemDrawingSection() => throw null; - protected override System.Configuration.ConfigurationPropertyCollection Properties { get => throw null; } - } - } - } - public enum UriIdnScope - { - None = 0, - AllExceptIntranet = 1, - All = 2, - } -} diff --git a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/8.0.0/System.Configuration.ConfigurationManager.cs b/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.cs similarity index 99% rename from csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/8.0.0/System.Configuration.ConfigurationManager.cs rename to csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.cs index f0db1f586710..044a42d18996 100644 --- a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/8.0.0/System.Configuration.ConfigurationManager.cs +++ b/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Configuration.ConfigurationManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Configuration diff --git a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/8.0.0/System.Configuration.ConfigurationManager.csproj b/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj similarity index 83% rename from csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/8.0.0/System.Configuration.ConfigurationManager.csproj rename to csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj index 667751f24f8b..8017e89ccf27 100644 --- a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/8.0.0/System.Configuration.ConfigurationManager.csproj +++ b/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/System.Console/4.3.0/System.Console.csproj b/csharp/ql/test/resources/stubs/System.Console/4.3.0/System.Console.csproj index f7904b15ea98..9b785dfa9372 100644 --- a/csharp/ql/test/resources/stubs/System.Console/4.3.0/System.Console.csproj +++ b/csharp/ql/test/resources/stubs/System.Console/4.3.0/System.Console.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Data.OleDb/8.0.0/System.Data.OleDb.cs b/csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.cs similarity index 99% rename from csharp/ql/test/resources/stubs/System.Data.OleDb/8.0.0/System.Data.OleDb.cs rename to csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.cs index 35f5a3bf3d26..8d350b712d94 100644 --- a/csharp/ql/test/resources/stubs/System.Data.OleDb/8.0.0/System.Data.OleDb.cs +++ b/csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Data.OleDb, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Data.OleDb, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Data diff --git a/csharp/ql/test/resources/stubs/System.Data.OleDb/8.0.0/System.Data.OleDb.csproj b/csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.csproj similarity index 81% rename from csharp/ql/test/resources/stubs/System.Data.OleDb/8.0.0/System.Data.OleDb.csproj rename to csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.csproj index 2d971f7e28d3..ded2d0d5626b 100644 --- a/csharp/ql/test/resources/stubs/System.Data.OleDb/8.0.0/System.Data.OleDb.csproj +++ b/csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/System.Data.SQLite.Core/1.0.118/System.Data.SQLite.Core.csproj b/csharp/ql/test/resources/stubs/System.Data.SQLite.Core/1.0.119/System.Data.SQLite.Core.csproj similarity index 88% rename from csharp/ql/test/resources/stubs/System.Data.SQLite.Core/1.0.118/System.Data.SQLite.Core.csproj rename to csharp/ql/test/resources/stubs/System.Data.SQLite.Core/1.0.119/System.Data.SQLite.Core.csproj index ef421dea523f..f28b2ba64e49 100644 --- a/csharp/ql/test/resources/stubs/System.Data.SQLite.Core/1.0.118/System.Data.SQLite.Core.csproj +++ b/csharp/ql/test/resources/stubs/System.Data.SQLite.Core/1.0.119/System.Data.SQLite.Core.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.118/System.Data.SQLite.EF6.cs b/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.cs similarity index 95% rename from csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.118/System.Data.SQLite.EF6.cs rename to csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.cs index c461608fa77a..b662c5b373db 100644 --- a/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.118/System.Data.SQLite.EF6.cs +++ b/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`. +// Generated from `System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`. namespace System { namespace Data diff --git a/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.118/System.Data.SQLite.EF6.csproj b/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.csproj similarity index 87% rename from csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.118/System.Data.SQLite.EF6.csproj rename to csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.csproj index 7c63e4386aec..73e466e08064 100644 --- a/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.118/System.Data.SQLite.EF6.csproj +++ b/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Data.SQLite/1.0.118/System.Data.SQLite.csproj b/csharp/ql/test/resources/stubs/System.Data.SQLite/1.0.119/System.Data.SQLite.csproj similarity index 87% rename from csharp/ql/test/resources/stubs/System.Data.SQLite/1.0.118/System.Data.SQLite.csproj rename to csharp/ql/test/resources/stubs/System.Data.SQLite/1.0.119/System.Data.SQLite.csproj index 51f6a87e102f..a9338476133f 100644 --- a/csharp/ql/test/resources/stubs/System.Data.SQLite/1.0.118/System.Data.SQLite.csproj +++ b/csharp/ql/test/resources/stubs/System.Data.SQLite/1.0.119/System.Data.SQLite.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj b/csharp/ql/test/resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj deleted file mode 100644 index 14d16d202ed0..000000000000 --- a/csharp/ql/test/resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - net9.0 - true - bin\ - false - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.cs b/csharp/ql/test/resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.cs similarity index 99% rename from csharp/ql/test/resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.cs rename to csharp/ql/test/resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.cs index 7098610ce38a..5c6e67a68d37 100644 --- a/csharp/ql/test/resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.cs +++ b/csharp/ql/test/resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Data.SqlClient, Version=4.6.1.5, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Data.SqlClient, Version=4.6.1.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace SqlServer @@ -271,8 +271,8 @@ public enum ApplicationIntent public delegate void OnChangeEventHandler(object sender, System.Data.SqlClient.SqlNotificationEventArgs e); public enum PoolBlockingPeriod { - AlwaysBlock = 1, Auto = 0, + AlwaysBlock = 1, NeverBlock = 2, } public enum SortOrder diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/6.0.0/Microsoft.Extensions.Primitives.csproj b/csharp/ql/test/resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj similarity index 75% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/6.0.0/Microsoft.Extensions.Primitives.csproj rename to csharp/ql/test/resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj index 44f3b6c98d18..df3e3803d8da 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/6.0.0/Microsoft.Extensions.Primitives.csproj +++ b/csharp/ql/test/resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj b/csharp/ql/test/resources/stubs/System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj +++ b/csharp/ql/test/resources/stubs/System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj b/csharp/ql/test/resources/stubs/System.Diagnostics.DiagnosticSource/8.0.0/System.Diagnostics.DiagnosticSource.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj rename to csharp/ql/test/resources/stubs/System.Diagnostics.DiagnosticSource/8.0.0/System.Diagnostics.DiagnosticSource.csproj diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/8.0.0/System.Diagnostics.EventLog.csproj b/csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/9.0.1/System.Diagnostics.EventLog.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/8.0.0/System.Diagnostics.EventLog.csproj rename to csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/9.0.1/System.Diagnostics.EventLog.csproj diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/8.0.0/System.Diagnostics.PerformanceCounter.cs b/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.cs similarity index 99% rename from csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/8.0.0/System.Diagnostics.PerformanceCounter.cs rename to csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.cs index b7fa657a816d..f7bd07d1a39a 100644 --- a/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/8.0.0/System.Diagnostics.PerformanceCounter.cs +++ b/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.PerformanceCounter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Diagnostics.PerformanceCounter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Diagnostics diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/8.0.0/System.Diagnostics.PerformanceCounter.csproj b/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.csproj similarity index 88% rename from csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/8.0.0/System.Diagnostics.PerformanceCounter.csproj rename to csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.csproj index 940cf37d4051..bb528bfa8267 100644 --- a/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/8.0.0/System.Diagnostics.PerformanceCounter.csproj +++ b/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.Tools/4.3.0/System.Diagnostics.Tools.csproj b/csharp/ql/test/resources/stubs/System.Diagnostics.Tools/4.3.0/System.Diagnostics.Tools.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Diagnostics.Tools/4.3.0/System.Diagnostics.Tools.csproj +++ b/csharp/ql/test/resources/stubs/System.Diagnostics.Tools/4.3.0/System.Diagnostics.Tools.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.Tracing/4.3.0/System.Diagnostics.Tracing.csproj b/csharp/ql/test/resources/stubs/System.Diagnostics.Tracing/4.3.0/System.Diagnostics.Tracing.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Diagnostics.Tracing/4.3.0/System.Diagnostics.Tracing.csproj +++ b/csharp/ql/test/resources/stubs/System.Diagnostics.Tracing/4.3.0/System.Diagnostics.Tracing.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Drawing.Common/6.0.0/System.Drawing.Common.cs b/csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.cs similarity index 85% rename from csharp/ql/test/resources/stubs/System.Drawing.Common/6.0.0/System.Drawing.Common.cs rename to csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.cs index 168bc832ddcb..31267d2557b1 100644 --- a/csharp/ql/test/resources/stubs/System.Drawing.Common/6.0.0/System.Drawing.Common.cs +++ b/csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.cs @@ -1,25 +1,28 @@ // This file contains auto-generated code. -// Generated from `System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Drawing { public sealed class Bitmap : System.Drawing.Image { - public System.Drawing.Bitmap Clone(System.Drawing.Rectangle rect, System.Drawing.Imaging.PixelFormat format) => throw null; + public void ApplyEffect(System.Drawing.Imaging.Effects.Effect effect, System.Drawing.Rectangle area = default(System.Drawing.Rectangle)) => throw null; public System.Drawing.Bitmap Clone(System.Drawing.RectangleF rect, System.Drawing.Imaging.PixelFormat format) => throw null; - public Bitmap(System.Drawing.Image original) => throw null; - public Bitmap(System.Drawing.Image original, System.Drawing.Size newSize) => throw null; - public Bitmap(System.Drawing.Image original, int width, int height) => throw null; - public Bitmap(int width, int height) => throw null; - public Bitmap(int width, int height, System.Drawing.Graphics g) => throw null; - public Bitmap(int width, int height, System.Drawing.Imaging.PixelFormat format) => throw null; - public Bitmap(int width, int height, int stride, System.Drawing.Imaging.PixelFormat format, nint scan0) => throw null; - public Bitmap(System.IO.Stream stream) => throw null; - public Bitmap(System.IO.Stream stream, bool useIcm) => throw null; + public System.Drawing.Bitmap Clone(System.Drawing.Rectangle rect, System.Drawing.Imaging.PixelFormat format) => throw null; + public void ConvertFormat(System.Drawing.Imaging.PixelFormat format, System.Drawing.Imaging.DitherType ditherType, System.Drawing.Imaging.PaletteType paletteType = default(System.Drawing.Imaging.PaletteType), System.Drawing.Imaging.ColorPalette palette = default(System.Drawing.Imaging.ColorPalette), float alphaThresholdPercent = default(float)) => throw null; + public void ConvertFormat(System.Drawing.Imaging.PixelFormat format) => throw null; public Bitmap(string filename) => throw null; public Bitmap(string filename, bool useIcm) => throw null; + public Bitmap(System.IO.Stream stream) => throw null; + public Bitmap(System.IO.Stream stream, bool useIcm) => throw null; public Bitmap(System.Type type, string resource) => throw null; + public Bitmap(int width, int height) => throw null; + public Bitmap(int width, int height, System.Drawing.Graphics g) => throw null; + public Bitmap(int width, int height, int stride, System.Drawing.Imaging.PixelFormat format, nint scan0) => throw null; + public Bitmap(int width, int height, System.Drawing.Imaging.PixelFormat format) => throw null; + public Bitmap(System.Drawing.Image original) => throw null; + public Bitmap(System.Drawing.Image original, System.Drawing.Size newSize) => throw null; + public Bitmap(System.Drawing.Image original, int width, int height) => throw null; public static System.Drawing.Bitmap FromHicon(nint hicon) => throw null; public static System.Drawing.Bitmap FromResource(nint hinstance, string bitmapName) => throw null; public nint GetHbitmap() => throw null; @@ -200,8 +203,8 @@ public sealed class BufferedGraphics : System.IDisposable { public void Dispose() => throw null; public System.Drawing.Graphics Graphics { get => throw null; } - public void Render() => throw null; public void Render(System.Drawing.Graphics target) => throw null; + public void Render() => throw null; public void Render(nint targetDC) => throw null; } public sealed class BufferedGraphicsContext : System.IDisposable @@ -217,10 +220,11 @@ public static class BufferedGraphicsManager { public static System.Drawing.BufferedGraphicsContext Current { get => throw null; } } - public struct CharacterRange + public struct CharacterRange : System.IEquatable { public CharacterRange(int First, int Length) => throw null; public override bool Equals(object obj) => throw null; + public bool Equals(System.Drawing.CharacterRange other) => throw null; public int First { get => throw null; set { } } public override int GetHashCode() => throw null; public int Length { get => throw null; set { } } @@ -241,23 +245,23 @@ public enum ContentAlignment } public enum CopyPixelOperation { - NoMirrorBitmap = -2147483648, Blackness = 66, - NotSourceErase = 1114278, - NotSourceCopy = 3342344, - SourceErase = 4457256, + CaptureBlt = 1073741824, DestinationInvert = 5570569, + MergeCopy = 12583114, + MergePaint = 12255782, + NoMirrorBitmap = -2147483648, + NotSourceCopy = 3342344, + NotSourceErase = 1114278, + PatCopy = 15728673, PatInvert = 5898313, - SourceInvert = 6684742, + PatPaint = 16452105, SourceAnd = 8913094, - MergePaint = 12255782, - MergeCopy = 12583114, SourceCopy = 13369376, + SourceErase = 4457256, + SourceInvert = 6684742, SourcePaint = 15597702, - PatCopy = 15728673, - PatPaint = 16452105, Whiteness = 16711778, - CaptureBlt = 1073741824, } namespace Design { @@ -370,50 +374,68 @@ public sealed class GraphicsContainer : System.MarshalByRefObject } public sealed class GraphicsPath : System.MarshalByRefObject, System.ICloneable, System.IDisposable { - public void AddArc(System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw null; public void AddArc(System.Drawing.RectangleF rect, float startAngle, float sweepAngle) => throw null; - public void AddArc(int x, int y, int width, int height, float startAngle, float sweepAngle) => throw null; public void AddArc(float x, float y, float width, float height, float startAngle, float sweepAngle) => throw null; - public void AddBezier(System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4) => throw null; + public void AddArc(System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw null; + public void AddArc(int x, int y, int width, int height, float startAngle, float sweepAngle) => throw null; public void AddBezier(System.Drawing.PointF pt1, System.Drawing.PointF pt2, System.Drawing.PointF pt3, System.Drawing.PointF pt4) => throw null; - public void AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) => throw null; public void AddBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) => throw null; - public void AddBeziers(System.Drawing.PointF[] points) => throw null; + public void AddBezier(System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4) => throw null; + public void AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) => throw null; + public void AddBeziers(params System.Drawing.PointF[] points) => throw null; + public void AddBeziers(params System.ReadOnlySpan points) => throw null; public void AddBeziers(params System.Drawing.Point[] points) => throw null; - public void AddClosedCurve(System.Drawing.PointF[] points) => throw null; + public void AddBeziers(params System.ReadOnlySpan points) => throw null; + public void AddClosedCurve(params System.Drawing.PointF[] points) => throw null; public void AddClosedCurve(System.Drawing.PointF[] points, float tension) => throw null; - public void AddClosedCurve(System.Drawing.Point[] points) => throw null; + public void AddClosedCurve(params System.ReadOnlySpan points) => throw null; + public void AddClosedCurve(System.ReadOnlySpan points, float tension) => throw null; + public void AddClosedCurve(params System.Drawing.Point[] points) => throw null; public void AddClosedCurve(System.Drawing.Point[] points, float tension) => throw null; - public void AddCurve(System.Drawing.PointF[] points) => throw null; - public void AddCurve(System.Drawing.PointF[] points, int offset, int numberOfSegments, float tension) => throw null; + public void AddClosedCurve(params System.ReadOnlySpan points) => throw null; + public void AddClosedCurve(System.ReadOnlySpan points, float tension) => throw null; + public void AddCurve(params System.Drawing.PointF[] points) => throw null; public void AddCurve(System.Drawing.PointF[] points, float tension) => throw null; - public void AddCurve(System.Drawing.Point[] points) => throw null; - public void AddCurve(System.Drawing.Point[] points, int offset, int numberOfSegments, float tension) => throw null; + public void AddCurve(System.Drawing.PointF[] points, int offset, int numberOfSegments, float tension) => throw null; + public void AddCurve(params System.ReadOnlySpan points) => throw null; + public void AddCurve(System.ReadOnlySpan points, float tension) => throw null; + public void AddCurve(params System.Drawing.Point[] points) => throw null; public void AddCurve(System.Drawing.Point[] points, float tension) => throw null; - public void AddEllipse(System.Drawing.Rectangle rect) => throw null; + public void AddCurve(System.Drawing.Point[] points, int offset, int numberOfSegments, float tension) => throw null; + public void AddCurve(System.ReadOnlySpan points) => throw null; + public void AddCurve(System.ReadOnlySpan points, float tension) => throw null; public void AddEllipse(System.Drawing.RectangleF rect) => throw null; - public void AddEllipse(int x, int y, int width, int height) => throw null; public void AddEllipse(float x, float y, float width, float height) => throw null; - public void AddLine(System.Drawing.Point pt1, System.Drawing.Point pt2) => throw null; + public void AddEllipse(System.Drawing.Rectangle rect) => throw null; + public void AddEllipse(int x, int y, int width, int height) => throw null; public void AddLine(System.Drawing.PointF pt1, System.Drawing.PointF pt2) => throw null; - public void AddLine(int x1, int y1, int x2, int y2) => throw null; public void AddLine(float x1, float y1, float x2, float y2) => throw null; - public void AddLines(System.Drawing.PointF[] points) => throw null; - public void AddLines(System.Drawing.Point[] points) => throw null; + public void AddLine(System.Drawing.Point pt1, System.Drawing.Point pt2) => throw null; + public void AddLine(int x1, int y1, int x2, int y2) => throw null; + public void AddLines(params System.Drawing.PointF[] points) => throw null; + public void AddLines(params System.ReadOnlySpan points) => throw null; + public void AddLines(params System.Drawing.Point[] points) => throw null; + public void AddLines(params System.ReadOnlySpan points) => throw null; public void AddPath(System.Drawing.Drawing2D.GraphicsPath addingPath, bool connect) => throw null; public void AddPie(System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw null; - public void AddPie(int x, int y, int width, int height, float startAngle, float sweepAngle) => throw null; public void AddPie(float x, float y, float width, float height, float startAngle, float sweepAngle) => throw null; - public void AddPolygon(System.Drawing.PointF[] points) => throw null; - public void AddPolygon(System.Drawing.Point[] points) => throw null; - public void AddRectangle(System.Drawing.Rectangle rect) => throw null; + public void AddPie(int x, int y, int width, int height, float startAngle, float sweepAngle) => throw null; + public void AddPolygon(params System.Drawing.PointF[] points) => throw null; + public void AddPolygon(params System.ReadOnlySpan points) => throw null; + public void AddPolygon(params System.Drawing.Point[] points) => throw null; + public void AddPolygon(params System.ReadOnlySpan points) => throw null; public void AddRectangle(System.Drawing.RectangleF rect) => throw null; - public void AddRectangles(System.Drawing.RectangleF[] rects) => throw null; - public void AddRectangles(System.Drawing.Rectangle[] rects) => throw null; - public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.Point origin, System.Drawing.StringFormat format) => throw null; + public void AddRectangle(System.Drawing.Rectangle rect) => throw null; + public void AddRectangles(params System.Drawing.RectangleF[] rects) => throw null; + public void AddRectangles(params System.ReadOnlySpan rects) => throw null; + public void AddRectangles(params System.Drawing.Rectangle[] rects) => throw null; + public void AddRectangles(params System.ReadOnlySpan rects) => throw null; + public void AddRoundedRectangle(System.Drawing.Rectangle rect, System.Drawing.Size radius) => throw null; + public void AddRoundedRectangle(System.Drawing.RectangleF rect, System.Drawing.SizeF radius) => throw null; public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.PointF origin, System.Drawing.StringFormat format) => throw null; - public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.Rectangle layoutRect, System.Drawing.StringFormat format) => throw null; + public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.Point origin, System.Drawing.StringFormat format) => throw null; public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.RectangleF layoutRect, System.Drawing.StringFormat format) => throw null; + public void AddString(string s, System.Drawing.FontFamily family, int style, float emSize, System.Drawing.Rectangle layoutRect, System.Drawing.StringFormat format) => throw null; public void ClearMarkers() => throw null; public object Clone() => throw null; public void CloseAllFigures() => throw null; @@ -422,8 +444,10 @@ public sealed class GraphicsPath : System.MarshalByRefObject, System.ICloneable, public GraphicsPath(System.Drawing.Drawing2D.FillMode fillMode) => throw null; public GraphicsPath(System.Drawing.PointF[] pts, byte[] types) => throw null; public GraphicsPath(System.Drawing.PointF[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode) => throw null; + public GraphicsPath(System.ReadOnlySpan pts, System.ReadOnlySpan types, System.Drawing.Drawing2D.FillMode fillMode = default(System.Drawing.Drawing2D.FillMode)) => throw null; public GraphicsPath(System.Drawing.Point[] pts, byte[] types) => throw null; public GraphicsPath(System.Drawing.Point[] pts, byte[] types, System.Drawing.Drawing2D.FillMode fillMode) => throw null; + public GraphicsPath(System.ReadOnlySpan pts, System.ReadOnlySpan types, System.Drawing.Drawing2D.FillMode fillMode = default(System.Drawing.Drawing2D.FillMode)) => throw null; public void Dispose() => throw null; public System.Drawing.Drawing2D.FillMode FillMode { get => throw null; set { } } public void Flatten() => throw null; @@ -433,22 +457,24 @@ public sealed class GraphicsPath : System.MarshalByRefObject, System.ICloneable, public System.Drawing.RectangleF GetBounds(System.Drawing.Drawing2D.Matrix matrix) => throw null; public System.Drawing.RectangleF GetBounds(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Pen pen) => throw null; public System.Drawing.PointF GetLastPoint() => throw null; - public bool IsOutlineVisible(System.Drawing.Point point, System.Drawing.Pen pen) => throw null; - public bool IsOutlineVisible(System.Drawing.Point pt, System.Drawing.Pen pen, System.Drawing.Graphics graphics) => throw null; + public int GetPathPoints(System.Span destination) => throw null; + public int GetPathTypes(System.Span destination) => throw null; + public bool IsOutlineVisible(float x, float y, System.Drawing.Pen pen) => throw null; public bool IsOutlineVisible(System.Drawing.PointF point, System.Drawing.Pen pen) => throw null; + public bool IsOutlineVisible(float x, float y, System.Drawing.Pen pen, System.Drawing.Graphics graphics) => throw null; public bool IsOutlineVisible(System.Drawing.PointF pt, System.Drawing.Pen pen, System.Drawing.Graphics graphics) => throw null; public bool IsOutlineVisible(int x, int y, System.Drawing.Pen pen) => throw null; + public bool IsOutlineVisible(System.Drawing.Point point, System.Drawing.Pen pen) => throw null; public bool IsOutlineVisible(int x, int y, System.Drawing.Pen pen, System.Drawing.Graphics graphics) => throw null; - public bool IsOutlineVisible(float x, float y, System.Drawing.Pen pen) => throw null; - public bool IsOutlineVisible(float x, float y, System.Drawing.Pen pen, System.Drawing.Graphics graphics) => throw null; - public bool IsVisible(System.Drawing.Point point) => throw null; - public bool IsVisible(System.Drawing.Point pt, System.Drawing.Graphics graphics) => throw null; + public bool IsOutlineVisible(System.Drawing.Point pt, System.Drawing.Pen pen, System.Drawing.Graphics graphics) => throw null; + public bool IsVisible(float x, float y) => throw null; public bool IsVisible(System.Drawing.PointF point) => throw null; + public bool IsVisible(float x, float y, System.Drawing.Graphics graphics) => throw null; public bool IsVisible(System.Drawing.PointF pt, System.Drawing.Graphics graphics) => throw null; public bool IsVisible(int x, int y) => throw null; + public bool IsVisible(System.Drawing.Point point) => throw null; public bool IsVisible(int x, int y, System.Drawing.Graphics graphics) => throw null; - public bool IsVisible(float x, float y) => throw null; - public bool IsVisible(float x, float y, System.Drawing.Graphics graphics) => throw null; + public bool IsVisible(System.Drawing.Point pt, System.Drawing.Graphics graphics) => throw null; public System.Drawing.Drawing2D.PathData PathData { get => throw null; } public System.Drawing.PointF[] PathPoints { get => throw null; } public byte[] PathTypes { get => throw null; } @@ -462,6 +488,7 @@ public sealed class GraphicsPath : System.MarshalByRefObject, System.ICloneable, public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix) => throw null; public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.WarpMode warpMode) => throw null; public void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.WarpMode warpMode, float flatness) => throw null; + public void Warp(System.ReadOnlySpan destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix = default(System.Drawing.Drawing2D.Matrix), System.Drawing.Drawing2D.WarpMode warpMode = default(System.Drawing.Drawing2D.WarpMode), float flatness = default(float)) => throw null; public void Widen(System.Drawing.Pen pen) => throw null; public void Widen(System.Drawing.Pen pen, System.Drawing.Drawing2D.Matrix matrix) => throw null; public void Widen(System.Drawing.Pen pen, System.Drawing.Drawing2D.Matrix matrix, float flatness) => throw null; @@ -469,16 +496,18 @@ public sealed class GraphicsPath : System.MarshalByRefObject, System.ICloneable, public sealed class GraphicsPathIterator : System.MarshalByRefObject, System.IDisposable { public int CopyData(ref System.Drawing.PointF[] points, ref byte[] types, int startIndex, int endIndex) => throw null; + public int CopyData(System.Span points, System.Span types, int startIndex, int endIndex) => throw null; public int Count { get => throw null; } public GraphicsPathIterator(System.Drawing.Drawing2D.GraphicsPath path) => throw null; public void Dispose() => throw null; public int Enumerate(ref System.Drawing.PointF[] points, ref byte[] types) => throw null; + public int Enumerate(System.Span points, System.Span types) => throw null; public bool HasCurve() => throw null; - public int NextMarker(System.Drawing.Drawing2D.GraphicsPath path) => throw null; public int NextMarker(out int startIndex, out int endIndex) => throw null; + public int NextMarker(System.Drawing.Drawing2D.GraphicsPath path) => throw null; public int NextPathType(out byte pathType, out int startIndex, out int endIndex) => throw null; - public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) => throw null; public int NextSubpath(out int startIndex, out int endIndex, out bool isClosed) => throw null; + public int NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, out bool isClosed) => throw null; public void Rewind() => throw null; public int SubpathCount { get => throw null; } } @@ -497,13 +526,10 @@ public sealed class HatchBrush : System.Drawing.Brush public enum HatchStyle { Horizontal = 0, - Min = 0, Vertical = 1, ForwardDiagonal = 2, BackwardDiagonal = 3, Cross = 4, - LargeGrid = 4, - Max = 4, DiagonalCross = 5, Percent05 = 6, Percent10 = 7, @@ -552,6 +578,9 @@ public enum HatchStyle LargeCheckerBoard = 50, OutlinedDiamond = 51, SolidDiamond = 52, + LargeGrid = 4, + Min = 0, + Max = 4, } public enum InterpolationMode { @@ -569,14 +598,14 @@ public sealed class LinearGradientBrush : System.Drawing.Brush { public System.Drawing.Drawing2D.Blend Blend { get => throw null; set { } } public override object Clone() => throw null; - public LinearGradientBrush(System.Drawing.Point point1, System.Drawing.Point point2, System.Drawing.Color color1, System.Drawing.Color color2) => throw null; public LinearGradientBrush(System.Drawing.PointF point1, System.Drawing.PointF point2, System.Drawing.Color color1, System.Drawing.Color color2) => throw null; - public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Drawing.Drawing2D.LinearGradientMode linearGradientMode) => throw null; - public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle) => throw null; - public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle, bool isAngleScaleable) => throw null; + public LinearGradientBrush(System.Drawing.Point point1, System.Drawing.Point point2, System.Drawing.Color color1, System.Drawing.Color color2) => throw null; public LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Drawing.Drawing2D.LinearGradientMode linearGradientMode) => throw null; + public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Drawing.Drawing2D.LinearGradientMode linearGradientMode) => throw null; public LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle) => throw null; public LinearGradientBrush(System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle, bool isAngleScaleable) => throw null; + public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle) => throw null; + public LinearGradientBrush(System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, float angle, bool isAngleScaleable) => throw null; public bool GammaCorrection { get => throw null; set { } } public System.Drawing.Drawing2D.ColorBlend InterpolationColors { get => throw null; set { } } public System.Drawing.Color[] LinearColors { get => throw null; set { } } @@ -615,8 +644,8 @@ public enum LineCap RoundAnchor = 18, DiamondAnchor = 19, ArrowAnchor = 20, - AnchorMask = 240, Custom = 255, + AnchorMask = 240, } public enum LineJoin { @@ -629,10 +658,10 @@ public sealed class Matrix : System.MarshalByRefObject, System.IDisposable { public System.Drawing.Drawing2D.Matrix Clone() => throw null; public Matrix() => throw null; - public Matrix(System.Drawing.Rectangle rect, System.Drawing.Point[] plgpts) => throw null; - public Matrix(System.Drawing.RectangleF rect, System.Drawing.PointF[] plgpts) => throw null; public Matrix(float m11, float m12, float m21, float m22, float dx, float dy) => throw null; public Matrix(System.Numerics.Matrix3x2 matrix) => throw null; + public Matrix(System.Drawing.RectangleF rect, params System.Drawing.PointF[] plgpts) => throw null; + public Matrix(System.Drawing.Rectangle rect, params System.Drawing.Point[] plgpts) => throw null; public void Dispose() => throw null; public float[] Elements { get => throw null; } public override bool Equals(object obj) => throw null; @@ -654,13 +683,18 @@ public sealed class Matrix : System.MarshalByRefObject, System.IDisposable public void Scale(float scaleX, float scaleY, System.Drawing.Drawing2D.MatrixOrder order) => throw null; public void Shear(float shearX, float shearY) => throw null; public void Shear(float shearX, float shearY, System.Drawing.Drawing2D.MatrixOrder order) => throw null; - public void TransformPoints(System.Drawing.PointF[] pts) => throw null; - public void TransformPoints(System.Drawing.Point[] pts) => throw null; - public void TransformVectors(System.Drawing.PointF[] pts) => throw null; - public void TransformVectors(System.Drawing.Point[] pts) => throw null; + public void TransformPoints(params System.Drawing.PointF[] pts) => throw null; + public void TransformPoints(params System.ReadOnlySpan pts) => throw null; + public void TransformPoints(params System.Drawing.Point[] pts) => throw null; + public void TransformPoints(params System.ReadOnlySpan pts) => throw null; + public void TransformVectors(params System.Drawing.PointF[] pts) => throw null; + public void TransformVectors(params System.ReadOnlySpan pts) => throw null; + public void TransformVectors(params System.Drawing.Point[] pts) => throw null; + public void TransformVectors(params System.ReadOnlySpan pts) => throw null; public void Translate(float offsetX, float offsetY) => throw null; public void Translate(float offsetX, float offsetY, System.Drawing.Drawing2D.MatrixOrder order) => throw null; - public void VectorTransformPoints(System.Drawing.Point[] pts) => throw null; + public void VectorTransformPoints(params System.Drawing.Point[] pts) => throw null; + public void VectorTransformPoints(params System.ReadOnlySpan pts) => throw null; } public enum MatrixOrder { @@ -679,11 +713,15 @@ public sealed class PathGradientBrush : System.Drawing.Brush public System.Drawing.Color CenterColor { get => throw null; set { } } public System.Drawing.PointF CenterPoint { get => throw null; set { } } public override object Clone() => throw null; - public PathGradientBrush(System.Drawing.Drawing2D.GraphicsPath path) => throw null; - public PathGradientBrush(System.Drawing.PointF[] points) => throw null; + public PathGradientBrush(params System.Drawing.PointF[] points) => throw null; + public PathGradientBrush(params System.ReadOnlySpan points) => throw null; public PathGradientBrush(System.Drawing.PointF[] points, System.Drawing.Drawing2D.WrapMode wrapMode) => throw null; - public PathGradientBrush(System.Drawing.Point[] points) => throw null; + public PathGradientBrush(System.Drawing.Drawing2D.WrapMode wrapMode, params System.ReadOnlySpan points) => throw null; + public PathGradientBrush(params System.Drawing.Point[] points) => throw null; + public PathGradientBrush(params System.ReadOnlySpan points) => throw null; public PathGradientBrush(System.Drawing.Point[] points, System.Drawing.Drawing2D.WrapMode wrapMode) => throw null; + public PathGradientBrush(System.Drawing.Drawing2D.WrapMode wrapMode, params System.ReadOnlySpan points) => throw null; + public PathGradientBrush(System.Drawing.Drawing2D.GraphicsPath path) => throw null; public System.Drawing.PointF FocusScales { get => throw null; set { } } public System.Drawing.Drawing2D.ColorBlend InterpolationColors { get => throw null; set { } } public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) => throw null; @@ -709,11 +747,11 @@ public enum PathPointType Start = 0, Line = 1, Bezier = 3, - Bezier3 = 3, PathTypeMask = 7, DashMode = 16, PathMarker = 32, CloseSubpath = 128, + Bezier3 = 3, } public enum PenAlignment { @@ -779,31 +817,33 @@ public sealed class Font : System.MarshalByRefObject, System.ICloneable, System. public bool Bold { get => throw null; } public object Clone() => throw null; public Font(System.Drawing.Font prototype, System.Drawing.FontStyle newStyle) => throw null; - public Font(System.Drawing.FontFamily family, float emSize) => throw null; - public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style) => throw null; public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit) => throw null; public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet) => throw null; public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont) => throw null; - public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.GraphicsUnit unit) => throw null; - public Font(string familyName, float emSize) => throw null; - public Font(string familyName, float emSize, System.Drawing.FontStyle style) => throw null; - public Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit) => throw null; public Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet) => throw null; public Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont) => throw null; + public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.FontStyle style) => throw null; + public Font(System.Drawing.FontFamily family, float emSize, System.Drawing.GraphicsUnit unit) => throw null; + public Font(System.Drawing.FontFamily family, float emSize) => throw null; + public Font(string familyName, float emSize, System.Drawing.FontStyle style, System.Drawing.GraphicsUnit unit) => throw null; + public Font(string familyName, float emSize, System.Drawing.FontStyle style) => throw null; public Font(string familyName, float emSize, System.Drawing.GraphicsUnit unit) => throw null; + public Font(string familyName, float emSize) => throw null; public void Dispose() => throw null; public override bool Equals(object obj) => throw null; public System.Drawing.FontFamily FontFamily { get => throw null; } public static System.Drawing.Font FromHdc(nint hdc) => throw null; public static System.Drawing.Font FromHfont(nint hfont) => throw null; public static System.Drawing.Font FromLogFont(object lf) => throw null; + public static System.Drawing.Font FromLogFont(in System.Drawing.Interop.LOGFONT logFont) => throw null; + public static System.Drawing.Font FromLogFont(in System.Drawing.Interop.LOGFONT logFont, nint hdc) => throw null; public static System.Drawing.Font FromLogFont(object lf, nint hdc) => throw null; public byte GdiCharSet { get => throw null; } public bool GdiVerticalFont { get => throw null; } public override int GetHashCode() => throw null; - public float GetHeight() => throw null; public float GetHeight(System.Drawing.Graphics graphics) => throw null; public float GetHeight(float dpi) => throw null; + public float GetHeight() => throw null; void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) => throw null; public int Height { get => throw null; } public bool IsSystemFont { get => throw null; } @@ -816,8 +856,10 @@ public sealed class Font : System.MarshalByRefObject, System.ICloneable, System. public System.Drawing.FontStyle Style { get => throw null; } public string SystemFontName { get => throw null; } public nint ToHfont() => throw null; - public void ToLogFont(object logFont) => throw null; public void ToLogFont(object logFont, System.Drawing.Graphics graphics) => throw null; + public void ToLogFont(out System.Drawing.Interop.LOGFONT logFont, System.Drawing.Graphics graphics) => throw null; + public void ToLogFont(object logFont) => throw null; + public void ToLogFont(out System.Drawing.Interop.LOGFONT logFont) => throw null; public override string ToString() => throw null; public bool Underline { get => throw null; } public System.Drawing.GraphicsUnit Unit { get => throw null; } @@ -851,9 +893,9 @@ public class FontUnitConverter : System.ComponentModel.EnumConverter } public sealed class FontFamily : System.MarshalByRefObject, System.IDisposable { - public FontFamily(System.Drawing.Text.GenericFontFamilies genericFamily) => throw null; public FontFamily(string name) => throw null; public FontFamily(string name, System.Drawing.Text.FontCollection fontCollection) => throw null; + public FontFamily(System.Drawing.Text.GenericFontFamilies genericFamily) => throw null; public void Dispose() => throw null; public override bool Equals(object obj) => throw null; public static System.Drawing.FontFamily[] Families { get => throw null; } @@ -883,173 +925,219 @@ public enum FontStyle public sealed class Graphics : System.MarshalByRefObject, System.Drawing.IDeviceContext, System.IDisposable { public void AddMetafileComment(byte[] data) => throw null; + public System.Drawing.Drawing2D.GraphicsContainer BeginContainer(System.Drawing.RectangleF dstrect, System.Drawing.RectangleF srcrect, System.Drawing.GraphicsUnit unit) => throw null; public System.Drawing.Drawing2D.GraphicsContainer BeginContainer() => throw null; public System.Drawing.Drawing2D.GraphicsContainer BeginContainer(System.Drawing.Rectangle dstrect, System.Drawing.Rectangle srcrect, System.Drawing.GraphicsUnit unit) => throw null; - public System.Drawing.Drawing2D.GraphicsContainer BeginContainer(System.Drawing.RectangleF dstrect, System.Drawing.RectangleF srcrect, System.Drawing.GraphicsUnit unit) => throw null; public void Clear(System.Drawing.Color color) => throw null; public System.Drawing.Region Clip { get => throw null; set { } } public System.Drawing.RectangleF ClipBounds { get => throw null; } public System.Drawing.Drawing2D.CompositingMode CompositingMode { get => throw null; set { } } public System.Drawing.Drawing2D.CompositingQuality CompositingQuality { get => throw null; set { } } public void CopyFromScreen(System.Drawing.Point upperLeftSource, System.Drawing.Point upperLeftDestination, System.Drawing.Size blockRegionSize) => throw null; - public void CopyFromScreen(System.Drawing.Point upperLeftSource, System.Drawing.Point upperLeftDestination, System.Drawing.Size blockRegionSize, System.Drawing.CopyPixelOperation copyPixelOperation) => throw null; public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, System.Drawing.Size blockRegionSize) => throw null; + public void CopyFromScreen(System.Drawing.Point upperLeftSource, System.Drawing.Point upperLeftDestination, System.Drawing.Size blockRegionSize, System.Drawing.CopyPixelOperation copyPixelOperation) => throw null; public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, System.Drawing.Size blockRegionSize, System.Drawing.CopyPixelOperation copyPixelOperation) => throw null; public void Dispose() => throw null; public float DpiX { get => throw null; } public float DpiY { get => throw null; } - public void DrawArc(System.Drawing.Pen pen, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw null; + public void DrawArc(System.Drawing.Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle) => throw null; public void DrawArc(System.Drawing.Pen pen, System.Drawing.RectangleF rect, float startAngle, float sweepAngle) => throw null; public void DrawArc(System.Drawing.Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) => throw null; - public void DrawArc(System.Drawing.Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle) => throw null; - public void DrawBezier(System.Drawing.Pen pen, System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4) => throw null; - public void DrawBezier(System.Drawing.Pen pen, System.Drawing.PointF pt1, System.Drawing.PointF pt2, System.Drawing.PointF pt3, System.Drawing.PointF pt4) => throw null; + public void DrawArc(System.Drawing.Pen pen, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw null; public void DrawBezier(System.Drawing.Pen pen, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) => throw null; - public void DrawBeziers(System.Drawing.Pen pen, System.Drawing.PointF[] points) => throw null; - public void DrawBeziers(System.Drawing.Pen pen, System.Drawing.Point[] points) => throw null; - public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points) => throw null; + public void DrawBezier(System.Drawing.Pen pen, System.Drawing.PointF pt1, System.Drawing.PointF pt2, System.Drawing.PointF pt3, System.Drawing.PointF pt4) => throw null; + public void DrawBezier(System.Drawing.Pen pen, System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4) => throw null; + public void DrawBeziers(System.Drawing.Pen pen, params System.Drawing.PointF[] points) => throw null; + public void DrawBeziers(System.Drawing.Pen pen, params System.ReadOnlySpan points) => throw null; + public void DrawBeziers(System.Drawing.Pen pen, params System.Drawing.Point[] points) => throw null; + public void DrawBeziers(System.Drawing.Pen pen, params System.ReadOnlySpan points) => throw null; + public void DrawCachedBitmap(System.Drawing.Imaging.CachedBitmap cachedBitmap, int x, int y) => throw null; + public void DrawClosedCurve(System.Drawing.Pen pen, params System.Drawing.PointF[] points) => throw null; + public void DrawClosedCurve(System.Drawing.Pen pen, params System.ReadOnlySpan points) => throw null; public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, float tension, System.Drawing.Drawing2D.FillMode fillmode) => throw null; - public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.Point[] points) => throw null; + public void DrawClosedCurve(System.Drawing.Pen pen, System.ReadOnlySpan points, float tension, System.Drawing.Drawing2D.FillMode fillmode) => throw null; + public void DrawClosedCurve(System.Drawing.Pen pen, params System.Drawing.Point[] points) => throw null; + public void DrawClosedCurve(System.Drawing.Pen pen, params System.ReadOnlySpan points) => throw null; public void DrawClosedCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, float tension, System.Drawing.Drawing2D.FillMode fillmode) => throw null; - public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points) => throw null; + public void DrawClosedCurve(System.Drawing.Pen pen, System.ReadOnlySpan points, float tension, System.Drawing.Drawing2D.FillMode fillmode) => throw null; + public void DrawCurve(System.Drawing.Pen pen, params System.Drawing.PointF[] points) => throw null; + public void DrawCurve(System.Drawing.Pen pen, params System.ReadOnlySpan points) => throw null; + public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, float tension) => throw null; + public void DrawCurve(System.Drawing.Pen pen, System.ReadOnlySpan points, float tension) => throw null; public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, int offset, int numberOfSegments) => throw null; + public void DrawCurve(System.Drawing.Pen pen, System.ReadOnlySpan points, int offset, int numberOfSegments) => throw null; public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, int offset, int numberOfSegments, float tension) => throw null; - public void DrawCurve(System.Drawing.Pen pen, System.Drawing.PointF[] points, float tension) => throw null; - public void DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points) => throw null; - public void DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, int offset, int numberOfSegments, float tension) => throw null; + public void DrawCurve(System.Drawing.Pen pen, System.ReadOnlySpan points, int offset, int numberOfSegments, float tension) => throw null; + public void DrawCurve(System.Drawing.Pen pen, params System.Drawing.Point[] points) => throw null; + public void DrawCurve(System.Drawing.Pen pen, params System.ReadOnlySpan points) => throw null; public void DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, float tension) => throw null; - public void DrawEllipse(System.Drawing.Pen pen, System.Drawing.Rectangle rect) => throw null; + public void DrawCurve(System.Drawing.Pen pen, System.ReadOnlySpan points, float tension) => throw null; + public void DrawCurve(System.Drawing.Pen pen, System.Drawing.Point[] points, int offset, int numberOfSegments, float tension) => throw null; + public void DrawCurve(System.Drawing.Pen pen, System.ReadOnlySpan points, int offset, int numberOfSegments, float tension) => throw null; public void DrawEllipse(System.Drawing.Pen pen, System.Drawing.RectangleF rect) => throw null; - public void DrawEllipse(System.Drawing.Pen pen, int x, int y, int width, int height) => throw null; public void DrawEllipse(System.Drawing.Pen pen, float x, float y, float width, float height) => throw null; - public void DrawIcon(System.Drawing.Icon icon, System.Drawing.Rectangle targetRect) => throw null; + public void DrawEllipse(System.Drawing.Pen pen, System.Drawing.Rectangle rect) => throw null; + public void DrawEllipse(System.Drawing.Pen pen, int x, int y, int width, int height) => throw null; public void DrawIcon(System.Drawing.Icon icon, int x, int y) => throw null; + public void DrawIcon(System.Drawing.Icon icon, System.Drawing.Rectangle targetRect) => throw null; public void DrawIconUnstretched(System.Drawing.Icon icon, System.Drawing.Rectangle targetRect) => throw null; - public void DrawImage(System.Drawing.Image image, System.Drawing.Point point) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.PointF point) => throw null; + public void DrawImage(System.Drawing.Image image, float x, float y) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.RectangleF rect) => throw null; + public void DrawImage(System.Drawing.Image image, float x, float y, float width, float height) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.Point point) => throw null; + public void DrawImage(System.Drawing.Image image, int x, int y) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle rect) => throw null; + public void DrawImage(System.Drawing.Image image, int x, int y, int width, int height) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints) => throw null; + public void DrawImage(System.Drawing.Image image, float x, float y, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) => throw null; + public void DrawImage(System.Drawing.Image image, int x, int y, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback, int callbackData) => throw null; - public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback, int callbackData) => throw null; - public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle rect) => throw null; - public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) => throw null; - public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit) => throw null; - public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; - public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback) => throw null; - public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs, System.Drawing.Graphics.DrawImageAbort callback, nint callbackData) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs, System.Drawing.Graphics.DrawImageAbort callback) => throw null; public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs, System.Drawing.Graphics.DrawImageAbort callback, nint callbackData) => throw null; - public void DrawImage(System.Drawing.Image image, System.Drawing.RectangleF rect) => throw null; - public void DrawImage(System.Drawing.Image image, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) => throw null; - public void DrawImage(System.Drawing.Image image, int x, int y) => throw null; - public void DrawImage(System.Drawing.Image image, int x, int y, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit) => throw null; - public void DrawImage(System.Drawing.Image image, int x, int y, int width, int height) => throw null; - public void DrawImage(System.Drawing.Image image, float x, float y) => throw null; - public void DrawImage(System.Drawing.Image image, float x, float y, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit) => throw null; - public void DrawImage(System.Drawing.Image image, float x, float y, float width, float height) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr, System.Drawing.Graphics.DrawImageAbort callback) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttrs, System.Drawing.Graphics.DrawImageAbort callback, nint callbackData) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.Imaging.Effects.Effect effect) => throw null; + public void DrawImage(System.Drawing.Image image, System.Drawing.Imaging.Effects.Effect effect, System.Drawing.RectangleF srcRect = default(System.Drawing.RectangleF), System.Drawing.Drawing2D.Matrix transform = default(System.Drawing.Drawing2D.Matrix), System.Drawing.GraphicsUnit srcUnit = default(System.Drawing.GraphicsUnit), System.Drawing.Imaging.ImageAttributes imageAttr = default(System.Drawing.Imaging.ImageAttributes)) => throw null; public delegate bool DrawImageAbort(nint callbackdata); public void DrawImageUnscaled(System.Drawing.Image image, System.Drawing.Point point) => throw null; - public void DrawImageUnscaled(System.Drawing.Image image, System.Drawing.Rectangle rect) => throw null; public void DrawImageUnscaled(System.Drawing.Image image, int x, int y) => throw null; + public void DrawImageUnscaled(System.Drawing.Image image, System.Drawing.Rectangle rect) => throw null; public void DrawImageUnscaled(System.Drawing.Image image, int x, int y, int width, int height) => throw null; public void DrawImageUnscaledAndClipped(System.Drawing.Image image, System.Drawing.Rectangle rect) => throw null; - public void DrawLine(System.Drawing.Pen pen, System.Drawing.Point pt1, System.Drawing.Point pt2) => throw null; public void DrawLine(System.Drawing.Pen pen, System.Drawing.PointF pt1, System.Drawing.PointF pt2) => throw null; public void DrawLine(System.Drawing.Pen pen, int x1, int y1, int x2, int y2) => throw null; + public void DrawLine(System.Drawing.Pen pen, System.Drawing.Point pt1, System.Drawing.Point pt2) => throw null; public void DrawLine(System.Drawing.Pen pen, float x1, float y1, float x2, float y2) => throw null; - public void DrawLines(System.Drawing.Pen pen, System.Drawing.PointF[] points) => throw null; - public void DrawLines(System.Drawing.Pen pen, System.Drawing.Point[] points) => throw null; + public void DrawLines(System.Drawing.Pen pen, params System.Drawing.PointF[] points) => throw null; + public void DrawLines(System.Drawing.Pen pen, params System.ReadOnlySpan points) => throw null; + public void DrawLines(System.Drawing.Pen pen, params System.Drawing.Point[] points) => throw null; + public void DrawLines(System.Drawing.Pen pen, params System.ReadOnlySpan points) => throw null; public void DrawPath(System.Drawing.Pen pen, System.Drawing.Drawing2D.GraphicsPath path) => throw null; - public void DrawPie(System.Drawing.Pen pen, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw null; public void DrawPie(System.Drawing.Pen pen, System.Drawing.RectangleF rect, float startAngle, float sweepAngle) => throw null; - public void DrawPie(System.Drawing.Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) => throw null; public void DrawPie(System.Drawing.Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle) => throw null; - public void DrawPolygon(System.Drawing.Pen pen, System.Drawing.PointF[] points) => throw null; - public void DrawPolygon(System.Drawing.Pen pen, System.Drawing.Point[] points) => throw null; + public void DrawPie(System.Drawing.Pen pen, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw null; + public void DrawPie(System.Drawing.Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) => throw null; + public void DrawPolygon(System.Drawing.Pen pen, params System.Drawing.PointF[] points) => throw null; + public void DrawPolygon(System.Drawing.Pen pen, params System.ReadOnlySpan points) => throw null; + public void DrawPolygon(System.Drawing.Pen pen, params System.Drawing.Point[] points) => throw null; + public void DrawPolygon(System.Drawing.Pen pen, params System.ReadOnlySpan points) => throw null; + public void DrawRectangle(System.Drawing.Pen pen, System.Drawing.RectangleF rect) => throw null; public void DrawRectangle(System.Drawing.Pen pen, System.Drawing.Rectangle rect) => throw null; - public void DrawRectangle(System.Drawing.Pen pen, int x, int y, int width, int height) => throw null; public void DrawRectangle(System.Drawing.Pen pen, float x, float y, float width, float height) => throw null; - public void DrawRectangles(System.Drawing.Pen pen, System.Drawing.RectangleF[] rects) => throw null; - public void DrawRectangles(System.Drawing.Pen pen, System.Drawing.Rectangle[] rects) => throw null; + public void DrawRectangle(System.Drawing.Pen pen, int x, int y, int width, int height) => throw null; + public void DrawRectangles(System.Drawing.Pen pen, params System.Drawing.RectangleF[] rects) => throw null; + public void DrawRectangles(System.Drawing.Pen pen, params System.ReadOnlySpan rects) => throw null; + public void DrawRectangles(System.Drawing.Pen pen, params System.Drawing.Rectangle[] rects) => throw null; + public void DrawRectangles(System.Drawing.Pen pen, params System.ReadOnlySpan rects) => throw null; + public void DrawRoundedRectangle(System.Drawing.Pen pen, System.Drawing.Rectangle rect, System.Drawing.Size radius) => throw null; + public void DrawRoundedRectangle(System.Drawing.Pen pen, System.Drawing.RectangleF rect, System.Drawing.SizeF radius) => throw null; + public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y) => throw null; + public void DrawString(System.ReadOnlySpan s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y) => throw null; public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.PointF point) => throw null; + public void DrawString(System.ReadOnlySpan s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.PointF point) => throw null; + public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y, System.Drawing.StringFormat format) => throw null; + public void DrawString(System.ReadOnlySpan s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y, System.Drawing.StringFormat format) => throw null; public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.PointF point, System.Drawing.StringFormat format) => throw null; + public void DrawString(System.ReadOnlySpan s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.PointF point, System.Drawing.StringFormat format) => throw null; public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.RectangleF layoutRectangle) => throw null; + public void DrawString(System.ReadOnlySpan s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.RectangleF layoutRectangle) => throw null; public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format) => throw null; - public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y) => throw null; - public void DrawString(string s, System.Drawing.Font font, System.Drawing.Brush brush, float x, float y, System.Drawing.StringFormat format) => throw null; + public void DrawString(System.ReadOnlySpan s, System.Drawing.Font font, System.Drawing.Brush brush, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format) => throw null; public void EndContainer(System.Drawing.Drawing2D.GraphicsContainer container) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback) => throw null; - public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, nint callbackData, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; public delegate bool EnumerateMetafileProc(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, nint data, System.Drawing.Imaging.PlayRecordCallback callbackData); public void ExcludeClip(System.Drawing.Rectangle rect) => throw null; public void ExcludeClip(System.Drawing.Region region) => throw null; - public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points) => throw null; + public void FillClosedCurve(System.Drawing.Brush brush, params System.Drawing.PointF[] points) => throw null; + public void FillClosedCurve(System.Drawing.Brush brush, params System.ReadOnlySpan points) => throw null; public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillmode) => throw null; + public void FillClosedCurve(System.Drawing.Brush brush, System.ReadOnlySpan points, System.Drawing.Drawing2D.FillMode fillmode) => throw null; public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillmode, float tension) => throw null; - public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points) => throw null; + public void FillClosedCurve(System.Drawing.Brush brush, System.ReadOnlySpan points, System.Drawing.Drawing2D.FillMode fillmode, float tension) => throw null; + public void FillClosedCurve(System.Drawing.Brush brush, params System.Drawing.Point[] points) => throw null; + public void FillClosedCurve(System.Drawing.Brush brush, params System.ReadOnlySpan points) => throw null; public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillmode) => throw null; + public void FillClosedCurve(System.Drawing.Brush brush, System.ReadOnlySpan points, System.Drawing.Drawing2D.FillMode fillmode) => throw null; public void FillClosedCurve(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillmode, float tension) => throw null; - public void FillEllipse(System.Drawing.Brush brush, System.Drawing.Rectangle rect) => throw null; + public void FillClosedCurve(System.Drawing.Brush brush, System.ReadOnlySpan points, System.Drawing.Drawing2D.FillMode fillmode, float tension) => throw null; public void FillEllipse(System.Drawing.Brush brush, System.Drawing.RectangleF rect) => throw null; - public void FillEllipse(System.Drawing.Brush brush, int x, int y, int width, int height) => throw null; public void FillEllipse(System.Drawing.Brush brush, float x, float y, float width, float height) => throw null; + public void FillEllipse(System.Drawing.Brush brush, System.Drawing.Rectangle rect) => throw null; + public void FillEllipse(System.Drawing.Brush brush, int x, int y, int width, int height) => throw null; public void FillPath(System.Drawing.Brush brush, System.Drawing.Drawing2D.GraphicsPath path) => throw null; public void FillPie(System.Drawing.Brush brush, System.Drawing.Rectangle rect, float startAngle, float sweepAngle) => throw null; - public void FillPie(System.Drawing.Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle) => throw null; + public void FillPie(System.Drawing.Brush brush, System.Drawing.RectangleF rect, float startAngle, float sweepAngle) => throw null; public void FillPie(System.Drawing.Brush brush, float x, float y, float width, float height, float startAngle, float sweepAngle) => throw null; - public void FillPolygon(System.Drawing.Brush brush, System.Drawing.PointF[] points) => throw null; + public void FillPie(System.Drawing.Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle) => throw null; + public void FillPolygon(System.Drawing.Brush brush, params System.Drawing.PointF[] points) => throw null; + public void FillPolygon(System.Drawing.Brush brush, params System.ReadOnlySpan points) => throw null; public void FillPolygon(System.Drawing.Brush brush, System.Drawing.PointF[] points, System.Drawing.Drawing2D.FillMode fillMode) => throw null; + public void FillPolygon(System.Drawing.Brush brush, System.ReadOnlySpan points, System.Drawing.Drawing2D.FillMode fillMode) => throw null; public void FillPolygon(System.Drawing.Brush brush, System.Drawing.Point[] points) => throw null; + public void FillPolygon(System.Drawing.Brush brush, params System.ReadOnlySpan points) => throw null; public void FillPolygon(System.Drawing.Brush brush, System.Drawing.Point[] points, System.Drawing.Drawing2D.FillMode fillMode) => throw null; - public void FillRectangle(System.Drawing.Brush brush, System.Drawing.Rectangle rect) => throw null; + public void FillPolygon(System.Drawing.Brush brush, System.ReadOnlySpan points, System.Drawing.Drawing2D.FillMode fillMode) => throw null; public void FillRectangle(System.Drawing.Brush brush, System.Drawing.RectangleF rect) => throw null; - public void FillRectangle(System.Drawing.Brush brush, int x, int y, int width, int height) => throw null; public void FillRectangle(System.Drawing.Brush brush, float x, float y, float width, float height) => throw null; - public void FillRectangles(System.Drawing.Brush brush, System.Drawing.RectangleF[] rects) => throw null; - public void FillRectangles(System.Drawing.Brush brush, System.Drawing.Rectangle[] rects) => throw null; + public void FillRectangle(System.Drawing.Brush brush, System.Drawing.Rectangle rect) => throw null; + public void FillRectangle(System.Drawing.Brush brush, int x, int y, int width, int height) => throw null; + public void FillRectangles(System.Drawing.Brush brush, params System.Drawing.RectangleF[] rects) => throw null; + public void FillRectangles(System.Drawing.Brush brush, params System.ReadOnlySpan rects) => throw null; + public void FillRectangles(System.Drawing.Brush brush, params System.Drawing.Rectangle[] rects) => throw null; + public void FillRectangles(System.Drawing.Brush brush, params System.ReadOnlySpan rects) => throw null; public void FillRegion(System.Drawing.Brush brush, System.Drawing.Region region) => throw null; + public void FillRoundedRectangle(System.Drawing.Brush brush, System.Drawing.Rectangle rect, System.Drawing.Size radius) => throw null; + public void FillRoundedRectangle(System.Drawing.Brush brush, System.Drawing.RectangleF rect, System.Drawing.SizeF radius) => throw null; public void Flush() => throw null; public void Flush(System.Drawing.Drawing2D.FlushIntention intention) => throw null; public static System.Drawing.Graphics FromHdc(nint hdc) => throw null; @@ -1069,30 +1157,39 @@ public sealed class Graphics : System.MarshalByRefObject, System.Drawing.IDevice public void IntersectClip(System.Drawing.RectangleF rect) => throw null; public void IntersectClip(System.Drawing.Region region) => throw null; public bool IsClipEmpty { get => throw null; } + public bool IsVisible(int x, int y) => throw null; public bool IsVisible(System.Drawing.Point point) => throw null; + public bool IsVisible(float x, float y) => throw null; public bool IsVisible(System.Drawing.PointF point) => throw null; - public bool IsVisible(System.Drawing.Rectangle rect) => throw null; - public bool IsVisible(System.Drawing.RectangleF rect) => throw null; - public bool IsVisible(int x, int y) => throw null; public bool IsVisible(int x, int y, int width, int height) => throw null; - public bool IsVisible(float x, float y) => throw null; + public bool IsVisible(System.Drawing.Rectangle rect) => throw null; public bool IsVisible(float x, float y, float width, float height) => throw null; + public bool IsVisible(System.Drawing.RectangleF rect) => throw null; public bool IsVisibleClipEmpty { get => throw null; } public System.Drawing.Region[] MeasureCharacterRanges(string text, System.Drawing.Font font, System.Drawing.RectangleF layoutRect, System.Drawing.StringFormat stringFormat) => throw null; - public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font) => throw null; + public System.Drawing.Region[] MeasureCharacterRanges(System.ReadOnlySpan text, System.Drawing.Font font, System.Drawing.RectangleF layoutRect, System.Drawing.StringFormat stringFormat) => throw null; + public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea, System.Drawing.StringFormat stringFormat, out int charactersFitted, out int linesFilled) => throw null; + public System.Drawing.SizeF MeasureString(System.ReadOnlySpan text, System.Drawing.Font font, System.Drawing.SizeF layoutArea, System.Drawing.StringFormat stringFormat, out int charactersFitted, out int linesFilled) => throw null; public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.PointF origin, System.Drawing.StringFormat stringFormat) => throw null; + public System.Drawing.SizeF MeasureString(System.ReadOnlySpan text, System.Drawing.Font font, System.Drawing.PointF origin, System.Drawing.StringFormat stringFormat) => throw null; public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea) => throw null; + public System.Drawing.SizeF MeasureString(System.ReadOnlySpan text, System.Drawing.Font font, System.Drawing.SizeF layoutArea) => throw null; public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea, System.Drawing.StringFormat stringFormat) => throw null; - public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, System.Drawing.SizeF layoutArea, System.Drawing.StringFormat stringFormat, out int charactersFitted, out int linesFilled) => throw null; + public System.Drawing.SizeF MeasureString(System.ReadOnlySpan text, System.Drawing.Font font, System.Drawing.SizeF layoutArea, System.Drawing.StringFormat stringFormat) => throw null; + public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font) => throw null; + public System.Drawing.SizeF MeasureString(System.ReadOnlySpan text, System.Drawing.Font font) => throw null; public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, int width) => throw null; + public System.Drawing.SizeF MeasureString(System.ReadOnlySpan text, System.Drawing.Font font, int width) => throw null; public System.Drawing.SizeF MeasureString(string text, System.Drawing.Font font, int width, System.Drawing.StringFormat format) => throw null; + public System.Drawing.SizeF MeasureString(System.ReadOnlySpan text, System.Drawing.Font font, int width, System.Drawing.StringFormat format) => throw null; + public System.Drawing.SizeF MeasureStringInternal(System.ReadOnlySpan text, System.Drawing.Font font, System.Drawing.RectangleF layoutArea, System.Drawing.StringFormat stringFormat, out int charactersFitted, out int linesFilled) => throw null; public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) => throw null; public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) => throw null; public float PageScale { get => throw null; set { } } public System.Drawing.GraphicsUnit PageUnit { get => throw null; set { } } public System.Drawing.Drawing2D.PixelOffsetMode PixelOffsetMode { get => throw null; set { } } - public void ReleaseHdc() => throw null; public void ReleaseHdc(nint hdc) => throw null; + public void ReleaseHdc() => throw null; public void ReleaseHdcInternal(nint hdc) => throw null; public System.Drawing.Point RenderingOrigin { get => throw null; set { } } public void ResetClip() => throw null; @@ -1103,24 +1200,26 @@ public sealed class Graphics : System.MarshalByRefObject, System.Drawing.IDevice public System.Drawing.Drawing2D.GraphicsState Save() => throw null; public void ScaleTransform(float sx, float sy) => throw null; public void ScaleTransform(float sx, float sy, System.Drawing.Drawing2D.MatrixOrder order) => throw null; - public void SetClip(System.Drawing.Drawing2D.GraphicsPath path) => throw null; - public void SetClip(System.Drawing.Drawing2D.GraphicsPath path, System.Drawing.Drawing2D.CombineMode combineMode) => throw null; public void SetClip(System.Drawing.Graphics g) => throw null; public void SetClip(System.Drawing.Graphics g, System.Drawing.Drawing2D.CombineMode combineMode) => throw null; public void SetClip(System.Drawing.Rectangle rect) => throw null; public void SetClip(System.Drawing.Rectangle rect, System.Drawing.Drawing2D.CombineMode combineMode) => throw null; public void SetClip(System.Drawing.RectangleF rect) => throw null; public void SetClip(System.Drawing.RectangleF rect, System.Drawing.Drawing2D.CombineMode combineMode) => throw null; + public void SetClip(System.Drawing.Drawing2D.GraphicsPath path) => throw null; + public void SetClip(System.Drawing.Drawing2D.GraphicsPath path, System.Drawing.Drawing2D.CombineMode combineMode) => throw null; public void SetClip(System.Drawing.Region region, System.Drawing.Drawing2D.CombineMode combineMode) => throw null; public System.Drawing.Drawing2D.SmoothingMode SmoothingMode { get => throw null; set { } } public int TextContrast { get => throw null; set { } } public System.Drawing.Text.TextRenderingHint TextRenderingHint { get => throw null; set { } } public System.Drawing.Drawing2D.Matrix Transform { get => throw null; set { } } public System.Numerics.Matrix3x2 TransformElements { get => throw null; set { } } - public void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, System.Drawing.PointF[] pts) => throw null; - public void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, System.Drawing.Point[] pts) => throw null; - public void TranslateClip(int dx, int dy) => throw null; + public void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, params System.Drawing.PointF[] pts) => throw null; + public void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, params System.ReadOnlySpan pts) => throw null; + public void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, params System.Drawing.Point[] pts) => throw null; + public void TransformPoints(System.Drawing.Drawing2D.CoordinateSpace destSpace, System.Drawing.Drawing2D.CoordinateSpace srcSpace, params System.ReadOnlySpan pts) => throw null; public void TranslateClip(float dx, float dy) => throw null; + public void TranslateClip(int dx, int dy) => throw null; public void TranslateTransform(float dx, float dy) => throw null; public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) => throw null; public System.Drawing.RectangleF VisibleClipBounds { get => throw null; } @@ -1138,17 +1237,19 @@ public enum GraphicsUnit public sealed class Icon : System.MarshalByRefObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable { public object Clone() => throw null; + public Icon(string fileName) => throw null; + public Icon(string fileName, System.Drawing.Size size) => throw null; + public Icon(string fileName, int width, int height) => throw null; public Icon(System.Drawing.Icon original, System.Drawing.Size size) => throw null; public Icon(System.Drawing.Icon original, int width, int height) => throw null; + public Icon(System.Type type, string resource) => throw null; public Icon(System.IO.Stream stream) => throw null; public Icon(System.IO.Stream stream, System.Drawing.Size size) => throw null; public Icon(System.IO.Stream stream, int width, int height) => throw null; - public Icon(string fileName) => throw null; - public Icon(string fileName, System.Drawing.Size size) => throw null; - public Icon(string fileName, int width, int height) => throw null; - public Icon(System.Type type, string resource) => throw null; public void Dispose() => throw null; public static System.Drawing.Icon ExtractAssociatedIcon(string filePath) => throw null; + public static System.Drawing.Icon ExtractIcon(string filePath, int id, int size) => throw null; + public static System.Drawing.Icon ExtractIcon(string filePath, int id, bool smallIcon = default(bool)) => throw null; public static System.Drawing.Icon FromHandle(nint handle) => throw null; void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) => throw null; public nint Handle { get => throw null; } @@ -1207,13 +1308,13 @@ public abstract class Image : System.MarshalByRefObject, System.ICloneable, Syst public System.Drawing.Imaging.ImageFormat RawFormat { get => throw null; } public void RemovePropertyItem(int propid) => throw null; public void RotateFlip(System.Drawing.RotateFlipType rotateFlipType) => throw null; - public void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams) => throw null; - public void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageFormat format) => throw null; public void Save(string filename) => throw null; - public void Save(string filename, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams) => throw null; public void Save(string filename, System.Drawing.Imaging.ImageFormat format) => throw null; - public void SaveAdd(System.Drawing.Image image, System.Drawing.Imaging.EncoderParameters encoderParams) => throw null; + public void Save(string filename, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams) => throw null; + public void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageFormat format) => throw null; + public void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams) => throw null; public void SaveAdd(System.Drawing.Imaging.EncoderParameters encoderParams) => throw null; + public void SaveAdd(System.Drawing.Image image, System.Drawing.Imaging.EncoderParameters encoderParams) => throw null; public int SelectActiveFrame(System.Drawing.Imaging.FrameDimension dimension, int frameIndex) => throw null; public void SetPropertyItem(System.Drawing.Imaging.PropertyItem propitem) => throw null; public System.Drawing.Size Size { get => throw null; } @@ -1226,8 +1327,8 @@ public sealed class ImageAnimator public static void Animate(System.Drawing.Image image, System.EventHandler onFrameChangedHandler) => throw null; public static bool CanAnimate(System.Drawing.Image image) => throw null; public static void StopAnimate(System.Drawing.Image image, System.EventHandler onFrameChangedHandler) => throw null; - public static void UpdateFrames() => throw null; public static void UpdateFrames(System.Drawing.Image image) => throw null; + public static void UpdateFrames() => throw null; } public class ImageConverter : System.ComponentModel.TypeConverter { @@ -1261,6 +1362,11 @@ public sealed class BitmapData public int Stride { get => throw null; set { } } public int Width { get => throw null; set { } } } + public sealed class CachedBitmap : System.IDisposable + { + public CachedBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Graphics graphics) => throw null; + public void Dispose() => throw null; + } public enum ColorAdjustType { Default = 0, @@ -1294,6 +1400,7 @@ public sealed class ColorMatrix { public ColorMatrix() => throw null; public ColorMatrix(float[][] newColorMatrix) => throw null; + public ColorMatrix(params System.ReadOnlySpan newColorMatrix) => throw null; public float Matrix00 { get => throw null; set { } } public float Matrix01 { get => throw null; set { } } public float Matrix02 { get => throw null; set { } } @@ -1334,13 +1441,226 @@ public enum ColorMode } public sealed class ColorPalette { + public static System.Drawing.Imaging.ColorPalette CreateOptimalPalette(int colors, bool useTransparentColor, System.Drawing.Bitmap bitmap) => throw null; + public ColorPalette(params System.Drawing.Color[] customColors) => throw null; + public ColorPalette(System.Drawing.Imaging.PaletteType fixedPaletteType) => throw null; public System.Drawing.Color[] Entries { get => throw null; } public int Flags { get => throw null; } } + public enum DitherType + { + None = 0, + Solid = 1, + Ordered4x4 = 2, + Ordered8x8 = 3, + Ordered16x16 = 4, + Spiral4x4 = 5, + Spiral8x8 = 6, + DualSpiral4x4 = 7, + DualSpiral8x8 = 8, + ErrorDiffusion = 9, + } + namespace Effects + { + public class BlackSaturationCurveEffect : System.Drawing.Imaging.Effects.ColorCurveEffect + { + public int BlackSaturation { get => throw null; } + public BlackSaturationCurveEffect(System.Drawing.Imaging.Effects.CurveChannel channel, int blackSaturation) => throw null; + } + public class BlurEffect : System.Drawing.Imaging.Effects.Effect + { + public BlurEffect(float radius, bool expandEdge) => throw null; + public bool ExpandEdge { get => throw null; } + public float Radius { get => throw null; } + } + public class BrightnessContrastEffect : System.Drawing.Imaging.Effects.Effect + { + public int BrightnessLevel { get => throw null; } + public int ContrastLevel { get => throw null; } + public BrightnessContrastEffect(int brightnessLevel, int contrastLevel) => throw null; + } + public class ColorBalanceEffect : System.Drawing.Imaging.Effects.Effect + { + public ColorBalanceEffect(int cyanRed, int magentaGreen, int yellowBlue) => throw null; + public int CyanRed { get => throw null; } + public int MagentaGreen { get => throw null; } + public int YellowBlue { get => throw null; } + } + public abstract class ColorCurveEffect : System.Drawing.Imaging.Effects.Effect + { + public System.Drawing.Imaging.Effects.CurveChannel Channel { get => throw null; } + } + public class ColorLookupTableEffect : System.Drawing.Imaging.Effects.Effect + { + public System.ReadOnlyMemory AlphaLookupTable { get => throw null; } + public System.ReadOnlyMemory BlueLookupTable { get => throw null; } + public ColorLookupTableEffect(byte[] redLookupTable, byte[] greenLookupTable, byte[] blueLookupTable, byte[] alphaLookupTable) => throw null; + public ColorLookupTableEffect(System.ReadOnlySpan redLookupTable, System.ReadOnlySpan greenLookupTable, System.ReadOnlySpan blueLookupTable, System.ReadOnlySpan alphaLookupTable) => throw null; + public System.ReadOnlyMemory GreenLookupTable { get => throw null; } + public System.ReadOnlyMemory RedLookupTable { get => throw null; } + } + public class ColorMatrixEffect : System.Drawing.Imaging.Effects.Effect + { + public ColorMatrixEffect(System.Drawing.Imaging.ColorMatrix matrix) => throw null; + public System.Drawing.Imaging.ColorMatrix Matrix { get => throw null; } + } + public class ContrastCurveEffect : System.Drawing.Imaging.Effects.ColorCurveEffect + { + public int Contrast { get => throw null; } + public ContrastCurveEffect(System.Drawing.Imaging.Effects.CurveChannel channel, int contrast) => throw null; + } + public enum CurveChannel + { + All = 0, + Red = 1, + Green = 2, + Blue = 3, + } + public class DensityCurveEffect : System.Drawing.Imaging.Effects.ColorCurveEffect + { + public DensityCurveEffect(System.Drawing.Imaging.Effects.CurveChannel channel, int density) => throw null; + public int Density { get => throw null; } + } + public abstract class Effect : System.IDisposable + { + public void Dispose() => throw null; + protected virtual void Dispose(bool disposing) => throw null; + } + public class ExposureCurveEffect : System.Drawing.Imaging.Effects.ColorCurveEffect + { + public ExposureCurveEffect(System.Drawing.Imaging.Effects.CurveChannel channel, int exposure) => throw null; + public int Exposure { get => throw null; } + } + public sealed class GrayScaleEffect : System.Drawing.Imaging.Effects.ColorMatrixEffect + { + public GrayScaleEffect() : base(default(System.Drawing.Imaging.ColorMatrix)) => throw null; + } + public class HighlightCurveEffect : System.Drawing.Imaging.Effects.ColorCurveEffect + { + public HighlightCurveEffect(System.Drawing.Imaging.Effects.CurveChannel channel, int highlight) => throw null; + public int Highlight { get => throw null; } + } + public sealed class InvertEffect : System.Drawing.Imaging.Effects.ColorMatrixEffect + { + public InvertEffect() : base(default(System.Drawing.Imaging.ColorMatrix)) => throw null; + } + public class LevelsEffect : System.Drawing.Imaging.Effects.Effect + { + public LevelsEffect(int highlight, int midtone, int shadow) => throw null; + public int Highlight { get => throw null; } + public int Midtone { get => throw null; } + public int Shadow { get => throw null; } + } + public class MidtoneCurveEffect : System.Drawing.Imaging.Effects.ColorCurveEffect + { + public MidtoneCurveEffect(System.Drawing.Imaging.Effects.CurveChannel channel, int midtone) => throw null; + public int Midtone { get => throw null; } + } + public sealed class SepiaEffect : System.Drawing.Imaging.Effects.ColorMatrixEffect + { + public SepiaEffect() : base(default(System.Drawing.Imaging.ColorMatrix)) => throw null; + } + public class ShadowCurveEffect : System.Drawing.Imaging.Effects.ColorCurveEffect + { + public ShadowCurveEffect(System.Drawing.Imaging.Effects.CurveChannel channel, int shadow) => throw null; + public int Shadow { get => throw null; } + } + public class SharpenEffect : System.Drawing.Imaging.Effects.Effect + { + public float Amount { get => throw null; } + public SharpenEffect(float radius, float amount) => throw null; + public float Radius { get => throw null; } + } + public class TintEffect : System.Drawing.Imaging.Effects.Effect + { + public int Amount { get => throw null; } + public TintEffect(System.Drawing.Color color, int amount) => throw null; + public TintEffect(int hue, int amount) => throw null; + public int Hue { get => throw null; } + } + public sealed class VividEffect : System.Drawing.Imaging.Effects.ColorMatrixEffect + { + public VividEffect() : base(default(System.Drawing.Imaging.ColorMatrix)) => throw null; + } + public class WhiteSaturationCurveEffect : System.Drawing.Imaging.Effects.ColorCurveEffect + { + public WhiteSaturationCurveEffect(System.Drawing.Imaging.Effects.CurveChannel channel, int whiteSaturation) => throw null; + public int WhiteSaturation { get => throw null; } + } + } public enum EmfPlusRecordType { + WmfRecordBase = 65536, + WmfSetBkColor = 66049, + WmfSetBkMode = 65794, + WmfSetMapMode = 65795, + WmfSetROP2 = 65796, + WmfSetRelAbs = 65797, + WmfSetPolyFillMode = 65798, + WmfSetStretchBltMode = 65799, + WmfSetTextCharExtra = 65800, + WmfSetTextColor = 66057, + WmfSetTextJustification = 66058, + WmfSetWindowOrg = 66059, + WmfSetWindowExt = 66060, + WmfSetViewportOrg = 66061, + WmfSetViewportExt = 66062, + WmfOffsetWindowOrg = 66063, + WmfScaleWindowExt = 66576, + WmfOffsetViewportOrg = 66065, + WmfScaleViewportExt = 66578, + WmfLineTo = 66067, + WmfMoveTo = 66068, + WmfExcludeClipRect = 66581, + WmfIntersectClipRect = 66582, + WmfArc = 67607, + WmfEllipse = 66584, + WmfFloodFill = 66585, + WmfPie = 67610, + WmfRectangle = 66587, + WmfRoundRect = 67100, + WmfPatBlt = 67101, + WmfSaveDC = 65566, + WmfSetPixel = 66591, + WmfOffsetCilpRgn = 66080, + WmfTextOut = 66849, + WmfBitBlt = 67874, + WmfStretchBlt = 68387, + WmfPolygon = 66340, + WmfPolyline = 66341, + WmfEscape = 67110, + WmfRestoreDC = 65831, + WmfFillRegion = 66088, + WmfFrameRegion = 66601, + WmfInvertRegion = 65834, + WmfPaintRegion = 65835, + WmfSelectClipRegion = 65836, + WmfSelectObject = 65837, + WmfSetTextAlign = 65838, + WmfChord = 67632, + WmfSetMapperFlags = 66097, + WmfExtTextOut = 68146, + WmfSetDibToDev = 68915, + WmfSelectPalette = 66100, + WmfRealizePalette = 65589, + WmfAnimatePalette = 66614, + WmfSetPalEntries = 65591, + WmfPolyPolygon = 66872, + WmfResizePalette = 65849, + WmfDibBitBlt = 67904, + WmfDibStretchBlt = 68417, + WmfDibCreatePatternBrush = 65858, + WmfStretchDib = 69443, + WmfExtFloodFill = 66888, + WmfSetLayout = 65865, + WmfDeleteObject = 66032, + WmfCreatePalette = 65783, + WmfCreatePatternBrush = 66041, + WmfCreatePenIndirect = 66298, + WmfCreateFontIndirect = 66299, + WmfCreateBrushIndirect = 66300, + WmfCreateRegion = 67327, EmfHeader = 1, - EmfMin = 1, EmfPolyBezier = 2, EmfPolygon = 3, EmfPolyline = 4, @@ -1463,10 +1783,10 @@ public enum EmfPlusRecordType EmfColorMatchToTargetW = 121, EmfCreateColorSpaceW = 122, EmfMax = 122, + EmfMin = 1, EmfPlusRecordBase = 16384, Invalid = 16384, Header = 16385, - Min = 16385, EndOfFile = 16386, Comment = 16387, GetDC = 16388, @@ -1486,112 +1806,43 @@ public enum EmfPlusRecordType DrawArc = 16402, FillRegion = 16403, FillPath = 16404, - DrawPath = 16405, - FillClosedCurve = 16406, - DrawClosedCurve = 16407, - DrawCurve = 16408, - DrawBeziers = 16409, - DrawImage = 16410, - DrawImagePoints = 16411, - DrawString = 16412, - SetRenderingOrigin = 16413, - SetAntiAliasMode = 16414, - SetTextRenderingHint = 16415, - SetTextContrast = 16416, - SetInterpolationMode = 16417, - SetPixelOffsetMode = 16418, - SetCompositingMode = 16419, - SetCompositingQuality = 16420, - Save = 16421, - Restore = 16422, - BeginContainer = 16423, - BeginContainerNoParams = 16424, - EndContainer = 16425, - SetWorldTransform = 16426, - ResetWorldTransform = 16427, - MultiplyWorldTransform = 16428, - TranslateWorldTransform = 16429, - ScaleWorldTransform = 16430, - RotateWorldTransform = 16431, - SetPageTransform = 16432, - ResetClip = 16433, - SetClipRect = 16434, - SetClipPath = 16435, - SetClipRegion = 16436, - OffsetClip = 16437, - DrawDriverString = 16438, - Max = 16438, - Total = 16439, - WmfRecordBase = 65536, - WmfSaveDC = 65566, - WmfRealizePalette = 65589, - WmfSetPalEntries = 65591, - WmfCreatePalette = 65783, - WmfSetBkMode = 65794, - WmfSetMapMode = 65795, - WmfSetROP2 = 65796, - WmfSetRelAbs = 65797, - WmfSetPolyFillMode = 65798, - WmfSetStretchBltMode = 65799, - WmfSetTextCharExtra = 65800, - WmfRestoreDC = 65831, - WmfInvertRegion = 65834, - WmfPaintRegion = 65835, - WmfSelectClipRegion = 65836, - WmfSelectObject = 65837, - WmfSetTextAlign = 65838, - WmfResizePalette = 65849, - WmfDibCreatePatternBrush = 65858, - WmfSetLayout = 65865, - WmfDeleteObject = 66032, - WmfCreatePatternBrush = 66041, - WmfSetBkColor = 66049, - WmfSetTextColor = 66057, - WmfSetTextJustification = 66058, - WmfSetWindowOrg = 66059, - WmfSetWindowExt = 66060, - WmfSetViewportOrg = 66061, - WmfSetViewportExt = 66062, - WmfOffsetWindowOrg = 66063, - WmfOffsetViewportOrg = 66065, - WmfLineTo = 66067, - WmfMoveTo = 66068, - WmfOffsetCilpRgn = 66080, - WmfFillRegion = 66088, - WmfSetMapperFlags = 66097, - WmfSelectPalette = 66100, - WmfCreatePenIndirect = 66298, - WmfCreateFontIndirect = 66299, - WmfCreateBrushIndirect = 66300, - WmfPolygon = 66340, - WmfPolyline = 66341, - WmfScaleWindowExt = 66576, - WmfScaleViewportExt = 66578, - WmfExcludeClipRect = 66581, - WmfIntersectClipRect = 66582, - WmfEllipse = 66584, - WmfFloodFill = 66585, - WmfRectangle = 66587, - WmfSetPixel = 66591, - WmfFrameRegion = 66601, - WmfAnimatePalette = 66614, - WmfTextOut = 66849, - WmfPolyPolygon = 66872, - WmfExtFloodFill = 66888, - WmfRoundRect = 67100, - WmfPatBlt = 67101, - WmfEscape = 67110, - WmfCreateRegion = 67327, - WmfArc = 67607, - WmfPie = 67610, - WmfChord = 67632, - WmfBitBlt = 67874, - WmfDibBitBlt = 67904, - WmfExtTextOut = 68146, - WmfStretchBlt = 68387, - WmfDibStretchBlt = 68417, - WmfSetDibToDev = 68915, - WmfStretchDib = 69443, + DrawPath = 16405, + FillClosedCurve = 16406, + DrawClosedCurve = 16407, + DrawCurve = 16408, + DrawBeziers = 16409, + DrawImage = 16410, + DrawImagePoints = 16411, + DrawString = 16412, + SetRenderingOrigin = 16413, + SetAntiAliasMode = 16414, + SetTextRenderingHint = 16415, + SetTextContrast = 16416, + SetInterpolationMode = 16417, + SetPixelOffsetMode = 16418, + SetCompositingMode = 16419, + SetCompositingQuality = 16420, + Save = 16421, + Restore = 16422, + BeginContainer = 16423, + BeginContainerNoParams = 16424, + EndContainer = 16425, + SetWorldTransform = 16426, + ResetWorldTransform = 16427, + MultiplyWorldTransform = 16428, + TranslateWorldTransform = 16429, + ScaleWorldTransform = 16430, + RotateWorldTransform = 16431, + SetPageTransform = 16432, + ResetClip = 16433, + SetClipRect = 16434, + SetClipPath = 16435, + SetClipRegion = 16436, + OffsetClip = 16437, + DrawDriverString = 16438, + Total = 16439, + Max = 16438, + Min = 16385, } public enum EmfType { @@ -1621,21 +1872,21 @@ public sealed class EncoderParameter : System.IDisposable { public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte value) => throw null; public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte value, bool undefined) => throw null; - public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte[] value) => throw null; - public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte[] value, bool undefined) => throw null; public EncoderParameter(System.Drawing.Imaging.Encoder encoder, short value) => throw null; - public EncoderParameter(System.Drawing.Imaging.Encoder encoder, short[] value) => throw null; - public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numberValues, System.Drawing.Imaging.EncoderParameterValueType type, nint value) => throw null; - public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numerator, int denominator) => throw null; - public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int NumberOfValues, int Type, int Value) => throw null; - public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numerator1, int demoninator1, int numerator2, int demoninator2) => throw null; - public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int[] numerator, int[] denominator) => throw null; - public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int[] numerator1, int[] denominator1, int[] numerator2, int[] denominator2) => throw null; public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long value) => throw null; + public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numerator, int denominator) => throw null; public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long rangebegin, long rangeend) => throw null; + public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numerator1, int demoninator1, int numerator2, int demoninator2) => throw null; + public EncoderParameter(System.Drawing.Imaging.Encoder encoder, string value) => throw null; + public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte[] value) => throw null; + public EncoderParameter(System.Drawing.Imaging.Encoder encoder, byte[] value, bool undefined) => throw null; + public EncoderParameter(System.Drawing.Imaging.Encoder encoder, short[] value) => throw null; public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long[] value) => throw null; + public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int[] numerator, int[] denominator) => throw null; public EncoderParameter(System.Drawing.Imaging.Encoder encoder, long[] rangebegin, long[] rangeend) => throw null; - public EncoderParameter(System.Drawing.Imaging.Encoder encoder, string value) => throw null; + public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int[] numerator1, int[] denominator1, int[] numerator2, int[] denominator2) => throw null; + public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int NumberOfValues, int Type, int Value) => throw null; + public EncoderParameter(System.Drawing.Imaging.Encoder encoder, int numberValues, System.Drawing.Imaging.EncoderParameterValueType type, nint value) => throw null; public void Dispose() => throw null; public System.Drawing.Imaging.Encoder Encoder { get => throw null; set { } } public int NumberOfValues { get => throw null; } @@ -1644,8 +1895,8 @@ public sealed class EncoderParameter : System.IDisposable } public sealed class EncoderParameters : System.IDisposable { - public EncoderParameters() => throw null; public EncoderParameters(int count) => throw null; + public EncoderParameters() => throw null; public void Dispose() => throw null; public System.Drawing.Imaging.EncoderParameter[] Param { get => throw null; set { } } } @@ -1722,7 +1973,9 @@ public sealed class ImageAttributes : System.ICloneable, System.IDisposable public ImageAttributes() => throw null; public void Dispose() => throw null; public void GetAdjustedPalette(System.Drawing.Imaging.ColorPalette palette, System.Drawing.Imaging.ColorAdjustType type) => throw null; - public void SetBrushRemapTable(System.Drawing.Imaging.ColorMap[] map) => throw null; + public void SetBrushRemapTable(params System.Drawing.Imaging.ColorMap[] map) => throw null; + public void SetBrushRemapTable(params System.ReadOnlySpan map) => throw null; + public void SetBrushRemapTable(params System.ReadOnlySpan<(System.Drawing.Color OldColor, System.Drawing.Color NewColor)> map) => throw null; public void SetColorKey(System.Drawing.Color colorLow, System.Drawing.Color colorHigh) => throw null; public void SetColorKey(System.Drawing.Color colorLow, System.Drawing.Color colorHigh, System.Drawing.Imaging.ColorAdjustType type) => throw null; public void SetColorMatrices(System.Drawing.Imaging.ColorMatrix newColorMatrix, System.Drawing.Imaging.ColorMatrix grayMatrix) => throw null; @@ -1739,8 +1992,12 @@ public sealed class ImageAttributes : System.ICloneable, System.IDisposable public void SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag flags, System.Drawing.Imaging.ColorAdjustType type) => throw null; public void SetOutputChannelColorProfile(string colorProfileFilename) => throw null; public void SetOutputChannelColorProfile(string colorProfileFilename, System.Drawing.Imaging.ColorAdjustType type) => throw null; - public void SetRemapTable(System.Drawing.Imaging.ColorMap[] map) => throw null; + public void SetRemapTable(params System.Drawing.Imaging.ColorMap[] map) => throw null; public void SetRemapTable(System.Drawing.Imaging.ColorMap[] map, System.Drawing.Imaging.ColorAdjustType type) => throw null; + public void SetRemapTable(params System.ReadOnlySpan map) => throw null; + public void SetRemapTable(params System.ReadOnlySpan<(System.Drawing.Color OldColor, System.Drawing.Color NewColor)> map) => throw null; + public void SetRemapTable(System.Drawing.Imaging.ColorAdjustType type, params System.ReadOnlySpan map) => throw null; + public void SetRemapTable(System.Drawing.Imaging.ColorAdjustType type, params System.ReadOnlySpan<(System.Drawing.Color OldColor, System.Drawing.Color NewColor)> map) => throw null; public void SetThreshold(float threshold) => throw null; public void SetThreshold(float threshold, System.Drawing.Imaging.ColorAdjustType type) => throw null; public void SetWrapMode(System.Drawing.Drawing2D.WrapMode mode) => throw null; @@ -1804,12 +2061,14 @@ public sealed class ImageFormat public override int GetHashCode() => throw null; public static System.Drawing.Imaging.ImageFormat Gif { get => throw null; } public System.Guid Guid { get => throw null; } + public static System.Drawing.Imaging.ImageFormat Heif { get => throw null; } public static System.Drawing.Imaging.ImageFormat Icon { get => throw null; } public static System.Drawing.Imaging.ImageFormat Jpeg { get => throw null; } public static System.Drawing.Imaging.ImageFormat MemoryBmp { get => throw null; } public static System.Drawing.Imaging.ImageFormat Png { get => throw null; } public static System.Drawing.Imaging.ImageFormat Tiff { get => throw null; } public override string ToString() => throw null; + public static System.Drawing.Imaging.ImageFormat Webp { get => throw null; } public static System.Drawing.Imaging.ImageFormat Wmf { get => throw null; } } public enum ImageLockMode @@ -1821,51 +2080,51 @@ public enum ImageLockMode } public sealed class Metafile : System.Drawing.Image { - public Metafile(nint henhmetafile, bool deleteEmf) => throw null; - public Metafile(nint referenceHdc, System.Drawing.Imaging.EmfType emfType) => throw null; - public Metafile(nint referenceHdc, System.Drawing.Imaging.EmfType emfType, string description) => throw null; - public Metafile(nint hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader) => throw null; public Metafile(nint hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader, bool deleteWmf) => throw null; + public Metafile(nint henhmetafile, bool deleteEmf) => throw null; + public Metafile(string filename) => throw null; public Metafile(nint referenceHdc, System.Drawing.Rectangle frameRect) => throw null; - public Metafile(nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw null; - public Metafile(nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw null; - public Metafile(nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string desc) => throw null; + public Metafile(nint referenceHdc, System.Drawing.Imaging.EmfType emfType) => throw null; public Metafile(nint referenceHdc, System.Drawing.RectangleF frameRect) => throw null; public Metafile(nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw null; public Metafile(nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw null; public Metafile(nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw null; - public Metafile(System.IO.Stream stream) => throw null; + public Metafile(nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw null; + public Metafile(nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw null; + public Metafile(string fileName, nint referenceHdc) => throw null; + public Metafile(string fileName, nint referenceHdc, System.Drawing.Imaging.EmfType type) => throw null; + public Metafile(string fileName, nint referenceHdc, System.Drawing.RectangleF frameRect) => throw null; + public Metafile(string fileName, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw null; + public Metafile(string fileName, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw null; + public Metafile(string fileName, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string desc) => throw null; + public Metafile(string fileName, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw null; + public Metafile(string fileName, nint referenceHdc, System.Drawing.Rectangle frameRect) => throw null; + public Metafile(string fileName, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw null; + public Metafile(string fileName, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw null; + public Metafile(string fileName, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string description) => throw null; public Metafile(System.IO.Stream stream, nint referenceHdc) => throw null; public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Imaging.EmfType type) => throw null; - public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Imaging.EmfType type, string description) => throw null; - public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Rectangle frameRect) => throw null; - public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw null; - public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw null; - public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw null; public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.RectangleF frameRect) => throw null; public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw null; public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw null; - public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw null; - public Metafile(string filename) => throw null; - public Metafile(string fileName, nint referenceHdc) => throw null; - public Metafile(string fileName, nint referenceHdc, System.Drawing.Imaging.EmfType type) => throw null; + public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Rectangle frameRect) => throw null; + public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw null; + public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw null; + public Metafile(nint hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader) => throw null; + public Metafile(System.IO.Stream stream) => throw null; + public Metafile(nint referenceHdc, System.Drawing.Imaging.EmfType emfType, string description) => throw null; + public Metafile(nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string desc) => throw null; public Metafile(string fileName, nint referenceHdc, System.Drawing.Imaging.EmfType type, string description) => throw null; - public Metafile(string fileName, nint referenceHdc, System.Drawing.Rectangle frameRect) => throw null; - public Metafile(string fileName, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw null; - public Metafile(string fileName, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw null; public Metafile(string fileName, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw null; - public Metafile(string fileName, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string description) => throw null; - public Metafile(string fileName, nint referenceHdc, System.Drawing.RectangleF frameRect) => throw null; - public Metafile(string fileName, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit) => throw null; - public Metafile(string fileName, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type) => throw null; - public Metafile(string fileName, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw null; - public Metafile(string fileName, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, string desc) => throw null; + public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Imaging.EmfType type, string description) => throw null; + public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw null; + public Metafile(System.IO.Stream stream, nint referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, string description) => throw null; public nint GetHenhmetafile() => throw null; - public System.Drawing.Imaging.MetafileHeader GetMetafileHeader() => throw null; - public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(nint henhmetafile) => throw null; public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(nint hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader) => throw null; - public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(System.IO.Stream stream) => throw null; + public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(nint henhmetafile) => throw null; public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(string fileName) => throw null; + public static System.Drawing.Imaging.MetafileHeader GetMetafileHeader(System.IO.Stream stream) => throw null; + public System.Drawing.Imaging.MetafileHeader GetMetafileHeader() => throw null; public void PlayRecord(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, byte[] data) => throw null; } public enum MetafileFrameUnit @@ -1925,31 +2184,43 @@ public enum PaletteFlags GrayScale = 2, Halftone = 4, } + public enum PaletteType + { + Custom = 0, + FixedBlackAndWhite = 2, + FixedHalftone8 = 3, + FixedHalftone27 = 4, + FixedHalftone64 = 5, + FixedHalftone125 = 6, + FixedHalftone216 = 7, + FixedHalftone252 = 8, + FixedHalftone256 = 9, + } public enum PixelFormat { - DontCare = 0, - Undefined = 0, - Max = 15, Indexed = 65536, Gdi = 131072, - Format16bppRgb555 = 135173, - Format16bppRgb565 = 135174, - Format24bppRgb = 137224, - Format32bppRgb = 139273, + Alpha = 262144, + PAlpha = 524288, + Extended = 1048576, + Canonical = 2097152, + Undefined = 0, + DontCare = 0, Format1bppIndexed = 196865, Format4bppIndexed = 197634, Format8bppIndexed = 198659, - Alpha = 262144, + Format16bppGrayScale = 1052676, + Format16bppRgb555 = 135173, + Format16bppRgb565 = 135174, Format16bppArgb1555 = 397319, - PAlpha = 524288, + Format24bppRgb = 137224, + Format32bppRgb = 139273, + Format32bppArgb = 2498570, Format32bppPArgb = 925707, - Extended = 1048576, - Format16bppGrayScale = 1052676, Format48bppRgb = 1060876, - Format64bppPArgb = 1851406, - Canonical = 2097152, - Format32bppArgb = 2498570, Format64bppArgb = 3424269, + Format64bppPArgb = 1851406, + Max = 15, } public delegate void PlayRecordCallback(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, nint recordData); public sealed class PropertyItem @@ -1973,6 +2244,26 @@ public sealed class WmfPlaceableFileHeader public int Reserved { get => throw null; set { } } } } + namespace Interop + { + public struct LOGFONT + { + public byte lfCharSet; + public byte lfClipPrecision; + public int lfEscapement; + public System.Span lfFaceName { get => throw null; } + public int lfHeight; + public byte lfItalic; + public int lfOrientation; + public byte lfOutPrecision; + public byte lfPitchAndFamily; + public byte lfQuality; + public byte lfStrikeOut; + public byte lfUnderline; + public int lfWeight; + public int lfWidth; + } + } public sealed class Pen : System.MarshalByRefObject, System.ICloneable, System.IDisposable { public System.Drawing.Drawing2D.PenAlignment Alignment { get => throw null; set { } } @@ -1980,10 +2271,10 @@ public sealed class Pen : System.MarshalByRefObject, System.ICloneable, System.I public object Clone() => throw null; public System.Drawing.Color Color { get => throw null; set { } } public float[] CompoundArray { get => throw null; set { } } - public Pen(System.Drawing.Brush brush) => throw null; - public Pen(System.Drawing.Brush brush, float width) => throw null; public Pen(System.Drawing.Color color) => throw null; public Pen(System.Drawing.Color color, float width) => throw null; + public Pen(System.Drawing.Brush brush) => throw null; + public Pen(System.Drawing.Brush brush, float width) => throw null; public System.Drawing.Drawing2D.CustomLineCap CustomEndCap { get => throw null; set { } } public System.Drawing.Drawing2D.CustomLineCap CustomStartCap { get => throw null; set { } } public System.Drawing.Drawing2D.DashCap DashCap { get => throw null; set { } } @@ -2159,13 +2450,13 @@ public enum Duplex { Default = -1, Simplex = 1, - Vertical = 2, Horizontal = 3, + Vertical = 2, } public class InvalidPrinterException : System.SystemException { - public InvalidPrinterException(System.Drawing.Printing.PrinterSettings settings) => throw null; protected InvalidPrinterException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; + public InvalidPrinterException(System.Drawing.Printing.PrinterSettings settings) => throw null; public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; } public class Margins : System.ICloneable @@ -2217,14 +2508,17 @@ public enum PaperKind { Custom = 0, Letter = 1, + Legal = 5, + A4 = 9, + CSheet = 24, + DSheet = 25, + ESheet = 26, LetterSmall = 2, Tabloid = 3, Ledger = 4, - Legal = 5, Statement = 6, Executive = 7, A3 = 8, - A4 = 9, A4Small = 10, A5 = 11, B4 = 12, @@ -2239,9 +2533,6 @@ public enum PaperKind Number11Envelope = 21, Number12Envelope = 22, Number14Envelope = 23, - CSheet = 24, - DSheet = 25, - ESheet = 26, DLEnvelope = 27, C5Envelope = 28, C3Envelope = 29, @@ -2455,8 +2746,8 @@ public class PrinterSettings : System.ICloneable public nint GetHdevnames() => throw null; public static System.Drawing.Printing.PrinterSettings.StringCollection InstalledPrinters { get => throw null; } public bool IsDefaultPrinter { get => throw null; } - public bool IsDirectPrintingSupported(System.Drawing.Image image) => throw null; public bool IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat imageFormat) => throw null; + public bool IsDirectPrintingSupported(System.Drawing.Image image) => throw null; public bool IsPlotter { get => throw null; } public bool IsValid { get => throw null; } public int LandscapeAngle { get => throw null; } @@ -2466,8 +2757,8 @@ public class PrinterSettings : System.ICloneable public class PaperSizeCollection : System.Collections.ICollection, System.Collections.IEnumerable { public int Add(System.Drawing.Printing.PaperSize paperSize) => throw null; - public void CopyTo(System.Drawing.Printing.PaperSize[] paperSizes, int index) => throw null; void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; + public void CopyTo(System.Drawing.Printing.PaperSize[] paperSizes, int index) => throw null; public int Count { get => throw null; } int System.Collections.ICollection.Count { get => throw null; } public PaperSizeCollection(System.Drawing.Printing.PaperSize[] array) => throw null; @@ -2481,8 +2772,8 @@ public class PaperSizeCollection : System.Collections.ICollection, System.Collec public class PaperSourceCollection : System.Collections.ICollection, System.Collections.IEnumerable { public int Add(System.Drawing.Printing.PaperSource paperSource) => throw null; - public void CopyTo(System.Drawing.Printing.PaperSource[] paperSources, int index) => throw null; void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; + public void CopyTo(System.Drawing.Printing.PaperSource[] paperSources, int index) => throw null; public int Count { get => throw null; } int System.Collections.ICollection.Count { get => throw null; } public PaperSourceCollection(System.Drawing.Printing.PaperSource[] array) => throw null; @@ -2497,8 +2788,8 @@ public class PaperSourceCollection : System.Collections.ICollection, System.Coll public class PrinterResolutionCollection : System.Collections.ICollection, System.Collections.IEnumerable { public int Add(System.Drawing.Printing.PrinterResolution printerResolution) => throw null; - public void CopyTo(System.Drawing.Printing.PrinterResolution[] printerResolutions, int index) => throw null; void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; + public void CopyTo(System.Drawing.Printing.PrinterResolution[] printerResolutions, int index) => throw null; public int Count { get => throw null; } int System.Collections.ICollection.Count { get => throw null; } public PrinterResolutionCollection(System.Drawing.Printing.PrinterResolution[] array) => throw null; @@ -2514,16 +2805,17 @@ public class PrinterResolutionCollection : System.Collections.ICollection, Syste public bool PrintToFile { get => throw null; set { } } public void SetHdevmode(nint hdevmode) => throw null; public void SetHdevnames(nint hdevnames) => throw null; - public class StringCollection : System.Collections.ICollection, System.Collections.IEnumerable + public class StringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.Generic.IEnumerable { public int Add(string value) => throw null; - public void CopyTo(string[] strings, int index) => throw null; void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; + public void CopyTo(string[] strings, int index) => throw null; public int Count { get => throw null; } int System.Collections.ICollection.Count { get => throw null; } public StringCollection(string[] array) => throw null; public System.Collections.IEnumerator GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; bool System.Collections.ICollection.IsSynchronized { get => throw null; } object System.Collections.ICollection.SyncRoot { get => throw null; } public virtual string this[int index] { get => throw null; } @@ -2542,11 +2834,11 @@ public enum PrinterUnit public sealed class PrinterUnitConvert { public static double Convert(double value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) => throw null; + public static int Convert(int value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) => throw null; public static System.Drawing.Point Convert(System.Drawing.Point value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) => throw null; - public static System.Drawing.Printing.Margins Convert(System.Drawing.Printing.Margins value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) => throw null; - public static System.Drawing.Rectangle Convert(System.Drawing.Rectangle value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) => throw null; public static System.Drawing.Size Convert(System.Drawing.Size value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) => throw null; - public static int Convert(int value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) => throw null; + public static System.Drawing.Rectangle Convert(System.Drawing.Rectangle value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) => throw null; + public static System.Drawing.Printing.Margins Convert(System.Drawing.Printing.Margins value, System.Drawing.Printing.PrinterUnit fromUnit, System.Drawing.Printing.PrinterUnit toUnit) => throw null; } public class PrintEventArgs : System.ComponentModel.CancelEventArgs { @@ -2568,8 +2860,8 @@ public class PrintPageEventArgs : System.EventArgs public enum PrintRange { AllPages = 0, - Selection = 1, SomePages = 2, + Selection = 1, CurrentPage = 4194304, } public class QueryPageSettingsEventArgs : System.Drawing.Printing.PrintEventArgs @@ -2590,80 +2882,80 @@ public class StandardPrintController : System.Drawing.Printing.PrintController public sealed class Region : System.MarshalByRefObject, System.IDisposable { public System.Drawing.Region Clone() => throw null; - public void Complement(System.Drawing.Drawing2D.GraphicsPath path) => throw null; - public void Complement(System.Drawing.Rectangle rect) => throw null; public void Complement(System.Drawing.RectangleF rect) => throw null; + public void Complement(System.Drawing.Rectangle rect) => throw null; + public void Complement(System.Drawing.Drawing2D.GraphicsPath path) => throw null; public void Complement(System.Drawing.Region region) => throw null; public Region() => throw null; + public Region(System.Drawing.RectangleF rect) => throw null; + public Region(System.Drawing.Rectangle rect) => throw null; public Region(System.Drawing.Drawing2D.GraphicsPath path) => throw null; public Region(System.Drawing.Drawing2D.RegionData rgnData) => throw null; - public Region(System.Drawing.Rectangle rect) => throw null; - public Region(System.Drawing.RectangleF rect) => throw null; public void Dispose() => throw null; public bool Equals(System.Drawing.Region region, System.Drawing.Graphics g) => throw null; - public void Exclude(System.Drawing.Drawing2D.GraphicsPath path) => throw null; - public void Exclude(System.Drawing.Rectangle rect) => throw null; public void Exclude(System.Drawing.RectangleF rect) => throw null; + public void Exclude(System.Drawing.Rectangle rect) => throw null; + public void Exclude(System.Drawing.Drawing2D.GraphicsPath path) => throw null; public void Exclude(System.Drawing.Region region) => throw null; public static System.Drawing.Region FromHrgn(nint hrgn) => throw null; public System.Drawing.RectangleF GetBounds(System.Drawing.Graphics g) => throw null; public nint GetHrgn(System.Drawing.Graphics g) => throw null; public System.Drawing.Drawing2D.RegionData GetRegionData() => throw null; public System.Drawing.RectangleF[] GetRegionScans(System.Drawing.Drawing2D.Matrix matrix) => throw null; - public void Intersect(System.Drawing.Drawing2D.GraphicsPath path) => throw null; - public void Intersect(System.Drawing.Rectangle rect) => throw null; public void Intersect(System.Drawing.RectangleF rect) => throw null; + public void Intersect(System.Drawing.Rectangle rect) => throw null; + public void Intersect(System.Drawing.Drawing2D.GraphicsPath path) => throw null; public void Intersect(System.Drawing.Region region) => throw null; public bool IsEmpty(System.Drawing.Graphics g) => throw null; public bool IsInfinite(System.Drawing.Graphics g) => throw null; - public bool IsVisible(System.Drawing.Point point) => throw null; - public bool IsVisible(System.Drawing.Point point, System.Drawing.Graphics g) => throw null; + public bool IsVisible(float x, float y) => throw null; public bool IsVisible(System.Drawing.PointF point) => throw null; + public bool IsVisible(float x, float y, System.Drawing.Graphics g) => throw null; public bool IsVisible(System.Drawing.PointF point, System.Drawing.Graphics g) => throw null; - public bool IsVisible(System.Drawing.Rectangle rect) => throw null; - public bool IsVisible(System.Drawing.Rectangle rect, System.Drawing.Graphics g) => throw null; + public bool IsVisible(float x, float y, float width, float height) => throw null; public bool IsVisible(System.Drawing.RectangleF rect) => throw null; + public bool IsVisible(float x, float y, float width, float height, System.Drawing.Graphics g) => throw null; public bool IsVisible(System.Drawing.RectangleF rect, System.Drawing.Graphics g) => throw null; public bool IsVisible(int x, int y, System.Drawing.Graphics g) => throw null; + public bool IsVisible(System.Drawing.Point point) => throw null; + public bool IsVisible(System.Drawing.Point point, System.Drawing.Graphics g) => throw null; public bool IsVisible(int x, int y, int width, int height) => throw null; + public bool IsVisible(System.Drawing.Rectangle rect) => throw null; public bool IsVisible(int x, int y, int width, int height, System.Drawing.Graphics g) => throw null; - public bool IsVisible(float x, float y) => throw null; - public bool IsVisible(float x, float y, System.Drawing.Graphics g) => throw null; - public bool IsVisible(float x, float y, float width, float height) => throw null; - public bool IsVisible(float x, float y, float width, float height, System.Drawing.Graphics g) => throw null; + public bool IsVisible(System.Drawing.Rectangle rect, System.Drawing.Graphics g) => throw null; public void MakeEmpty() => throw null; public void MakeInfinite() => throw null; public void ReleaseHrgn(nint regionHandle) => throw null; public void Transform(System.Drawing.Drawing2D.Matrix matrix) => throw null; - public void Translate(int dx, int dy) => throw null; public void Translate(float dx, float dy) => throw null; - public void Union(System.Drawing.Drawing2D.GraphicsPath path) => throw null; - public void Union(System.Drawing.Rectangle rect) => throw null; + public void Translate(int dx, int dy) => throw null; public void Union(System.Drawing.RectangleF rect) => throw null; + public void Union(System.Drawing.Rectangle rect) => throw null; + public void Union(System.Drawing.Drawing2D.GraphicsPath path) => throw null; public void Union(System.Drawing.Region region) => throw null; - public void Xor(System.Drawing.Drawing2D.GraphicsPath path) => throw null; - public void Xor(System.Drawing.Rectangle rect) => throw null; public void Xor(System.Drawing.RectangleF rect) => throw null; + public void Xor(System.Drawing.Rectangle rect) => throw null; + public void Xor(System.Drawing.Drawing2D.GraphicsPath path) => throw null; public void Xor(System.Drawing.Region region) => throw null; } public enum RotateFlipType { - Rotate180FlipXY = 0, RotateNoneFlipNone = 0, - Rotate270FlipXY = 1, Rotate90FlipNone = 1, Rotate180FlipNone = 2, - RotateNoneFlipXY = 2, Rotate270FlipNone = 3, - Rotate90FlipXY = 3, - Rotate180FlipY = 4, RotateNoneFlipX = 4, - Rotate270FlipY = 5, Rotate90FlipX = 5, Rotate180FlipX = 6, - RotateNoneFlipY = 6, Rotate270FlipX = 7, + RotateNoneFlipY = 6, Rotate90FlipY = 7, + Rotate180FlipY = 4, + Rotate270FlipY = 5, + RotateNoneFlipXY = 2, + Rotate90FlipXY = 3, + Rotate180FlipXY = 0, + Rotate270FlipXY = 1, } public sealed class SolidBrush : System.Drawing.Brush { @@ -2672,6 +2964,111 @@ public sealed class SolidBrush : System.Drawing.Brush public SolidBrush(System.Drawing.Color color) => throw null; protected override void Dispose(bool disposing) => throw null; } + public enum StockIconId + { + DocumentNoAssociation = 0, + DocumentWithAssociation = 1, + Application = 2, + Folder = 3, + FolderOpen = 4, + Drive525 = 5, + Drive35 = 6, + DriveRemovable = 7, + DriveFixed = 8, + DriveNet = 9, + DriveNetDisabled = 10, + DriveCD = 11, + DriveRam = 12, + World = 13, + Server = 15, + Printer = 16, + MyNetwork = 17, + Find = 22, + Help = 23, + Share = 28, + Link = 29, + SlowFile = 30, + Recycler = 31, + RecyclerFull = 32, + MediaCDAudio = 40, + Lock = 47, + AutoList = 49, + PrinterNet = 50, + ServerShare = 51, + PrinterFax = 52, + PrinterFaxNet = 53, + PrinterFile = 54, + Stack = 55, + MediaSVCD = 56, + StuffedFolder = 57, + DriveUnknown = 58, + DriveDVD = 59, + MediaDVD = 60, + MediaDVDRAM = 61, + MediaDVDRW = 62, + MediaDVDR = 63, + MediaDVDROM = 64, + MediaCDAudioPlus = 65, + MediaCDRW = 66, + MediaCDR = 67, + MediaCDBurn = 68, + MediaBlankCD = 69, + MediaCDROM = 70, + AudioFiles = 71, + ImageFiles = 72, + VideoFiles = 73, + MixedFiles = 74, + FolderBack = 75, + FolderFront = 76, + Shield = 77, + Warning = 78, + Info = 79, + Error = 80, + Key = 81, + Software = 82, + Rename = 83, + Delete = 84, + MediaAudioDVD = 85, + MediaMovieDVD = 86, + MediaEnhancedCD = 87, + MediaEnhancedDVD = 88, + MediaHDDVD = 89, + MediaBluRay = 90, + MediaVCD = 91, + MediaDVDPlusR = 92, + MediaDVDPlusRW = 93, + DesktopPC = 94, + MobilePC = 95, + Users = 96, + MediaSmartMedia = 97, + MediaCompactFlash = 98, + DeviceCellPhone = 99, + DeviceCamera = 100, + DeviceVideoCamera = 101, + DeviceAudioPlayer = 102, + NetworkConnect = 103, + Internet = 104, + ZipFile = 105, + Settings = 106, + DriveHDDVD = 132, + DriveBD = 133, + MediaHDDVDROM = 134, + MediaHDDVDR = 135, + MediaHDDVDRAM = 136, + MediaBDROM = 137, + MediaBDR = 138, + MediaBDRE = 139, + ClusteredDrive = 140, + } + [System.Flags] + public enum StockIconOptions + { + Default = 0, + SmallIcon = 1, + ShellIconSize = 4, + LinkOverlay = 32768, + Selected = 65536, + } public enum StringAlignment { Near = 0, @@ -2690,9 +3087,9 @@ public sealed class StringFormat : System.MarshalByRefObject, System.ICloneable, public System.Drawing.StringAlignment Alignment { get => throw null; set { } } public object Clone() => throw null; public StringFormat() => throw null; - public StringFormat(System.Drawing.StringFormat format) => throw null; public StringFormat(System.Drawing.StringFormatFlags options) => throw null; public StringFormat(System.Drawing.StringFormatFlags options, int language) => throw null; + public StringFormat(System.Drawing.StringFormat format) => throw null; public int DigitSubstitutionLanguage { get => throw null; } public System.Drawing.StringDigitSubstitute DigitSubstitutionMethod { get => throw null; } public void Dispose() => throw null; @@ -2796,6 +3193,8 @@ public static class SystemIcons public static System.Drawing.Icon Asterisk { get => throw null; } public static System.Drawing.Icon Error { get => throw null; } public static System.Drawing.Icon Exclamation { get => throw null; } + public static System.Drawing.Icon GetStockIcon(System.Drawing.StockIconId stockIcon, System.Drawing.StockIconOptions options = default(System.Drawing.StockIconOptions)) => throw null; + public static System.Drawing.Icon GetStockIcon(System.Drawing.StockIconId stockIcon, int size) => throw null; public static System.Drawing.Icon Hand { get => throw null; } public static System.Drawing.Icon Information { get => throw null; } public static System.Drawing.Icon Question { get => throw null; } @@ -2886,12 +3285,12 @@ public sealed class TextureBrush : System.Drawing.Brush public override object Clone() => throw null; public TextureBrush(System.Drawing.Image bitmap) => throw null; public TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode) => throw null; - public TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode, System.Drawing.Rectangle dstRect) => throw null; public TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode, System.Drawing.RectangleF dstRect) => throw null; - public TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect) => throw null; - public TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public TextureBrush(System.Drawing.Image image, System.Drawing.Drawing2D.WrapMode wrapMode, System.Drawing.Rectangle dstRect) => throw null; public TextureBrush(System.Drawing.Image image, System.Drawing.RectangleF dstRect) => throw null; public TextureBrush(System.Drawing.Image image, System.Drawing.RectangleF dstRect, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; + public TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect) => throw null; + public TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect, System.Drawing.Imaging.ImageAttributes imageAttr) => throw null; public System.Drawing.Image Image { get => throw null; } public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix) => throw null; public void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order) => throw null; diff --git a/csharp/ql/test/resources/stubs/System.Drawing.Common/6.0.0/System.Drawing.Common.csproj b/csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.csproj similarity index 91% rename from csharp/ql/test/resources/stubs/System.Drawing.Common/6.0.0/System.Drawing.Common.csproj rename to csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.csproj index e98953c444a8..342c6102919b 100644 --- a/csharp/ql/test/resources/stubs/System.Drawing.Common/6.0.0/System.Drawing.Common.csproj +++ b/csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Globalization.Calendars/4.3.0/System.Globalization.Calendars.csproj b/csharp/ql/test/resources/stubs/System.Globalization.Calendars/4.3.0/System.Globalization.Calendars.csproj index 4ae99ff61b19..0dfbf223dbad 100644 --- a/csharp/ql/test/resources/stubs/System.Globalization.Calendars/4.3.0/System.Globalization.Calendars.csproj +++ b/csharp/ql/test/resources/stubs/System.Globalization.Calendars/4.3.0/System.Globalization.Calendars.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Globalization.Extensions/4.3.0/System.Globalization.Extensions.csproj b/csharp/ql/test/resources/stubs/System.Globalization.Extensions/4.3.0/System.Globalization.Extensions.csproj index a0326b9978ea..5e5d3cd90e96 100644 --- a/csharp/ql/test/resources/stubs/System.Globalization.Extensions/4.3.0/System.Globalization.Extensions.csproj +++ b/csharp/ql/test/resources/stubs/System.Globalization.Extensions/4.3.0/System.Globalization.Extensions.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Globalization/4.3.0/System.Globalization.csproj b/csharp/ql/test/resources/stubs/System.Globalization/4.3.0/System.Globalization.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Globalization/4.3.0/System.Globalization.csproj +++ b/csharp/ql/test/resources/stubs/System.Globalization/4.3.0/System.Globalization.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.IO.Compression/4.3.0/System.IO.Compression.csproj b/csharp/ql/test/resources/stubs/System.IO.Compression/4.3.0/System.IO.Compression.csproj index 3cba3792b5c9..f3323292dcdd 100644 --- a/csharp/ql/test/resources/stubs/System.IO.Compression/4.3.0/System.IO.Compression.csproj +++ b/csharp/ql/test/resources/stubs/System.IO.Compression/4.3.0/System.IO.Compression.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.IO.FileSystem/4.3.0/System.IO.FileSystem.csproj b/csharp/ql/test/resources/stubs/System.IO.FileSystem/4.3.0/System.IO.FileSystem.csproj index 1a793bec2073..c5d1e07015aa 100644 --- a/csharp/ql/test/resources/stubs/System.IO.FileSystem/4.3.0/System.IO.FileSystem.csproj +++ b/csharp/ql/test/resources/stubs/System.IO.FileSystem/4.3.0/System.IO.FileSystem.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.IO/4.3.0/System.IO.csproj b/csharp/ql/test/resources/stubs/System.IO/4.3.0/System.IO.csproj index 6d81c1f3f9e0..531a3f6347c0 100644 --- a/csharp/ql/test/resources/stubs/System.IO/4.3.0/System.IO.csproj +++ b/csharp/ql/test/resources/stubs/System.IO/4.3.0/System.IO.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Memory/4.5.5/System.Memory.csproj b/csharp/ql/test/resources/stubs/System.Memory/4.6.0/System.Memory.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.Memory/4.5.5/System.Memory.csproj rename to csharp/ql/test/resources/stubs/System.Memory/4.6.0/System.Memory.csproj diff --git a/csharp/ql/test/resources/stubs/System.Net.Http/4.3.0/System.Net.Http.csproj b/csharp/ql/test/resources/stubs/System.Net.Http/4.3.0/System.Net.Http.csproj index c1ae5bf67432..8b07cde32bf4 100644 --- a/csharp/ql/test/resources/stubs/System.Net.Http/4.3.0/System.Net.Http.csproj +++ b/csharp/ql/test/resources/stubs/System.Net.Http/4.3.0/System.Net.Http.csproj @@ -7,10 +7,10 @@ - + - + diff --git a/csharp/ql/test/resources/stubs/System.Net.Primitives/4.3.0/System.Net.Primitives.csproj b/csharp/ql/test/resources/stubs/System.Net.Primitives/4.3.0/System.Net.Primitives.csproj index e9dd3007c6e2..1f3b6fd84a87 100644 --- a/csharp/ql/test/resources/stubs/System.Net.Primitives/4.3.0/System.Net.Primitives.csproj +++ b/csharp/ql/test/resources/stubs/System.Net.Primitives/4.3.0/System.Net.Primitives.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Net.Sockets/4.3.0/System.Net.Sockets.csproj b/csharp/ql/test/resources/stubs/System.Net.Sockets/4.3.0/System.Net.Sockets.csproj index 6f404cfd263b..cf920ee7e922 100644 --- a/csharp/ql/test/resources/stubs/System.Net.Sockets/4.3.0/System.Net.Sockets.csproj +++ b/csharp/ql/test/resources/stubs/System.Net.Sockets/4.3.0/System.Net.Sockets.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Reflection.Extensions/4.3.0/System.Reflection.Extensions.csproj b/csharp/ql/test/resources/stubs/System.Reflection.Extensions/4.3.0/System.Reflection.Extensions.csproj index 28562e7f81a8..3418538bc44b 100644 --- a/csharp/ql/test/resources/stubs/System.Reflection.Extensions/4.3.0/System.Reflection.Extensions.csproj +++ b/csharp/ql/test/resources/stubs/System.Reflection.Extensions/4.3.0/System.Reflection.Extensions.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Reflection.Primitives/4.3.0/System.Reflection.Primitives.csproj b/csharp/ql/test/resources/stubs/System.Reflection.Primitives/4.3.0/System.Reflection.Primitives.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Reflection.Primitives/4.3.0/System.Reflection.Primitives.csproj +++ b/csharp/ql/test/resources/stubs/System.Reflection.Primitives/4.3.0/System.Reflection.Primitives.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Reflection/4.3.0/System.Reflection.csproj b/csharp/ql/test/resources/stubs/System.Reflection/4.3.0/System.Reflection.csproj index 2979d196c842..0869c160e2d0 100644 --- a/csharp/ql/test/resources/stubs/System.Reflection/4.3.0/System.Reflection.csproj +++ b/csharp/ql/test/resources/stubs/System.Reflection/4.3.0/System.Reflection.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj b/csharp/ql/test/resources/stubs/System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj index f13388a0b79d..195c1b3ba7c3 100644 --- a/csharp/ql/test/resources/stubs/System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj +++ b/csharp/ql/test/resources/stubs/System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Runtime.Extensions/4.3.0/System.Runtime.Extensions.csproj b/csharp/ql/test/resources/stubs/System.Runtime.Extensions/4.3.0/System.Runtime.Extensions.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Runtime.Extensions/4.3.0/System.Runtime.Extensions.csproj +++ b/csharp/ql/test/resources/stubs/System.Runtime.Extensions/4.3.0/System.Runtime.Extensions.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Runtime.Handles/4.3.0/System.Runtime.Handles.csproj b/csharp/ql/test/resources/stubs/System.Runtime.Handles/4.3.0/System.Runtime.Handles.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Runtime.Handles/4.3.0/System.Runtime.Handles.csproj +++ b/csharp/ql/test/resources/stubs/System.Runtime.Handles/4.3.0/System.Runtime.Handles.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Runtime.InteropServices/4.3.0/System.Runtime.InteropServices.csproj b/csharp/ql/test/resources/stubs/System.Runtime.InteropServices/4.3.0/System.Runtime.InteropServices.csproj index 0750843c2df6..2e413fd28d58 100644 --- a/csharp/ql/test/resources/stubs/System.Runtime.InteropServices/4.3.0/System.Runtime.InteropServices.csproj +++ b/csharp/ql/test/resources/stubs/System.Runtime.InteropServices/4.3.0/System.Runtime.InteropServices.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Runtime/4.3.0/System.Runtime.csproj b/csharp/ql/test/resources/stubs/System.Runtime/4.3.0/System.Runtime.csproj index 02dc0eedbee0..32b25ba435e5 100644 --- a/csharp/ql/test/resources/stubs/System.Runtime/4.3.0/System.Runtime.csproj +++ b/csharp/ql/test/resources/stubs/System.Runtime/4.3.0/System.Runtime.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Security.AccessControl/4.7.0/System.Security.AccessControl.csproj b/csharp/ql/test/resources/stubs/System.Security.AccessControl/4.7.0/System.Security.AccessControl.csproj deleted file mode 100644 index 8f1adeb25730..000000000000 --- a/csharp/ql/test/resources/stubs/System.Security.AccessControl/4.7.0/System.Security.AccessControl.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - net9.0 - true - bin\ - false - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Algorithms/4.3.0/System.Security.Cryptography.Algorithms.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Algorithms/4.3.0/System.Security.Cryptography.Algorithms.csproj index 2612829411e3..4c2a4eaf5883 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Algorithms/4.3.0/System.Security.Cryptography.Algorithms.csproj +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Algorithms/4.3.0/System.Security.Cryptography.Algorithms.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Cng/4.3.0/System.Security.Cryptography.Cng.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Cng/4.3.0/System.Security.Cryptography.Cng.csproj index ad94b10cd1a6..cadc9113fab0 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Cng/4.3.0/System.Security.Cryptography.Cng.csproj +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Cng/4.3.0/System.Security.Cryptography.Cng.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Csp/4.3.0/System.Security.Cryptography.Csp.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Csp/4.3.0/System.Security.Cryptography.Csp.csproj index c4c48bc1cf71..8aa9b969d659 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Csp/4.3.0/System.Security.Cryptography.Csp.csproj +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Csp/4.3.0/System.Security.Cryptography.Csp.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Encoding/4.3.0/System.Security.Cryptography.Encoding.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Encoding/4.3.0/System.Security.Cryptography.Encoding.csproj index fe25f9a89400..4ee4e2b80932 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Encoding/4.3.0/System.Security.Cryptography.Encoding.csproj +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Encoding/4.3.0/System.Security.Cryptography.Encoding.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/8.0.0/System.Security.Cryptography.ProtectedData.cs b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/8.0.0/System.Security.Cryptography.ProtectedData.cs deleted file mode 100644 index 2d018b3bc7f2..000000000000 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/8.0.0/System.Security.Cryptography.ProtectedData.cs +++ /dev/null @@ -1,21 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Security.Cryptography.ProtectedData, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. -namespace System -{ - namespace Security - { - namespace Cryptography - { - public enum DataProtectionScope - { - CurrentUser = 0, - LocalMachine = 1, - } - public static class ProtectedData - { - public static byte[] Protect(byte[] userData, byte[] optionalEntropy, System.Security.Cryptography.DataProtectionScope scope) => throw null; - public static byte[] Unprotect(byte[] encryptedData, byte[] optionalEntropy, System.Security.Cryptography.DataProtectionScope scope) => throw null; - } - } - } -} diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/8.0.0/System.Security.Cryptography.ProtectedData.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/8.0.0/System.Security.Cryptography.ProtectedData.csproj deleted file mode 100644 index c7646fbae204..000000000000 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/8.0.0/System.Security.Cryptography.ProtectedData.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net9.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/6.0.0/System.Security.Cryptography.ProtectedData.cs b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.cs similarity index 92% rename from csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/6.0.0/System.Security.Cryptography.ProtectedData.cs rename to csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.cs index c960b0917868..112088cf6b5d 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/6.0.0/System.Security.Cryptography.ProtectedData.cs +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Security.Cryptography.ProtectedData, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Security.Cryptography.ProtectedData, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Security diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/6.0.0/System.Security.Cryptography.ProtectedData.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/6.0.0/System.Security.Cryptography.ProtectedData.csproj rename to csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.csproj diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.X509Certificates/4.3.0/System.Security.Cryptography.X509Certificates.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.X509Certificates/4.3.0/System.Security.Cryptography.X509Certificates.csproj index 43161445311a..13e32293916c 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.X509Certificates/4.3.0/System.Security.Cryptography.X509Certificates.csproj +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.X509Certificates/4.3.0/System.Security.Cryptography.X509Certificates.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Security.Permissions/6.0.0/System.Security.Permissions.csproj b/csharp/ql/test/resources/stubs/System.Security.Permissions/6.0.0/System.Security.Permissions.csproj deleted file mode 100644 index 17c156f764f7..000000000000 --- a/csharp/ql/test/resources/stubs/System.Security.Permissions/6.0.0/System.Security.Permissions.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - net9.0 - true - bin\ - false - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Security.Permissions/6.0.0/System.Security.Permissions.cs b/csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.cs similarity index 97% rename from csharp/ql/test/resources/stubs/System.Security.Permissions/6.0.0/System.Security.Permissions.cs rename to csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.cs index 7af07fa0a7e3..a176c24e796b 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Permissions/6.0.0/System.Security.Permissions.cs +++ b/csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Security.Permissions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Security.Permissions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { public sealed class ApplicationIdentity : System.Runtime.Serialization.ISerializable @@ -247,6 +247,54 @@ public class PerformanceCounterPermissionEntryCollection : System.Collections.Co public System.Diagnostics.PerformanceCounterPermissionEntry this[int index] { get => throw null; set { } } } } + namespace DirectoryServices + { + public sealed class DirectoryServicesPermission : System.Security.Permissions.ResourcePermissionBase + { + public DirectoryServicesPermission() => throw null; + public DirectoryServicesPermission(System.DirectoryServices.DirectoryServicesPermissionEntry[] permissionAccessEntries) => throw null; + public DirectoryServicesPermission(System.Security.Permissions.PermissionState state) => throw null; + public DirectoryServicesPermission(System.DirectoryServices.DirectoryServicesPermissionAccess permissionAccess, string path) => throw null; + public System.DirectoryServices.DirectoryServicesPermissionEntryCollection PermissionEntries { get => throw null; } + } + [System.Flags] + public enum DirectoryServicesPermissionAccess + { + None = 0, + Browse = 2, + Write = 6, + } + [System.AttributeUsage((System.AttributeTargets)621, AllowMultiple = true, Inherited = false)] + public class DirectoryServicesPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute + { + public override System.Security.IPermission CreatePermission() => throw null; + public DirectoryServicesPermissionAttribute(System.Security.Permissions.SecurityAction action) : base(default(System.Security.Permissions.SecurityAction)) => throw null; + public string Path { get => throw null; set { } } + public System.DirectoryServices.DirectoryServicesPermissionAccess PermissionAccess { get => throw null; set { } } + } + public class DirectoryServicesPermissionEntry + { + public DirectoryServicesPermissionEntry(System.DirectoryServices.DirectoryServicesPermissionAccess permissionAccess, string path) => throw null; + public string Path { get => throw null; } + public System.DirectoryServices.DirectoryServicesPermissionAccess PermissionAccess { get => throw null; } + } + public class DirectoryServicesPermissionEntryCollection : System.Collections.CollectionBase + { + public int Add(System.DirectoryServices.DirectoryServicesPermissionEntry value) => throw null; + public void AddRange(System.DirectoryServices.DirectoryServicesPermissionEntryCollection value) => throw null; + public void AddRange(System.DirectoryServices.DirectoryServicesPermissionEntry[] value) => throw null; + public bool Contains(System.DirectoryServices.DirectoryServicesPermissionEntry value) => throw null; + public void CopyTo(System.DirectoryServices.DirectoryServicesPermissionEntry[] array, int index) => throw null; + public int IndexOf(System.DirectoryServices.DirectoryServicesPermissionEntry value) => throw null; + public void Insert(int index, System.DirectoryServices.DirectoryServicesPermissionEntry value) => throw null; + protected override void OnClear() => throw null; + protected override void OnInsert(int index, object value) => throw null; + protected override void OnRemove(int index, object value) => throw null; + protected override void OnSet(int index, object oldValue, object newValue) => throw null; + public void Remove(System.DirectoryServices.DirectoryServicesPermissionEntry value) => throw null; + public System.DirectoryServices.DirectoryServicesPermissionEntry this[int index] { get => throw null; set { } } + } + } namespace Drawing { namespace Printing diff --git a/csharp/ql/test/resources/stubs/System.Security.Principal.Windows/4.7.0/System.Security.Principal.Windows.csproj b/csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.csproj similarity index 80% rename from csharp/ql/test/resources/stubs/System.Security.Principal.Windows/4.7.0/System.Security.Principal.Windows.csproj rename to csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.csproj index c7646fbae204..e25e81c4c5f4 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Principal.Windows/4.7.0/System.Security.Principal.Windows.csproj +++ b/csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.csproj @@ -7,6 +7,7 @@ + diff --git a/csharp/ql/test/resources/stubs/System.Text.Encoding.Extensions/4.3.0/System.Text.Encoding.Extensions.csproj b/csharp/ql/test/resources/stubs/System.Text.Encoding.Extensions/4.3.0/System.Text.Encoding.Extensions.csproj index 001908d17268..8cc5decfb55e 100644 --- a/csharp/ql/test/resources/stubs/System.Text.Encoding.Extensions/4.3.0/System.Text.Encoding.Extensions.csproj +++ b/csharp/ql/test/resources/stubs/System.Text.Encoding.Extensions/4.3.0/System.Text.Encoding.Extensions.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Text.Encoding/4.3.0/System.Text.Encoding.csproj b/csharp/ql/test/resources/stubs/System.Text.Encoding/4.3.0/System.Text.Encoding.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Text.Encoding/4.3.0/System.Text.Encoding.csproj +++ b/csharp/ql/test/resources/stubs/System.Text.Encoding/4.3.0/System.Text.Encoding.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Threading.Tasks/4.3.0/System.Threading.Tasks.csproj b/csharp/ql/test/resources/stubs/System.Threading.Tasks/4.3.0/System.Threading.Tasks.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Threading.Tasks/4.3.0/System.Threading.Tasks.csproj +++ b/csharp/ql/test/resources/stubs/System.Threading.Tasks/4.3.0/System.Threading.Tasks.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Threading.Timer/4.3.0/System.Threading.Timer.csproj b/csharp/ql/test/resources/stubs/System.Threading.Timer/4.3.0/System.Threading.Timer.csproj index db450608bc56..4ed1849a7e34 100644 --- a/csharp/ql/test/resources/stubs/System.Threading.Timer/4.3.0/System.Threading.Timer.csproj +++ b/csharp/ql/test/resources/stubs/System.Threading.Timer/4.3.0/System.Threading.Timer.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Windows.Extensions/6.0.0/System.Windows.Extensions.cs b/csharp/ql/test/resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.cs similarity index 98% rename from csharp/ql/test/resources/stubs/System.Windows.Extensions/6.0.0/System.Windows.Extensions.cs rename to csharp/ql/test/resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.cs index 2041337d78fc..f85b5f35da72 100644 --- a/csharp/ql/test/resources/stubs/System.Windows.Extensions/6.0.0/System.Windows.Extensions.cs +++ b/csharp/ql/test/resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Windows.Extensions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Windows.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Media diff --git a/csharp/ql/test/resources/stubs/System.Runtime.CompilerServices.Unsafe/6.0.0/System.Runtime.CompilerServices.Unsafe.csproj b/csharp/ql/test/resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.Runtime.CompilerServices.Unsafe/6.0.0/System.Runtime.CompilerServices.Unsafe.csproj rename to csharp/ql/test/resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.csproj diff --git a/csharp/ql/test/resources/stubs/System.Xml.XmlDocument/4.3.0/System.Xml.XmlDocument.csproj b/csharp/ql/test/resources/stubs/System.Xml.XmlDocument/4.3.0/System.Xml.XmlDocument.csproj deleted file mode 100644 index bc19ef9507fd..000000000000 --- a/csharp/ql/test/resources/stubs/System.Xml.XmlDocument/4.3.0/System.Xml.XmlDocument.csproj +++ /dev/null @@ -1,22 +0,0 @@ - - - net9.0 - true - bin\ - false - - - - - - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Antiforgery.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Antiforgery.cs index b6b04703e814..2635e08124a7 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Antiforgery.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Antiforgery.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Antiforgery, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Antiforgery, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -13,6 +13,7 @@ public class AntiforgeryOptions public static readonly string DefaultCookiePrefix; public string FormFieldName { get => throw null; set { } } public string HeaderName { get => throw null; set { } } + public bool SuppressReadingTokenFromFormBody { get => throw null; set { } } public bool SuppressXFrameOptionsHeader { get => throw null; set { } } } public class AntiforgeryTokenSet diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Abstractions.cs index e0ff061adf5d..558ef37d727b 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Authentication.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.BearerToken.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.BearerToken.cs index 7b82df949447..039f16ab90ff 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.BearerToken.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.BearerToken.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Authentication.BearerToken, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication.BearerToken, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Cookies.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Cookies.cs index f0e2121478cf..1b66e13964d8 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Cookies.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Cookies.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Authentication.Cookies, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication.Cookies, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Core.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Core.cs index 7255e0b21427..ee076162f129 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Core.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Core.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Authentication.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication.Core, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.OAuth.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.OAuth.cs index bc11255a651d..70981e846483 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.OAuth.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.OAuth.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Authentication.OAuth, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication.OAuth, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -134,6 +134,7 @@ public class OAuthEvents : Microsoft.AspNetCore.Authentication.RemoteAuthenticat } public class OAuthOptions : Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions { + public System.Collections.Generic.IDictionary AdditionalAuthorizationParameters { get => throw null; } public string AuthorizationEndpoint { get => throw null; set { } } public Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection ClaimActions { get => throw null; } public string ClientId { get => throw null; set { } } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.cs index eb300055b0f7..439e240dd542 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Authentication, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.Policy.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.Policy.cs index e398efdcc08c..9319cdf4178a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.Policy.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.Policy.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Authorization.Policy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authorization.Policy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.cs index a0a2548cbf3c..a23da3fb8af9 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Authorization, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authorization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Authorization.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Authorization.cs index 3c4131befc9d..254458276864 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Authorization.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Authorization.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Components.Authorization, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components.Authorization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -14,6 +14,13 @@ public class AuthenticationState public System.Security.Claims.ClaimsPrincipal User { get => throw null; } } public delegate void AuthenticationStateChangedHandler(System.Threading.Tasks.Task task); + public class AuthenticationStateData + { + public System.Collections.Generic.IList Claims { get => throw null; set { } } + public AuthenticationStateData() => throw null; + public string NameClaimType { get => throw null; set { } } + public string RoleClaimType { get => throw null; set { } } + } public abstract class AuthenticationStateProvider { public event Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler AuthenticationStateChanged; @@ -56,6 +63,13 @@ public class CascadingAuthenticationState : Microsoft.AspNetCore.Components.Comp void System.IDisposable.Dispose() => throw null; protected override void OnInitialized() => throw null; } + public struct ClaimData + { + public ClaimData(string type, string value) => throw null; + public ClaimData(System.Security.Claims.Claim claim) => throw null; + public string Type { get => throw null; } + public string Value { get => throw null; } + } public interface IHostEnvironmentAuthenticationStateProvider { void SetAuthenticationState(System.Threading.Tasks.Task authenticationStateTask); diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Endpoints.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Endpoints.cs index edd4af3f1c3b..71a509964c68 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Endpoints.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Endpoints.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Components.Endpoints, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components.Endpoints, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -14,6 +14,7 @@ public sealed class RazorComponentsEndpointConventionBuilder : Microsoft.AspNetC public static partial class RazorComponentsEndpointConventionBuilderExtensions { public static Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder AddAdditionalAssemblies(this Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder builder, params System.Reflection.Assembly[] assemblies) => throw null; + public static Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder WithStaticAssets(this Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder builder, string manifestPath = default(string)) => throw null; } public static partial class RazorComponentsEndpointRouteBuilderExtensions { @@ -40,6 +41,7 @@ namespace Infrastructure public static class ComponentEndpointConventionBuilderHelper { public static void AddRenderMode(Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder builder, Microsoft.AspNetCore.Components.IComponentRenderMode renderMode) => throw null; + public static Microsoft.AspNetCore.Routing.IEndpointRouteBuilder GetEndpointRouteBuilder(Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder builder) => throw null; } public abstract class RenderModeEndpointProvider { @@ -68,12 +70,47 @@ public sealed class RootComponentMetadata public System.Type Type { get => throw null; } } } + public sealed class ImportMap : Microsoft.AspNetCore.Components.IComponent + { + public System.Collections.Generic.IReadOnlyDictionary AdditionalAttributes { get => throw null; set { } } + void Microsoft.AspNetCore.Components.IComponent.Attach(Microsoft.AspNetCore.Components.RenderHandle renderHandle) => throw null; + public ImportMap() => throw null; + public Microsoft.AspNetCore.Http.HttpContext HttpContext { get => throw null; set { } } + public Microsoft.AspNetCore.Components.ImportMapDefinition ImportMapDefinition { get => throw null; set { } } + System.Threading.Tasks.Task Microsoft.AspNetCore.Components.IComponent.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView parameters) => throw null; + } + public sealed class ImportMapDefinition + { + public static Microsoft.AspNetCore.Components.ImportMapDefinition Combine(params Microsoft.AspNetCore.Components.ImportMapDefinition[] sources) => throw null; + public ImportMapDefinition(System.Collections.Generic.IReadOnlyDictionary imports, System.Collections.Generic.IReadOnlyDictionary> scopes, System.Collections.Generic.IReadOnlyDictionary integrity) => throw null; + public static Microsoft.AspNetCore.Components.ImportMapDefinition FromResourceCollection(Microsoft.AspNetCore.Components.ResourceAssetCollection assets) => throw null; + public System.Collections.Generic.IReadOnlyDictionary Imports { get => throw null; } + public System.Collections.Generic.IReadOnlyDictionary Integrity { get => throw null; } + public System.Collections.Generic.IReadOnlyDictionary> Scopes { get => throw null; } + public override string ToString() => throw null; + } public enum PersistedStateSerializationMode { Infer = 1, Server = 2, WebAssembly = 3, } + namespace Routing + { + public static partial class RazorComponentsEndpointHttpContextExtensions + { + public static bool AcceptsInteractiveRouting(this Microsoft.AspNetCore.Http.HttpContext context) => throw null; + } + } + namespace Server + { + public class ServerAuthenticationStateProvider : Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider, Microsoft.AspNetCore.Components.Authorization.IHostEnvironmentAuthenticationStateProvider + { + public ServerAuthenticationStateProvider() => throw null; + public override System.Threading.Tasks.Task GetAuthenticationStateAsync() => throw null; + public void SetAuthenticationState(System.Threading.Tasks.Task authenticationStateTask) => throw null; + } + } } namespace Http { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Forms.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Forms.cs index a70089df9f52..89169841d557 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Forms.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Forms.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Components.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Server.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Server.cs index 013f50fd798e..6f9d4da4de97 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Server.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Server.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Components.Server, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components.Server, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -21,6 +21,7 @@ public static partial class ComponentEndpointRouteBuilderExtensions public static partial class ServerRazorComponentsEndpointConventionBuilderExtensions { public static Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder AddInteractiveServerRenderMode(this Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder builder) => throw null; + public static Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder AddInteractiveServerRenderMode(this Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder builder, System.Action configure) => throw null; } } namespace Components @@ -96,11 +97,12 @@ public abstract class RevalidatingServerAuthenticationStateProvider : Microsoft. protected abstract System.TimeSpan RevalidationInterval { get; } protected abstract System.Threading.Tasks.Task ValidateAuthenticationStateAsync(Microsoft.AspNetCore.Components.Authorization.AuthenticationState authenticationState, System.Threading.CancellationToken cancellationToken); } - public class ServerAuthenticationStateProvider : Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider, Microsoft.AspNetCore.Components.Authorization.IHostEnvironmentAuthenticationStateProvider + public class ServerComponentsEndpointOptions { - public ServerAuthenticationStateProvider() => throw null; - public override System.Threading.Tasks.Task GetAuthenticationStateAsync() => throw null; - public void SetAuthenticationState(System.Threading.Tasks.Task authenticationStateTask) => throw null; + public System.Func ConfigureWebSocketAcceptContext { get => throw null; set { } } + public string ContentSecurityFrameAncestorsPolicy { get => throw null; set { } } + public ServerComponentsEndpointOptions() => throw null; + public bool DisableWebSocketCompression { get => throw null; set { } } } } } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Web.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Web.cs index 93821f273a1b..95c3b97dad09 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Web.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Web.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Components.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -290,6 +290,7 @@ public class StaticHtmlRenderer : Microsoft.AspNetCore.Components.RenderTree.Ren public override Microsoft.AspNetCore.Components.Dispatcher Dispatcher { get => throw null; } protected override void HandleException(System.Exception exception) => throw null; protected virtual void RenderChildComponent(System.IO.TextWriter output, ref Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame componentFrame) => throw null; + protected override Microsoft.AspNetCore.Components.RendererInfo RendererInfo { get => throw null; } protected bool TryCreateScopeQualifiedEventName(int componentId, string assignedEventName, out string scopeQualifiedEventName) => throw null; protected override System.Threading.Tasks.Task UpdateDisplayAsync(in Microsoft.AspNetCore.Components.RenderTree.RenderBatch renderBatch) => throw null; protected virtual void WriteComponentHtml(int componentId, System.IO.TextWriter output) => throw null; @@ -319,6 +320,7 @@ namespace Routing { public class FocusOnNavigate : Microsoft.AspNetCore.Components.ComponentBase { + protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder) => throw null; public FocusOnNavigate() => throw null; protected override System.Threading.Tasks.Task OnAfterRenderAsync(bool firstRender) => throw null; protected override void OnParametersSet() => throw null; @@ -486,6 +488,13 @@ public class InteractiveWebAssemblyRenderMode : Microsoft.AspNetCore.Components. public InteractiveWebAssemblyRenderMode(bool prerender) => throw null; public bool Prerender { get => throw null; } } + namespace Internal + { + public interface IInternalWebJSInProcessRuntime + { + string InvokeJS(string identifier, string argsJson, Microsoft.JSInterop.JSCallResultType resultType, long targetInstanceId); + } + } public static partial class JSComponentConfigurationExtensions { public static void RegisterForJavaScript(this Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration configuration, string identifier) where TComponent : Microsoft.AspNetCore.Components.IComponent => throw null; @@ -503,6 +512,7 @@ public class KeyboardEventArgs : System.EventArgs public string Code { get => throw null; set { } } public KeyboardEventArgs() => throw null; public bool CtrlKey { get => throw null; set { } } + public bool IsComposing { get => throw null; set { } } public string Key { get => throw null; set { } } public float Location { get => throw null; set { } } public bool MetaKey { get => throw null; set { } } @@ -621,6 +631,7 @@ public sealed class Virtualize : Microsoft.AspNetCore.Components.Componen public System.Collections.Generic.ICollection Items { get => throw null; set { } } public float ItemSize { get => throw null; set { } } public Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate ItemsProvider { get => throw null; set { } } + public int MaxItemCount { get => throw null; set { } } protected override System.Threading.Tasks.Task OnAfterRenderAsync(bool firstRender) => throw null; protected override void OnParametersSet() => throw null; public int OverscanCount { get => throw null; set { } } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.cs index ad12263e1bfd..c25bde3e6446 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Components, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -145,6 +145,8 @@ public static class RuntimeHelpers } public abstract class ComponentBase : Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent { + protected Microsoft.AspNetCore.Components.ResourceAssetCollection Assets { get => throw null; } + protected Microsoft.AspNetCore.Components.IComponentRenderMode AssignedRenderMode { get => throw null; } void Microsoft.AspNetCore.Components.IComponent.Attach(Microsoft.AspNetCore.Components.RenderHandle renderHandle) => throw null; protected virtual void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder) => throw null; public ComponentBase() => throw null; @@ -159,6 +161,7 @@ public abstract class ComponentBase : Microsoft.AspNetCore.Components.IComponent protected virtual System.Threading.Tasks.Task OnInitializedAsync() => throw null; protected virtual void OnParametersSet() => throw null; protected virtual System.Threading.Tasks.Task OnParametersSetAsync() => throw null; + protected Microsoft.AspNetCore.Components.RendererInfo RendererInfo { get => throw null; } public virtual System.Threading.Tasks.Task SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView parameters) => throw null; protected virtual bool ShouldRender() => throw null; protected void StateHasChanged() => throw null; @@ -338,6 +341,11 @@ public sealed class EventHandlerAttribute : System.Attribute public bool EnableStopPropagation { get => throw null; } public System.Type EventArgsType { get => throw null; } } + [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)] + public sealed class ExcludeFromInteractiveRoutingAttribute : System.Attribute + { + public ExcludeFromInteractiveRoutingAttribute() => throw null; + } public interface IComponent { void Attach(Microsoft.AspNetCore.Components.RenderHandle renderHandle); @@ -523,15 +531,24 @@ public struct PersistingComponentStateSubscription : System.IDisposable { public void Dispose() => throw null; } + public sealed class RendererInfo + { + public RendererInfo(string rendererName, bool isInteractive) => throw null; + public bool IsInteractive { get => throw null; } + public string Name { get => throw null; } + } public delegate void RenderFragment(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder); public delegate Microsoft.AspNetCore.Components.RenderFragment RenderFragment(TValue value); public struct RenderHandle { + public Microsoft.AspNetCore.Components.ResourceAssetCollection Assets { get => throw null; } public Microsoft.AspNetCore.Components.Dispatcher Dispatcher { get => throw null; } public System.Threading.Tasks.Task DispatchExceptionAsync(System.Exception exception) => throw null; public bool IsInitialized { get => throw null; } public bool IsRenderingOnMetadataUpdate { get => throw null; } public void Render(Microsoft.AspNetCore.Components.RenderFragment renderFragment) => throw null; + public Microsoft.AspNetCore.Components.RendererInfo RendererInfo { get => throw null; } + public Microsoft.AspNetCore.Components.IComponentRenderMode RenderMode { get => throw null; } } namespace Rendering { @@ -642,6 +659,7 @@ public struct RenderBatch public abstract class Renderer : System.IAsyncDisposable, System.IDisposable { protected virtual void AddPendingTask(Microsoft.AspNetCore.Components.Rendering.ComponentState componentState, System.Threading.Tasks.Task task) => throw null; + protected virtual Microsoft.AspNetCore.Components.ResourceAssetCollection Assets { get => throw null; } protected int AssignRootComponentId(Microsoft.AspNetCore.Components.IComponent component) => throw null; protected virtual Microsoft.AspNetCore.Components.Rendering.ComponentState CreateComponentState(int componentId, Microsoft.AspNetCore.Components.IComponent component, Microsoft.AspNetCore.Components.Rendering.ComponentState parentComponentState) => throw null; public Renderer(System.IServiceProvider serviceProvider, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null; @@ -662,6 +680,7 @@ public abstract class Renderer : System.IAsyncDisposable, System.IDisposable protected Microsoft.AspNetCore.Components.IComponent InstantiateComponent(System.Type componentType) => throw null; protected virtual void ProcessPendingRender() => throw null; protected void RemoveRootComponent(int componentId) => throw null; + protected virtual Microsoft.AspNetCore.Components.RendererInfo RendererInfo { get => throw null; } protected System.Threading.Tasks.Task RenderRootComponentAsync(int componentId) => throw null; protected System.Threading.Tasks.Task RenderRootComponentAsync(int componentId, Microsoft.AspNetCore.Components.ParameterView initialParameters) => throw null; protected virtual Microsoft.AspNetCore.Components.IComponent ResolveComponentForRenderMode(System.Type componentType, int? parentComponentId, Microsoft.AspNetCore.Components.IComponentActivator componentActivator, Microsoft.AspNetCore.Components.IComponentRenderMode renderMode) => throw null; @@ -738,6 +757,29 @@ public enum RenderTreeFrameType : short NamedEvent = 10, } } + public sealed class ResourceAsset + { + public ResourceAsset(string url, System.Collections.Generic.IReadOnlyList properties) => throw null; + public System.Collections.Generic.IReadOnlyList Properties { get => throw null; } + public string Url { get => throw null; } + } + public sealed class ResourceAssetCollection : System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList + { + int System.Collections.Generic.IReadOnlyCollection.Count { get => throw null; } + public ResourceAssetCollection(System.Collections.Generic.IReadOnlyList resources) => throw null; + public static readonly Microsoft.AspNetCore.Components.ResourceAssetCollection Empty; + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + public bool IsContentSpecificUrl(string path) => throw null; + Microsoft.AspNetCore.Components.ResourceAsset System.Collections.Generic.IReadOnlyList.this[int index] { get => throw null; } + public string this[string key] { get => throw null; } + } + public sealed class ResourceAssetProperty + { + public ResourceAssetProperty(string name, string value) => throw null; + public string Name { get => throw null; } + public string Value { get => throw null; } + } [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)] public sealed class RouteAttribute : System.Attribute { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Connections.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Connections.Abstractions.cs index cb83c13e2f12..751d78c432d1 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Connections.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Connections.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Connections.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Connections.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.CookiePolicy.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.CookiePolicy.cs index 54550cce991b..2c45c0df19f9 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.CookiePolicy.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.CookiePolicy.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.CookiePolicy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.CookiePolicy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cors.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cors.cs index 733e1286bbf3..255e32f2bff3 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cors.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cors.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Cors, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Cors, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -52,6 +52,8 @@ public static class CorsConstants public static readonly string AccessControlMaxAge; public static readonly string AccessControlRequestHeaders; public static readonly string AccessControlRequestMethod; + public static readonly string AnyHeader; + public static readonly string AnyMethod; public static readonly string AnyOrigin; public static readonly string Origin; public static readonly string PreflightHttpMethod; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cryptography.KeyDerivation.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cryptography.KeyDerivation.cs index 67f369184859..8a313f3502ed 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cryptography.KeyDerivation.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cryptography.KeyDerivation.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Cryptography.KeyDerivation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Cryptography.KeyDerivation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Abstractions.cs index 6675700da6ec..8204d504b0b2 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.DataProtection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.DataProtection.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Extensions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Extensions.cs index 63a28b55c6ac..a9b26da09997 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Extensions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Extensions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.DataProtection.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.DataProtection.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.cs index a6a3e3c96c30..7a1acef667e0 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.DataProtection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.DataProtection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -212,6 +212,11 @@ public interface ISecret : System.IDisposable } namespace KeyManagement { + public interface IDeletableKeyManager : Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager + { + bool CanDeleteKeys { get; } + bool DeleteKeys(System.Func shouldDelete); + } public interface IKey { System.DateTimeOffset ActivationDate { get; } @@ -283,10 +288,12 @@ public class KeyManagementOptions } public sealed class XmlKeyManager : Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager, Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager { + public bool CanDeleteKeys { get => throw null; } public Microsoft.AspNetCore.DataProtection.KeyManagement.IKey CreateNewKey(System.DateTimeOffset activationDate, System.DateTimeOffset expirationDate) => throw null; Microsoft.AspNetCore.DataProtection.KeyManagement.IKey Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.CreateNewKey(System.Guid keyId, System.DateTimeOffset creationDate, System.DateTimeOffset activationDate, System.DateTimeOffset expirationDate) => throw null; public XmlKeyManager(Microsoft.Extensions.Options.IOptions keyManagementOptions, Microsoft.AspNetCore.DataProtection.Internal.IActivator activator) => throw null; public XmlKeyManager(Microsoft.Extensions.Options.IOptions keyManagementOptions, Microsoft.AspNetCore.DataProtection.Internal.IActivator activator, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null; + public bool DeleteKeys(System.Func shouldDelete) => throw null; Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(System.Xml.Linq.XElement keyElement) => throw null; public System.Collections.Generic.IReadOnlyCollection GetAllKeys() => throw null; public System.Threading.CancellationToken GetCacheExpirationToken() => throw null; @@ -297,23 +304,34 @@ public sealed class XmlKeyManager : Microsoft.AspNetCore.DataProtection.KeyManag } namespace Repositories { - public class FileSystemXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository + public class FileSystemXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IDeletableXmlRepository, Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository { public FileSystemXmlRepository(System.IO.DirectoryInfo directory, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null; public static System.IO.DirectoryInfo DefaultKeyStorageDirectory { get => throw null; } + public virtual bool DeleteElements(System.Action> chooseElements) => throw null; public System.IO.DirectoryInfo Directory { get => throw null; } public virtual System.Collections.Generic.IReadOnlyCollection GetAllElements() => throw null; public virtual void StoreElement(System.Xml.Linq.XElement element, string friendlyName) => throw null; } + public interface IDeletableElement + { + int? DeletionOrder { get; set; } + System.Xml.Linq.XElement Element { get; } + } + public interface IDeletableXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository + { + bool DeleteElements(System.Action> chooseElements); + } public interface IXmlRepository { System.Collections.Generic.IReadOnlyCollection GetAllElements(); void StoreElement(System.Xml.Linq.XElement element, string friendlyName); } - public class RegistryXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository + public class RegistryXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IDeletableXmlRepository, Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository { public RegistryXmlRepository(Microsoft.Win32.RegistryKey registryKey, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null; public static Microsoft.Win32.RegistryKey DefaultRegistryKey { get => throw null; } + public virtual bool DeleteElements(System.Action> chooseElements) => throw null; public virtual System.Collections.Generic.IReadOnlyCollection GetAllElements() => throw null; public Microsoft.Win32.RegistryKey RegistryKey { get => throw null; } public virtual void StoreElement(System.Xml.Linq.XElement element, string friendlyName) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.Abstractions.cs index f8d37033ca47..6911d827748d 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Diagnostics.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Diagnostics.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.HealthChecks.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.HealthChecks.cs index 586a01f44e2c..3806c87f7d26 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.HealthChecks.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.HealthChecks.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Diagnostics.HealthChecks, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Diagnostics.HealthChecks, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.cs index 1336be606190..ebdc774743b2 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Diagnostics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Diagnostics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -32,6 +32,7 @@ public class ExceptionHandlerOptions public ExceptionHandlerOptions() => throw null; public Microsoft.AspNetCore.Http.RequestDelegate ExceptionHandler { get => throw null; set { } } public Microsoft.AspNetCore.Http.PathString ExceptionHandlingPath { get => throw null; set { } } + public System.Func StatusCodeSelector { get => throw null; set { } } } public static partial class StatusCodePagesExtensions { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HostFiltering.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HostFiltering.cs index f127d28ec5fa..c361ef3566e5 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HostFiltering.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HostFiltering.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.HostFiltering, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.HostFiltering, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Abstractions.cs index 469e205af237..3b73c0c17383 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Hosting.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Hosting.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Server.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Server.Abstractions.cs index 3d054166dc2b..aae08530825b 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Server.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Server.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.cs index 8c05c2ac86b6..6a24eff98824 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Hosting, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Hosting, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Html.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Html.Abstractions.cs index 35e302cabf4f..f2f588851ed8 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Html.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Html.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Html.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Html.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Abstractions.cs index bafa6a474326..459c8611c0bf 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Http.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -393,6 +393,7 @@ public class HttpValidationProblemDetails : Microsoft.AspNetCore.Mvc.ProblemDeta { public HttpValidationProblemDetails() => throw null; public HttpValidationProblemDetails(System.Collections.Generic.IDictionary errors) => throw null; + public HttpValidationProblemDetails(System.Collections.Generic.IEnumerable> errors) => throw null; public System.Collections.Generic.IDictionary Errors { get => throw null; set { } } } public interface IBindableFromHttpContext where TSelf : class, Microsoft.AspNetCore.Http.IBindableFromHttpContext @@ -483,6 +484,9 @@ public interface IAcceptsMetadata bool IsOptional { get; } System.Type RequestType { get; } } + public interface IDisableHttpMetricsMetadata + { + } public interface IEndpointDescriptionMetadata { string Description { get; } @@ -535,6 +539,14 @@ public interface IFromRouteMetadata public interface IFromServiceMetadata { } + public interface IParameterBindingMetadata + { + bool HasBindAsync { get; } + bool HasTryParse { get; } + bool IsOptional { get; } + string Name { get; } + System.Reflection.ParameterInfo ParameterInfo { get; } + } public interface IProducesResponseTypeMetadata { System.Collections.Generic.IEnumerable ContentTypes { get; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.Common.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.Common.cs index 461045c98452..0d383d7cebe5 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.Common.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.Common.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Http.Connections.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Connections.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.cs index bb10826bac02..305c2bd41268 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Http.Connections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Connections, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Extensions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Extensions.cs index e6ac0837439a..6b6408078036 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Extensions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Extensions.cs @@ -1,11 +1,24 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Http.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore { + namespace Builder + { + public static partial class HttpMetricsEndpointConventionBuilderExtensions + { + public static TBuilder DisableHttpMetrics(this TBuilder builder) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; + } + } namespace Http { + [System.AttributeUsage((System.AttributeTargets)68)] + public sealed class DisableHttpMetricsAttribute : System.Attribute, Microsoft.AspNetCore.Http.Metadata.IDisableHttpMetricsMetadata + { + public DisableHttpMetricsAttribute() => throw null; + public override string ToString() => throw null; + } [System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)] public sealed class EndpointDescriptionAttribute : System.Attribute, Microsoft.AspNetCore.Http.Metadata.IEndpointDescriptionMetadata { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Features.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Features.cs index 73be287b4e97..f76a1acbf52c 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Features.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Features.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Http.Features, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Features, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -80,6 +80,7 @@ public interface IHttpMaxRequestBodySizeFeature } public interface IHttpMetricsTagsFeature { + bool MetricsDisabled { get; set; } System.Collections.Generic.ICollection> Tags { get; } } public interface IHttpRequestBodyDetectionFeature @@ -387,6 +388,7 @@ public class WebSocketAcceptContext public bool DangerousEnableCompression { get => throw null; set { } } public bool DisableServerContextTakeover { get => throw null; set { } } public virtual System.TimeSpan? KeepAliveInterval { get => throw null; set { } } + public System.TimeSpan? KeepAliveTimeout { get => throw null; set { } } public int ServerMaxWindowBits { get => throw null; set { } } public virtual string SubProtocol { get => throw null; set { } } } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Results.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Results.cs index 660270c61df7..2c235d970d16 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Results.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Results.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Http.Results, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Results, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -157,6 +157,22 @@ public sealed class ForbidHttpResult : Microsoft.AspNetCore.Http.IResult public System.Threading.Tasks.Task ExecuteAsync(Microsoft.AspNetCore.Http.HttpContext httpContext) => throw null; public Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get => throw null; } } + public sealed class InternalServerError : Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider, Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult + { + public System.Threading.Tasks.Task ExecuteAsync(Microsoft.AspNetCore.Http.HttpContext httpContext) => throw null; + static void Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider.PopulateMetadata(System.Reflection.MethodInfo method, Microsoft.AspNetCore.Builder.EndpointBuilder builder) => throw null; + public int StatusCode { get => throw null; } + int? Microsoft.AspNetCore.Http.IStatusCodeHttpResult.StatusCode { get => throw null; } + } + public sealed class InternalServerError : Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider, Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult + { + public System.Threading.Tasks.Task ExecuteAsync(Microsoft.AspNetCore.Http.HttpContext httpContext) => throw null; + static void Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider.PopulateMetadata(System.Reflection.MethodInfo method, Microsoft.AspNetCore.Builder.EndpointBuilder builder) => throw null; + public int StatusCode { get => throw null; } + int? Microsoft.AspNetCore.Http.IStatusCodeHttpResult.StatusCode { get => throw null; } + public TValue Value { get => throw null; } + object Microsoft.AspNetCore.Http.IValueHttpResult.Value { get => throw null; } + } public sealed class JsonHttpResult : Microsoft.AspNetCore.Http.IContentTypeHttpResult, Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult { public string ContentType { get => throw null; } @@ -410,6 +426,8 @@ public static class Results public static Microsoft.AspNetCore.Http.IResult File(System.IO.Stream fileStream, string contentType = default(string), string fileDownloadName = default(string), System.DateTimeOffset? lastModified = default(System.DateTimeOffset?), Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTag = default(Microsoft.Net.Http.Headers.EntityTagHeaderValue), bool enableRangeProcessing = default(bool)) => throw null; public static Microsoft.AspNetCore.Http.IResult File(string path, string contentType = default(string), string fileDownloadName = default(string), System.DateTimeOffset? lastModified = default(System.DateTimeOffset?), Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTag = default(Microsoft.Net.Http.Headers.EntityTagHeaderValue), bool enableRangeProcessing = default(bool)) => throw null; public static Microsoft.AspNetCore.Http.IResult Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties properties = default(Microsoft.AspNetCore.Authentication.AuthenticationProperties), System.Collections.Generic.IList authenticationSchemes = default(System.Collections.Generic.IList)) => throw null; + public static Microsoft.AspNetCore.Http.IResult InternalServerError() => throw null; + public static Microsoft.AspNetCore.Http.IResult InternalServerError(TValue error) => throw null; public static Microsoft.AspNetCore.Http.IResult Json(object data, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), string contentType = default(string), int? statusCode = default(int?)) => throw null; public static Microsoft.AspNetCore.Http.IResult Json(object data, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, string contentType = default(string), int? statusCode = default(int?)) => throw null; public static Microsoft.AspNetCore.Http.IResult Json(object data, System.Type type, System.Text.Json.Serialization.JsonSerializerContext context, string contentType = default(string), int? statusCode = default(int?)) => throw null; @@ -422,7 +440,8 @@ public static class Results public static Microsoft.AspNetCore.Http.IResult NotFound(TValue value) => throw null; public static Microsoft.AspNetCore.Http.IResult Ok(object value = default(object)) => throw null; public static Microsoft.AspNetCore.Http.IResult Ok(TValue value) => throw null; - public static Microsoft.AspNetCore.Http.IResult Problem(string detail = default(string), string instance = default(string), int? statusCode = default(int?), string title = default(string), string type = default(string), System.Collections.Generic.IDictionary extensions = default(System.Collections.Generic.IDictionary)) => throw null; + public static Microsoft.AspNetCore.Http.IResult Problem(string detail, string instance, int? statusCode, string title, string type, System.Collections.Generic.IDictionary extensions) => throw null; + public static Microsoft.AspNetCore.Http.IResult Problem(string detail = default(string), string instance = default(string), int? statusCode = default(int?), string title = default(string), string type = default(string), System.Collections.Generic.IEnumerable> extensions = default(System.Collections.Generic.IEnumerable>)) => throw null; public static Microsoft.AspNetCore.Http.IResult Problem(Microsoft.AspNetCore.Mvc.ProblemDetails problemDetails) => throw null; public static Microsoft.AspNetCore.Http.IResult Redirect(string url, bool permanent = default(bool), bool preserveMethod = default(bool)) => throw null; public static Microsoft.AspNetCore.Http.IResult RedirectToRoute(string routeName = default(string), object routeValues = default(object), bool permanent = default(bool), bool preserveMethod = default(bool), string fragment = default(string)) => throw null; @@ -439,7 +458,8 @@ public static class Results public static Microsoft.AspNetCore.Http.IResult Unauthorized() => throw null; public static Microsoft.AspNetCore.Http.IResult UnprocessableEntity(object error = default(object)) => throw null; public static Microsoft.AspNetCore.Http.IResult UnprocessableEntity(TValue error) => throw null; - public static Microsoft.AspNetCore.Http.IResult ValidationProblem(System.Collections.Generic.IDictionary errors, string detail = default(string), string instance = default(string), int? statusCode = default(int?), string title = default(string), string type = default(string), System.Collections.Generic.IDictionary extensions = default(System.Collections.Generic.IDictionary)) => throw null; + public static Microsoft.AspNetCore.Http.IResult ValidationProblem(System.Collections.Generic.IDictionary errors, string detail, string instance, int? statusCode, string title, string type, System.Collections.Generic.IDictionary extensions) => throw null; + public static Microsoft.AspNetCore.Http.IResult ValidationProblem(System.Collections.Generic.IEnumerable> errors, string detail = default(string), string instance = default(string), int? statusCode = default(int?), string title = default(string), string type = default(string), System.Collections.Generic.IEnumerable> extensions = default(System.Collections.Generic.IEnumerable>)) => throw null; } public static class TypedResults { @@ -475,6 +495,8 @@ public static class TypedResults public static Microsoft.AspNetCore.Http.HttpResults.FileContentHttpResult File(byte[] fileContents, string contentType = default(string), string fileDownloadName = default(string), bool enableRangeProcessing = default(bool), System.DateTimeOffset? lastModified = default(System.DateTimeOffset?), Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTag = default(Microsoft.Net.Http.Headers.EntityTagHeaderValue)) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.FileStreamHttpResult File(System.IO.Stream fileStream, string contentType = default(string), string fileDownloadName = default(string), System.DateTimeOffset? lastModified = default(System.DateTimeOffset?), Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTag = default(Microsoft.Net.Http.Headers.EntityTagHeaderValue), bool enableRangeProcessing = default(bool)) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.ForbidHttpResult Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties properties = default(Microsoft.AspNetCore.Authentication.AuthenticationProperties), System.Collections.Generic.IList authenticationSchemes = default(System.Collections.Generic.IList)) => throw null; + public static Microsoft.AspNetCore.Http.HttpResults.InternalServerError InternalServerError() => throw null; + public static Microsoft.AspNetCore.Http.HttpResults.InternalServerError InternalServerError(TValue error) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.JsonHttpResult Json(TValue data, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), string contentType = default(string), int? statusCode = default(int?)) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.JsonHttpResult Json(TValue data, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, string contentType = default(string), int? statusCode = default(int?)) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.JsonHttpResult Json(TValue data, System.Text.Json.Serialization.JsonSerializerContext context, string contentType = default(string), int? statusCode = default(int?)) => throw null; @@ -485,7 +507,8 @@ public static class TypedResults public static Microsoft.AspNetCore.Http.HttpResults.Ok Ok() => throw null; public static Microsoft.AspNetCore.Http.HttpResults.Ok Ok(TValue value) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.PhysicalFileHttpResult PhysicalFile(string path, string contentType = default(string), string fileDownloadName = default(string), System.DateTimeOffset? lastModified = default(System.DateTimeOffset?), Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTag = default(Microsoft.Net.Http.Headers.EntityTagHeaderValue), bool enableRangeProcessing = default(bool)) => throw null; - public static Microsoft.AspNetCore.Http.HttpResults.ProblemHttpResult Problem(string detail = default(string), string instance = default(string), int? statusCode = default(int?), string title = default(string), string type = default(string), System.Collections.Generic.IDictionary extensions = default(System.Collections.Generic.IDictionary)) => throw null; + public static Microsoft.AspNetCore.Http.HttpResults.ProblemHttpResult Problem(string detail, string instance, int? statusCode, string title, string type, System.Collections.Generic.IDictionary extensions) => throw null; + public static Microsoft.AspNetCore.Http.HttpResults.ProblemHttpResult Problem(string detail = default(string), string instance = default(string), int? statusCode = default(int?), string title = default(string), string type = default(string), System.Collections.Generic.IEnumerable> extensions = default(System.Collections.Generic.IEnumerable>)) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.ProblemHttpResult Problem(Microsoft.AspNetCore.Mvc.ProblemDetails problemDetails) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.RedirectHttpResult Redirect(string url, bool permanent = default(bool), bool preserveMethod = default(bool)) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.RedirectToRouteHttpResult RedirectToRoute(string routeName = default(string), object routeValues = default(object), bool permanent = default(bool), bool preserveMethod = default(bool), string fragment = default(string)) => throw null; @@ -502,7 +525,8 @@ public static class TypedResults public static Microsoft.AspNetCore.Http.HttpResults.UnauthorizedHttpResult Unauthorized() => throw null; public static Microsoft.AspNetCore.Http.HttpResults.UnprocessableEntity UnprocessableEntity() => throw null; public static Microsoft.AspNetCore.Http.HttpResults.UnprocessableEntity UnprocessableEntity(TValue error) => throw null; - public static Microsoft.AspNetCore.Http.HttpResults.ValidationProblem ValidationProblem(System.Collections.Generic.IDictionary errors, string detail = default(string), string instance = default(string), string title = default(string), string type = default(string), System.Collections.Generic.IDictionary extensions = default(System.Collections.Generic.IDictionary)) => throw null; + public static Microsoft.AspNetCore.Http.HttpResults.ValidationProblem ValidationProblem(System.Collections.Generic.IDictionary errors, string detail, string instance, string title, string type, System.Collections.Generic.IDictionary extensions) => throw null; + public static Microsoft.AspNetCore.Http.HttpResults.ValidationProblem ValidationProblem(System.Collections.Generic.IEnumerable> errors, string detail = default(string), string instance = default(string), string title = default(string), string type = default(string), System.Collections.Generic.IEnumerable> extensions = default(System.Collections.Generic.IEnumerable>)) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.VirtualFileHttpResult VirtualFile(string path, string contentType = default(string), string fileDownloadName = default(string), System.DateTimeOffset? lastModified = default(System.DateTimeOffset?), Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTag = default(Microsoft.Net.Http.Headers.EntityTagHeaderValue), bool enableRangeProcessing = default(bool)) => throw null; } } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.cs index 681b62695719..d468b4f40f9f 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -357,6 +357,7 @@ namespace Timeouts public sealed class DisableRequestTimeoutAttribute : System.Attribute { public DisableRequestTimeoutAttribute() => throw null; + public override string ToString() => throw null; } public interface IHttpRequestTimeoutFeature { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpLogging.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpLogging.cs index 57c6cd5cfd49..848d2fe05004 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpLogging.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpLogging.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.HttpLogging, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.HttpLogging, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -135,6 +135,7 @@ namespace DependencyInjection { public static partial class HttpLoggingServicesExtensions { + public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddHttpLogging(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddHttpLogging(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configureOptions) => throw null; public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddHttpLoggingInterceptor(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) where T : class, Microsoft.AspNetCore.HttpLogging.IHttpLoggingInterceptor => throw null; public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddW3CLogging(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configureOptions) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpOverrides.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpOverrides.cs index f80aaddeeab0..b6dfde499a1f 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpOverrides.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpOverrides.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.HttpOverrides, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.HttpOverrides, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpsPolicy.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpsPolicy.cs index 4b1d3d943af2..13e253b864d7 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpsPolicy.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpsPolicy.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.HttpsPolicy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.HttpsPolicy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Identity.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Identity.cs index 97f762b0267a..752f733a0906 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Identity.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Identity.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Identity, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Identity, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.Routing.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.Routing.cs index 8ceff9ce78d5..c5a3617e657a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.Routing.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.Routing.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Localization.Routing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Localization.Routing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.cs index 9ade3e351163..243f8f8f2bb6 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Localization, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Localization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Metadata.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Metadata.cs index 6f98ae5b1ed4..f7848e4fb6a3 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Metadata.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Metadata.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Abstractions.cs index fff915b23cb5..9a2c28ab99b0 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ApiExplorer.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ApiExplorer.cs index 958b7244de14..0d6946acf13f 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ApiExplorer.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ApiExplorer.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.ApiExplorer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.ApiExplorer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Core.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Core.cs index 1f13cbd8efa8..7379f3ec660e 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Core.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Core.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Core, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -748,7 +748,8 @@ public abstract class ControllerBase public virtual Microsoft.AspNetCore.Mvc.PhysicalFileResult PhysicalFile(string physicalPath, string contentType, System.DateTimeOffset? lastModified, Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTag, bool enableRangeProcessing) => throw null; public virtual Microsoft.AspNetCore.Mvc.PhysicalFileResult PhysicalFile(string physicalPath, string contentType, string fileDownloadName, System.DateTimeOffset? lastModified, Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTag) => throw null; public virtual Microsoft.AspNetCore.Mvc.PhysicalFileResult PhysicalFile(string physicalPath, string contentType, string fileDownloadName, System.DateTimeOffset? lastModified, Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTag, bool enableRangeProcessing) => throw null; - public virtual Microsoft.AspNetCore.Mvc.ObjectResult Problem(string detail = default(string), string instance = default(string), int? statusCode = default(int?), string title = default(string), string type = default(string)) => throw null; + public virtual Microsoft.AspNetCore.Mvc.ObjectResult Problem(string detail, string instance, int? statusCode, string title, string type) => throw null; + public virtual Microsoft.AspNetCore.Mvc.ObjectResult Problem(string detail = default(string), string instance = default(string), int? statusCode = default(int?), string title = default(string), string type = default(string), System.Collections.Generic.IDictionary extensions = default(System.Collections.Generic.IDictionary)) => throw null; public Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory ProblemDetailsFactory { get => throw null; set { } } public virtual Microsoft.AspNetCore.Mvc.RedirectResult Redirect(string url) => throw null; public virtual Microsoft.AspNetCore.Mvc.RedirectResult RedirectPermanent(string url) => throw null; @@ -828,7 +829,8 @@ public abstract class ControllerBase public virtual Microsoft.AspNetCore.Mvc.ActionResult ValidationProblem(Microsoft.AspNetCore.Mvc.ValidationProblemDetails descriptor) => throw null; public virtual Microsoft.AspNetCore.Mvc.ActionResult ValidationProblem(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary modelStateDictionary) => throw null; public virtual Microsoft.AspNetCore.Mvc.ActionResult ValidationProblem() => throw null; - public virtual Microsoft.AspNetCore.Mvc.ActionResult ValidationProblem(string detail = default(string), string instance = default(string), int? statusCode = default(int?), string title = default(string), string type = default(string), Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary modelStateDictionary = default(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)) => throw null; + public virtual Microsoft.AspNetCore.Mvc.ActionResult ValidationProblem(string detail, string instance, int? statusCode, string title, string type, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary modelStateDictionary) => throw null; + public virtual Microsoft.AspNetCore.Mvc.ActionResult ValidationProblem(string detail = default(string), string instance = default(string), int? statusCode = default(int?), string title = default(string), string type = default(string), Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary modelStateDictionary = default(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), System.Collections.Generic.IDictionary extensions = default(System.Collections.Generic.IDictionary)) => throw null; } public class ControllerContext : Microsoft.AspNetCore.Mvc.ActionContext { @@ -1639,6 +1641,12 @@ public class DefaultOutputFormatterSelector : Microsoft.AspNetCore.Mvc.Infrastru public DefaultOutputFormatterSelector(Microsoft.Extensions.Options.IOptions options, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null; public override Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter SelectFormatter(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext context, System.Collections.Generic.IList formatters, Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection contentTypes) => throw null; } + public sealed class DefaultProblemDetailsFactory : Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory + { + public override Microsoft.AspNetCore.Mvc.ProblemDetails CreateProblemDetails(Microsoft.AspNetCore.Http.HttpContext httpContext, int? statusCode = default(int?), string title = default(string), string type = default(string), string detail = default(string), string instance = default(string)) => throw null; + public override Microsoft.AspNetCore.Mvc.ValidationProblemDetails CreateValidationProblemDetails(Microsoft.AspNetCore.Http.HttpContext httpContext, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary modelStateDictionary, int? statusCode = default(int?), string title = default(string), string type = default(string), string detail = default(string), string instance = default(string)) => throw null; + public DefaultProblemDetailsFactory(Microsoft.Extensions.Options.IOptions options, Microsoft.Extensions.Options.IOptions problemDetailsOptions = default(Microsoft.Extensions.Options.IOptions)) => throw null; + } [System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)] public sealed class DefaultStatusCodeAttribute : System.Attribute { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Cors.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Cors.cs index 28e65ef02afe..09e176cade18 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Cors.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Cors.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.Cors, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Cors, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.DataAnnotations.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.DataAnnotations.cs index b664d31ea210..4afd68922889 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.DataAnnotations.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.DataAnnotations.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.DataAnnotations, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.DataAnnotations, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Formatters.Xml.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Formatters.Xml.cs index e90dc4fa8469..3e8be5d164da 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Formatters.Xml.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Formatters.Xml.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.Formatters.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Formatters.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Localization.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Localization.cs index 87b425ab16d2..5a7dc7ed834d 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Localization.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Localization.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.Localization, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Localization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Razor.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Razor.cs index ddc2ae2bfccb..4d6729dc8fa2 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Razor.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Razor.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.Razor, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Razor, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.RazorPages.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.RazorPages.cs index 4f9015886dc2..db8a3a7015e5 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.RazorPages.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.RazorPages.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.RazorPages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.RazorPages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -11,6 +11,10 @@ public sealed class PageActionEndpointConventionBuilder : Microsoft.AspNetCore.B public void Add(System.Action convention) => throw null; public void Finally(System.Action finalConvention) => throw null; } + public static partial class PageActionEndpointConventionBuilderResourceCollectionExtensions + { + public static Microsoft.AspNetCore.Builder.PageActionEndpointConventionBuilder WithStaticAssets(this Microsoft.AspNetCore.Builder.PageActionEndpointConventionBuilder builder, string manifestPath = default(string)) => throw null; + } public static partial class RazorPagesEndpointRouteBuilderExtensions { public static void MapDynamicPageRoute(this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints, string pattern) where TTransformer : Microsoft.AspNetCore.Mvc.Routing.DynamicRouteValueTransformer => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.TagHelpers.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.TagHelpers.cs index ca2644d7fa7f..d21a14ccfa6c 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.TagHelpers.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.TagHelpers.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.TagHelpers, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.TagHelpers, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -298,6 +298,7 @@ public class ScriptTagHelper : Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlReso public string FallbackTestExpression { get => throw null; set { } } protected Microsoft.AspNetCore.Mvc.TagHelpers.GlobbingUrlBuilder GlobbingUrlBuilder { get => throw null; set { } } protected Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment { get => throw null; } + public Microsoft.AspNetCore.Components.ImportMapDefinition ImportMap { get => throw null; set { } } protected System.Text.Encodings.Web.JavaScriptEncoder JavaScriptEncoder { get => throw null; } public override int Order { get => throw null; } public override void Process(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output) => throw null; @@ -305,6 +306,7 @@ public class ScriptTagHelper : Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlReso public string SrcExclude { get => throw null; set { } } public string SrcInclude { get => throw null; set { } } public bool SuppressFallbackIntegrity { get => throw null; set { } } + public string Type { get => throw null; set { } } } public class SelectTagHelper : Microsoft.AspNetCore.Razor.TagHelpers.TagHelper { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ViewFeatures.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ViewFeatures.cs index c8bed45aa0d6..b542ec1fd752 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ViewFeatures.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ViewFeatures.cs @@ -1,9 +1,16 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.ViewFeatures, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.ViewFeatures, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore { + namespace Builder + { + public static partial class ControllerActionEndpointConventionBuilderResourceCollectionExtensions + { + public static Microsoft.AspNetCore.Builder.ControllerActionEndpointConventionBuilder WithStaticAssets(this Microsoft.AspNetCore.Builder.ControllerActionEndpointConventionBuilder builder, string manifestPath = default(string)) => throw null; + } + } namespace Mvc { [System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)] diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.cs index 1ff4df0bd79f..60a0d8a4922d 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.OutputCaching.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.OutputCaching.cs index 7bca045af6f5..814c4392e740 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.OutputCaching.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.OutputCaching.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.OutputCaching, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.OutputCaching, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.RateLimiting.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.RateLimiting.cs index 13a184604132..27fd1add157d 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.RateLimiting.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.RateLimiting.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.RateLimiting, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.RateLimiting, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -20,6 +20,7 @@ public static partial class RateLimiterEndpointConventionBuilderExtensions public static partial class RateLimiterServiceCollectionExtensions { public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddRateLimiter(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configureOptions) => throw null; + public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddRateLimiter(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; } } namespace RateLimiting diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.Runtime.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.Runtime.cs index 3971bc5ddc2e..ba9593eea191 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.Runtime.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.Runtime.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Razor.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Razor.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.cs index 112d29bad33a..dd941256b577 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Razor, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Razor, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.RequestDecompression.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.RequestDecompression.cs index 5ae285c54f5c..3819df7a5c96 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.RequestDecompression.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.RequestDecompression.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.RequestDecompression, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.RequestDecompression, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.Abstractions.cs index 8daf5dc9b52b..8414a38473d0 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.ResponseCaching.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.ResponseCaching.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.cs index d317edaccb1a..297cfc384992 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.ResponseCaching, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.ResponseCaching, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCompression.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCompression.cs index 8571fb1097f1..7a7cbaad8fad 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCompression.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCompression.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.ResponseCompression, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.ResponseCompression, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Rewrite.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Rewrite.cs index 9c2a6783ea57..d45d7715a557 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Rewrite.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Rewrite.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Rewrite, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Rewrite, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.Abstractions.cs index 154b9f7f01b6..46e48fd204ee 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Routing.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Routing.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.cs index 2959685090a0..67044101a22b 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Routing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Routing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -103,7 +103,9 @@ public static partial class OpenApiRouteHandlerBuilderExtensions public static Microsoft.AspNetCore.Builder.RouteHandlerBuilder Produces(this Microsoft.AspNetCore.Builder.RouteHandlerBuilder builder, int statusCode = default(int), string contentType = default(string), params string[] additionalContentTypes) => throw null; public static Microsoft.AspNetCore.Builder.RouteHandlerBuilder Produces(this Microsoft.AspNetCore.Builder.RouteHandlerBuilder builder, int statusCode, System.Type responseType = default(System.Type), string contentType = default(string), params string[] additionalContentTypes) => throw null; public static Microsoft.AspNetCore.Builder.RouteHandlerBuilder ProducesProblem(this Microsoft.AspNetCore.Builder.RouteHandlerBuilder builder, int statusCode, string contentType = default(string)) => throw null; + public static TBuilder ProducesProblem(this TBuilder builder, int statusCode, string contentType = default(string)) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; public static Microsoft.AspNetCore.Builder.RouteHandlerBuilder ProducesValidationProblem(this Microsoft.AspNetCore.Builder.RouteHandlerBuilder builder, int statusCode = default(int), string contentType = default(string)) => throw null; + public static TBuilder ProducesValidationProblem(this TBuilder builder, int statusCode = default(int), string contentType = default(string)) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; public static TBuilder WithDescription(this TBuilder builder, string description) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; public static TBuilder WithSummary(this TBuilder builder, string summary) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; public static TBuilder WithTags(this TBuilder builder, params string[] tags) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; @@ -275,6 +277,12 @@ public class StringRouteConstraint : Microsoft.AspNetCore.Routing.Matching.IPara bool Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy.MatchesLiteral(string parameterName, string literal) => throw null; } } + public sealed class ContentEncodingMetadata + { + public ContentEncodingMetadata(string value, double quality) => throw null; + public double Quality { get => throw null; } + public string Value { get => throw null; } + } public sealed class DataTokensMetadata : Microsoft.AspNetCore.Routing.IDataTokensMetadata { public DataTokensMetadata(System.Collections.Generic.IReadOnlyDictionary dataTokens) => throw null; @@ -798,6 +806,7 @@ public sealed class RouteHandlerOptions public static class RouteHandlerServices { public static Microsoft.AspNetCore.Builder.RouteHandlerBuilder Map(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints, string pattern, System.Delegate handler, System.Collections.Generic.IEnumerable httpMethods, System.Func populateMetadata, System.Func createRequestDelegate) => throw null; + public static Microsoft.AspNetCore.Builder.RouteHandlerBuilder Map(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints, string pattern, System.Delegate handler, System.Collections.Generic.IEnumerable httpMethods, System.Func populateMetadata, System.Func createRequestDelegate, System.Reflection.MethodInfo methodInfo) => throw null; } public sealed class RouteNameMetadata : Microsoft.AspNetCore.Routing.IRouteNameMetadata { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.HttpSys.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.HttpSys.cs index 2f9cad031003..e97ae6709c38 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.HttpSys.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.HttpSys.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Server.HttpSys, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.HttpSys, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -21,6 +21,8 @@ public sealed class AuthenticationManager public bool AllowAnonymous { get => throw null; set { } } public string AuthenticationDisplayName { get => throw null; set { } } public bool AutomaticAuthentication { get => throw null; set { } } + public bool CaptureCredentials { get => throw null; set { } } + public bool EnableKerberosCredentialCaching { get => throw null; set { } } public Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes Schemes { get => throw null; set { } } } [System.Flags] diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IIS.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IIS.cs index 07e7d27a0f32..3f0d0543ce25 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IIS.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IIS.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Server.IIS, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.IIS, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IISIntegration.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IISIntegration.cs index eac56622988d..7e279e3f6d03 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IISIntegration.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IISIntegration.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Server.IISIntegration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.IISIntegration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Core.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Core.cs index 617287581d48..d8749f0c780b 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Core.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Core.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Server.Kestrel.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.Kestrel.Core, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -329,6 +329,8 @@ public class KestrelConfigurationLoader public void Load() => throw null; public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader LocalhostEndpoint(int port) => throw null; public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader LocalhostEndpoint(int port, System.Action configure) => throw null; + public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader NamedPipeEndpoint(string pipeName) => throw null; + public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader NamedPipeEndpoint(string pipeName, System.Action configure) => throw null; public Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions Options { get => throw null; } public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader UnixSocketEndpoint(string socketPath) => throw null; public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader UnixSocketEndpoint(string socketPath, System.Action configure) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.cs index e0ce5f58e733..ddeac48528e6 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -20,8 +20,17 @@ namespace Transport { namespace NamedPipes { + public sealed class CreateNamedPipeServerStreamContext + { + public CreateNamedPipeServerStreamContext() => throw null; + public Microsoft.AspNetCore.Connections.NamedPipeEndPoint NamedPipeEndPoint { get => throw null; set { } } + public System.IO.Pipes.PipeOptions PipeOptions { get => throw null; set { } } + public System.IO.Pipes.PipeSecurity PipeSecurity { get => throw null; set { } } + } public sealed class NamedPipeTransportOptions { + public static System.IO.Pipes.NamedPipeServerStream CreateDefaultNamedPipeServerStream(Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.CreateNamedPipeServerStreamContext context) => throw null; + public System.Func CreateNamedPipeServerStream { get => throw null; set { } } public NamedPipeTransportOptions() => throw null; public bool CurrentUserOnly { get => throw null; set { } } public int ListenerQueueCount { get => throw null; set { } } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.cs index ad5eb8c4fa92..111c29988bea 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Server.Kestrel.Transport.Quic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.Kestrel.Transport.Quic, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.cs index 89632a0fda02..f7ae3ab9d6d1 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.cs index 62346bf1c6c0..9bd207f8a545 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Server.Kestrel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.Kestrel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Session.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Session.cs index 027c3e5b6de5..3a63b4ac5561 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Session.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Session.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Session, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Session, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Common.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Common.cs index 809a0adf7fe4..9333659ad5a4 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Common.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Common.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.SignalR.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.SignalR.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Core.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Core.cs index 320f945d3bb4..0e8f65da9cae 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Core.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Core.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.SignalR.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.SignalR.Core, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Protocols.Json.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Protocols.Json.cs index ffbe3a11e80f..90463f8dcfb4 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Protocols.Json.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Protocols.Json.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.SignalR.Protocols.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.SignalR.Protocols.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.cs index 5a4054457643..7fb8e9981cfa 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.SignalR, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.SignalR, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.StaticAssets.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.StaticAssets.cs new file mode 100644 index 000000000000..64dde4b0bc1f --- /dev/null +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.StaticAssets.cs @@ -0,0 +1,59 @@ +// This file contains auto-generated code. +// Generated from `Microsoft.AspNetCore.StaticAssets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +namespace Microsoft +{ + namespace AspNetCore + { + namespace Builder + { + public static partial class StaticAssetsEndpointRouteBuilderExtensions + { + public static Microsoft.AspNetCore.StaticAssets.StaticAssetsEndpointConventionBuilder MapStaticAssets(this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints, string staticAssetsManifestPath = default(string)) => throw null; + } + } + namespace StaticAssets + { + namespace Infrastructure + { + public static class StaticAssetsEndpointDataSourceHelper + { + public static bool HasStaticAssetsDataSource(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder builder, string staticAssetsManifestPath = default(string)) => throw null; + public static System.Collections.Generic.IReadOnlyList ResolveStaticAssetDescriptors(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpointRouteBuilder, string manifestPath) => throw null; + } + } + public sealed class StaticAssetDescriptor + { + public string AssetPath { get => throw null; set { } } + public StaticAssetDescriptor() => throw null; + public System.Collections.Generic.IReadOnlyList Properties { get => throw null; set { } } + public System.Collections.Generic.IReadOnlyList ResponseHeaders { get => throw null; set { } } + public string Route { get => throw null; set { } } + public System.Collections.Generic.IReadOnlyList Selectors { get => throw null; set { } } + } + public sealed class StaticAssetProperty + { + public StaticAssetProperty(string name, string value) => throw null; + public string Name { get => throw null; } + public string Value { get => throw null; } + } + public sealed class StaticAssetResponseHeader + { + public StaticAssetResponseHeader(string name, string value) => throw null; + public string Name { get => throw null; } + public string Value { get => throw null; } + } + public sealed class StaticAssetSelector + { + public StaticAssetSelector(string name, string value, string quality) => throw null; + public string Name { get => throw null; } + public string Quality { get => throw null; } + public string Value { get => throw null; } + } + public sealed class StaticAssetsEndpointConventionBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder + { + public void Add(System.Action convention) => throw null; + public void Finally(System.Action convention) => throw null; + } + } + } +} diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.StaticFiles.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.StaticFiles.cs index ec4829f2574e..f461ba37f34a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.StaticFiles.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.StaticFiles.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.StaticFiles, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.StaticFiles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebSockets.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebSockets.cs index d95c4be7100b..6bd9ec5acdb9 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebSockets.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebSockets.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.WebSockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.WebSockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -16,6 +16,7 @@ public class WebSocketOptions public System.Collections.Generic.IList AllowedOrigins { get => throw null; } public WebSocketOptions() => throw null; public System.TimeSpan KeepAliveInterval { get => throw null; set { } } + public System.TimeSpan KeepAliveTimeout { get => throw null; set { } } public int ReceiveBufferSize { get => throw null; set { } } } } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebUtilities.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebUtilities.cs index a41153d6bd14..715abaeca139 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebUtilities.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebUtilities.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.WebUtilities, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.WebUtilities, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -264,6 +264,7 @@ public static class WebEncoders public static string Base64UrlEncode(byte[] input, int offset, int count) => throw null; public static int Base64UrlEncode(byte[] input, int offset, char[] output, int outputOffset, int count) => throw null; public static string Base64UrlEncode(System.ReadOnlySpan input) => throw null; + public static int Base64UrlEncode(System.ReadOnlySpan input, System.Span output) => throw null; public static int GetArraySizeRequiredToDecode(int count) => throw null; public static int GetArraySizeRequiredToEncode(int count) => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.cs index f14abf23faec..d2ab32683de7 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Abstractions.cs index 67bc71f95270..ff6832a28f87 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Caching.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Caching.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -32,6 +32,13 @@ public static partial class DistributedCacheExtensions public static System.Threading.Tasks.Task SetStringAsync(this Microsoft.Extensions.Caching.Distributed.IDistributedCache cache, string key, string value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task SetStringAsync(this Microsoft.Extensions.Caching.Distributed.IDistributedCache cache, string key, string value, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; } + public interface IBufferDistributedCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache + { + void Set(string key, System.Buffers.ReadOnlySequence value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options); + System.Threading.Tasks.ValueTask SetAsync(string key, System.Buffers.ReadOnlySequence value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + bool TryGet(string key, System.Buffers.IBufferWriter destination); + System.Threading.Tasks.ValueTask TryGetAsync(string key, System.Buffers.IBufferWriter destination, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + } public interface IDistributedCache { byte[] Get(string key); @@ -44,6 +51,49 @@ public interface IDistributedCache System.Threading.Tasks.Task SetAsync(string key, byte[] value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); } } + namespace Hybrid + { + public abstract class HybridCache + { + protected HybridCache() => throw null; + public abstract System.Threading.Tasks.ValueTask GetOrCreateAsync(string key, TState state, System.Func> factory, Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions options = default(Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions), System.Collections.Generic.IEnumerable tags = default(System.Collections.Generic.IEnumerable), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + public System.Threading.Tasks.ValueTask GetOrCreateAsync(string key, System.Func> factory, Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions options = default(Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions), System.Collections.Generic.IEnumerable tags = default(System.Collections.Generic.IEnumerable), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public abstract System.Threading.Tasks.ValueTask RemoveAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + public virtual System.Threading.Tasks.ValueTask RemoveAsync(System.Collections.Generic.IEnumerable keys, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public virtual System.Threading.Tasks.ValueTask RemoveByTagAsync(System.Collections.Generic.IEnumerable tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public abstract System.Threading.Tasks.ValueTask RemoveByTagAsync(string tag, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + public abstract System.Threading.Tasks.ValueTask SetAsync(string key, T value, Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions options = default(Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions), System.Collections.Generic.IEnumerable tags = default(System.Collections.Generic.IEnumerable), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + } + [System.Flags] + public enum HybridCacheEntryFlags + { + None = 0, + DisableLocalCacheRead = 1, + DisableLocalCacheWrite = 2, + DisableLocalCache = 3, + DisableDistributedCacheRead = 4, + DisableDistributedCacheWrite = 8, + DisableDistributedCache = 12, + DisableUnderlyingData = 16, + DisableCompression = 32, + } + public sealed class HybridCacheEntryOptions + { + public HybridCacheEntryOptions() => throw null; + public System.TimeSpan? Expiration { get => throw null; set { } } + public Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags? Flags { get => throw null; set { } } + public System.TimeSpan? LocalCacheExpiration { get => throw null; set { } } + } + public interface IHybridCacheSerializer + { + T Deserialize(System.Buffers.ReadOnlySequence source); + void Serialize(T value, System.Buffers.IBufferWriter target); + } + public interface IHybridCacheSerializerFactory + { + bool TryCreateSerializer(out Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializer serializer); + } + } namespace Memory { public static partial class CacheEntryExtensions @@ -64,7 +114,9 @@ public static partial class CacheExtensions public static object Get(this Microsoft.Extensions.Caching.Memory.IMemoryCache cache, object key) => throw null; public static TItem Get(this Microsoft.Extensions.Caching.Memory.IMemoryCache cache, object key) => throw null; public static TItem GetOrCreate(this Microsoft.Extensions.Caching.Memory.IMemoryCache cache, object key, System.Func factory) => throw null; + public static TItem GetOrCreate(this Microsoft.Extensions.Caching.Memory.IMemoryCache cache, object key, System.Func factory, Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions createOptions) => throw null; public static System.Threading.Tasks.Task GetOrCreateAsync(this Microsoft.Extensions.Caching.Memory.IMemoryCache cache, object key, System.Func> factory) => throw null; + public static System.Threading.Tasks.Task GetOrCreateAsync(this Microsoft.Extensions.Caching.Memory.IMemoryCache cache, object key, System.Func> factory, Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions createOptions) => throw null; public static TItem Set(this Microsoft.Extensions.Caching.Memory.IMemoryCache cache, object key, TItem value) => throw null; public static TItem Set(this Microsoft.Extensions.Caching.Memory.IMemoryCache cache, object key, TItem value, Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions options) => throw null; public static TItem Set(this Microsoft.Extensions.Caching.Memory.IMemoryCache cache, object key, TItem value, Microsoft.Extensions.Primitives.IChangeToken expirationToken) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Memory.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Memory.cs index 667b1a531865..8e33fb25f3f8 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Memory.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Memory.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Caching.Memory, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Caching.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -35,6 +35,7 @@ public class MemoryCache : System.IDisposable, Microsoft.Extensions.Caching.Memo public void Dispose() => throw null; protected virtual void Dispose(bool disposing) => throw null; public Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics GetCurrentStatistics() => throw null; + public System.Collections.Generic.IEnumerable Keys { get => throw null; } public void Remove(object key) => throw null; public bool TryGetValue(object key, out object result) => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Abstractions.cs index 9cf926d2f981..29a19c84b932 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Binder.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Binder.cs index 354b6fbace41..ffc76c5632ba 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Binder.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Binder.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration.Binder, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.Binder, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.CommandLine.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.CommandLine.cs index d87e09e4ce96..b96abb28aae6 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.CommandLine.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.CommandLine.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration.CommandLine, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.CommandLine, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.EnvironmentVariables.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.EnvironmentVariables.cs index 0e60fe714aac..ec235c7bb0ce 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.EnvironmentVariables.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.EnvironmentVariables.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration.EnvironmentVariables, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.EnvironmentVariables, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.FileExtensions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.FileExtensions.cs index 1842b1e23b58..f794b507cd20 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.FileExtensions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.FileExtensions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration.FileExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.FileExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Ini.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Ini.cs index ccd16c6c049d..ee24b2c80eed 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Ini.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Ini.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration.Ini, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.Ini, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Json.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Json.cs index 4f9709e6e93f..63e866ec26e0 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Json.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Json.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.KeyPerFile.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.KeyPerFile.cs index 7bc9df912662..2a6919e88668 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.KeyPerFile.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.KeyPerFile.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration.KeyPerFile, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.KeyPerFile, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.UserSecrets.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.UserSecrets.cs index 3727bb99e81b..424202090a6a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.UserSecrets.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.UserSecrets.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration.UserSecrets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.UserSecrets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Xml.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Xml.cs index fdcebb135f03..117c931ba7e7 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Xml.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Xml.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.cs index c36145763704..5ab286d2a2f2 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Configuration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.Abstractions.cs index e28d41a2d760..739908e10cc4 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.cs index 0314179b789c..ef511c7ed33f 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.DependencyInjection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.DependencyInjection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.Abstractions.cs index d2543223fc84..fa292f796a54 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Diagnostics.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Diagnostics.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.cs index 6c3a9e6550e6..5f8e03ce6832 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.cs index 462f063b2139..da27d30f5f03 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Diagnostics.HealthChecks, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Diagnostics.HealthChecks, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.cs index 5bb89987c442..0ebe7ee3ab14 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Diagnostics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Diagnostics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Features.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Features.cs index 4ed9ca9ee940..84581ce6d30b 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Features.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Features.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Features, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Features, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Abstractions.cs index d90911482a75..0c4ac3985da4 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.FileProviders.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.FileProviders.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Composite.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Composite.cs index 0215df6ba346..31a118b19e6e 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Composite.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Composite.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.FileProviders.Composite, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.FileProviders.Composite, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Embedded.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Embedded.cs index 427a4e0c917d..879ad0adb25b 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Embedded.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Embedded.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.FileProviders.Embedded, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.FileProviders.Embedded, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Physical.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Physical.cs index 433be75d7eb3..3d7285525217 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Physical.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Physical.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.FileProviders.Physical, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.FileProviders.Physical, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -28,11 +28,13 @@ public enum ExclusionFilters System = 4, Sensitive = 7, } - public class PhysicalDirectoryInfo : Microsoft.Extensions.FileProviders.IFileInfo + public class PhysicalDirectoryInfo : Microsoft.Extensions.FileProviders.IDirectoryContents, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, Microsoft.Extensions.FileProviders.IFileInfo { public System.IO.Stream CreateReadStream() => throw null; public PhysicalDirectoryInfo(System.IO.DirectoryInfo info) => throw null; public bool Exists { get => throw null; } + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; public bool IsDirectory { get => throw null; } public System.DateTimeOffset LastModified { get => throw null; } public long Length { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileSystemGlobbing.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileSystemGlobbing.cs index 1fcda7c26aca..85b18283209f 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileSystemGlobbing.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileSystemGlobbing.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.FileSystemGlobbing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.FileSystemGlobbing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.Abstractions.cs index a29d12436d07..9e2581bc7491 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Hosting.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Hosting.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.cs index 819a9e9eedcd..6e1d4da588c0 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Hosting, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Hosting, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Http.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Http.cs index eb067099cd72..64455bf3463a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Http.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Http.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Http, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -8,6 +8,7 @@ namespace DependencyInjection { public static partial class HttpClientBuilderExtensions { + public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder AddAsKeyed(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder, Microsoft.Extensions.DependencyInjection.ServiceLifetime lifetime = default(Microsoft.Extensions.DependencyInjection.ServiceLifetime)) => throw null; public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder AddDefaultLogger(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder) => throw null; public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder AddHttpMessageHandler(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder, System.Func configureHandler) => throw null; public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder AddHttpMessageHandler(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder, System.Func configureHandler) => throw null; @@ -29,6 +30,7 @@ public static partial class HttpClientBuilderExtensions public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder RedactLoggedHeaders(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder, System.Collections.Generic.IEnumerable redactedLoggedHeaderNames) => throw null; public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder RedactLoggedHeaders(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder, System.Func shouldRedactHeaderValue) => throw null; public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder RemoveAllLoggers(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder) => throw null; + public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder RemoveAsKeyed(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder) => throw null; public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder SetHandlerLifetime(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder, System.TimeSpan handlerLifetime) => throw null; public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder UseSocketsHttpHandler(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder, System.Action configureHandler = default(System.Action)) => throw null; public static Microsoft.Extensions.DependencyInjection.IHttpClientBuilder UseSocketsHttpHandler(this Microsoft.Extensions.DependencyInjection.IHttpClientBuilder builder, System.Action configureBuilder) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Core.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Core.cs index f34b10bac54b..2b4a81dfbc07 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Core.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Core.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Identity.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Identity.Core, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Stores.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Stores.cs index 5064dee004c8..e829adbcce70 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Stores.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Stores.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Identity.Stores, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Identity.Stores, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.Abstractions.cs index 0fe51532ee9c..f04b523953e8 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Localization.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Localization.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.cs index 7f7e46d9d8d8..86114ab1fd87 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Localization, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Localization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Abstractions.cs index fe04639b184d..b9d6d9307bcc 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -8,6 +8,24 @@ namespace Logging { namespace Abstractions { + public abstract class BufferedLogRecord + { + public virtual System.Diagnostics.ActivitySpanId? ActivitySpanId { get => throw null; } + public virtual System.Diagnostics.ActivityTraceId? ActivityTraceId { get => throw null; } + public virtual System.Collections.Generic.IReadOnlyList> Attributes { get => throw null; } + protected BufferedLogRecord() => throw null; + public abstract Microsoft.Extensions.Logging.EventId EventId { get; } + public virtual string Exception { get => throw null; } + public virtual string FormattedMessage { get => throw null; } + public abstract Microsoft.Extensions.Logging.LogLevel LogLevel { get; } + public virtual int? ManagedThreadId { get => throw null; } + public virtual string MessageTemplate { get => throw null; } + public abstract System.DateTimeOffset Timestamp { get; } + } + public interface IBufferedLogger + { + void LogRecords(System.Collections.Generic.IEnumerable records); + } public struct LogEntry { public string Category { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Configuration.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Configuration.cs index daafdda487af..3c81818c2266 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Configuration.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Configuration.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Logging.Configuration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.Configuration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Console.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Console.cs index 9ade72697caf..465b6e40057d 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Console.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Console.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Logging.Console, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Debug.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Debug.cs index 180de2d08f64..0805f65e8f19 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Debug.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Debug.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Logging.Debug, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.Debug, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventLog.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventLog.cs index 29cb6711a001..017bc019dfd2 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventLog.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventLog.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Logging.EventLog, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.EventLog, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventSource.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventSource.cs index 5f2419999b64..d0db03c42054 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventSource.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventSource.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Logging.EventSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.EventSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.TraceSource.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.TraceSource.cs index 90a2678c90c2..4af5cd3b37b0 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.TraceSource.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.TraceSource.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Logging.TraceSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.TraceSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.cs index 7392c44d56a4..6b42bef9d832 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Logging, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.ObjectPool.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.ObjectPool.cs index 098405bcf988..16e1a300d559 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.ObjectPool.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.ObjectPool.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.ObjectPool, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.ObjectPool, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.ConfigurationExtensions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.ConfigurationExtensions.cs index f8d1ed48a980..627dc4061828 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.ConfigurationExtensions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.ConfigurationExtensions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Options.ConfigurationExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Options.ConfigurationExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.DataAnnotations.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.DataAnnotations.cs index 0ae6d2ce81cb..0c622c9d0764 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.DataAnnotations.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.DataAnnotations.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Options.DataAnnotations, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Options.DataAnnotations, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.cs index 96ba97c7f5a1..4b20c109a22a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Options, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Options, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Primitives.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Primitives.cs index da6097daa34f..3c5cad5d9bfd 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Primitives.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Primitives.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.WebEncoders.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.WebEncoders.cs index 79caa800f94f..43e7343c3692 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.WebEncoders.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.WebEncoders.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.WebEncoders, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.WebEncoders, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.JSInterop.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.JSInterop.cs index 2d0589a2df10..0f5ee68e7e70 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.JSInterop.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.JSInterop.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.JSInterop, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.JSInterop, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace JSInterop @@ -43,20 +43,6 @@ public interface IJSStreamReference : System.IAsyncDisposable long Length { get; } System.Threading.Tasks.ValueTask OpenReadStreamAsync(long maxAllowedSize = default(long), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); } - public interface IJSUnmarshalledObjectReference : System.IAsyncDisposable, System.IDisposable, Microsoft.JSInterop.IJSInProcessObjectReference, Microsoft.JSInterop.IJSObjectReference - { - TResult InvokeUnmarshalled(string identifier); - TResult InvokeUnmarshalled(string identifier, T0 arg0); - TResult InvokeUnmarshalled(string identifier, T0 arg0, T1 arg1); - TResult InvokeUnmarshalled(string identifier, T0 arg0, T1 arg1, T2 arg2); - } - public interface IJSUnmarshalledRuntime - { - TResult InvokeUnmarshalled(string identifier); - TResult InvokeUnmarshalled(string identifier, T0 arg0); - TResult InvokeUnmarshalled(string identifier, T0 arg0, T1 arg1); - TResult InvokeUnmarshalled(string identifier, T0 arg0, T1 arg1, T2 arg2); - } namespace Implementation { public class JSInProcessObjectReference : Microsoft.JSInterop.Implementation.JSObjectReference, System.IAsyncDisposable, System.IDisposable, Microsoft.JSInterop.IJSInProcessObjectReference, Microsoft.JSInterop.IJSObjectReference diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Net.Http.Headers.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Net.Http.Headers.cs index 2ae036e1ad0f..2f8a8ddea477 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Net.Http.Headers.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Net.Http.Headers.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Net.Http.Headers, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Net.Http.Headers, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Net diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Diagnostics.EventLog.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Diagnostics.EventLog.cs index f64014ef5fae..661797a4aa1e 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Diagnostics.EventLog.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Diagnostics.EventLog.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.EventLog, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Diagnostics.EventLog, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Diagnostics diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Cryptography.Xml.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Cryptography.Xml.cs index 78d20a7f6483..9c1d8697ee0c 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Cryptography.Xml.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Cryptography.Xml.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Security.Cryptography.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Security.Cryptography.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Security diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Threading.RateLimiting.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Threading.RateLimiting.cs index 8bd576f8060b..195185a3df38 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Threading.RateLimiting.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Threading.RateLimiting.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Threading.RateLimiting, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Threading.RateLimiting, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Threading diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.CSharp.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.CSharp.cs index 29356607bc25..0b931fe9f34e 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.CSharp.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.CSharp.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.CSharp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `Microsoft.CSharp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace CSharp diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.VisualBasic.Core.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.VisualBasic.Core.cs index 31953dfe23d4..1f3f8ca9d87b 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.VisualBasic.Core.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.VisualBasic.Core.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace VisualBasic diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Primitives.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Primitives.cs index b972667b34ef..6fce3d12fcab 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Primitives.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Primitives.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Win32.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `Microsoft.Win32.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace ComponentModel diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Registry.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Registry.cs index 0e77ccc8e93c..fc33c13a170a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Registry.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Registry.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Win32.Registry, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `Microsoft.Win32.Registry, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Concurrent.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Concurrent.cs index 0d040f05e3b5..6d6d64358ce7 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Concurrent.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Concurrent.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Collections.Concurrent, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Collections.Concurrent, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Collections @@ -80,6 +80,17 @@ public class ConcurrentDictionary : System.Collections.Generic.ICo public TValue AddOrUpdate(TKey key, System.Func addValueFactory, System.Func updateValueFactory) => throw null; public TValue AddOrUpdate(TKey key, TValue addValue, System.Func updateValueFactory) => throw null; public TValue AddOrUpdate(TKey key, System.Func addValueFactory, System.Func updateValueFactory, TArg factoryArgument) => throw null; + public struct AlternateLookup + { + public bool ContainsKey(TAlternateKey key) => throw null; + public System.Collections.Concurrent.ConcurrentDictionary Dictionary { get => throw null; } + public TValue this[TAlternateKey key] { get => throw null; set { } } + public bool TryAdd(TAlternateKey key, TValue value) => throw null; + public bool TryGetValue(TAlternateKey key, out TValue value) => throw null; + public bool TryGetValue(TAlternateKey key, out TKey actualKey, out TValue value) => throw null; + public bool TryRemove(TAlternateKey key, out TValue value) => throw null; + public bool TryRemove(TAlternateKey key, out TKey actualKey, out TValue value) => throw null; + } public void Clear() => throw null; public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; @@ -95,6 +106,7 @@ public class ConcurrentDictionary : System.Collections.Generic.ICo public ConcurrentDictionary(int concurrencyLevel, System.Collections.Generic.IEnumerable> collection, System.Collections.Generic.IEqualityComparer comparer) => throw null; public ConcurrentDictionary(int concurrencyLevel, int capacity) => throw null; public ConcurrentDictionary(int concurrencyLevel, int capacity, System.Collections.Generic.IEqualityComparer comparer) => throw null; + public System.Collections.Concurrent.ConcurrentDictionary.AlternateLookup GetAlternateLookup() => throw null; public System.Collections.Generic.IEnumerator> GetEnumerator() => throw null; System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; @@ -117,6 +129,7 @@ public class ConcurrentDictionary : System.Collections.Generic.ICo public TValue this[TKey key] { get => throw null; set { } } public System.Collections.Generic.KeyValuePair[] ToArray() => throw null; public bool TryAdd(TKey key, TValue value) => throw null; + public bool TryGetAlternateLookup(out System.Collections.Concurrent.ConcurrentDictionary.AlternateLookup lookup) => throw null; public bool TryGetValue(TKey key, out TValue value) => throw null; public bool TryRemove(System.Collections.Generic.KeyValuePair item) => throw null; public bool TryRemove(TKey key, out TValue value) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs index e4e4cf2240d8..c4eafd174ed4 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Collections @@ -17,6 +17,13 @@ public abstract class FrozenDictionary : System.Collections.Generi void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair item) => throw null; void System.Collections.Generic.IDictionary.Add(TKey key, TValue value) => throw null; void System.Collections.IDictionary.Add(object key, object value) => throw null; + public struct AlternateLookup + { + public bool ContainsKey(TAlternateKey key) => throw null; + public System.Collections.Frozen.FrozenDictionary Dictionary { get => throw null; } + public TValue this[TAlternateKey key] { get => throw null; } + public bool TryGetValue(TAlternateKey key, out TValue value) => throw null; + } void System.Collections.Generic.ICollection>.Clear() => throw null; void System.Collections.IDictionary.Clear() => throw null; public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } @@ -36,6 +43,7 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume public bool MoveNext() => throw null; void System.Collections.IEnumerator.Reset() => throw null; } + public System.Collections.Frozen.FrozenDictionary.AlternateLookup GetAlternateLookup() => throw null; public System.Collections.Frozen.FrozenDictionary.Enumerator GetEnumerator() => throw null; System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; @@ -57,6 +65,7 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume void System.Collections.IDictionary.Remove(object key) => throw null; object System.Collections.ICollection.SyncRoot { get => throw null; } public TValue this[TKey key] { get => throw null; } + public bool TryGetAlternateLookup(out System.Collections.Frozen.FrozenDictionary.AlternateLookup lookup) => throw null; public bool TryGetValue(TKey key, out TValue value) => throw null; System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } @@ -65,12 +74,20 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume } public static class FrozenSet { + public static System.Collections.Frozen.FrozenSet Create(params System.ReadOnlySpan source) => throw null; + public static System.Collections.Frozen.FrozenSet Create(System.Collections.Generic.IEqualityComparer equalityComparer, params System.ReadOnlySpan source) => throw null; public static System.Collections.Frozen.FrozenSet ToFrozenSet(this System.Collections.Generic.IEnumerable source, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; } public abstract class FrozenSet : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlySet, System.Collections.Generic.ISet { void System.Collections.Generic.ICollection.Add(T item) => throw null; bool System.Collections.Generic.ISet.Add(T item) => throw null; + public struct AlternateLookup + { + public bool Contains(TAlternate item) => throw null; + public System.Collections.Frozen.FrozenSet Set { get => throw null; } + public bool TryGetValue(TAlternate equalValue, out T actualValue) => throw null; + } void System.Collections.Generic.ICollection.Clear() => throw null; public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } public bool Contains(T item) => throw null; @@ -88,6 +105,7 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume void System.Collections.IEnumerator.Reset() => throw null; } void System.Collections.Generic.ISet.ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; + public System.Collections.Frozen.FrozenSet.AlternateLookup GetAlternateLookup() => throw null; public System.Collections.Frozen.FrozenSet.Enumerator GetEnumerator() => throw null; System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; @@ -104,6 +122,7 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; void System.Collections.Generic.ISet.SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; object System.Collections.ICollection.SyncRoot { get => throw null; } + public bool TryGetAlternateLookup(out System.Collections.Frozen.FrozenSet.AlternateLookup lookup) => throw null; public bool TryGetValue(T equalValue, out T actualValue) => throw null; void System.Collections.Generic.ISet.UnionWith(System.Collections.Generic.IEnumerable other) => throw null; } @@ -187,7 +206,7 @@ public static class ImmutableArray public static System.Collections.Immutable.ImmutableArray Create(T item1, T item2, T item3, T item4) => throw null; public static System.Collections.Immutable.ImmutableArray Create(params T[] items) => throw null; public static System.Collections.Immutable.ImmutableArray Create(T[] items, int start, int length) => throw null; - public static System.Collections.Immutable.ImmutableArray Create(System.ReadOnlySpan items) => throw null; + public static System.Collections.Immutable.ImmutableArray Create(params System.ReadOnlySpan items) => throw null; public static System.Collections.Immutable.ImmutableArray Create(System.Span items) => throw null; public static System.Collections.Immutable.ImmutableArray.Builder CreateBuilder() => throw null; public static System.Collections.Immutable.ImmutableArray.Builder CreateBuilder(int initialCapacity) => throw null; @@ -213,7 +232,7 @@ public struct ImmutableArray : System.Collections.Generic.ICollection, Sys public System.Collections.Immutable.ImmutableArray AddRange(TDerived[] items) where TDerived : T => throw null; public System.Collections.Immutable.ImmutableArray AddRange(System.Collections.Immutable.ImmutableArray items, int length) => throw null; public System.Collections.Immutable.ImmutableArray AddRange(System.Collections.Immutable.ImmutableArray items) where TDerived : T => throw null; - public System.Collections.Immutable.ImmutableArray AddRange(System.ReadOnlySpan items) => throw null; + public System.Collections.Immutable.ImmutableArray AddRange(params System.ReadOnlySpan items) => throw null; public System.Collections.Immutable.ImmutableArray AddRange(params T[] items) => throw null; System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.AddRange(System.Collections.Generic.IEnumerable items) => throw null; public System.Collections.Immutable.ImmutableArray As() where TOther : class => throw null; @@ -233,8 +252,8 @@ public sealed class Builder : System.Collections.Generic.ICollection, System. public void AddRange(System.Collections.Immutable.ImmutableArray items) where TDerived : T => throw null; public void AddRange(System.Collections.Immutable.ImmutableArray.Builder items) where TDerived : T => throw null; public void AddRange(TDerived[] items) where TDerived : T => throw null; - public void AddRange(System.ReadOnlySpan items) => throw null; - public void AddRange(System.ReadOnlySpan items) where TDerived : T => throw null; + public void AddRange(params System.ReadOnlySpan items) => throw null; + public void AddRange(params System.ReadOnlySpan items) where TDerived : T => throw null; public int Capacity { get => throw null; set { } } public void Clear() => throw null; public bool Contains(T item) => throw null; @@ -325,7 +344,7 @@ public struct Enumerator public System.Collections.Immutable.ImmutableArray InsertRange(int index, System.Collections.Generic.IEnumerable items) => throw null; public System.Collections.Immutable.ImmutableArray InsertRange(int index, System.Collections.Immutable.ImmutableArray items) => throw null; public System.Collections.Immutable.ImmutableArray InsertRange(int index, T[] items) => throw null; - public System.Collections.Immutable.ImmutableArray InsertRange(int index, System.ReadOnlySpan items) => throw null; + public System.Collections.Immutable.ImmutableArray InsertRange(int index, params System.ReadOnlySpan items) => throw null; System.Collections.Immutable.IImmutableList System.Collections.Immutable.IImmutableList.InsertRange(int index, System.Collections.Generic.IEnumerable items) => throw null; public bool IsDefault { get => throw null; } public bool IsDefaultOrEmpty { get => throw null; } @@ -522,10 +541,10 @@ public static class ImmutableHashSet public static System.Collections.Immutable.ImmutableHashSet Create(System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; public static System.Collections.Immutable.ImmutableHashSet Create(System.Collections.Generic.IEqualityComparer equalityComparer, T item) => throw null; public static System.Collections.Immutable.ImmutableHashSet Create(System.Collections.Generic.IEqualityComparer equalityComparer, params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableHashSet Create(System.Collections.Generic.IEqualityComparer equalityComparer, System.ReadOnlySpan items) => throw null; + public static System.Collections.Immutable.ImmutableHashSet Create(System.Collections.Generic.IEqualityComparer equalityComparer, params System.ReadOnlySpan items) => throw null; public static System.Collections.Immutable.ImmutableHashSet Create(T item) => throw null; public static System.Collections.Immutable.ImmutableHashSet Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableHashSet Create(System.ReadOnlySpan items) => throw null; + public static System.Collections.Immutable.ImmutableHashSet Create(params System.ReadOnlySpan items) => throw null; public static System.Collections.Immutable.ImmutableHashSet.Builder CreateBuilder() => throw null; public static System.Collections.Immutable.ImmutableHashSet.Builder CreateBuilder(System.Collections.Generic.IEqualityComparer equalityComparer) => throw null; public static System.Collections.Immutable.ImmutableHashSet CreateRange(System.Collections.Generic.IEnumerable items) => throw null; @@ -643,7 +662,7 @@ public static class ImmutableList public static System.Collections.Immutable.ImmutableList Create() => throw null; public static System.Collections.Immutable.ImmutableList Create(T item) => throw null; public static System.Collections.Immutable.ImmutableList Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableList Create(System.ReadOnlySpan items) => throw null; + public static System.Collections.Immutable.ImmutableList Create(params System.ReadOnlySpan items) => throw null; public static System.Collections.Immutable.ImmutableList.Builder CreateBuilder() => throw null; public static System.Collections.Immutable.ImmutableList CreateRange(System.Collections.Generic.IEnumerable items) => throw null; public static int IndexOf(this System.Collections.Immutable.IImmutableList list, T item) => throw null; @@ -834,7 +853,7 @@ public static class ImmutableQueue public static System.Collections.Immutable.ImmutableQueue Create() => throw null; public static System.Collections.Immutable.ImmutableQueue Create(T item) => throw null; public static System.Collections.Immutable.ImmutableQueue Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableQueue Create(System.ReadOnlySpan items) => throw null; + public static System.Collections.Immutable.ImmutableQueue Create(params System.ReadOnlySpan items) => throw null; public static System.Collections.Immutable.ImmutableQueue CreateRange(System.Collections.Generic.IEnumerable items) => throw null; public static System.Collections.Immutable.IImmutableQueue Dequeue(this System.Collections.Immutable.IImmutableQueue queue, out T value) => throw null; } @@ -997,10 +1016,10 @@ public static class ImmutableSortedSet public static System.Collections.Immutable.ImmutableSortedSet Create(System.Collections.Generic.IComparer comparer) => throw null; public static System.Collections.Immutable.ImmutableSortedSet Create(System.Collections.Generic.IComparer comparer, T item) => throw null; public static System.Collections.Immutable.ImmutableSortedSet Create(System.Collections.Generic.IComparer comparer, params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet Create(System.Collections.Generic.IComparer comparer, System.ReadOnlySpan items) => throw null; + public static System.Collections.Immutable.ImmutableSortedSet Create(System.Collections.Generic.IComparer comparer, params System.ReadOnlySpan items) => throw null; public static System.Collections.Immutable.ImmutableSortedSet Create(T item) => throw null; public static System.Collections.Immutable.ImmutableSortedSet Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableSortedSet Create(System.ReadOnlySpan items) => throw null; + public static System.Collections.Immutable.ImmutableSortedSet Create(params System.ReadOnlySpan items) => throw null; public static System.Collections.Immutable.ImmutableSortedSet.Builder CreateBuilder() => throw null; public static System.Collections.Immutable.ImmutableSortedSet.Builder CreateBuilder(System.Collections.Generic.IComparer comparer) => throw null; public static System.Collections.Immutable.ImmutableSortedSet CreateRange(System.Collections.Generic.IComparer comparer, System.Collections.Generic.IEnumerable items) => throw null; @@ -1124,7 +1143,7 @@ public static class ImmutableStack public static System.Collections.Immutable.ImmutableStack Create() => throw null; public static System.Collections.Immutable.ImmutableStack Create(T item) => throw null; public static System.Collections.Immutable.ImmutableStack Create(params T[] items) => throw null; - public static System.Collections.Immutable.ImmutableStack Create(System.ReadOnlySpan items) => throw null; + public static System.Collections.Immutable.ImmutableStack Create(params System.ReadOnlySpan items) => throw null; public static System.Collections.Immutable.ImmutableStack CreateRange(System.Collections.Generic.IEnumerable items) => throw null; public static System.Collections.Immutable.IImmutableStack Pop(this System.Collections.Immutable.IImmutableStack stack, out T value) => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.NonGeneric.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.NonGeneric.cs index 46ed65cd50ee..123c2b70a6bd 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.NonGeneric.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.NonGeneric.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Collections.NonGeneric, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Collections.NonGeneric, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Collections diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Specialized.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Specialized.cs index 1f8df05929e8..eb6b80fb6e26 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Specialized.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Specialized.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Collections.Specialized, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Collections.Specialized, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Collections diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.cs index 77d637e500f5..3fa63f8fc5c8 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Collections, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Collections @@ -37,13 +37,13 @@ namespace Generic { public static partial class CollectionExtensions { - public static void AddRange(this System.Collections.Generic.List list, System.ReadOnlySpan source) => throw null; + public static void AddRange(this System.Collections.Generic.List list, params System.ReadOnlySpan source) => throw null; public static System.Collections.ObjectModel.ReadOnlyCollection AsReadOnly(this System.Collections.Generic.IList list) => throw null; public static System.Collections.ObjectModel.ReadOnlyDictionary AsReadOnly(this System.Collections.Generic.IDictionary dictionary) => throw null; public static void CopyTo(this System.Collections.Generic.List list, System.Span destination) => throw null; public static TValue GetValueOrDefault(this System.Collections.Generic.IReadOnlyDictionary dictionary, TKey key) => throw null; public static TValue GetValueOrDefault(this System.Collections.Generic.IReadOnlyDictionary dictionary, TKey key, TValue defaultValue) => throw null; - public static void InsertRange(this System.Collections.Generic.List list, int index, System.ReadOnlySpan source) => throw null; + public static void InsertRange(this System.Collections.Generic.List list, int index, params System.ReadOnlySpan source) => throw null; public static bool Remove(this System.Collections.Generic.IDictionary dictionary, TKey key, out TValue value) => throw null; public static bool TryAdd(this System.Collections.Generic.IDictionary dictionary, TKey key, TValue value) => throw null; } @@ -60,6 +60,18 @@ public class Dictionary : System.Collections.Generic.ICollection throw null; void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; void System.Collections.IDictionary.Add(object key, object value) => throw null; + public struct AlternateLookup + { + public bool ContainsKey(TAlternateKey key) => throw null; + public System.Collections.Generic.Dictionary Dictionary { get => throw null; } + public bool Remove(TAlternateKey key) => throw null; + public bool Remove(TAlternateKey key, out TKey actualKey, out TValue value) => throw null; + public TValue this[TAlternateKey key] { get => throw null; set { } } + public bool TryAdd(TAlternateKey key, TValue value) => throw null; + public bool TryGetValue(TAlternateKey key, out TValue value) => throw null; + public bool TryGetValue(TAlternateKey key, out TKey actualKey, out TValue value) => throw null; + } + public int Capacity { get => throw null; } public void Clear() => throw null; public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair keyValuePair) => throw null; @@ -90,6 +102,7 @@ public struct Enumerator : System.Collections.IDictionaryEnumerator, System.IDis void System.Collections.IEnumerator.Reset() => throw null; object System.Collections.IDictionaryEnumerator.Value { get => throw null; } } + public System.Collections.Generic.Dictionary.AlternateLookup GetAlternateLookup() => throw null; public System.Collections.Generic.Dictionary.Enumerator GetEnumerator() => throw null; System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; @@ -139,6 +152,7 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume public void TrimExcess() => throw null; public void TrimExcess(int capacity) => throw null; public bool TryAdd(TKey key, TValue value) => throw null; + public bool TryGetAlternateLookup(out System.Collections.Generic.Dictionary.AlternateLookup lookup) => throw null; public bool TryGetValue(TKey key, out TValue value) => throw null; public sealed class ValueCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection { @@ -184,6 +198,15 @@ public class HashSet : System.Collections.Generic.ICollection, System.Runt { public bool Add(T item) => throw null; void System.Collections.Generic.ICollection.Add(T item) => throw null; + public struct AlternateLookup + { + public bool Add(TAlternate item) => throw null; + public bool Contains(TAlternate item) => throw null; + public bool Remove(TAlternate item) => throw null; + public System.Collections.Generic.HashSet Set { get => throw null; } + public bool TryGetValue(TAlternate equalValue, out T actualValue) => throw null; + } + public int Capacity { get => throw null; } public void Clear() => throw null; public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } public bool Contains(T item) => throw null; @@ -209,6 +232,7 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume void System.Collections.IEnumerator.Reset() => throw null; } public void ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; + public System.Collections.Generic.HashSet.AlternateLookup GetAlternateLookup() => throw null; public System.Collections.Generic.HashSet.Enumerator GetEnumerator() => throw null; System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; @@ -226,6 +250,8 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; public void SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; public void TrimExcess() => throw null; + public void TrimExcess(int capacity) => throw null; + public bool TryGetAlternateLookup(out System.Collections.Generic.HashSet.AlternateLookup lookup) => throw null; public bool TryGetValue(T equalValue, out T actualValue) => throw null; public void UnionWith(System.Collections.Generic.IEnumerable other) => throw null; } @@ -363,6 +389,165 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume public void TrimExcess() => throw null; public bool TrueForAll(System.Predicate match) => throw null; } + public class OrderedDictionary : System.Collections.Generic.ICollection>, System.Collections.ICollection, System.Collections.Generic.IDictionary, System.Collections.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IList>, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary, System.Collections.Generic.IReadOnlyList> + { + public void Add(TKey key, TValue value) => throw null; + void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair item) => throw null; + void System.Collections.IDictionary.Add(object key, object value) => throw null; + int System.Collections.IList.Add(object value) => throw null; + public int Capacity { get => throw null; } + public void Clear() => throw null; + public System.Collections.Generic.IEqualityComparer Comparer { get => throw null; } + bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair item) => throw null; + bool System.Collections.IDictionary.Contains(object key) => throw null; + bool System.Collections.IList.Contains(object value) => throw null; + public bool ContainsKey(TKey key) => throw null; + public bool ContainsValue(TValue value) => throw null; + void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; + void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; + public int Count { get => throw null; } + public OrderedDictionary() => throw null; + public OrderedDictionary(System.Collections.Generic.IDictionary dictionary) => throw null; + public OrderedDictionary(System.Collections.Generic.IDictionary dictionary, System.Collections.Generic.IEqualityComparer comparer) => throw null; + public OrderedDictionary(System.Collections.Generic.IEnumerable> collection) => throw null; + public OrderedDictionary(System.Collections.Generic.IEnumerable> collection, System.Collections.Generic.IEqualityComparer comparer) => throw null; + public OrderedDictionary(System.Collections.Generic.IEqualityComparer comparer) => throw null; + public OrderedDictionary(int capacity) => throw null; + public OrderedDictionary(int capacity, System.Collections.Generic.IEqualityComparer comparer) => throw null; + public int EnsureCapacity(int capacity) => throw null; + public struct Enumerator : System.Collections.IDictionaryEnumerator, System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator + { + public System.Collections.Generic.KeyValuePair Current { get => throw null; } + object System.Collections.IEnumerator.Current { get => throw null; } + void System.IDisposable.Dispose() => throw null; + System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get => throw null; } + object System.Collections.IDictionaryEnumerator.Key { get => throw null; } + public bool MoveNext() => throw null; + void System.Collections.IEnumerator.Reset() => throw null; + object System.Collections.IDictionaryEnumerator.Value { get => throw null; } + } + public System.Collections.Generic.KeyValuePair GetAt(int index) => throw null; + public System.Collections.Generic.OrderedDictionary.Enumerator GetEnumerator() => throw null; + System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; + System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + public int IndexOf(TKey key) => throw null; + int System.Collections.Generic.IList>.IndexOf(System.Collections.Generic.KeyValuePair item) => throw null; + int System.Collections.IList.IndexOf(object value) => throw null; + public void Insert(int index, TKey key, TValue value) => throw null; + void System.Collections.Generic.IList>.Insert(int index, System.Collections.Generic.KeyValuePair item) => throw null; + void System.Collections.IList.Insert(int index, object value) => throw null; + bool System.Collections.IDictionary.IsFixedSize { get => throw null; } + bool System.Collections.IList.IsFixedSize { get => throw null; } + bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } + bool System.Collections.IDictionary.IsReadOnly { get => throw null; } + bool System.Collections.IList.IsReadOnly { get => throw null; } + bool System.Collections.ICollection.IsSynchronized { get => throw null; } + System.Collections.Generic.KeyValuePair System.Collections.Generic.IList>.this[int index] { get => throw null; set { } } + System.Collections.Generic.KeyValuePair System.Collections.Generic.IReadOnlyList>.this[int index] { get => throw null; } + object System.Collections.IDictionary.this[object key] { get => throw null; set { } } + object System.Collections.IList.this[int index] { get => throw null; set { } } + public sealed class KeyCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList + { + void System.Collections.Generic.ICollection.Add(TKey item) => throw null; + int System.Collections.IList.Add(object value) => throw null; + void System.Collections.Generic.ICollection.Clear() => throw null; + void System.Collections.IList.Clear() => throw null; + public bool Contains(TKey key) => throw null; + bool System.Collections.IList.Contains(object value) => throw null; + public void CopyTo(TKey[] array, int arrayIndex) => throw null; + void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; + public int Count { get => throw null; } + public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator + { + public TKey Current { get => throw null; } + object System.Collections.IEnumerator.Current { get => throw null; } + void System.IDisposable.Dispose() => throw null; + public bool MoveNext() => throw null; + void System.Collections.IEnumerator.Reset() => throw null; + } + public System.Collections.Generic.OrderedDictionary.KeyCollection.Enumerator GetEnumerator() => throw null; + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + int System.Collections.Generic.IList.IndexOf(TKey item) => throw null; + int System.Collections.IList.IndexOf(object value) => throw null; + void System.Collections.Generic.IList.Insert(int index, TKey item) => throw null; + void System.Collections.IList.Insert(int index, object value) => throw null; + bool System.Collections.IList.IsFixedSize { get => throw null; } + bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } + bool System.Collections.IList.IsReadOnly { get => throw null; } + bool System.Collections.ICollection.IsSynchronized { get => throw null; } + TKey System.Collections.Generic.IList.this[int index] { get => throw null; set { } } + TKey System.Collections.Generic.IReadOnlyList.this[int index] { get => throw null; } + object System.Collections.IList.this[int index] { get => throw null; set { } } + bool System.Collections.Generic.ICollection.Remove(TKey item) => throw null; + void System.Collections.IList.Remove(object value) => throw null; + void System.Collections.Generic.IList.RemoveAt(int index) => throw null; + void System.Collections.IList.RemoveAt(int index) => throw null; + object System.Collections.ICollection.SyncRoot { get => throw null; } + } + public System.Collections.Generic.OrderedDictionary.KeyCollection Keys { get => throw null; } + System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } + System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Keys { get => throw null; } + System.Collections.ICollection System.Collections.IDictionary.Keys { get => throw null; } + public bool Remove(TKey key) => throw null; + public bool Remove(TKey key, out TValue value) => throw null; + bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair item) => throw null; + void System.Collections.IDictionary.Remove(object key) => throw null; + void System.Collections.IList.Remove(object value) => throw null; + public void RemoveAt(int index) => throw null; + public void SetAt(int index, TKey key, TValue value) => throw null; + public void SetAt(int index, TValue value) => throw null; + object System.Collections.ICollection.SyncRoot { get => throw null; } + public TValue this[TKey key] { get => throw null; set { } } + public void TrimExcess() => throw null; + public void TrimExcess(int capacity) => throw null; + public bool TryAdd(TKey key, TValue value) => throw null; + public bool TryGetValue(TKey key, out TValue value) => throw null; + public sealed class ValueCollection : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IList, System.Collections.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList + { + void System.Collections.Generic.ICollection.Add(TValue item) => throw null; + int System.Collections.IList.Add(object value) => throw null; + void System.Collections.Generic.ICollection.Clear() => throw null; + void System.Collections.IList.Clear() => throw null; + bool System.Collections.Generic.ICollection.Contains(TValue item) => throw null; + bool System.Collections.IList.Contains(object value) => throw null; + public void CopyTo(TValue[] array, int arrayIndex) => throw null; + void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; + public int Count { get => throw null; } + public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator + { + public TValue Current { get => throw null; } + object System.Collections.IEnumerator.Current { get => throw null; } + void System.IDisposable.Dispose() => throw null; + public bool MoveNext() => throw null; + void System.Collections.IEnumerator.Reset() => throw null; + } + public System.Collections.Generic.OrderedDictionary.ValueCollection.Enumerator GetEnumerator() => throw null; + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + int System.Collections.Generic.IList.IndexOf(TValue item) => throw null; + int System.Collections.IList.IndexOf(object value) => throw null; + void System.Collections.Generic.IList.Insert(int index, TValue item) => throw null; + void System.Collections.IList.Insert(int index, object value) => throw null; + bool System.Collections.IList.IsFixedSize { get => throw null; } + bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } + bool System.Collections.IList.IsReadOnly { get => throw null; } + bool System.Collections.ICollection.IsSynchronized { get => throw null; } + TValue System.Collections.Generic.IList.this[int index] { get => throw null; set { } } + TValue System.Collections.Generic.IReadOnlyList.this[int index] { get => throw null; } + object System.Collections.IList.this[int index] { get => throw null; set { } } + bool System.Collections.Generic.ICollection.Remove(TValue item) => throw null; + void System.Collections.IList.Remove(object value) => throw null; + void System.Collections.Generic.IList.RemoveAt(int index) => throw null; + void System.Collections.IList.RemoveAt(int index) => throw null; + object System.Collections.ICollection.SyncRoot { get => throw null; } + } + System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } + System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } + System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; } + public System.Collections.Generic.OrderedDictionary.ValueCollection Values { get => throw null; } + } public class PriorityQueue { public void Clear() => throw null; @@ -382,6 +567,7 @@ public class PriorityQueue public void EnqueueRange(System.Collections.Generic.IEnumerable elements, TPriority priority) => throw null; public int EnsureCapacity(int capacity) => throw null; public TElement Peek() => throw null; + public bool Remove(TElement element, out TElement removedElement, out TPriority priority, System.Collections.Generic.IEqualityComparer equalityComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public void TrimExcess() => throw null; public bool TryDequeue(out TElement element, out TPriority priority) => throw null; public bool TryPeek(out TElement element, out TPriority priority) => throw null; @@ -408,6 +594,7 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume } public class Queue : System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection { + public int Capacity { get => throw null; } public void Clear() => throw null; public bool Contains(T item) => throw null; public void CopyTo(T[] array, int arrayIndex) => throw null; @@ -435,6 +622,7 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume object System.Collections.ICollection.SyncRoot { get => throw null; } public T[] ToArray() => throw null; public void TrimExcess() => throw null; + public void TrimExcess(int capacity) => throw null; public bool TryDequeue(out T result) => throw null; public bool TryPeek(out T result) => throw null; } @@ -658,6 +846,7 @@ public struct Enumerator : System.Runtime.Serialization.IDeserializationCallback } public class Stack : System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection { + public int Capacity { get => throw null; } public void Clear() => throw null; public bool Contains(T item) => throw null; public void CopyTo(T[] array, int arrayIndex) => throw null; @@ -685,10 +874,43 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume object System.Collections.ICollection.SyncRoot { get => throw null; } public T[] ToArray() => throw null; public void TrimExcess() => throw null; + public void TrimExcess(int capacity) => throw null; public bool TryPeek(out T result) => throw null; public bool TryPop(out T result) => throw null; } } + namespace ObjectModel + { + public class ReadOnlySet : System.Collections.Generic.ICollection, System.Collections.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlySet, System.Collections.Generic.ISet + { + void System.Collections.Generic.ICollection.Add(T item) => throw null; + bool System.Collections.Generic.ISet.Add(T item) => throw null; + void System.Collections.Generic.ICollection.Clear() => throw null; + public bool Contains(T item) => throw null; + void System.Collections.Generic.ICollection.CopyTo(T[] array, int arrayIndex) => throw null; + void System.Collections.ICollection.CopyTo(System.Array array, int index) => throw null; + public int Count { get => throw null; } + public ReadOnlySet(System.Collections.Generic.ISet set) => throw null; + public static System.Collections.ObjectModel.ReadOnlySet Empty { get => throw null; } + void System.Collections.Generic.ISet.ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + void System.Collections.Generic.ISet.IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; + public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; + public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; + bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } + public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; + public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; + bool System.Collections.ICollection.IsSynchronized { get => throw null; } + public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; + bool System.Collections.Generic.ICollection.Remove(T item) => throw null; + protected System.Collections.Generic.ISet Set { get => throw null; } + public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; + void System.Collections.Generic.ISet.SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; + object System.Collections.ICollection.SyncRoot { get => throw null; } + void System.Collections.Generic.ISet.UnionWith(System.Collections.Generic.IEnumerable other) => throw null; + } + } public static class StructuralComparisons { public static System.Collections.IComparer StructuralComparer { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Annotations.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Annotations.cs index d8f278ede3c5..9fa2c5508608 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Annotations.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Annotations.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.ComponentModel.Annotations, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ComponentModel.Annotations, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace ComponentModel diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.EventBasedAsync.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.EventBasedAsync.cs index 005f330cee0e..1f60a41a8184 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.EventBasedAsync.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.EventBasedAsync.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.ComponentModel.EventBasedAsync, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ComponentModel.EventBasedAsync, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace ComponentModel diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Primitives.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Primitives.cs index 391806cc6e81..e2cb90308ccc 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Primitives.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Primitives.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.ComponentModel.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ComponentModel.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace ComponentModel diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.TypeConverter.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.TypeConverter.cs index 4f5673f19d40..27e081c433e2 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.TypeConverter.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.TypeConverter.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.ComponentModel.TypeConverter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace ComponentModel @@ -217,6 +217,7 @@ public class ComponentResourceManager : System.Resources.ResourceManager { public void ApplyResources(object value, string objectName) => throw null; public virtual void ApplyResources(object value, string objectName, System.Globalization.CultureInfo culture) => throw null; + public virtual void ApplyResourcesToRegisteredType(object value, string objectName, System.Globalization.CultureInfo culture) => throw null; public ComponentResourceManager() => throw null; public ComponentResourceManager(System.Type t) => throw null; } @@ -259,14 +260,18 @@ public abstract class CustomTypeDescriptor : System.ComponentModel.ICustomTypeDe public virtual string GetClassName() => throw null; public virtual string GetComponentName() => throw null; public virtual System.ComponentModel.TypeConverter GetConverter() => throw null; + public virtual System.ComponentModel.TypeConverter GetConverterFromRegisteredType() => throw null; public virtual System.ComponentModel.EventDescriptor GetDefaultEvent() => throw null; public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty() => throw null; public virtual object GetEditor(System.Type editorBaseType) => throw null; public virtual System.ComponentModel.EventDescriptorCollection GetEvents() => throw null; public virtual System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes) => throw null; + public virtual System.ComponentModel.EventDescriptorCollection GetEventsFromRegisteredType() => throw null; public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties() => throw null; public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes) => throw null; + public virtual System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType() => throw null; public virtual object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) => throw null; + public virtual bool? RequireRegisteredTypes { get => throw null; } } [System.AttributeUsage((System.AttributeTargets)4)] public sealed class DataObjectAttribute : System.Attribute @@ -1209,14 +1214,18 @@ public interface ICustomTypeDescriptor string GetClassName(); string GetComponentName(); System.ComponentModel.TypeConverter GetConverter(); + virtual System.ComponentModel.TypeConverter GetConverterFromRegisteredType() => throw null; System.ComponentModel.EventDescriptor GetDefaultEvent(); System.ComponentModel.PropertyDescriptor GetDefaultProperty(); object GetEditor(System.Type editorBaseType); System.ComponentModel.EventDescriptorCollection GetEvents(); System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes); + virtual System.ComponentModel.EventDescriptorCollection GetEventsFromRegisteredType() => throw null; System.ComponentModel.PropertyDescriptorCollection GetProperties(); System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes); + virtual System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType() => throw null; object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd); + virtual bool? RequireRegisteredTypes { get => throw null; } } public interface IDataErrorInfo { @@ -1660,6 +1669,7 @@ public abstract class PropertyDescriptor : System.ComponentModel.MemberDescripto public abstract bool CanResetValue(object component); public abstract System.Type ComponentType { get; } public virtual System.ComponentModel.TypeConverter Converter { get => throw null; } + public virtual System.ComponentModel.TypeConverter ConverterFromRegisteredType { get => throw null; } protected object CreateInstance(System.Type type) => throw null; protected PropertyDescriptor(System.ComponentModel.MemberDescriptor descr) : base(default(System.ComponentModel.MemberDescriptor)) => throw null; protected PropertyDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs) : base(default(System.ComponentModel.MemberDescriptor)) => throw null; @@ -1964,6 +1974,7 @@ public abstract class TypeDescriptionProvider protected TypeDescriptionProvider(System.ComponentModel.TypeDescriptionProvider parent) => throw null; public virtual System.Collections.IDictionary GetCache(object instance) => throw null; public virtual System.ComponentModel.ICustomTypeDescriptor GetExtendedTypeDescriptor(object instance) => throw null; + public virtual System.ComponentModel.ICustomTypeDescriptor GetExtendedTypeDescriptorFromRegisteredType(object instance) => throw null; protected virtual System.ComponentModel.IExtenderProvider[] GetExtenderProviders(object instance) => throw null; public virtual string GetFullComponentName(object component) => throw null; public System.Type GetReflectionType(object instance) => throw null; @@ -1973,7 +1984,13 @@ public abstract class TypeDescriptionProvider public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(object instance) => throw null; public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType) => throw null; public virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType, object instance) => throw null; + public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptorFromRegisteredType(object instance) => throw null; + public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptorFromRegisteredType(System.Type objectType) => throw null; + public virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptorFromRegisteredType(System.Type objectType, object instance) => throw null; + public virtual bool IsRegisteredType(System.Type type) => throw null; public virtual bool IsSupportedType(System.Type type) => throw null; + public virtual void RegisterType() => throw null; + public virtual bool? RequireRegisteredTypes { get => throw null; } } public sealed class TypeDescriptor { @@ -2005,6 +2022,8 @@ public sealed class TypeDescriptor public static System.ComponentModel.TypeConverter GetConverter(object component) => throw null; public static System.ComponentModel.TypeConverter GetConverter(object component, bool noCustomTypeDesc) => throw null; public static System.ComponentModel.TypeConverter GetConverter(System.Type type) => throw null; + public static System.ComponentModel.TypeConverter GetConverterFromRegisteredType(object component) => throw null; + public static System.ComponentModel.TypeConverter GetConverterFromRegisteredType(System.Type type) => throw null; public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component) => throw null; public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component, bool noCustomTypeDesc) => throw null; public static System.ComponentModel.EventDescriptor GetDefaultEvent(System.Type componentType) => throw null; @@ -2020,6 +2039,7 @@ public sealed class TypeDescriptor public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, bool noCustomTypeDesc) => throw null; public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType) => throw null; public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType, System.Attribute[] attributes) => throw null; + public static System.ComponentModel.EventDescriptorCollection GetEventsFromRegisteredType(System.Type componentType) => throw null; public static string GetFullComponentName(object component) => throw null; public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) => throw null; public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) => throw null; @@ -2027,6 +2047,8 @@ public sealed class TypeDescriptor public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, bool noCustomTypeDesc) => throw null; public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType) => throw null; public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType, System.Attribute[] attributes) => throw null; + public static System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType(System.Type componentType) => throw null; + public static System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType(object component) => throw null; public static System.ComponentModel.TypeDescriptionProvider GetProvider(object instance) => throw null; public static System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type) => throw null; public static System.Type GetReflectionType(object instance) => throw null; @@ -2037,6 +2059,7 @@ public sealed class TypeDescriptor public static void Refresh(System.Reflection.Module module) => throw null; public static void Refresh(System.Type type) => throw null; public static event System.ComponentModel.RefreshEventHandler Refreshed; + public static void RegisterType() => throw null; public static void RemoveAssociation(object primary, object secondary) => throw null; public static void RemoveAssociations(object primary) => throw null; public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) => throw null; @@ -2172,8 +2195,9 @@ public class ExtendedProtectionPolicyTypeConverter : System.ComponentModel.TypeC } namespace Timers { - public class ElapsedEventArgs : System.EventArgs + public sealed class ElapsedEventArgs : System.EventArgs { + public ElapsedEventArgs(System.DateTime signalTime) => throw null; public System.DateTime SignalTime { get => throw null; } } public delegate void ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e); diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs index bafa91fa75ac..3eb06d4a3717 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.ComponentModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ComponentModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace ComponentModel diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Console.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Console.cs index 5e41faed0137..f4881f5cdf3e 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Console.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Console.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Console, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { public static class Console @@ -71,6 +71,7 @@ public static class Console public static void Write(string format, object arg0, object arg1) => throw null; public static void Write(string format, object arg0, object arg1, object arg2) => throw null; public static void Write(string format, params object[] arg) => throw null; + public static void Write(string format, params System.ReadOnlySpan arg) => throw null; public static void Write(uint value) => throw null; public static void Write(ulong value) => throw null; public static void WriteLine() => throw null; @@ -89,6 +90,7 @@ public static class Console public static void WriteLine(string format, object arg0, object arg1) => throw null; public static void WriteLine(string format, object arg0, object arg1, object arg2) => throw null; public static void WriteLine(string format, params object[] arg) => throw null; + public static void WriteLine(string format, params System.ReadOnlySpan arg) => throw null; public static void WriteLine(uint value) => throw null; public static void WriteLine(ulong value) => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Data.Common.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Data.Common.cs index 8a972598abb4..1aa7e10ba52b 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Data.Common.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Data.Common.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Data @@ -2162,6 +2162,7 @@ public enum SqlDbType Time = 32, DateTime2 = 33, DateTimeOffset = 34, + Json = 35, } namespace SqlTypes { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Contracts.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Contracts.cs index 8dbbbefa09ab..ab536ec0eae8 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Contracts.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Contracts.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.Contracts, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.Contracts, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Diagnostics diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.DiagnosticSource.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.DiagnosticSource.cs index ad1becc9452a..4ed7a22a3978 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.DiagnosticSource.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.DiagnosticSource.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Diagnostics @@ -9,6 +9,8 @@ public class Activity : System.IDisposable public System.Diagnostics.ActivityTraceFlags ActivityTraceFlags { get => throw null; set { } } public System.Diagnostics.Activity AddBaggage(string key, string value) => throw null; public System.Diagnostics.Activity AddEvent(System.Diagnostics.ActivityEvent e) => throw null; + public System.Diagnostics.Activity AddException(System.Exception exception, in System.Diagnostics.TagList tags = default(System.Diagnostics.TagList), System.DateTimeOffset timestamp = default(System.DateTimeOffset)) => throw null; + public System.Diagnostics.Activity AddLink(System.Diagnostics.ActivityLink link) => throw null; public System.Diagnostics.Activity AddTag(string key, string value) => throw null; public System.Diagnostics.Activity AddTag(string key, object value) => throw null; public System.Collections.Generic.IEnumerable> Baggage { get => throw null; } @@ -145,6 +147,7 @@ public sealed class ActivityListener : System.IDisposable public System.Action ActivityStopped { get => throw null; set { } } public ActivityListener() => throw null; public void Dispose() => throw null; + public System.Diagnostics.ExceptionRecorder ExceptionRecorder { get => throw null; set { } } public System.Diagnostics.SampleActivity Sample { get => throw null; set { } } public System.Diagnostics.SampleActivity SampleUsingParentId { get => throw null; set { } } public System.Func ShouldListenTo { get => throw null; set { } } @@ -162,7 +165,9 @@ public sealed class ActivitySource : System.IDisposable public System.Diagnostics.Activity CreateActivity(string name, System.Diagnostics.ActivityKind kind) => throw null; public System.Diagnostics.Activity CreateActivity(string name, System.Diagnostics.ActivityKind kind, System.Diagnostics.ActivityContext parentContext, System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Collections.Generic.IEnumerable links = default(System.Collections.Generic.IEnumerable), System.Diagnostics.ActivityIdFormat idFormat = default(System.Diagnostics.ActivityIdFormat)) => throw null; public System.Diagnostics.Activity CreateActivity(string name, System.Diagnostics.ActivityKind kind, string parentId, System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Collections.Generic.IEnumerable links = default(System.Collections.Generic.IEnumerable), System.Diagnostics.ActivityIdFormat idFormat = default(System.Diagnostics.ActivityIdFormat)) => throw null; + public ActivitySource(string name) => throw null; public ActivitySource(string name, string version = default(string)) => throw null; + public ActivitySource(string name, string version = default(string), System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>)) => throw null; public void Dispose() => throw null; public bool HasListeners() => throw null; public string Name { get => throw null; } @@ -170,6 +175,7 @@ public sealed class ActivitySource : System.IDisposable public System.Diagnostics.Activity StartActivity(string name, System.Diagnostics.ActivityKind kind, System.Diagnostics.ActivityContext parentContext, System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Collections.Generic.IEnumerable links = default(System.Collections.Generic.IEnumerable), System.DateTimeOffset startTime = default(System.DateTimeOffset)) => throw null; public System.Diagnostics.Activity StartActivity(string name, System.Diagnostics.ActivityKind kind, string parentId, System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Collections.Generic.IEnumerable links = default(System.Collections.Generic.IEnumerable), System.DateTimeOffset startTime = default(System.DateTimeOffset)) => throw null; public System.Diagnostics.Activity StartActivity(System.Diagnostics.ActivityKind kind, System.Diagnostics.ActivityContext parentContext = default(System.Diagnostics.ActivityContext), System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Collections.Generic.IEnumerable links = default(System.Collections.Generic.IEnumerable), System.DateTimeOffset startTime = default(System.DateTimeOffset), string name = default(string)) => throw null; + public System.Collections.Generic.IEnumerable> Tags { get => throw null; } public string Version { get => throw null; } } public struct ActivitySpanId : System.IEquatable @@ -290,6 +296,7 @@ public abstract class DistributedContextPropagator public delegate void PropagatorGetterCallback(object carrier, string fieldName, out string fieldValue, out System.Collections.Generic.IEnumerable fieldValues); public delegate void PropagatorSetterCallback(object carrier, string fieldName, string fieldValue); } + public delegate void ExceptionRecorder(System.Diagnostics.Activity activity, System.Exception exception, ref System.Diagnostics.TagList tags); namespace Metrics { public sealed class Counter : System.Diagnostics.Metrics.Instrument where T : struct @@ -298,10 +305,21 @@ public sealed class Counter : System.Diagnostics.Metrics.Instrument where public void Add(T delta, System.Collections.Generic.KeyValuePair tag) => throw null; public void Add(T delta, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2) => throw null; public void Add(T delta, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2, System.Collections.Generic.KeyValuePair tag3) => throw null; - public void Add(T delta, System.ReadOnlySpan> tags) => throw null; + public void Add(T delta, params System.ReadOnlySpan> tags) => throw null; public void Add(T delta, params System.Collections.Generic.KeyValuePair[] tags) => throw null; public void Add(T delta, in System.Diagnostics.TagList tagList) => throw null; - internal Counter() : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) { } + internal Counter() : base(default(System.Diagnostics.Metrics.Meter), default(string)) { } + } + public sealed class Gauge : System.Diagnostics.Metrics.Instrument where T : struct + { + public void Record(T value) => throw null; + public void Record(T value, System.Collections.Generic.KeyValuePair tag) => throw null; + public void Record(T value, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2) => throw null; + public void Record(T value, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2, System.Collections.Generic.KeyValuePair tag3) => throw null; + public void Record(T value, params System.ReadOnlySpan> tags) => throw null; + public void Record(T value, params System.Collections.Generic.KeyValuePair[] tags) => throw null; + public void Record(T value, in System.Diagnostics.TagList tagList) => throw null; + internal Gauge() : base(default(System.Diagnostics.Metrics.Meter), default(string)) { } } public sealed class Histogram : System.Diagnostics.Metrics.Instrument where T : struct { @@ -310,9 +328,9 @@ public sealed class Histogram : System.Diagnostics.Metrics.Instrument wher public void Record(T value, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2) => throw null; public void Record(T value, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2, System.Collections.Generic.KeyValuePair tag3) => throw null; public void Record(T value, in System.Diagnostics.TagList tagList) => throw null; - public void Record(T value, System.ReadOnlySpan> tags) => throw null; + public void Record(T value, params System.ReadOnlySpan> tags) => throw null; public void Record(T value, params System.Collections.Generic.KeyValuePair[] tags) => throw null; - internal Histogram() : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) { } + internal Histogram() : base(default(System.Diagnostics.Metrics.Meter), default(string)) { } } public interface IMeterFactory : System.IDisposable { @@ -320,8 +338,9 @@ public interface IMeterFactory : System.IDisposable } public abstract class Instrument { + protected Instrument(System.Diagnostics.Metrics.Meter meter, string name) => throw null; protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description) => throw null; - protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) => throw null; + protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit = default(string), string description = default(string), System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>)) => throw null; public string Description { get => throw null; } public bool Enabled { get => throw null; } public virtual bool IsObservable { get => throw null; } @@ -333,8 +352,11 @@ public abstract class Instrument } public abstract class Instrument : System.Diagnostics.Metrics.Instrument where T : struct { - protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description) : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) => throw null; - protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) => throw null; + public System.Diagnostics.Metrics.InstrumentAdvice Advice { get => throw null; } + protected Instrument(System.Diagnostics.Metrics.Meter meter, string name) : base(default(System.Diagnostics.Metrics.Meter), default(string)) => throw null; + protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description) : base(default(System.Diagnostics.Metrics.Meter), default(string)) => throw null; + protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) : base(default(System.Diagnostics.Metrics.Meter), default(string)) => throw null; + protected Instrument(System.Diagnostics.Metrics.Meter meter, string name, string unit = default(string), string description = default(string), System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Diagnostics.Metrics.InstrumentAdvice advice = default(System.Diagnostics.Metrics.InstrumentAdvice)) : base(default(System.Diagnostics.Metrics.Meter), default(string)) => throw null; protected void RecordMeasurement(T measurement) => throw null; protected void RecordMeasurement(T measurement, System.Collections.Generic.KeyValuePair tag) => throw null; protected void RecordMeasurement(T measurement, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2) => throw null; @@ -342,22 +364,32 @@ public abstract class Instrument : System.Diagnostics.Metrics.Instrument wher protected void RecordMeasurement(T measurement, in System.Diagnostics.TagList tagList) => throw null; protected void RecordMeasurement(T measurement, System.ReadOnlySpan> tags) => throw null; } + public sealed class InstrumentAdvice where T : struct + { + public InstrumentAdvice() => throw null; + public System.Collections.Generic.IReadOnlyList HistogramBucketBoundaries { get => throw null; set { } } + } public struct Measurement where T : struct { public Measurement(T value) => throw null; public Measurement(T value, System.Collections.Generic.IEnumerable> tags) => throw null; public Measurement(T value, params System.Collections.Generic.KeyValuePair[] tags) => throw null; - public Measurement(T value, System.ReadOnlySpan> tags) => throw null; + public Measurement(T value, params System.ReadOnlySpan> tags) => throw null; + public Measurement(T value, in System.Diagnostics.TagList tags) => throw null; public System.ReadOnlySpan> Tags { get => throw null; } public T Value { get => throw null; } } - public delegate void MeasurementCallback(System.Diagnostics.Metrics.Instrument instrument, T measurement, System.ReadOnlySpan> tags, object state); + public delegate void MeasurementCallback(System.Diagnostics.Metrics.Instrument instrument, T measurement, System.ReadOnlySpan> tags, object state) where T : struct; public class Meter : System.IDisposable { public System.Diagnostics.Metrics.Counter CreateCounter(string name, string unit = default(string), string description = default(string)) where T : struct => throw null; public System.Diagnostics.Metrics.Counter CreateCounter(string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; - public System.Diagnostics.Metrics.Histogram CreateHistogram(string name, string unit = default(string), string description = default(string)) where T : struct => throw null; + public System.Diagnostics.Metrics.Gauge CreateGauge(string name) where T : struct => throw null; + public System.Diagnostics.Metrics.Gauge CreateGauge(string name, string unit = default(string), string description = default(string), System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>)) where T : struct => throw null; + public System.Diagnostics.Metrics.Histogram CreateHistogram(string name) where T : struct => throw null; + public System.Diagnostics.Metrics.Histogram CreateHistogram(string name, string unit, string description) where T : struct => throw null; public System.Diagnostics.Metrics.Histogram CreateHistogram(string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; + public System.Diagnostics.Metrics.Histogram CreateHistogram(string name, string unit = default(string), string description = default(string), System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>), System.Diagnostics.Metrics.InstrumentAdvice advice = default(System.Diagnostics.Metrics.InstrumentAdvice)) where T : struct => throw null; public System.Diagnostics.Metrics.ObservableCounter CreateObservableCounter(string name, System.Func observeValue, string unit = default(string), string description = default(string)) where T : struct => throw null; public System.Diagnostics.Metrics.ObservableCounter CreateObservableCounter(string name, System.Func observeValue, string unit, string description, System.Collections.Generic.IEnumerable> tags) where T : struct => throw null; public System.Diagnostics.Metrics.ObservableCounter CreateObservableCounter(string name, System.Func> observeValue, string unit = default(string), string description = default(string)) where T : struct => throw null; @@ -425,8 +457,8 @@ public sealed class ObservableGauge : System.Diagnostics.Metrics.ObservableIn } public abstract class ObservableInstrument : System.Diagnostics.Metrics.Instrument where T : struct { - protected ObservableInstrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description) : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) => throw null; - protected ObservableInstrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) => throw null; + protected ObservableInstrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description) : base(default(System.Diagnostics.Metrics.Meter), default(string)) => throw null; + protected ObservableInstrument(System.Diagnostics.Metrics.Meter meter, string name, string unit, string description, System.Collections.Generic.IEnumerable> tags) : base(default(System.Diagnostics.Metrics.Meter), default(string)) => throw null; public override bool IsObservable { get => throw null; } protected abstract System.Collections.Generic.IEnumerable> Observe(); } @@ -441,10 +473,10 @@ public sealed class UpDownCounter : System.Diagnostics.Metrics.Instrument public void Add(T delta, System.Collections.Generic.KeyValuePair tag) => throw null; public void Add(T delta, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2) => throw null; public void Add(T delta, System.Collections.Generic.KeyValuePair tag1, System.Collections.Generic.KeyValuePair tag2, System.Collections.Generic.KeyValuePair tag3) => throw null; - public void Add(T delta, System.ReadOnlySpan> tags) => throw null; + public void Add(T delta, params System.ReadOnlySpan> tags) => throw null; public void Add(T delta, params System.Collections.Generic.KeyValuePair[] tags) => throw null; public void Add(T delta, in System.Diagnostics.TagList tagList) => throw null; - internal UpDownCounter() : base(default(System.Diagnostics.Metrics.Meter), default(string), default(string), default(string)) { } + internal UpDownCounter() : base(default(System.Diagnostics.Metrics.Meter), default(string)) { } } } public delegate System.Diagnostics.ActivitySamplingResult SampleActivity(ref System.Diagnostics.ActivityCreationOptions options); @@ -457,7 +489,7 @@ public struct TagList : System.Collections.Generic.ICollection> tags) => throw null; public void CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; public int Count { get => throw null; } - public TagList(System.ReadOnlySpan> tagList) => throw null; + public TagList(params System.ReadOnlySpan> tagList) => throw null; public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator { public System.Collections.Generic.KeyValuePair Current { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.FileVersionInfo.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.FileVersionInfo.cs index 17a918cd15c7..4b8effb5c3e7 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.FileVersionInfo.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.FileVersionInfo.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.FileVersionInfo, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.FileVersionInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Diagnostics diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Process.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Process.cs index e6c8b3890cd7..d2863cd22fa4 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Process.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Process.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.Process, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.Process, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.StackTrace.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.StackTrace.cs index de6d5cc3123d..49c7a4be0381 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.StackTrace.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.StackTrace.cs @@ -1,9 +1,17 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.StackTrace, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.StackTrace, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Diagnostics { + public sealed class DiagnosticMethodInfo + { + public static System.Diagnostics.DiagnosticMethodInfo Create(System.Delegate @delegate) => throw null; + public static System.Diagnostics.DiagnosticMethodInfo Create(System.Diagnostics.StackFrame frame) => throw null; + public string DeclaringAssemblyName { get => throw null; } + public string DeclaringTypeName { get => throw null; } + public string Name { get => throw null; } + } public class StackFrame { public StackFrame() => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs index b9323d20a1e5..27b81ed355f1 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.TextWriterTraceListener, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.TextWriterTraceListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Diagnostics diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TraceSource.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TraceSource.cs index 996f48f0b8f2..755ae1dfbc8d 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TraceSource.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TraceSource.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.TraceSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.TraceSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Diagnostics @@ -106,7 +106,7 @@ public sealed class SwitchLevelAttribute : System.Attribute public sealed class Trace { public static void Assert(bool condition) => throw null; - public static void Assert(bool condition, string message) => throw null; + public static void Assert(bool condition, string message = default(string)) => throw null; public static void Assert(bool condition, string message, string detailMessage) => throw null; public static bool AutoFlush { get => throw null; set { } } public static void Close() => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs index 8ad9455dc632..37ded388ea20 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.Tracing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.Tracing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Diagnostics diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Drawing.Primitives.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Drawing.Primitives.cs index 0e38abd29516..52403d6e5033 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Drawing.Primitives.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Drawing.Primitives.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Drawing.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Drawing @@ -588,6 +588,7 @@ public static class SystemColors public static System.Drawing.Color MenuHighlight { get => throw null; } public static System.Drawing.Color MenuText { get => throw null; } public static System.Drawing.Color ScrollBar { get => throw null; } + public static bool UseAlternativeColorSet { get => throw null; set { } } public static System.Drawing.Color Window { get => throw null; } public static System.Drawing.Color WindowFrame { get => throw null; } public static System.Drawing.Color WindowText { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Asn1.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Asn1.cs index c83562f0649d..f14fb05954fa 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Asn1.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Asn1.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Formats.Asn1, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Formats.Asn1, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Formats @@ -50,6 +50,7 @@ public class AsnContentException : System.Exception } public static class AsnDecoder { + public static int? DecodeLength(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed) => throw null; public static byte[] ReadBitString(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int unusedBitCount, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; public static bool ReadBoolean(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; public static string ReadCharacterString(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, System.Formats.Asn1.UniversalTagNumber encodingType, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; @@ -69,6 +70,7 @@ public static class AsnDecoder public static void ReadSequence(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int contentOffset, out int contentLength, out int bytesConsumed, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; public static void ReadSetOf(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int contentOffset, out int contentLength, out int bytesConsumed, bool skipSortOrderValidation = default(bool), System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; public static System.DateTimeOffset ReadUtcTime(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int bytesConsumed, int twoDigitYearMax = default(int), System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; + public static bool TryDecodeLength(System.ReadOnlySpan source, System.Formats.Asn1.AsnEncodingRules ruleSet, out int? decodedLength, out int bytesConsumed) => throw null; public static bool TryReadBitString(System.ReadOnlySpan source, System.Span destination, System.Formats.Asn1.AsnEncodingRules ruleSet, out int unusedBitCount, out int bytesConsumed, out int bytesWritten, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; public static bool TryReadCharacterString(System.ReadOnlySpan source, System.Span destination, System.Formats.Asn1.AsnEncodingRules ruleSet, System.Formats.Asn1.UniversalTagNumber encodingType, out int bytesConsumed, out int charsWritten, System.Formats.Asn1.Asn1Tag? expectedTag = default(System.Formats.Asn1.Asn1Tag?)) => throw null; public static bool TryReadCharacterStringBytes(System.ReadOnlySpan source, System.Span destination, System.Formats.Asn1.AsnEncodingRules ruleSet, System.Formats.Asn1.Asn1Tag expectedTag, out int bytesConsumed, out int bytesWritten) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Tar.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Tar.cs index 4a84f74313be..c00230da2474 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Tar.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Tar.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Formats.Tar, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Formats.Tar, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Formats @@ -35,6 +35,7 @@ public abstract class PosixTarEntry : System.Formats.Tar.TarEntry public abstract class TarEntry { public int Checksum { get => throw null; } + public long DataOffset { get => throw null; } public System.IO.Stream DataStream { get => throw null; set { } } public System.Formats.Tar.TarEntryType EntryType { get => throw null; } public void ExtractToFile(string destinationFileName, bool overwrite) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.Brotli.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.Brotli.cs index 06a4720772f1..0a08cb9499dd 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.Brotli.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.Brotli.cs @@ -1,11 +1,16 @@ // This file contains auto-generated code. -// Generated from `System.IO.Compression.Brotli, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. +// Generated from `System.IO.Compression.Brotli, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. namespace System { namespace IO { namespace Compression { + public sealed class BrotliCompressionOptions + { + public BrotliCompressionOptions() => throw null; + public int Quality { get => throw null; set { } } + } public struct BrotliDecoder : System.IDisposable { public System.Buffers.OperationStatus Decompress(System.ReadOnlySpan source, System.Span destination, out int bytesConsumed, out int bytesWritten) => throw null; @@ -30,6 +35,7 @@ public sealed class BrotliStream : System.IO.Stream public override bool CanRead { get => throw null; } public override bool CanSeek { get => throw null; } public override bool CanWrite { get => throw null; } + public BrotliStream(System.IO.Stream stream, System.IO.Compression.BrotliCompressionOptions compressionOptions, bool leaveOpen = default(bool)) => throw null; public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) => throw null; public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) => throw null; public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs index 7bb57f2470e1..4871416d382a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.Compression.ZipFile, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. +// Generated from `System.IO.Compression.ZipFile, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. namespace System { namespace IO diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.cs index dbe59e0626ee..4b84b20eb567 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.Compression, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. +// Generated from `System.IO.Compression, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. namespace System { namespace IO @@ -32,6 +32,7 @@ public class DeflateStream : System.IO.Stream public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) => throw null; public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) => throw null; public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) => throw null; + public DeflateStream(System.IO.Stream stream, System.IO.Compression.ZLibCompressionOptions compressionOptions, bool leaveOpen = default(bool)) => throw null; protected override void Dispose(bool disposing) => throw null; public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; public override int EndRead(System.IAsyncResult asyncResult) => throw null; @@ -67,6 +68,7 @@ public class GZipStream : System.IO.Stream public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) => throw null; public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) => throw null; public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) => throw null; + public GZipStream(System.IO.Stream stream, System.IO.Compression.ZLibCompressionOptions compressionOptions, bool leaveOpen = default(bool)) => throw null; protected override void Dispose(bool disposing) => throw null; public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; public override int EndRead(System.IAsyncResult asyncResult) => throw null; @@ -125,6 +127,20 @@ public enum ZipArchiveMode Create = 1, Update = 2, } + public sealed class ZLibCompressionOptions + { + public int CompressionLevel { get => throw null; set { } } + public System.IO.Compression.ZLibCompressionStrategy CompressionStrategy { get => throw null; set { } } + public ZLibCompressionOptions() => throw null; + } + public enum ZLibCompressionStrategy + { + Default = 0, + Filtered = 1, + HuffmanOnly = 2, + RunLengthEncoding = 3, + Fixed = 4, + } public sealed class ZLibStream : System.IO.Stream { public System.IO.Stream BaseStream { get => throw null; } @@ -139,6 +155,7 @@ public sealed class ZLibStream : System.IO.Stream public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) => throw null; public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) => throw null; public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) => throw null; + public ZLibStream(System.IO.Stream stream, System.IO.Compression.ZLibCompressionOptions compressionOptions, bool leaveOpen = default(bool)) => throw null; protected override void Dispose(bool disposing) => throw null; public override System.Threading.Tasks.ValueTask DisposeAsync() => throw null; public override int EndRead(System.IAsyncResult asyncResult) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.AccessControl.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.AccessControl.cs index f9ca8f2a8bff..fbb4ddd8937f 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.AccessControl.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.AccessControl.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.FileSystem.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.FileSystem.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace IO diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.DriveInfo.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.DriveInfo.cs index 08f10224e25f..e1409a33c874 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.DriveInfo.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.DriveInfo.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.FileSystem.DriveInfo, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.FileSystem.DriveInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace IO diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.Watcher.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.Watcher.cs index 31d8a1fd153a..320cc40841c6 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.Watcher.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.Watcher.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.FileSystem.Watcher, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.FileSystem.Watcher, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace IO diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.IsolatedStorage.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.IsolatedStorage.cs index faacbb2b98c2..d5c4634a6907 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.IsolatedStorage.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.IsolatedStorage.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.IsolatedStorage, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.IsolatedStorage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace IO diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.MemoryMappedFiles.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.MemoryMappedFiles.cs index c59c8f349197..ed0c0e5a7d7d 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.MemoryMappedFiles.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.MemoryMappedFiles.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.MemoryMappedFiles, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.MemoryMappedFiles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.IO.Pipelines.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipelines.cs similarity index 99% rename from csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.IO.Pipelines.cs rename to csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipelines.cs index 05fbfa834ec7..25a9846b5b32 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.IO.Pipelines.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipelines.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.Pipelines, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace IO diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.AccessControl.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.AccessControl.cs index 50ad16ab63a4..edbba737c0b9 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.AccessControl.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.AccessControl.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.Pipes.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.Pipes.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace IO @@ -14,27 +14,6 @@ public static class NamedPipeServerStreamAcl { public static System.IO.Pipes.NamedPipeServerStream Create(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode, System.IO.Pipes.PipeOptions options, int inBufferSize, int outBufferSize, System.IO.Pipes.PipeSecurity pipeSecurity, System.IO.HandleInheritability inheritability = default(System.IO.HandleInheritability), System.IO.Pipes.PipeAccessRights additionalAccessRights = default(System.IO.Pipes.PipeAccessRights)) => throw null; } - [System.Flags] - public enum PipeAccessRights - { - ReadData = 1, - WriteData = 2, - CreateNewInstance = 4, - ReadExtendedAttributes = 8, - WriteExtendedAttributes = 16, - ReadAttributes = 128, - WriteAttributes = 256, - Write = 274, - Delete = 65536, - ReadPermissions = 131072, - Read = 131209, - ReadWrite = 131483, - ChangePermissions = 262144, - TakeOwnership = 524288, - Synchronize = 1048576, - FullControl = 2032031, - AccessSystemSecurity = 16777216, - } public sealed class PipeAccessRule : System.Security.AccessControl.AccessRule { public PipeAccessRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs index 276d6d0eefee..64c29aa418ef 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.Pipes, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.Pipes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 @@ -58,6 +58,7 @@ public sealed class NamedPipeClientStream : System.IO.Pipes.PipeStream public NamedPipeClientStream(System.IO.Pipes.PipeDirection direction, bool isAsync, bool isConnected, Microsoft.Win32.SafeHandles.SafePipeHandle safePipeHandle) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; public NamedPipeClientStream(string pipeName) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; public NamedPipeClientStream(string serverName, string pipeName) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; + public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeAccessRights desiredAccessRights, System.IO.Pipes.PipeOptions options, System.Security.Principal.TokenImpersonationLevel impersonationLevel, System.IO.HandleInheritability inheritability) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction, System.IO.Pipes.PipeOptions options) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction, System.IO.Pipes.PipeOptions options, System.Security.Principal.TokenImpersonationLevel impersonationLevel) : base(default(System.IO.Pipes.PipeDirection), default(int)) => throw null; @@ -83,6 +84,27 @@ public sealed class NamedPipeServerStream : System.IO.Pipes.PipeStream public System.Threading.Tasks.Task WaitForConnectionAsync() => throw null; public System.Threading.Tasks.Task WaitForConnectionAsync(System.Threading.CancellationToken cancellationToken) => throw null; } + [System.Flags] + public enum PipeAccessRights + { + ReadData = 1, + WriteData = 2, + CreateNewInstance = 4, + ReadExtendedAttributes = 8, + WriteExtendedAttributes = 16, + ReadAttributes = 128, + WriteAttributes = 256, + Write = 274, + Delete = 65536, + ReadPermissions = 131072, + Read = 131209, + ReadWrite = 131483, + ChangePermissions = 262144, + TakeOwnership = 524288, + Synchronize = 1048576, + FullControl = 2032031, + AccessSystemSecurity = 16777216, + } public enum PipeDirection { In = 1, diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Expressions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Expressions.cs index dd971b30830d..e328ba77a8fe 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Expressions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Expressions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Linq.Expressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Dynamic diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Parallel.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Parallel.cs index fb69c0674589..7c0de6bf6119 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Parallel.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Parallel.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Linq.Parallel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Linq.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Linq diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Queryable.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Queryable.cs index 95adbd103940..d401723168e0 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Queryable.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Queryable.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Linq.Queryable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Linq.Queryable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Linq @@ -34,6 +34,8 @@ public static class Queryable public static TSource Aggregate(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> func) => throw null; public static TAccumulate Aggregate(this System.Linq.IQueryable source, TAccumulate seed, System.Linq.Expressions.Expression> func) => throw null; public static TResult Aggregate(this System.Linq.IQueryable source, TAccumulate seed, System.Linq.Expressions.Expression> func, System.Linq.Expressions.Expression> selector) => throw null; + public static System.Linq.IQueryable> AggregateBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, TAccumulate seed, System.Linq.Expressions.Expression> func, System.Collections.Generic.IEqualityComparer keyComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Linq.IQueryable> AggregateBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Linq.Expressions.Expression> seedSelector, System.Linq.Expressions.Expression> func, System.Collections.Generic.IEqualityComparer keyComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static bool All(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; public static bool Any(this System.Linq.IQueryable source) => throw null; public static bool Any(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; @@ -67,6 +69,7 @@ public static class Queryable public static bool Contains(this System.Linq.IQueryable source, TSource item, System.Collections.Generic.IEqualityComparer comparer) => throw null; public static int Count(this System.Linq.IQueryable source) => throw null; public static int Count(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; + public static System.Linq.IQueryable> CountBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static System.Linq.IQueryable DefaultIfEmpty(this System.Linq.IQueryable source) => throw null; public static System.Linq.IQueryable DefaultIfEmpty(this System.Linq.IQueryable source, TSource defaultValue) => throw null; public static System.Linq.IQueryable Distinct(this System.Linq.IQueryable source) => throw null; @@ -97,6 +100,7 @@ public static class Queryable public static System.Linq.IQueryable GroupBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Linq.Expressions.Expression> elementSelector, System.Linq.Expressions.Expression, TResult>> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; public static System.Linq.IQueryable GroupJoin(this System.Linq.IQueryable outer, System.Collections.Generic.IEnumerable inner, System.Linq.Expressions.Expression> outerKeySelector, System.Linq.Expressions.Expression> innerKeySelector, System.Linq.Expressions.Expression, TResult>> resultSelector) => throw null; public static System.Linq.IQueryable GroupJoin(this System.Linq.IQueryable outer, System.Collections.Generic.IEnumerable inner, System.Linq.Expressions.Expression> outerKeySelector, System.Linq.Expressions.Expression> innerKeySelector, System.Linq.Expressions.Expression, TResult>> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; + public static System.Linq.IQueryable<(int Index, TSource Item)> Index(this System.Linq.IQueryable source) => throw null; public static System.Linq.IQueryable Intersect(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2) => throw null; public static System.Linq.IQueryable Intersect(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Collections.Generic.IEqualityComparer comparer) => throw null; public static System.Linq.IQueryable IntersectBy(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Linq.Expressions.Expression> keySelector) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.cs index 8674d4e4f75f..261ac404c859 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Linq, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Linq @@ -9,6 +9,8 @@ public static class Enumerable public static TSource Aggregate(this System.Collections.Generic.IEnumerable source, System.Func func) => throw null; public static TAccumulate Aggregate(this System.Collections.Generic.IEnumerable source, TAccumulate seed, System.Func func) => throw null; public static TResult Aggregate(this System.Collections.Generic.IEnumerable source, TAccumulate seed, System.Func func, System.Func resultSelector) => throw null; + public static System.Collections.Generic.IEnumerable> AggregateBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, TAccumulate seed, System.Func func, System.Collections.Generic.IEqualityComparer keyComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IEnumerable> AggregateBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func seedSelector, System.Func func, System.Collections.Generic.IEqualityComparer keyComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static bool All(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; public static bool Any(this System.Collections.Generic.IEnumerable source) => throw null; public static bool Any(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; @@ -41,6 +43,7 @@ public static class Enumerable public static bool Contains(this System.Collections.Generic.IEnumerable source, TSource value, System.Collections.Generic.IEqualityComparer comparer) => throw null; public static int Count(this System.Collections.Generic.IEnumerable source) => throw null; public static int Count(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; + public static System.Collections.Generic.IEnumerable> CountBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer keyComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static System.Collections.Generic.IEnumerable DefaultIfEmpty(this System.Collections.Generic.IEnumerable source) => throw null; public static System.Collections.Generic.IEnumerable DefaultIfEmpty(this System.Collections.Generic.IEnumerable source, TSource defaultValue) => throw null; public static System.Collections.Generic.IEnumerable Distinct(this System.Collections.Generic.IEnumerable source) => throw null; @@ -72,6 +75,7 @@ public static class Enumerable public static System.Collections.Generic.IEnumerable GroupBy(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; public static System.Collections.Generic.IEnumerable GroupJoin(this System.Collections.Generic.IEnumerable outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func, TResult> resultSelector) => throw null; public static System.Collections.Generic.IEnumerable GroupJoin(this System.Collections.Generic.IEnumerable outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; + public static System.Collections.Generic.IEnumerable<(int Index, TSource Item)> Index(this System.Collections.Generic.IEnumerable source) => throw null; public static System.Collections.Generic.IEnumerable Intersect(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second) => throw null; public static System.Collections.Generic.IEnumerable Intersect(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEqualityComparer comparer) => throw null; public static System.Collections.Generic.IEnumerable IntersectBy(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Func keySelector) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Memory.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Memory.cs index 816fd805e073..6bde163d2438 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Memory.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Memory.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Memory, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Buffers @@ -370,6 +370,8 @@ public static partial class MemoryExtensions public static bool Contains(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; public static bool Contains(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; public static bool Contains(this System.Span span, T value) where T : System.IEquatable => throw null; + public static bool ContainsAny(this System.ReadOnlySpan span, System.Buffers.SearchValues values) => throw null; + public static bool ContainsAny(this System.Span span, System.Buffers.SearchValues values) => throw null; public static bool ContainsAny(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static bool ContainsAny(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; public static bool ContainsAny(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; @@ -401,6 +403,7 @@ public static partial class MemoryExtensions public static bool EndsWith(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; public static bool EndsWith(this System.ReadOnlySpan span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; public static bool EndsWith(this System.Span span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; + public static bool EndsWith(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; public static System.Text.SpanLineEnumerator EnumerateLines(this System.ReadOnlySpan span) => throw null; public static System.Text.SpanLineEnumerator EnumerateLines(this System.Span span) => throw null; public static System.Text.SpanRuneEnumerator EnumerateRunes(this System.ReadOnlySpan span) => throw null; @@ -411,6 +414,8 @@ public static partial class MemoryExtensions public static int IndexOf(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; public static int IndexOf(this System.Span span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; public static int IndexOf(this System.Span span, T value) where T : System.IEquatable => throw null; + public static int IndexOfAny(this System.ReadOnlySpan span, System.Buffers.SearchValues values) => throw null; + public static int IndexOfAny(this System.Span span, System.Buffers.SearchValues values) => throw null; public static int IndexOfAny(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static int IndexOfAny(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; public static int IndexOfAny(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; @@ -480,13 +485,24 @@ public static partial class MemoryExtensions public static void Sort(this System.Span keys, System.Span items, System.Comparison comparison) => throw null; public static void Sort(this System.Span span, TComparer comparer) where TComparer : System.Collections.Generic.IComparer => throw null; public static void Sort(this System.Span keys, System.Span items, TComparer comparer) where TComparer : System.Collections.Generic.IComparer => throw null; + public struct SpanSplitEnumerator where T : System.IEquatable + { + public System.Range Current { get => throw null; } + public System.MemoryExtensions.SpanSplitEnumerator GetEnumerator() => throw null; + public bool MoveNext() => throw null; + } + public static System.MemoryExtensions.SpanSplitEnumerator Split(this System.ReadOnlySpan source, T separator) where T : System.IEquatable => throw null; + public static System.MemoryExtensions.SpanSplitEnumerator Split(this System.ReadOnlySpan source, System.ReadOnlySpan separator) where T : System.IEquatable => throw null; public static int Split(this System.ReadOnlySpan source, System.Span destination, char separator, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; public static int Split(this System.ReadOnlySpan source, System.Span destination, System.ReadOnlySpan separator, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; + public static System.MemoryExtensions.SpanSplitEnumerator SplitAny(this System.ReadOnlySpan source, params System.ReadOnlySpan separators) where T : System.IEquatable => throw null; + public static System.MemoryExtensions.SpanSplitEnumerator SplitAny(this System.ReadOnlySpan source, System.Buffers.SearchValues separators) where T : System.IEquatable => throw null; public static int SplitAny(this System.ReadOnlySpan source, System.Span destination, System.ReadOnlySpan separators, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; public static int SplitAny(this System.ReadOnlySpan source, System.Span destination, System.ReadOnlySpan separators, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; public static bool StartsWith(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; public static bool StartsWith(this System.ReadOnlySpan span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; public static bool StartsWith(this System.Span span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; + public static bool StartsWith(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; public static int ToLower(this System.ReadOnlySpan source, System.Span destination, System.Globalization.CultureInfo culture) => throw null; public static int ToLowerInvariant(this System.ReadOnlySpan source, System.Span destination) => throw null; public static int ToUpper(this System.ReadOnlySpan source, System.Span destination, System.Globalization.CultureInfo culture) => throw null; @@ -539,7 +555,7 @@ public static partial class MemoryExtensions public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, System.Text.CompositeFormat format, out int charsWritten, TArg0 arg0, TArg1 arg1) => throw null; public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, System.Text.CompositeFormat format, out int charsWritten, TArg0 arg0, TArg1 arg1, TArg2 arg2) => throw null; public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, System.Text.CompositeFormat format, out int charsWritten, params object[] args) => throw null; - public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, System.Text.CompositeFormat format, out int charsWritten, System.ReadOnlySpan args) => throw null; + public static bool TryWrite(this System.Span destination, System.IFormatProvider provider, System.Text.CompositeFormat format, out int charsWritten, params System.ReadOnlySpan args) => throw null; [System.Runtime.CompilerServices.InterpolatedStringHandler] public struct TryWriteInterpolatedStringHandler { @@ -561,34 +577,6 @@ namespace Runtime { namespace InteropServices { - public static class MemoryMarshal - { - public static System.ReadOnlySpan AsBytes(System.ReadOnlySpan span) where T : struct => throw null; - public static System.Span AsBytes(System.Span span) where T : struct => throw null; - public static System.Memory AsMemory(System.ReadOnlyMemory memory) => throw null; - public static T AsRef(System.ReadOnlySpan span) where T : struct => throw null; - public static T AsRef(System.Span span) where T : struct => throw null; - public static System.ReadOnlySpan Cast(System.ReadOnlySpan span) where TFrom : struct where TTo : struct => throw null; - public static System.Span Cast(System.Span span) where TFrom : struct where TTo : struct => throw null; - public static System.Memory CreateFromPinnedArray(T[] array, int start, int length) => throw null; - public static System.ReadOnlySpan CreateReadOnlySpan(ref readonly T reference, int length) => throw null; - public static unsafe System.ReadOnlySpan CreateReadOnlySpanFromNullTerminated(byte* value) => throw null; - public static unsafe System.ReadOnlySpan CreateReadOnlySpanFromNullTerminated(char* value) => throw null; - public static System.Span CreateSpan(ref T reference, int length) => throw null; - public static T GetArrayDataReference(T[] array) => throw null; - public static byte GetArrayDataReference(System.Array array) => throw null; - public static T GetReference(System.ReadOnlySpan span) => throw null; - public static T GetReference(System.Span span) => throw null; - public static T Read(System.ReadOnlySpan source) where T : struct => throw null; - public static System.Collections.Generic.IEnumerable ToEnumerable(System.ReadOnlyMemory memory) => throw null; - public static bool TryGetArray(System.ReadOnlyMemory memory, out System.ArraySegment segment) => throw null; - public static bool TryGetMemoryManager(System.ReadOnlyMemory memory, out TManager manager) where TManager : System.Buffers.MemoryManager => throw null; - public static bool TryGetMemoryManager(System.ReadOnlyMemory memory, out TManager manager, out int start, out int length) where TManager : System.Buffers.MemoryManager => throw null; - public static bool TryGetString(System.ReadOnlyMemory memory, out string text, out int start, out int length) => throw null; - public static bool TryRead(System.ReadOnlySpan source, out T value) where T : struct => throw null; - public static bool TryWrite(System.Span destination, in T value) where T : struct => throw null; - public static void Write(System.Span destination, in T value) where T : struct => throw null; - } public static class SequenceMarshal { public static bool TryGetArray(System.Buffers.ReadOnlySequence sequence, out System.ArraySegment segment) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.Json.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.Json.cs index 8b6d5295f71a..82da3c0b9775 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.Json.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.Json.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.Http.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Net.Http.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Net diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.cs index 55af0267edcf..49901cf6bf69 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Http, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -578,7 +578,9 @@ public abstract class HttpContent : System.IDisposable protected virtual void Dispose(bool disposing) => throw null; public System.Net.Http.Headers.HttpContentHeaders Headers { get => throw null; } public System.Threading.Tasks.Task LoadIntoBufferAsync() => throw null; + public System.Threading.Tasks.Task LoadIntoBufferAsync(System.Threading.CancellationToken cancellationToken) => throw null; public System.Threading.Tasks.Task LoadIntoBufferAsync(long maxBufferSize) => throw null; + public System.Threading.Tasks.Task LoadIntoBufferAsync(long maxBufferSize, System.Threading.CancellationToken cancellationToken) => throw null; public System.Threading.Tasks.Task ReadAsByteArrayAsync() => throw null; public System.Threading.Tasks.Task ReadAsByteArrayAsync(System.Threading.CancellationToken cancellationToken) => throw null; public System.IO.Stream ReadAsStream() => throw null; @@ -596,6 +598,7 @@ public class HttpIOException : System.IO.IOException { public HttpIOException(System.Net.Http.HttpRequestError httpRequestError, string message = default(string), System.Exception innerException = default(System.Exception)) => throw null; public System.Net.Http.HttpRequestError HttpRequestError { get => throw null; } + public override string Message { get => throw null; } } public enum HttpKeepAlivePingPolicy { @@ -663,10 +666,10 @@ public enum HttpRequestError public class HttpRequestException : System.Exception { public HttpRequestException() => throw null; + public HttpRequestException(System.Net.Http.HttpRequestError httpRequestError, string message = default(string), System.Exception inner = default(System.Exception), System.Net.HttpStatusCode? statusCode = default(System.Net.HttpStatusCode?)) => throw null; public HttpRequestException(string message) => throw null; public HttpRequestException(string message, System.Exception inner) => throw null; public HttpRequestException(string message, System.Exception inner, System.Net.HttpStatusCode? statusCode) => throw null; - public HttpRequestException(System.Net.Http.HttpRequestError httpRequestError, string message = default(string), System.Exception inner = default(System.Exception), System.Net.HttpStatusCode? statusCode = default(System.Net.HttpStatusCode?)) => throw null; public System.Net.Http.HttpRequestError HttpRequestError { get => throw null; } public System.Net.HttpStatusCode? StatusCode { get => throw null; } } @@ -689,15 +692,15 @@ public class HttpRequestMessage : System.IDisposable } public sealed class HttpRequestOptions : System.Collections.Generic.ICollection>, System.Collections.Generic.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary { - void System.Collections.Generic.IDictionary.Add(string key, object value) => throw null; void System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair item) => throw null; + void System.Collections.Generic.IDictionary.Add(string key, object value) => throw null; void System.Collections.Generic.ICollection>.Clear() => throw null; bool System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair item) => throw null; - bool System.Collections.Generic.IReadOnlyDictionary.ContainsKey(string key) => throw null; bool System.Collections.Generic.IDictionary.ContainsKey(string key) => throw null; + bool System.Collections.Generic.IReadOnlyDictionary.ContainsKey(string key) => throw null; void System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[] array, int arrayIndex) => throw null; - int System.Collections.Generic.IReadOnlyCollection>.Count { get => throw null; } int System.Collections.Generic.ICollection>.Count { get => throw null; } + int System.Collections.Generic.IReadOnlyCollection>.Count { get => throw null; } public HttpRequestOptions() => throw null; System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; @@ -706,12 +709,12 @@ public sealed class HttpRequestOptions : System.Collections.Generic.ICollection< object System.Collections.Generic.IReadOnlyDictionary.this[string key] { get => throw null; } System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Keys { get => throw null; } - bool System.Collections.Generic.IDictionary.Remove(string key) => throw null; bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair item) => throw null; + bool System.Collections.Generic.IDictionary.Remove(string key) => throw null; public void Set(System.Net.Http.HttpRequestOptionsKey key, TValue value) => throw null; bool System.Collections.Generic.IDictionary.TryGetValue(string key, out object value) => throw null; - public bool TryGetValue(System.Net.Http.HttpRequestOptionsKey key, out TValue value) => throw null; bool System.Collections.Generic.IReadOnlyDictionary.TryGetValue(string key, out object value) => throw null; + public bool TryGetValue(System.Net.Http.HttpRequestOptionsKey key, out TValue value) => throw null; System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } System.Collections.Generic.IEnumerable System.Collections.Generic.IReadOnlyDictionary.Values { get => throw null; } } @@ -818,6 +821,7 @@ public sealed class SocketsHttpHandler : System.Net.Http.HttpMessageHandler public System.Net.ICredentials DefaultProxyCredentials { get => throw null; set { } } protected override void Dispose(bool disposing) => throw null; public bool EnableMultipleHttp2Connections { get => throw null; set { } } + public bool EnableMultipleHttp3Connections { get => throw null; set { } } public System.TimeSpan Expect100ContinueTimeout { get => throw null; set { } } public int InitialHttp2StreamWindowSize { get => throw null; set { } } public static bool IsSupported { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.HttpListener.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.HttpListener.cs index 116ed118615d..132cbdc90fc4 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.HttpListener.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.HttpListener.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.HttpListener, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Net.HttpListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Net diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Mail.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Mail.cs index eb1cc7c56aa1..bf2cf83d97c3 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Mail.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Mail.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.Mail, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Net.Mail, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Net @@ -301,6 +301,7 @@ public static class MediaTypeNames public static class Application { public const string FormUrlEncoded = default; + public const string GZip = default; public const string Json = default; public const string JsonPatch = default; public const string JsonSequence = default; @@ -342,11 +343,14 @@ public static class Multipart { public const string ByteRanges = default; public const string FormData = default; + public const string Mixed = default; + public const string Related = default; } public static class Text { public const string Css = default; public const string Csv = default; + public const string EventStream = default; public const string Html = default; public const string JavaScript = default; public const string Markdown = default; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NameResolution.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NameResolution.cs index 959a16a4a282..10b7a2442d88 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NameResolution.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NameResolution.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.NameResolution, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.NameResolution, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NetworkInformation.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NetworkInformation.cs index 8df5f78adbf0..fc849ca42b25 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NetworkInformation.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NetworkInformation.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.NetworkInformation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Ping.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Ping.cs index 7d33e8493578..696bf3f4f61a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Ping.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Ping.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.Ping, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Ping, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Primitives.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Primitives.cs index 1ad624c5367d..8428528565a2 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Primitives.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Primitives.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Quic.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Quic.cs index 08ce2c67bfb3..e25b4fdc3eef 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Quic.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Quic.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.Quic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Quic, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -39,9 +39,13 @@ public abstract class QuicConnectionOptions { public long DefaultCloseErrorCode { get => throw null; set { } } public long DefaultStreamErrorCode { get => throw null; set { } } + public System.TimeSpan HandshakeTimeout { get => throw null; set { } } public System.TimeSpan IdleTimeout { get => throw null; set { } } + public System.Net.Quic.QuicReceiveWindowSizes InitialReceiveWindowSizes { get => throw null; set { } } + public System.TimeSpan KeepAliveInterval { get => throw null; set { } } public int MaxInboundBidirectionalStreams { get => throw null; set { } } public int MaxInboundUnidirectionalStreams { get => throw null; set { } } + public System.Action StreamCapacityCallback { get => throw null; set { } } } public enum QuicError { @@ -82,6 +86,14 @@ public sealed class QuicListenerOptions public int ListenBacklog { get => throw null; set { } } public System.Net.IPEndPoint ListenEndPoint { get => throw null; set { } } } + public sealed class QuicReceiveWindowSizes + { + public int Connection { get => throw null; set { } } + public QuicReceiveWindowSizes() => throw null; + public int LocallyInitiatedBidirectionalStream { get => throw null; set { } } + public int RemotelyInitiatedBidirectionalStream { get => throw null; set { } } + public int UnidirectionalStream { get => throw null; set { } } + } public sealed class QuicServerConnectionOptions : System.Net.Quic.QuicConnectionOptions { public QuicServerConnectionOptions() => throw null; @@ -126,6 +138,11 @@ public sealed class QuicStream : System.IO.Stream public System.Threading.Tasks.Task WritesClosed { get => throw null; } public override int WriteTimeout { get => throw null; set { } } } + public struct QuicStreamCapacityChangedArgs + { + public int BidirectionalIncrement { get => throw null; set { } } + public int UnidirectionalIncrement { get => throw null; set { } } + } public enum QuicStreamType { Unidirectional = 0, diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Requests.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Requests.cs index b8a22fd0cd81..ef2db9d9a81c 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Requests.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Requests.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.Requests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Requests, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -26,6 +26,7 @@ public class Authorization public bool MutuallyAuthenticated { get => throw null; set { } } public string[] ProtectionRealm { get => throw null; set { } } } + public delegate System.Net.IPEndPoint BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount); namespace Cache { public enum HttpCacheAgeControl @@ -314,6 +315,57 @@ public class ProtocolViolationException : System.InvalidOperationException, Syst public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; } + [System.Flags] + public enum SecurityProtocolType + { + SystemDefault = 0, + Ssl3 = 48, + Tls = 192, + Tls11 = 768, + Tls12 = 3072, + Tls13 = 12288, + } + public class ServicePoint + { + public System.Uri Address { get => throw null; } + public System.Net.BindIPEndPoint BindIPEndPointDelegate { get => throw null; set { } } + public System.Security.Cryptography.X509Certificates.X509Certificate Certificate { get => throw null; } + public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get => throw null; } + public bool CloseConnectionGroup(string connectionGroupName) => throw null; + public int ConnectionLeaseTimeout { get => throw null; set { } } + public int ConnectionLimit { get => throw null; set { } } + public string ConnectionName { get => throw null; } + public int CurrentConnections { get => throw null; } + public bool Expect100Continue { get => throw null; set { } } + public System.DateTime IdleSince { get => throw null; } + public int MaxIdleTime { get => throw null; set { } } + public virtual System.Version ProtocolVersion { get => throw null; } + public int ReceiveBufferSize { get => throw null; set { } } + public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) => throw null; + public bool SupportsPipelining { get => throw null; } + public bool UseNagleAlgorithm { get => throw null; set { } } + } + public class ServicePointManager + { + public static bool CheckCertificateRevocationList { get => throw null; set { } } + public static int DefaultConnectionLimit { get => throw null; set { } } + public const int DefaultNonPersistentConnectionLimit = 4; + public const int DefaultPersistentConnectionLimit = 2; + public static int DnsRefreshTimeout { get => throw null; set { } } + public static bool EnableDnsRoundRobin { get => throw null; set { } } + public static System.Net.Security.EncryptionPolicy EncryptionPolicy { get => throw null; } + public static bool Expect100Continue { get => throw null; set { } } + public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.IWebProxy proxy) => throw null; + public static System.Net.ServicePoint FindServicePoint(System.Uri address) => throw null; + public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy proxy) => throw null; + public static int MaxServicePointIdleTime { get => throw null; set { } } + public static int MaxServicePoints { get => throw null; set { } } + public static bool ReusePort { get => throw null; set { } } + public static System.Net.SecurityProtocolType SecurityProtocol { get => throw null; set { } } + public static System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get => throw null; set { } } + public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) => throw null; + public static bool UseNagleAlgorithm { get => throw null; set { } } + } public class WebException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable { public WebException() => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs index 30cb9de0cde2..b2350291f3cf 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.Security, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -33,6 +33,7 @@ public enum EncryptionPolicy public delegate System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificateSelectionCallback(object sender, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers); public sealed class NegotiateAuthentication : System.IDisposable { + public void ComputeIntegrityCheck(System.ReadOnlySpan message, System.Buffers.IBufferWriter signatureWriter) => throw null; public NegotiateAuthentication(System.Net.Security.NegotiateAuthenticationClientOptions clientOptions) => throw null; public NegotiateAuthentication(System.Net.Security.NegotiateAuthenticationServerOptions serverOptions) => throw null; public void Dispose() => throw null; @@ -50,6 +51,7 @@ public sealed class NegotiateAuthentication : System.IDisposable public string TargetName { get => throw null; } public System.Net.Security.NegotiateAuthenticationStatusCode Unwrap(System.ReadOnlySpan input, System.Buffers.IBufferWriter outputWriter, out bool wasEncrypted) => throw null; public System.Net.Security.NegotiateAuthenticationStatusCode UnwrapInPlace(System.Span input, out int unwrappedOffset, out int unwrappedLength, out bool wasEncrypted) => throw null; + public bool VerifyIntegrityCheck(System.ReadOnlySpan message, System.ReadOnlySpan signature) => throw null; public System.Net.Security.NegotiateAuthenticationStatusCode Wrap(System.ReadOnlySpan input, System.Buffers.IBufferWriter outputWriter, bool requestEncryption, out bool isEncrypted) => throw null; } public class NegotiateAuthenticationClientOptions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServicePoint.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServicePoint.cs deleted file mode 100644 index 09c0683b3699..000000000000 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServicePoint.cs +++ /dev/null @@ -1,60 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Net.ServicePoint, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - namespace Net - { - public delegate System.Net.IPEndPoint BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount); - [System.Flags] - public enum SecurityProtocolType - { - SystemDefault = 0, - Ssl3 = 48, - Tls = 192, - Tls11 = 768, - Tls12 = 3072, - Tls13 = 12288, - } - public class ServicePoint - { - public System.Uri Address { get => throw null; } - public System.Net.BindIPEndPoint BindIPEndPointDelegate { get => throw null; set { } } - public System.Security.Cryptography.X509Certificates.X509Certificate Certificate { get => throw null; } - public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get => throw null; } - public bool CloseConnectionGroup(string connectionGroupName) => throw null; - public int ConnectionLeaseTimeout { get => throw null; set { } } - public int ConnectionLimit { get => throw null; set { } } - public string ConnectionName { get => throw null; } - public int CurrentConnections { get => throw null; } - public bool Expect100Continue { get => throw null; set { } } - public System.DateTime IdleSince { get => throw null; } - public int MaxIdleTime { get => throw null; set { } } - public virtual System.Version ProtocolVersion { get => throw null; } - public int ReceiveBufferSize { get => throw null; set { } } - public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) => throw null; - public bool SupportsPipelining { get => throw null; } - public bool UseNagleAlgorithm { get => throw null; set { } } - } - public class ServicePointManager - { - public static bool CheckCertificateRevocationList { get => throw null; set { } } - public static int DefaultConnectionLimit { get => throw null; set { } } - public const int DefaultNonPersistentConnectionLimit = 4; - public const int DefaultPersistentConnectionLimit = 2; - public static int DnsRefreshTimeout { get => throw null; set { } } - public static bool EnableDnsRoundRobin { get => throw null; set { } } - public static System.Net.Security.EncryptionPolicy EncryptionPolicy { get => throw null; } - public static bool Expect100Continue { get => throw null; set { } } - public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.IWebProxy proxy) => throw null; - public static System.Net.ServicePoint FindServicePoint(System.Uri address) => throw null; - public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy proxy) => throw null; - public static int MaxServicePointIdleTime { get => throw null; set { } } - public static int MaxServicePoints { get => throw null; set { } } - public static bool ReusePort { get => throw null; set { } } - public static System.Net.SecurityProtocolType SecurityProtocol { get => throw null; set { } } - public static System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get => throw null; set { } } - public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) => throw null; - public static bool UseNagleAlgorithm { get => throw null; set { } } - } - } -} diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Sockets.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Sockets.cs index e32076e08eb0..e5e5266f5204 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Sockets.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Sockets.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.Sockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Sockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -520,6 +520,7 @@ public enum SocketOptionName DropMembership = 13, DontFragment = 14, AddSourceMembership = 15, + FastOpen = 15, DontRoute = 16, DropSourceMembership = 16, TcpKeepAliveRetryCount = 16, diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs index e19f6f5c22ce..30df23b98cfe 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.WebClient, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Net.WebClient, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Net diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebHeaderCollection.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebHeaderCollection.cs index 28826e9ae59f..ac4a89fcd274 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebHeaderCollection.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebHeaderCollection.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.WebHeaderCollection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.WebHeaderCollection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebProxy.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebProxy.cs index 8658d536d06d..0dbd9c283e82 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebProxy.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebProxy.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.WebProxy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Net.WebProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Net diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.Client.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.Client.cs index 9e82e22689a2..0fde301db22b 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.Client.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.Client.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.WebSockets.Client, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.WebSockets.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -39,6 +39,7 @@ public sealed class ClientWebSocketOptions public System.Version HttpVersion { get => throw null; set { } } public System.Net.Http.HttpVersionPolicy HttpVersionPolicy { get => throw null; set { } } public System.TimeSpan KeepAliveInterval { get => throw null; set { } } + public System.TimeSpan KeepAliveTimeout { get => throw null; set { } } public System.Net.IWebProxy Proxy { get => throw null; set { } } public System.Net.Security.RemoteCertificateValidationCallback RemoteCertificateValidationCallback { get => throw null; set { } } public void SetBuffer(int receiveBufferSize, int sendBufferSize) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs index e9a580827480..395e639a6e84 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Net.WebSockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.WebSockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -75,6 +75,7 @@ public sealed class WebSocketCreationOptions public System.Net.WebSockets.WebSocketDeflateOptions DangerousDeflateOptions { get => throw null; set { } } public bool IsServer { get => throw null; set { } } public System.TimeSpan KeepAliveInterval { get => throw null; set { } } + public System.TimeSpan KeepAliveTimeout { get => throw null; set { } } public string SubProtocol { get => throw null; set { } } } public sealed class WebSocketDeflateOptions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Numerics.Vectors.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Numerics.Vectors.cs index cd4273a01696..d51c213ee217 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Numerics.Vectors.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Numerics.Vectors.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Numerics.Vectors, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Numerics.Vectors, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Numerics @@ -204,6 +204,16 @@ public static class Vector public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector AndNot(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector As(this System.Numerics.Vector vector) => throw null; + public static System.Numerics.Plane AsPlane(this System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Quaternion AsQuaternion(this System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Vector2 AsVector2(this System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Vector3 AsVector3(this System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Vector4 AsVector4(this System.Numerics.Plane value) => throw null; + public static System.Numerics.Vector4 AsVector4(this System.Numerics.Quaternion value) => throw null; + public static System.Numerics.Vector4 AsVector4(this System.Numerics.Vector2 value) => throw null; + public static System.Numerics.Vector4 AsVector4(this System.Numerics.Vector3 value) => throw null; + public static System.Numerics.Vector4 AsVector4Unsafe(this System.Numerics.Vector2 value) => throw null; + public static System.Numerics.Vector4 AsVector4Unsafe(this System.Numerics.Vector3 value) => throw null; public static System.Numerics.Vector AsVectorByte(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector AsVectorDouble(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector AsVectorInt16(System.Numerics.Vector value) => throw null; @@ -220,17 +230,31 @@ public static class Vector public static System.Numerics.Vector BitwiseOr(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector Ceiling(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector Ceiling(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Clamp(System.Numerics.Vector value, System.Numerics.Vector min, System.Numerics.Vector max) => throw null; + public static System.Numerics.Vector ClampNative(System.Numerics.Vector value, System.Numerics.Vector min, System.Numerics.Vector max) => throw null; public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector condition, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector condition, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector condition, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector ConvertToDouble(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector ConvertToDouble(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector ConvertToInt32(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToInt32Native(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector ConvertToInt64(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToInt64Native(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector ConvertToSingle(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector ConvertToSingle(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector ConvertToUInt32(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToUInt32Native(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector ConvertToUInt64(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToUInt64Native(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector CopySign(System.Numerics.Vector value, System.Numerics.Vector sign) => throw null; + public static System.Numerics.Vector Cos(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Cos(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Create(T value) => throw null; + public static System.Numerics.Vector Create(System.ReadOnlySpan values) => throw null; + public static System.Numerics.Vector CreateSequence(T start, T step) => throw null; + public static System.Numerics.Vector DegreesToRadians(System.Numerics.Vector degrees) => throw null; + public static System.Numerics.Vector DegreesToRadians(System.Numerics.Vector degrees) => throw null; public static System.Numerics.Vector Divide(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector Divide(System.Numerics.Vector left, T right) => throw null; public static T Dot(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; @@ -241,8 +265,12 @@ public static class Vector public static System.Numerics.Vector Equals(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static bool EqualsAll(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static bool EqualsAny(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Exp(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Exp(System.Numerics.Vector vector) => throw null; public static System.Numerics.Vector Floor(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector Floor(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector FusedMultiplyAdd(System.Numerics.Vector left, System.Numerics.Vector right, System.Numerics.Vector addend) => throw null; + public static System.Numerics.Vector FusedMultiplyAdd(System.Numerics.Vector left, System.Numerics.Vector right, System.Numerics.Vector addend) => throw null; public static T GetElement(this System.Numerics.Vector vector, int index) => throw null; public static System.Numerics.Vector GreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector GreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; @@ -258,7 +286,16 @@ public static class Vector public static System.Numerics.Vector GreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static bool GreaterThanOrEqualAll(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static bool GreaterThanOrEqualAny(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Hypot(System.Numerics.Vector x, System.Numerics.Vector y) => throw null; + public static System.Numerics.Vector Hypot(System.Numerics.Vector x, System.Numerics.Vector y) => throw null; public static bool IsHardwareAccelerated { get => throw null; } + public static System.Numerics.Vector IsNaN(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector IsNegative(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector IsPositive(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector IsPositiveInfinity(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector IsZero(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Lerp(System.Numerics.Vector x, System.Numerics.Vector y, System.Numerics.Vector amount) => throw null; + public static System.Numerics.Vector Lerp(System.Numerics.Vector x, System.Numerics.Vector y, System.Numerics.Vector amount) => throw null; public static System.Numerics.Vector LessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector LessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector LessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; @@ -278,11 +315,25 @@ public static class Vector public static unsafe System.Numerics.Vector LoadAlignedNonTemporal(T* source) => throw null; public static System.Numerics.Vector LoadUnsafe(ref readonly T source) => throw null; public static System.Numerics.Vector LoadUnsafe(ref readonly T source, nuint elementOffset) => throw null; + public static System.Numerics.Vector Log(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Log(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Log2(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Log2(System.Numerics.Vector vector) => throw null; public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxMagnitude(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxMagnitudeNumber(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxNative(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxNumber(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinMagnitude(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinMagnitudeNumber(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinNative(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinNumber(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static System.Numerics.Vector Multiply(System.Numerics.Vector left, T right) => throw null; public static System.Numerics.Vector Multiply(T left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAddEstimate(System.Numerics.Vector left, System.Numerics.Vector right, System.Numerics.Vector addend) => throw null; + public static System.Numerics.Vector MultiplyAddEstimate(System.Numerics.Vector left, System.Numerics.Vector right, System.Numerics.Vector addend) => throw null; public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; @@ -292,6 +343,12 @@ public static class Vector public static System.Numerics.Vector Narrow(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; public static System.Numerics.Vector Negate(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector OnesComplement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RadiansToDegrees(System.Numerics.Vector radians) => throw null; + public static System.Numerics.Vector RadiansToDegrees(System.Numerics.Vector radians) => throw null; + public static System.Numerics.Vector Round(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Round(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Round(System.Numerics.Vector vector, System.MidpointRounding mode) => throw null; + public static System.Numerics.Vector Round(System.Numerics.Vector vector, System.MidpointRounding mode) => throw null; public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; public static System.Numerics.Vector ShiftLeft(System.Numerics.Vector value, int shiftCount) => throw null; @@ -317,6 +374,10 @@ public static class Vector public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector value, int shiftCount) => throw null; + public static System.Numerics.Vector Sin(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Sin(System.Numerics.Vector vector) => throw null; + public static (System.Numerics.Vector Sin, System.Numerics.Vector Cos) SinCos(System.Numerics.Vector vector) => throw null; + public static (System.Numerics.Vector Sin, System.Numerics.Vector Cos) SinCos(System.Numerics.Vector vector) => throw null; public static System.Numerics.Vector SquareRoot(System.Numerics.Vector value) => throw null; public static unsafe void Store(this System.Numerics.Vector source, T* destination) => throw null; public static unsafe void StoreAligned(this System.Numerics.Vector source, T* destination) => throw null; @@ -326,6 +387,8 @@ public static class Vector public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; public static T Sum(System.Numerics.Vector value) => throw null; public static T ToScalar(this System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Truncate(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector Truncate(System.Numerics.Vector vector) => throw null; public static void Widen(System.Numerics.Vector source, out System.Numerics.Vector low, out System.Numerics.Vector high) => throw null; public static void Widen(System.Numerics.Vector source, out System.Numerics.Vector low, out System.Numerics.Vector high) => throw null; public static void Widen(System.Numerics.Vector source, out System.Numerics.Vector low, out System.Numerics.Vector high) => throw null; @@ -367,6 +430,7 @@ public struct Vector : System.IEquatable>, System.I public bool Equals(System.Numerics.Vector other) => throw null; public override bool Equals(object obj) => throw null; public override int GetHashCode() => throw null; + public static System.Numerics.Vector Indices { get => throw null; } public static bool IsSupported { get => throw null; } public static System.Numerics.Vector One { get => throw null; } public static System.Numerics.Vector operator +(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; @@ -412,29 +476,56 @@ public struct Vector2 : System.IEquatable, System.IForm public static System.Numerics.Vector2 Abs(System.Numerics.Vector2 value) => throw null; public static System.Numerics.Vector2 Add(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; public static System.Numerics.Vector2 Clamp(System.Numerics.Vector2 value1, System.Numerics.Vector2 min, System.Numerics.Vector2 max) => throw null; + public static System.Numerics.Vector2 ClampNative(System.Numerics.Vector2 value1, System.Numerics.Vector2 min, System.Numerics.Vector2 max) => throw null; + public static System.Numerics.Vector2 CopySign(System.Numerics.Vector2 value, System.Numerics.Vector2 sign) => throw null; public void CopyTo(float[] array) => throw null; public void CopyTo(float[] array, int index) => throw null; public void CopyTo(System.Span destination) => throw null; + public static System.Numerics.Vector2 Cos(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 Create(float value) => throw null; + public static System.Numerics.Vector2 Create(float x, float y) => throw null; + public static System.Numerics.Vector2 Create(System.ReadOnlySpan values) => throw null; public Vector2(float value) => throw null; public Vector2(float x, float y) => throw null; public Vector2(System.ReadOnlySpan values) => throw null; + public static System.Numerics.Vector2 DegreesToRadians(System.Numerics.Vector2 degrees) => throw null; public static float Distance(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; public static float DistanceSquared(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; public static System.Numerics.Vector2 Divide(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; public static System.Numerics.Vector2 Divide(System.Numerics.Vector2 left, float divisor) => throw null; public static float Dot(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; + public static System.Numerics.Vector2 E { get => throw null; } + public static System.Numerics.Vector2 Epsilon { get => throw null; } public bool Equals(System.Numerics.Vector2 other) => throw null; public override bool Equals(object obj) => throw null; + public static System.Numerics.Vector2 Exp(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 FusedMultiplyAdd(System.Numerics.Vector2 left, System.Numerics.Vector2 right, System.Numerics.Vector2 addend) => throw null; public override int GetHashCode() => throw null; + public static System.Numerics.Vector2 Hypot(System.Numerics.Vector2 x, System.Numerics.Vector2 y) => throw null; public float Length() => throw null; public float LengthSquared() => throw null; public static System.Numerics.Vector2 Lerp(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2, float amount) => throw null; + public static System.Numerics.Vector2 Lerp(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2, System.Numerics.Vector2 amount) => throw null; + public static System.Numerics.Vector2 Log(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 Log2(System.Numerics.Vector2 vector) => throw null; public static System.Numerics.Vector2 Max(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; + public static System.Numerics.Vector2 MaxMagnitude(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; + public static System.Numerics.Vector2 MaxMagnitudeNumber(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; + public static System.Numerics.Vector2 MaxNative(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; + public static System.Numerics.Vector2 MaxNumber(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; public static System.Numerics.Vector2 Min(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; + public static System.Numerics.Vector2 MinMagnitude(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; + public static System.Numerics.Vector2 MinMagnitudeNumber(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; + public static System.Numerics.Vector2 MinNative(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; + public static System.Numerics.Vector2 MinNumber(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; public static System.Numerics.Vector2 Multiply(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; public static System.Numerics.Vector2 Multiply(System.Numerics.Vector2 left, float right) => throw null; public static System.Numerics.Vector2 Multiply(float left, System.Numerics.Vector2 right) => throw null; + public static System.Numerics.Vector2 MultiplyAddEstimate(System.Numerics.Vector2 left, System.Numerics.Vector2 right, System.Numerics.Vector2 addend) => throw null; + public static System.Numerics.Vector2 NaN { get => throw null; } public static System.Numerics.Vector2 Negate(System.Numerics.Vector2 value) => throw null; + public static System.Numerics.Vector2 NegativeInfinity { get => throw null; } + public static System.Numerics.Vector2 NegativeZero { get => throw null; } public static System.Numerics.Vector2 Normalize(System.Numerics.Vector2 value) => throw null; public static System.Numerics.Vector2 One { get => throw null; } public static System.Numerics.Vector2 operator +(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; @@ -447,9 +538,17 @@ public struct Vector2 : System.IEquatable, System.IForm public static System.Numerics.Vector2 operator *(float left, System.Numerics.Vector2 right) => throw null; public static System.Numerics.Vector2 operator -(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; public static System.Numerics.Vector2 operator -(System.Numerics.Vector2 value) => throw null; + public static System.Numerics.Vector2 Pi { get => throw null; } + public static System.Numerics.Vector2 PositiveInfinity { get => throw null; } + public static System.Numerics.Vector2 RadiansToDegrees(System.Numerics.Vector2 radians) => throw null; public static System.Numerics.Vector2 Reflect(System.Numerics.Vector2 vector, System.Numerics.Vector2 normal) => throw null; + public static System.Numerics.Vector2 Round(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 Round(System.Numerics.Vector2 vector, System.MidpointRounding mode) => throw null; + public static System.Numerics.Vector2 Sin(System.Numerics.Vector2 vector) => throw null; + public static (System.Numerics.Vector2 Sin, System.Numerics.Vector2 Cos) SinCos(System.Numerics.Vector2 vector) => throw null; public static System.Numerics.Vector2 SquareRoot(System.Numerics.Vector2 value) => throw null; public static System.Numerics.Vector2 Subtract(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static System.Numerics.Vector2 Tau { get => throw null; } public float this[int index] { get => throw null; set { } } public override string ToString() => throw null; public string ToString(string format) => throw null; @@ -459,6 +558,7 @@ public struct Vector2 : System.IEquatable, System.IForm public static System.Numerics.Vector2 Transform(System.Numerics.Vector2 value, System.Numerics.Quaternion rotation) => throw null; public static System.Numerics.Vector2 TransformNormal(System.Numerics.Vector2 normal, System.Numerics.Matrix3x2 matrix) => throw null; public static System.Numerics.Vector2 TransformNormal(System.Numerics.Vector2 normal, System.Numerics.Matrix4x4 matrix) => throw null; + public static System.Numerics.Vector2 Truncate(System.Numerics.Vector2 vector) => throw null; public bool TryCopyTo(System.Span destination) => throw null; public static System.Numerics.Vector2 UnitX { get => throw null; } public static System.Numerics.Vector2 UnitY { get => throw null; } @@ -471,31 +571,59 @@ public struct Vector3 : System.IEquatable, System.IForm public static System.Numerics.Vector3 Abs(System.Numerics.Vector3 value) => throw null; public static System.Numerics.Vector3 Add(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; public static System.Numerics.Vector3 Clamp(System.Numerics.Vector3 value1, System.Numerics.Vector3 min, System.Numerics.Vector3 max) => throw null; + public static System.Numerics.Vector3 ClampNative(System.Numerics.Vector3 value1, System.Numerics.Vector3 min, System.Numerics.Vector3 max) => throw null; + public static System.Numerics.Vector3 CopySign(System.Numerics.Vector3 value, System.Numerics.Vector3 sign) => throw null; public void CopyTo(float[] array) => throw null; public void CopyTo(float[] array, int index) => throw null; public void CopyTo(System.Span destination) => throw null; + public static System.Numerics.Vector3 Cos(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 Create(float value) => throw null; + public static System.Numerics.Vector3 Create(System.Numerics.Vector2 vector, float z) => throw null; + public static System.Numerics.Vector3 Create(float x, float y, float z) => throw null; + public static System.Numerics.Vector3 Create(System.ReadOnlySpan values) => throw null; public static System.Numerics.Vector3 Cross(System.Numerics.Vector3 vector1, System.Numerics.Vector3 vector2) => throw null; public Vector3(System.Numerics.Vector2 value, float z) => throw null; public Vector3(float value) => throw null; public Vector3(float x, float y, float z) => throw null; public Vector3(System.ReadOnlySpan values) => throw null; + public static System.Numerics.Vector3 DegreesToRadians(System.Numerics.Vector3 degrees) => throw null; public static float Distance(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; public static float DistanceSquared(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; public static System.Numerics.Vector3 Divide(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; public static System.Numerics.Vector3 Divide(System.Numerics.Vector3 left, float divisor) => throw null; public static float Dot(System.Numerics.Vector3 vector1, System.Numerics.Vector3 vector2) => throw null; + public static System.Numerics.Vector3 E { get => throw null; } + public static System.Numerics.Vector3 Epsilon { get => throw null; } public bool Equals(System.Numerics.Vector3 other) => throw null; public override bool Equals(object obj) => throw null; + public static System.Numerics.Vector3 Exp(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 FusedMultiplyAdd(System.Numerics.Vector3 left, System.Numerics.Vector3 right, System.Numerics.Vector3 addend) => throw null; public override int GetHashCode() => throw null; + public static System.Numerics.Vector3 Hypot(System.Numerics.Vector3 x, System.Numerics.Vector3 y) => throw null; public float Length() => throw null; public float LengthSquared() => throw null; public static System.Numerics.Vector3 Lerp(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2, float amount) => throw null; + public static System.Numerics.Vector3 Lerp(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2, System.Numerics.Vector3 amount) => throw null; + public static System.Numerics.Vector3 Log(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 Log2(System.Numerics.Vector3 vector) => throw null; public static System.Numerics.Vector3 Max(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; + public static System.Numerics.Vector3 MaxMagnitude(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; + public static System.Numerics.Vector3 MaxMagnitudeNumber(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; + public static System.Numerics.Vector3 MaxNative(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; + public static System.Numerics.Vector3 MaxNumber(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; public static System.Numerics.Vector3 Min(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; + public static System.Numerics.Vector3 MinMagnitude(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; + public static System.Numerics.Vector3 MinMagnitudeNumber(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; + public static System.Numerics.Vector3 MinNative(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; + public static System.Numerics.Vector3 MinNumber(System.Numerics.Vector3 value1, System.Numerics.Vector3 value2) => throw null; public static System.Numerics.Vector3 Multiply(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; public static System.Numerics.Vector3 Multiply(System.Numerics.Vector3 left, float right) => throw null; public static System.Numerics.Vector3 Multiply(float left, System.Numerics.Vector3 right) => throw null; + public static System.Numerics.Vector3 MultiplyAddEstimate(System.Numerics.Vector3 left, System.Numerics.Vector3 right, System.Numerics.Vector3 addend) => throw null; + public static System.Numerics.Vector3 NaN { get => throw null; } public static System.Numerics.Vector3 Negate(System.Numerics.Vector3 value) => throw null; + public static System.Numerics.Vector3 NegativeInfinity { get => throw null; } + public static System.Numerics.Vector3 NegativeZero { get => throw null; } public static System.Numerics.Vector3 Normalize(System.Numerics.Vector3 value) => throw null; public static System.Numerics.Vector3 One { get => throw null; } public static System.Numerics.Vector3 operator +(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; @@ -508,9 +636,17 @@ public struct Vector3 : System.IEquatable, System.IForm public static System.Numerics.Vector3 operator *(float left, System.Numerics.Vector3 right) => throw null; public static System.Numerics.Vector3 operator -(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; public static System.Numerics.Vector3 operator -(System.Numerics.Vector3 value) => throw null; + public static System.Numerics.Vector3 Pi { get => throw null; } + public static System.Numerics.Vector3 PositiveInfinity { get => throw null; } + public static System.Numerics.Vector3 RadiansToDegrees(System.Numerics.Vector3 radians) => throw null; public static System.Numerics.Vector3 Reflect(System.Numerics.Vector3 vector, System.Numerics.Vector3 normal) => throw null; + public static System.Numerics.Vector3 Round(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 Round(System.Numerics.Vector3 vector, System.MidpointRounding mode) => throw null; + public static System.Numerics.Vector3 Sin(System.Numerics.Vector3 vector) => throw null; + public static (System.Numerics.Vector3 Sin, System.Numerics.Vector3 Cos) SinCos(System.Numerics.Vector3 vector) => throw null; public static System.Numerics.Vector3 SquareRoot(System.Numerics.Vector3 value) => throw null; public static System.Numerics.Vector3 Subtract(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static System.Numerics.Vector3 Tau { get => throw null; } public float this[int index] { get => throw null; set { } } public override string ToString() => throw null; public string ToString(string format) => throw null; @@ -518,6 +654,7 @@ public struct Vector3 : System.IEquatable, System.IForm public static System.Numerics.Vector3 Transform(System.Numerics.Vector3 position, System.Numerics.Matrix4x4 matrix) => throw null; public static System.Numerics.Vector3 Transform(System.Numerics.Vector3 value, System.Numerics.Quaternion rotation) => throw null; public static System.Numerics.Vector3 TransformNormal(System.Numerics.Vector3 normal, System.Numerics.Matrix4x4 matrix) => throw null; + public static System.Numerics.Vector3 Truncate(System.Numerics.Vector3 vector) => throw null; public bool TryCopyTo(System.Span destination) => throw null; public static System.Numerics.Vector3 UnitX { get => throw null; } public static System.Numerics.Vector3 UnitY { get => throw null; } @@ -532,31 +669,60 @@ public struct Vector4 : System.IEquatable, System.IForm public static System.Numerics.Vector4 Abs(System.Numerics.Vector4 value) => throw null; public static System.Numerics.Vector4 Add(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; public static System.Numerics.Vector4 Clamp(System.Numerics.Vector4 value1, System.Numerics.Vector4 min, System.Numerics.Vector4 max) => throw null; + public static System.Numerics.Vector4 ClampNative(System.Numerics.Vector4 value1, System.Numerics.Vector4 min, System.Numerics.Vector4 max) => throw null; + public static System.Numerics.Vector4 CopySign(System.Numerics.Vector4 value, System.Numerics.Vector4 sign) => throw null; public void CopyTo(float[] array) => throw null; public void CopyTo(float[] array, int index) => throw null; public void CopyTo(System.Span destination) => throw null; + public static System.Numerics.Vector4 Cos(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 Create(float value) => throw null; + public static System.Numerics.Vector4 Create(System.Numerics.Vector2 vector, float z, float w) => throw null; + public static System.Numerics.Vector4 Create(System.Numerics.Vector3 vector, float w) => throw null; + public static System.Numerics.Vector4 Create(float x, float y, float z, float w) => throw null; + public static System.Numerics.Vector4 Create(System.ReadOnlySpan values) => throw null; public Vector4(System.Numerics.Vector2 value, float z, float w) => throw null; public Vector4(System.Numerics.Vector3 value, float w) => throw null; public Vector4(float value) => throw null; public Vector4(float x, float y, float z, float w) => throw null; public Vector4(System.ReadOnlySpan values) => throw null; + public static System.Numerics.Vector4 DegreesToRadians(System.Numerics.Vector4 degrees) => throw null; public static float Distance(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; public static float DistanceSquared(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; public static System.Numerics.Vector4 Divide(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; public static System.Numerics.Vector4 Divide(System.Numerics.Vector4 left, float divisor) => throw null; public static float Dot(System.Numerics.Vector4 vector1, System.Numerics.Vector4 vector2) => throw null; + public static System.Numerics.Vector4 E { get => throw null; } + public static System.Numerics.Vector4 Epsilon { get => throw null; } public bool Equals(System.Numerics.Vector4 other) => throw null; public override bool Equals(object obj) => throw null; + public static System.Numerics.Vector4 Exp(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 FusedMultiplyAdd(System.Numerics.Vector4 left, System.Numerics.Vector4 right, System.Numerics.Vector4 addend) => throw null; public override int GetHashCode() => throw null; + public static System.Numerics.Vector4 Hypot(System.Numerics.Vector4 x, System.Numerics.Vector4 y) => throw null; public float Length() => throw null; public float LengthSquared() => throw null; public static System.Numerics.Vector4 Lerp(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2, float amount) => throw null; + public static System.Numerics.Vector4 Lerp(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2, System.Numerics.Vector4 amount) => throw null; + public static System.Numerics.Vector4 Log(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 Log2(System.Numerics.Vector4 vector) => throw null; public static System.Numerics.Vector4 Max(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; + public static System.Numerics.Vector4 MaxMagnitude(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; + public static System.Numerics.Vector4 MaxMagnitudeNumber(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; + public static System.Numerics.Vector4 MaxNative(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; + public static System.Numerics.Vector4 MaxNumber(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; public static System.Numerics.Vector4 Min(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; + public static System.Numerics.Vector4 MinMagnitude(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; + public static System.Numerics.Vector4 MinMagnitudeNumber(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; + public static System.Numerics.Vector4 MinNative(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; + public static System.Numerics.Vector4 MinNumber(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2) => throw null; public static System.Numerics.Vector4 Multiply(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; public static System.Numerics.Vector4 Multiply(System.Numerics.Vector4 left, float right) => throw null; public static System.Numerics.Vector4 Multiply(float left, System.Numerics.Vector4 right) => throw null; + public static System.Numerics.Vector4 MultiplyAddEstimate(System.Numerics.Vector4 left, System.Numerics.Vector4 right, System.Numerics.Vector4 addend) => throw null; + public static System.Numerics.Vector4 NaN { get => throw null; } public static System.Numerics.Vector4 Negate(System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Vector4 NegativeInfinity { get => throw null; } + public static System.Numerics.Vector4 NegativeZero { get => throw null; } public static System.Numerics.Vector4 Normalize(System.Numerics.Vector4 vector) => throw null; public static System.Numerics.Vector4 One { get => throw null; } public static System.Numerics.Vector4 operator +(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; @@ -569,8 +735,16 @@ public struct Vector4 : System.IEquatable, System.IForm public static System.Numerics.Vector4 operator *(float left, System.Numerics.Vector4 right) => throw null; public static System.Numerics.Vector4 operator -(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; public static System.Numerics.Vector4 operator -(System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Vector4 Pi { get => throw null; } + public static System.Numerics.Vector4 PositiveInfinity { get => throw null; } + public static System.Numerics.Vector4 RadiansToDegrees(System.Numerics.Vector4 radians) => throw null; + public static System.Numerics.Vector4 Round(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 Round(System.Numerics.Vector4 vector, System.MidpointRounding mode) => throw null; + public static System.Numerics.Vector4 Sin(System.Numerics.Vector4 vector) => throw null; + public static (System.Numerics.Vector4 Sin, System.Numerics.Vector4 Cos) SinCos(System.Numerics.Vector4 vector) => throw null; public static System.Numerics.Vector4 SquareRoot(System.Numerics.Vector4 value) => throw null; public static System.Numerics.Vector4 Subtract(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static System.Numerics.Vector4 Tau { get => throw null; } public float this[int index] { get => throw null; set { } } public override string ToString() => throw null; public string ToString(string format) => throw null; @@ -581,6 +755,7 @@ public struct Vector4 : System.IEquatable, System.IForm public static System.Numerics.Vector4 Transform(System.Numerics.Vector3 value, System.Numerics.Quaternion rotation) => throw null; public static System.Numerics.Vector4 Transform(System.Numerics.Vector4 vector, System.Numerics.Matrix4x4 matrix) => throw null; public static System.Numerics.Vector4 Transform(System.Numerics.Vector4 value, System.Numerics.Quaternion rotation) => throw null; + public static System.Numerics.Vector4 Truncate(System.Numerics.Vector4 vector) => throw null; public bool TryCopyTo(System.Span destination) => throw null; public static System.Numerics.Vector4 UnitW { get => throw null; } public static System.Numerics.Vector4 UnitX { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ObjectModel.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ObjectModel.cs index 6163b9a17e93..bbd3f9788893 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ObjectModel.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ObjectModel.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.ObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Collections diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.DispatchProxy.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.DispatchProxy.cs index cb464de5ab49..b9cdf6afac20 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.DispatchProxy.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.DispatchProxy.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Reflection.DispatchProxy, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.DispatchProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Reflection diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.ILGeneration.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.ILGeneration.cs index 2fa3b597fd34..df494717189c 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.ILGeneration.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.ILGeneration.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Reflection.Emit.ILGeneration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.Emit.ILGeneration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Reflection @@ -21,6 +21,7 @@ public abstract class ILGenerator public abstract void BeginFaultBlock(); public abstract void BeginFinallyBlock(); public abstract void BeginScope(); + protected static System.Reflection.Emit.Label CreateLabel(int id) => throw null; protected ILGenerator() => throw null; public virtual System.Reflection.Emit.LocalBuilder DeclareLocal(System.Type localType) => throw null; public abstract System.Reflection.Emit.LocalBuilder DeclareLocal(System.Type localType, bool pinned); @@ -52,6 +53,8 @@ public abstract class ILGenerator public abstract void EndScope(); public abstract int ILOffset { get; } public abstract void MarkLabel(System.Reflection.Emit.Label loc); + public void MarkSequencePoint(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int startLine, int startColumn, int endLine, int endColumn) => throw null; + protected virtual void MarkSequencePointCore(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int startLine, int startColumn, int endLine, int endColumn) => throw null; public virtual void ThrowException(System.Type excType) => throw null; public abstract void UsingNamespace(string usingNamespace); } @@ -60,14 +63,18 @@ public struct Label : System.IEquatable public override bool Equals(object obj) => throw null; public bool Equals(System.Reflection.Emit.Label obj) => throw null; public override int GetHashCode() => throw null; + public int Id { get => throw null; } public static bool operator ==(System.Reflection.Emit.Label a, System.Reflection.Emit.Label b) => throw null; public static bool operator !=(System.Reflection.Emit.Label a, System.Reflection.Emit.Label b) => throw null; } - public sealed class LocalBuilder : System.Reflection.LocalVariableInfo + public abstract class LocalBuilder : System.Reflection.LocalVariableInfo { + protected LocalBuilder() => throw null; public override bool IsPinned { get => throw null; } public override int LocalIndex { get => throw null; } public override System.Type LocalType { get => throw null; } + public void SetLocalSymInfo(string name) => throw null; + protected virtual void SetLocalSymInfoCore(string name) => throw null; } public abstract class ParameterBuilder { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs index d7fc2fb5dbdb..2043496d1b12 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Reflection.Emit.Lightweight, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.Emit.Lightweight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Reflection diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.cs index 9056e66de42c..e423dda3a44f 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Reflection.Emit, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.Emit, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Reflection @@ -332,6 +332,9 @@ public abstract class ModuleBuilder : System.Reflection.Module public void CreateGlobalFunctions() => throw null; protected abstract void CreateGlobalFunctionsCore(); protected ModuleBuilder() => throw null; + public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType) => throw null; + public System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(string url, System.Guid language = default(System.Guid)) => throw null; + protected virtual System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocumentCore(string url, System.Guid language = default(System.Guid)) => throw null; public System.Reflection.Emit.EnumBuilder DefineEnum(string name, System.Reflection.TypeAttributes visibility, System.Type underlyingType) => throw null; protected abstract System.Reflection.Emit.EnumBuilder DefineEnumCore(string name, System.Reflection.TypeAttributes visibility, System.Type underlyingType); public System.Reflection.Emit.MethodBuilder DefineGlobalMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes) => throw null; @@ -393,6 +396,20 @@ public abstract class ModuleBuilder : System.Reflection.Module public void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder) => throw null; protected abstract void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute); } + public sealed class PersistedAssemblyBuilder : System.Reflection.Emit.AssemblyBuilder + { + public PersistedAssemblyBuilder(System.Reflection.AssemblyName name, System.Reflection.Assembly coreAssembly, System.Collections.Generic.IEnumerable assemblyAttributes = default(System.Collections.Generic.IEnumerable)) => throw null; + protected override System.Reflection.Emit.ModuleBuilder DefineDynamicModuleCore(string name) => throw null; + public override string FullName { get => throw null; } + public System.Reflection.Metadata.Ecma335.MetadataBuilder GenerateMetadata(out System.Reflection.Metadata.BlobBuilder ilStream, out System.Reflection.Metadata.BlobBuilder mappedFieldData) => throw null; + public System.Reflection.Metadata.Ecma335.MetadataBuilder GenerateMetadata(out System.Reflection.Metadata.BlobBuilder ilStream, out System.Reflection.Metadata.BlobBuilder mappedFieldData, out System.Reflection.Metadata.Ecma335.MetadataBuilder pdbBuilder) => throw null; + protected override System.Reflection.Emit.ModuleBuilder GetDynamicModuleCore(string name) => throw null; + public override System.Reflection.AssemblyName GetName(bool copiedName) => throw null; + public override System.Reflection.Module ManifestModule { get => throw null; } + public void Save(string assemblyFileName) => throw null; + public void Save(System.IO.Stream stream) => throw null; + protected override void SetCustomAttributeCore(System.Reflection.ConstructorInfo con, System.ReadOnlySpan binaryAttribute) => throw null; + } public abstract class PropertyBuilder : System.Reflection.PropertyInfo { public void AddOtherMethod(System.Reflection.Emit.MethodBuilder mdBuilder) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs index 5a772b3e8573..d53072556e89 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Reflection @@ -112,6 +112,19 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; } + public sealed class AssemblyNameInfo + { + public AssemblyNameInfo(string name, System.Version version = default(System.Version), string cultureName = default(string), System.Reflection.AssemblyNameFlags flags = default(System.Reflection.AssemblyNameFlags), System.Collections.Immutable.ImmutableArray publicKeyOrToken = default(System.Collections.Immutable.ImmutableArray)) => throw null; + public string CultureName { get => throw null; } + public System.Reflection.AssemblyNameFlags Flags { get => throw null; } + public string FullName { get => throw null; } + public string Name { get => throw null; } + public static System.Reflection.Metadata.AssemblyNameInfo Parse(System.ReadOnlySpan assemblyName) => throw null; + public System.Collections.Immutable.ImmutableArray PublicKeyOrToken { get => throw null; } + public System.Reflection.AssemblyName ToAssemblyName() => throw null; + public static bool TryParse(System.ReadOnlySpan assemblyName, out System.Reflection.Metadata.AssemblyNameInfo result) => throw null; + public System.Version Version { get => throw null; } + } public struct AssemblyReference { public System.Reflection.Metadata.StringHandle Culture { get => throw null; } @@ -2745,6 +2758,40 @@ public struct TypeLayout public int PackingSize { get => throw null; } public int Size { get => throw null; } } + public sealed class TypeName + { + public System.Reflection.Metadata.AssemblyNameInfo AssemblyName { get => throw null; } + public string AssemblyQualifiedName { get => throw null; } + public System.Reflection.Metadata.TypeName DeclaringType { get => throw null; } + public string FullName { get => throw null; } + public int GetArrayRank() => throw null; + public System.Reflection.Metadata.TypeName GetElementType() => throw null; + public System.Collections.Immutable.ImmutableArray GetGenericArguments() => throw null; + public System.Reflection.Metadata.TypeName GetGenericTypeDefinition() => throw null; + public int GetNodeCount() => throw null; + public bool IsArray { get => throw null; } + public bool IsByRef { get => throw null; } + public bool IsConstructedGenericType { get => throw null; } + public bool IsNested { get => throw null; } + public bool IsPointer { get => throw null; } + public bool IsSimple { get => throw null; } + public bool IsSZArray { get => throw null; } + public bool IsVariableBoundArrayType { get => throw null; } + public System.Reflection.Metadata.TypeName MakeArrayTypeName(int rank) => throw null; + public System.Reflection.Metadata.TypeName MakeByRefTypeName() => throw null; + public System.Reflection.Metadata.TypeName MakeGenericTypeName(System.Collections.Immutable.ImmutableArray typeArguments) => throw null; + public System.Reflection.Metadata.TypeName MakePointerTypeName() => throw null; + public System.Reflection.Metadata.TypeName MakeSZArrayTypeName() => throw null; + public string Name { get => throw null; } + public static System.Reflection.Metadata.TypeName Parse(System.ReadOnlySpan typeName, System.Reflection.Metadata.TypeNameParseOptions options = default(System.Reflection.Metadata.TypeNameParseOptions)) => throw null; + public static bool TryParse(System.ReadOnlySpan typeName, out System.Reflection.Metadata.TypeName result, System.Reflection.Metadata.TypeNameParseOptions options = default(System.Reflection.Metadata.TypeNameParseOptions)) => throw null; + public System.Reflection.Metadata.TypeName WithAssemblyName(System.Reflection.Metadata.AssemblyNameInfo assemblyName) => throw null; + } + public sealed class TypeNameParseOptions + { + public TypeNameParseOptions() => throw null; + public int MaxNodes { get => throw null; set { } } + } public struct TypeReference { public System.Reflection.Metadata.StringHandle Name { get => throw null; } @@ -2986,11 +3033,14 @@ public enum Machine : ushort MipsFpu16 = 1126, Tricore = 1312, Ebc = 3772, + RiscV32 = 20530, + RiscV64 = 20580, + RiscV128 = 20776, + LoongArch32 = 25138, + LoongArch64 = 25188, Amd64 = 34404, M32R = 36929, Arm64 = 43620, - LoongArch32 = 25138, - LoongArch64 = 25188, } public class ManagedPEBuilder : System.Reflection.PortableExecutable.PEBuilder { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Primitives.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Primitives.cs index 67c1e745e18e..48d40b39fa35 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Primitives.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Primitives.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Reflection.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Reflection @@ -22,6 +22,7 @@ public struct OpCode : System.IEquatable { public override bool Equals(object obj) => throw null; public bool Equals(System.Reflection.Emit.OpCode obj) => throw null; + public int EvaluationStackDelta { get => throw null; } public System.Reflection.Emit.FlowControl FlowControl { get => throw null; } public override int GetHashCode() => throw null; public string Name { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs index e90b0fbb425e..9cf5badd0ba6 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Reflection.TypeExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.TypeExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Reflection diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Resources.Writer.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Resources.Writer.cs index 663a191c262a..8f8530729e5a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Resources.Writer.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Resources.Writer.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Resources.Writer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Resources.Writer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Resources diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.VisualC.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.VisualC.cs index 0c155ab784e6..eeb6bca11f77 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.VisualC.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.VisualC.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime.CompilerServices.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.CompilerServices.VisualC, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Runtime diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.JavaScript.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.JavaScript.cs index 438ac208b952..f80c4fd81b37 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.JavaScript.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.JavaScript.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime.InteropServices.JavaScript, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.InteropServices.JavaScript, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Runtime diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.cs index 4994641a297d..9c596d3969ba 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime.InteropServices, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.InteropServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { public sealed class DataMisalignedException : System.SystemException @@ -156,7 +156,9 @@ public static class CollectionsMarshal { public static System.Span AsSpan(System.Collections.Generic.List list) => throw null; public static TValue GetValueRefOrAddDefault(System.Collections.Generic.Dictionary dictionary, TKey key, out bool exists) => throw null; + public static TValue GetValueRefOrAddDefault(System.Collections.Generic.Dictionary.AlternateLookup dictionary, TAlternateKey key, out bool exists) => throw null; public static TValue GetValueRefOrNullRef(System.Collections.Generic.Dictionary dictionary, TKey key) => throw null; + public static TValue GetValueRefOrNullRef(System.Collections.Generic.Dictionary.AlternateLookup dictionary, TAlternateKey key) => throw null; public static void SetCount(System.Collections.Generic.List list, int count) => throw null; } [System.AttributeUsage((System.AttributeTargets)10624, Inherited = false)] @@ -1193,7 +1195,7 @@ public static class Marshal public static object PtrToStructure(nint ptr, System.Type structureType) => throw null; public static T PtrToStructure(nint ptr) => throw null; public static void PtrToStructure(nint ptr, T structure) => throw null; - public static int QueryInterface(nint pUnk, ref readonly System.Guid iid, out nint ppv) => throw null; + public static int QueryInterface(nint pUnk, in System.Guid iid, out nint ppv) => throw null; public static byte ReadByte(nint ptr) => throw null; public static byte ReadByte(nint ptr, int ofs) => throw null; public static byte ReadByte(object ptr, int ofs) => throw null; @@ -1364,15 +1366,39 @@ public sealed class ComObject : System.Runtime.InteropServices.IDynamicInterface System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey(System.Type type) => throw null; bool System.Runtime.InteropServices.IDynamicInterfaceCastable.IsInterfaceImplemented(System.RuntimeTypeHandle interfaceType, bool throwIfNotImplemented) => throw null; } - public static class ExceptionAsDefaultMarshaller where T : struct + public struct ComVariant : System.IDisposable + { + public T As() => throw null; + public static System.Runtime.InteropServices.Marshalling.ComVariant Create(T value) => throw null; + public static System.Runtime.InteropServices.Marshalling.ComVariant CreateRaw(System.Runtime.InteropServices.VarEnum vt, T rawValue) where T : unmanaged => throw null; + public void Dispose() => throw null; + public T GetRawDataRef() where T : unmanaged => throw null; + public static System.Runtime.InteropServices.Marshalling.ComVariant Null { get => throw null; } + public System.Runtime.InteropServices.VarEnum VarType { get => throw null; } + } + public static class ComVariantMarshaller + { + public static object ConvertToManaged(System.Runtime.InteropServices.Marshalling.ComVariant unmanaged) => throw null; + public static System.Runtime.InteropServices.Marshalling.ComVariant ConvertToUnmanaged(object managed) => throw null; + public static void Free(System.Runtime.InteropServices.Marshalling.ComVariant unmanaged) => throw null; + public struct RefPropagate + { + public void Free() => throw null; + public void FromManaged(object managed) => throw null; + public void FromUnmanaged(System.Runtime.InteropServices.Marshalling.ComVariant unmanaged) => throw null; + public object ToManaged() => throw null; + public System.Runtime.InteropServices.Marshalling.ComVariant ToUnmanaged() => throw null; + } + } + public static class ExceptionAsDefaultMarshaller where T : unmanaged { public static T ConvertToUnmanaged(System.Exception e) => throw null; } - public static class ExceptionAsHResultMarshaller where T : struct + public static class ExceptionAsHResultMarshaller where T : unmanaged, System.Numerics.INumber { public static T ConvertToUnmanaged(System.Exception e) => throw null; } - public static class ExceptionAsNaNMarshaller where T : struct + public static class ExceptionAsNaNMarshaller where T : unmanaged, System.Numerics.IFloatingPointIeee754 { public static T ConvertToUnmanaged(System.Exception e) => throw null; } @@ -1577,6 +1603,8 @@ public struct NFloat : System.Numerics.IAdditionOperators.Clamp(System.Runtime.InteropServices.NFloat value, System.Runtime.InteropServices.NFloat min, System.Runtime.InteropServices.NFloat max) => throw null; public int CompareTo(object obj) => throw null; public int CompareTo(System.Runtime.InteropServices.NFloat other) => throw null; + static TInteger System.Numerics.IFloatingPoint.ConvertToInteger(System.Runtime.InteropServices.NFloat value) => throw null; + static TInteger System.Numerics.IFloatingPoint.ConvertToIntegerNative(System.Runtime.InteropServices.NFloat value) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.INumber.CopySign(System.Runtime.InteropServices.NFloat value, System.Runtime.InteropServices.NFloat sign) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.ITrigonometricFunctions.Cos(System.Runtime.InteropServices.NFloat x) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.IHyperbolicFunctions.Cosh(System.Runtime.InteropServices.NFloat x) => throw null; @@ -1645,6 +1673,7 @@ public struct NFloat : System.Numerics.IAdditionOperators.MinNumber(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.IMinMaxValue.MinValue { get => throw null; } static System.Runtime.InteropServices.NFloat System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.MultiplyAddEstimate(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right, System.Runtime.InteropServices.NFloat addend) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.NaN { get => throw null; } static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPointIeee754.NegativeInfinity { get => throw null; } static System.Runtime.InteropServices.NFloat System.Numerics.ISignedNumber.NegativeOne { get => throw null; } @@ -2071,6 +2100,11 @@ public sealed class VariantWrapper public VariantWrapper(object obj) => throw null; public object WrappedObject { get => throw null; } } + [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] + public sealed class WasmImportLinkageAttribute : System.Attribute + { + public WasmImportLinkageAttribute() => throw null; + } } } namespace Security diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Intrinsics.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Intrinsics.cs index 8e2b18b3a00a..ebba9032bc6a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Intrinsics.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Intrinsics.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime.Intrinsics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Runtime.Intrinsics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Runtime @@ -454,9 +454,129 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector128 value, byte valueIndex) => throw null; public static System.Runtime.Intrinsics.Vector64 InsertSelectedScalar(System.Runtime.Intrinsics.Vector64 result, byte resultIndex, System.Runtime.Intrinsics.Vector64 value, byte valueIndex) => throw null; public static bool IsSupported { get => throw null; } + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128(long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128(ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128(double* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128AndUnzip(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128AndUnzip(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128AndUnzip(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128AndUnzip(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128AndUnzip(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128AndUnzip(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128AndUnzip(long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128AndUnzip(ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128AndUnzip(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) Load2xVector128AndUnzip(double* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128(long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128(ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128(double* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128AndUnzip(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128AndUnzip(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128AndUnzip(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128AndUnzip(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128AndUnzip(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128AndUnzip(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128AndUnzip(long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128AndUnzip(ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128AndUnzip(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) Load3xVector128AndUnzip(double* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128(long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128(ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128(double* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128AndUnzip(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128AndUnzip(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128AndUnzip(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128AndUnzip(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128AndUnzip(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128AndUnzip(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128AndUnzip(long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128AndUnzip(ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128AndUnzip(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) Load4xVector128AndUnzip(double* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, double* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, double* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128, System.Runtime.Intrinsics.Vector128) values, byte index, double* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(double* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(long* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndReplicateToVector128x2(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndReplicateToVector128x2(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndReplicateToVector128x2(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndReplicateToVector128x2(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndReplicateToVector128x2(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndReplicateToVector128x2(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndReplicateToVector128x2(long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndReplicateToVector128x2(ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndReplicateToVector128x2(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) LoadAndReplicateToVector128x2(double* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndReplicateToVector128x3(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndReplicateToVector128x3(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndReplicateToVector128x3(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndReplicateToVector128x3(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndReplicateToVector128x3(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndReplicateToVector128x3(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndReplicateToVector128x3(long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndReplicateToVector128x3(ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndReplicateToVector128x3(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) LoadAndReplicateToVector128x3(double* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndReplicateToVector128x4(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndReplicateToVector128x4(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndReplicateToVector128x4(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndReplicateToVector128x4(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndReplicateToVector128x4(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndReplicateToVector128x4(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndReplicateToVector128x4(long* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndReplicateToVector128x4(ulong* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndReplicateToVector128x4(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) LoadAndReplicateToVector128x4(double* address) => throw null; public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairScalarVector64(int* address) => throw null; public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairScalarVector64(float* address) => throw null; public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadPairScalarVector64(uint* address) => throw null; @@ -698,6 +818,36 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 public static System.Runtime.Intrinsics.Vector128 Sqrt(System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Runtime.Intrinsics.Vector128 Sqrt(System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Runtime.Intrinsics.Vector64 Sqrt(System.Runtime.Intrinsics.Vector64 value) => throw null; + public static unsafe void Store(byte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void Store(sbyte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void Store(short* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void Store(ushort* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void Store(int* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void Store(uint* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void Store(long* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void Store(ulong* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void Store(float* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void Store(double* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void Store(byte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void Store(sbyte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void Store(short* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void Store(ushort* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void Store(int* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void Store(uint* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void Store(long* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void Store(ulong* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void Store(float* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void Store(double* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void Store(byte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void Store(sbyte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void Store(short* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void Store(ushort* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void Store(int* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void Store(uint* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void Store(long* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void Store(ulong* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void Store(float* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void Store(double* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; public static unsafe void StorePair(byte* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; public static unsafe void StorePair(byte* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; public static unsafe void StorePair(double* address, System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) => throw null; @@ -744,6 +894,66 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 public static unsafe void StorePairScalarNonTemporal(int* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; public static unsafe void StorePairScalarNonTemporal(float* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; public static unsafe void StorePairScalarNonTemporal(uint* address, System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) => throw null; + public static unsafe void StoreSelectedScalar(byte* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(sbyte* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(short* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(ushort* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(int* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(uint* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(long* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(ulong* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(float* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(double* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(byte* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(sbyte* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(short* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(ushort* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(int* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(uint* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(long* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(ulong* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(float* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(double* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(byte* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3, System.Runtime.Intrinsics.Vector128 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(sbyte* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3, System.Runtime.Intrinsics.Vector128 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(short* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3, System.Runtime.Intrinsics.Vector128 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(ushort* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3, System.Runtime.Intrinsics.Vector128 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(int* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3, System.Runtime.Intrinsics.Vector128 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(uint* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3, System.Runtime.Intrinsics.Vector128 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(long* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3, System.Runtime.Intrinsics.Vector128 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(ulong* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3, System.Runtime.Intrinsics.Vector128 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(float* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3, System.Runtime.Intrinsics.Vector128 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(double* address, (System.Runtime.Intrinsics.Vector128 value1, System.Runtime.Intrinsics.Vector128 value2, System.Runtime.Intrinsics.Vector128 value3, System.Runtime.Intrinsics.Vector128 value4) value, byte index) => throw null; + public static unsafe void StoreVectorAndZip(byte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(sbyte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(short* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(ushort* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(int* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(uint* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(long* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(ulong* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(float* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(double* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(byte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(sbyte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(short* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(ushort* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(int* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(uint* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(long* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(ulong* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(float* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(double* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(byte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(sbyte* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(short* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(ushort* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(int* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(uint* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(long* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(ulong* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(float* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(double* address, (System.Runtime.Intrinsics.Vector128 Value1, System.Runtime.Intrinsics.Vector128 Value2, System.Runtime.Intrinsics.Vector128 Value3, System.Runtime.Intrinsics.Vector128 Value4) value) => throw null; public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector64 SubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static System.Runtime.Intrinsics.Vector64 SubtractSaturateScalar(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; @@ -1233,6 +1443,48 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 public static System.Runtime.Intrinsics.Vector64 LeadingZeroCount(System.Runtime.Intrinsics.Vector64 value) => throw null; public static System.Runtime.Intrinsics.Vector64 LeadingZeroCount(System.Runtime.Intrinsics.Vector64 value) => throw null; public static System.Runtime.Intrinsics.Vector64 LeadingZeroCount(System.Runtime.Intrinsics.Vector64 value) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64AndUnzip(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64AndUnzip(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64AndUnzip(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64AndUnzip(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64AndUnzip(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64AndUnzip(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) Load2xVector64AndUnzip(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64AndUnzip(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64AndUnzip(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64AndUnzip(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64AndUnzip(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64AndUnzip(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64AndUnzip(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) Load3xVector64AndUnzip(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64AndUnzip(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64AndUnzip(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64AndUnzip(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64AndUnzip(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64AndUnzip(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64AndUnzip(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) Load4xVector64AndUnzip(float* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, byte* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, double* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector128 value, byte index, short* address) => throw null; @@ -1250,6 +1502,27 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector64 value, byte index, float* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector64 value, byte index, ushort* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndInsertScalar(System.Runtime.Intrinsics.Vector64 value, byte index, uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndInsertScalar((System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64, System.Runtime.Intrinsics.Vector64) values, byte index, float* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(byte* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(short* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadAndReplicateToVector128(int* address) => throw null; @@ -1264,6 +1537,27 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndReplicateToVector64(float* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndReplicateToVector64(ushort* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector64 LoadAndReplicateToVector64(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndReplicateToVector64x2(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndReplicateToVector64x2(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndReplicateToVector64x2(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndReplicateToVector64x2(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndReplicateToVector64x2(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndReplicateToVector64x2(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) LoadAndReplicateToVector64x2(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndReplicateToVector64x3(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndReplicateToVector64x3(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndReplicateToVector64x3(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndReplicateToVector64x3(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndReplicateToVector64x3(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndReplicateToVector64x3(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) LoadAndReplicateToVector64x3(float* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndReplicateToVector64x4(byte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndReplicateToVector64x4(sbyte* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndReplicateToVector64x4(short* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndReplicateToVector64x4(ushort* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndReplicateToVector64x4(int* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndReplicateToVector64x4(uint* address) => throw null; + public static unsafe (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) LoadAndReplicateToVector64x4(float* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(byte* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(double* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector128 LoadVector128(short* address) => throw null; @@ -2137,6 +2431,27 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 public static unsafe void Store(uint* address, System.Runtime.Intrinsics.Vector64 source) => throw null; public static unsafe void Store(ulong* address, System.Runtime.Intrinsics.Vector128 source) => throw null; public static unsafe void Store(ulong* address, System.Runtime.Intrinsics.Vector64 source) => throw null; + public static unsafe void Store(byte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void Store(sbyte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void Store(short* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void Store(ushort* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void Store(int* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void Store(uint* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void Store(float* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void Store(byte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void Store(sbyte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void Store(short* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void Store(ushort* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void Store(int* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void Store(uint* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void Store(float* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void Store(byte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void Store(sbyte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void Store(short* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void Store(ushort* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void Store(int* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void Store(uint* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void Store(float* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; public static unsafe void StoreSelectedScalar(byte* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; public static unsafe void StoreSelectedScalar(byte* address, System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; public static unsafe void StoreSelectedScalar(double* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; @@ -2154,6 +2469,48 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 public static unsafe void StoreSelectedScalar(uint* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; public static unsafe void StoreSelectedScalar(uint* address, System.Runtime.Intrinsics.Vector64 value, byte index) => throw null; public static unsafe void StoreSelectedScalar(ulong* address, System.Runtime.Intrinsics.Vector128 value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(byte* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(sbyte* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(short* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(ushort* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(int* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(uint* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(float* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(byte* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(sbyte* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(short* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(ushort* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(int* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(uint* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(float* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(byte* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3, System.Runtime.Intrinsics.Vector64 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(sbyte* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3, System.Runtime.Intrinsics.Vector64 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(short* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3, System.Runtime.Intrinsics.Vector64 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(ushort* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3, System.Runtime.Intrinsics.Vector64 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(int* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3, System.Runtime.Intrinsics.Vector64 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(uint* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3, System.Runtime.Intrinsics.Vector64 value4) value, byte index) => throw null; + public static unsafe void StoreSelectedScalar(float* address, (System.Runtime.Intrinsics.Vector64 value1, System.Runtime.Intrinsics.Vector64 value2, System.Runtime.Intrinsics.Vector64 value3, System.Runtime.Intrinsics.Vector64 value4) value, byte index) => throw null; + public static unsafe void StoreVectorAndZip(byte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(sbyte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(short* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(ushort* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(int* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(uint* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(float* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2) value) => throw null; + public static unsafe void StoreVectorAndZip(sbyte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(short* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(ushort* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(byte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(int* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(uint* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(float* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3) value) => throw null; + public static unsafe void StoreVectorAndZip(byte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(sbyte* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(short* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(ushort* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(int* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(uint* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; + public static unsafe void StoreVectorAndZip(float* address, (System.Runtime.Intrinsics.Vector64 Value1, System.Runtime.Intrinsics.Vector64 Value2, System.Runtime.Intrinsics.Vector64 Value3, System.Runtime.Intrinsics.Vector64 Value4) value) => throw null; public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector128 Subtract(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; @@ -2430,6 +2787,1523 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.ArmBase.Arm64 public static System.Runtime.Intrinsics.Vector128 ScheduleUpdate0(System.Runtime.Intrinsics.Vector128 w0_3, System.Runtime.Intrinsics.Vector128 w4_7) => throw null; public static System.Runtime.Intrinsics.Vector128 ScheduleUpdate1(System.Runtime.Intrinsics.Vector128 w0_3, System.Runtime.Intrinsics.Vector128 w8_11, System.Runtime.Intrinsics.Vector128 w12_15) => throw null; } + public abstract class Sve : System.Runtime.Intrinsics.Arm.AdvSimd + { + public static System.Numerics.Vector Abs(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Abs(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Abs(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Abs(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Abs(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Abs(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AbsoluteCompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteCompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteCompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteCompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteCompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteCompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteCompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteCompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifference(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifference(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifference(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifference(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifference(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifference(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifference(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifference(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifference(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifference(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Add(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddRotateComplex(System.Numerics.Vector left, System.Numerics.Vector right, byte rotation) => throw null; + public static System.Numerics.Vector AddRotateComplex(System.Numerics.Vector left, System.Numerics.Vector right, byte rotation) => throw null; + public static System.Numerics.Vector AddSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSequentialAcross(System.Numerics.Vector initial, System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddSequentialAcross(System.Numerics.Vector initial, System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector And(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector And(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector And(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector And(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector And(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector And(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector And(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector And(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AndAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AndAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AndAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AndAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AndAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AndAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AndAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AndAcross(System.Numerics.Vector value) => throw null; + public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 + { + public static bool IsSupported { get => throw null; } + } + public static System.Numerics.Vector BitwiseClear(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseClear(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseClear(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseClear(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseClear(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseClear(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseClear(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseClear(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BooleanNot(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector BooleanNot(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector BooleanNot(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector BooleanNot(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector BooleanNot(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector BooleanNot(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector BooleanNot(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector BooleanNot(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Compact(System.Numerics.Vector mask, System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Compact(System.Numerics.Vector mask, System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Compact(System.Numerics.Vector mask, System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Compact(System.Numerics.Vector mask, System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Compact(System.Numerics.Vector mask, System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Compact(System.Numerics.Vector mask, System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareGreaterThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareLessThanOrEqual(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareNotEqualTo(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareUnordered(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CompareUnordered(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Compute16BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute16BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute16BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute16BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute32BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute32BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute32BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute32BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute64BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute64BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute64BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute64BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute8BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute8BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute8BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Compute8BitAddresses(System.Numerics.Vector bases, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static byte ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, byte defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static double ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, double defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static short ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, short defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static int ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, int defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static long ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, long defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static sbyte ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, sbyte defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static float ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, float defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static ushort ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, ushort defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static uint ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, uint defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static ulong ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, ulong defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static byte ConditionalExtractLastActiveElement(System.Numerics.Vector mask, byte defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static double ConditionalExtractLastActiveElement(System.Numerics.Vector mask, double defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static short ConditionalExtractLastActiveElement(System.Numerics.Vector mask, short defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static int ConditionalExtractLastActiveElement(System.Numerics.Vector mask, int defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static long ConditionalExtractLastActiveElement(System.Numerics.Vector mask, long defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static sbyte ConditionalExtractLastActiveElement(System.Numerics.Vector mask, sbyte defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static float ConditionalExtractLastActiveElement(System.Numerics.Vector mask, float defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static ushort ConditionalExtractLastActiveElement(System.Numerics.Vector mask, ushort defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static uint ConditionalExtractLastActiveElement(System.Numerics.Vector mask, uint defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultValue, System.Numerics.Vector data) => throw null; + public static ulong ConditionalExtractLastActiveElement(System.Numerics.Vector mask, ulong defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector fallback, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector fallback, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector fallback, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector fallback, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector fallback, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector fallback, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector fallback, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector fallback, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector fallback, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector fallback, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConditionalSelect(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConvertToDouble(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToDouble(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToDouble(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToDouble(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToDouble(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToInt32(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToInt32(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToInt64(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToInt64(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToSingle(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToSingle(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToSingle(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToSingle(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToSingle(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToUInt32(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToUInt32(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToUInt64(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToUInt64(System.Numerics.Vector value) => throw null; + public static ulong Count16BitElements(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong Count32BitElements(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong Count64BitElements(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong Count8BitElements(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterPropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakAfterPropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakAfterPropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakAfterPropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakAfterPropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakAfterPropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakAfterPropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakAfterPropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforePropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakBeforePropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakBeforePropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakBeforePropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakBeforePropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakBeforePropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakBeforePropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakBeforePropagateMask(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector CreateBreakPropagateMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakPropagateMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakPropagateMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakPropagateMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakPropagateMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakPropagateMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakPropagateMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakPropagateMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateFalseMaskByte() => throw null; + public static System.Numerics.Vector CreateFalseMaskDouble() => throw null; + public static System.Numerics.Vector CreateFalseMaskInt16() => throw null; + public static System.Numerics.Vector CreateFalseMaskInt32() => throw null; + public static System.Numerics.Vector CreateFalseMaskInt64() => throw null; + public static System.Numerics.Vector CreateFalseMaskSByte() => throw null; + public static System.Numerics.Vector CreateFalseMaskSingle() => throw null; + public static System.Numerics.Vector CreateFalseMaskUInt16() => throw null; + public static System.Numerics.Vector CreateFalseMaskUInt32() => throw null; + public static System.Numerics.Vector CreateFalseMaskUInt64() => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForNextActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForNextActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForNextActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateMaskForNextActiveElement(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector CreateTrueMaskByte(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateTrueMaskDouble(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateTrueMaskInt16(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateTrueMaskInt32(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateTrueMaskInt64(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateTrueMaskSByte(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateTrueMaskSingle(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateTrueMaskUInt16(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateTrueMaskUInt32(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateTrueMaskUInt64(System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask16Bit(int left, int right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask16Bit(long left, long right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask16Bit(uint left, uint right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask16Bit(ulong left, ulong right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask32Bit(int left, int right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask32Bit(long left, long right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask32Bit(uint left, uint right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask32Bit(ulong left, ulong right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask64Bit(int left, int right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask64Bit(long left, long right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask64Bit(uint left, uint right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask64Bit(ulong left, ulong right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask8Bit(int left, int right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask8Bit(long left, long right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask8Bit(uint left, uint right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanMask8Bit(ulong left, ulong right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask16Bit(int left, int right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask16Bit(long left, long right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask16Bit(uint left, uint right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask16Bit(ulong left, ulong right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask32Bit(int left, int right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask32Bit(long left, long right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask32Bit(uint left, uint right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask32Bit(ulong left, ulong right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask64Bit(int left, int right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask64Bit(long left, long right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask64Bit(uint left, uint right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask64Bit(ulong left, ulong right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask8Bit(int left, int right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask8Bit(long left, long right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask8Bit(uint left, uint right) => throw null; + public static System.Numerics.Vector CreateWhileLessThanOrEqualMask8Bit(ulong left, ulong right) => throw null; + public static System.Numerics.Vector Divide(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Divide(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector DotProduct(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector DotProduct(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector DotProduct(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector DotProduct(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector DotProductBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector DotProductBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector DotProductBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector DotProductBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector DuplicateSelectedScalarToVector(System.Numerics.Vector data, byte index) => throw null; + public static System.Numerics.Vector DuplicateSelectedScalarToVector(System.Numerics.Vector data, byte index) => throw null; + public static System.Numerics.Vector DuplicateSelectedScalarToVector(System.Numerics.Vector data, byte index) => throw null; + public static System.Numerics.Vector DuplicateSelectedScalarToVector(System.Numerics.Vector data, byte index) => throw null; + public static System.Numerics.Vector DuplicateSelectedScalarToVector(System.Numerics.Vector data, byte index) => throw null; + public static System.Numerics.Vector DuplicateSelectedScalarToVector(System.Numerics.Vector data, byte index) => throw null; + public static System.Numerics.Vector DuplicateSelectedScalarToVector(System.Numerics.Vector data, byte index) => throw null; + public static System.Numerics.Vector DuplicateSelectedScalarToVector(System.Numerics.Vector data, byte index) => throw null; + public static System.Numerics.Vector DuplicateSelectedScalarToVector(System.Numerics.Vector data, byte index) => throw null; + public static System.Numerics.Vector DuplicateSelectedScalarToVector(System.Numerics.Vector data, byte index) => throw null; + public static System.Numerics.Vector ExtractVector(System.Numerics.Vector upper, System.Numerics.Vector lower, byte index) => throw null; + public static System.Numerics.Vector ExtractVector(System.Numerics.Vector upper, System.Numerics.Vector lower, byte index) => throw null; + public static System.Numerics.Vector ExtractVector(System.Numerics.Vector upper, System.Numerics.Vector lower, byte index) => throw null; + public static System.Numerics.Vector ExtractVector(System.Numerics.Vector upper, System.Numerics.Vector lower, byte index) => throw null; + public static System.Numerics.Vector ExtractVector(System.Numerics.Vector upper, System.Numerics.Vector lower, byte index) => throw null; + public static System.Numerics.Vector ExtractVector(System.Numerics.Vector upper, System.Numerics.Vector lower, byte index) => throw null; + public static System.Numerics.Vector ExtractVector(System.Numerics.Vector upper, System.Numerics.Vector lower, byte index) => throw null; + public static System.Numerics.Vector ExtractVector(System.Numerics.Vector upper, System.Numerics.Vector lower, byte index) => throw null; + public static System.Numerics.Vector ExtractVector(System.Numerics.Vector upper, System.Numerics.Vector lower, byte index) => throw null; + public static System.Numerics.Vector ExtractVector(System.Numerics.Vector upper, System.Numerics.Vector lower, byte index) => throw null; + public static System.Numerics.Vector FloatingPointExponentialAccelerator(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector FloatingPointExponentialAccelerator(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector FusedMultiplyAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedMultiplyAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedMultiplyAddBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector FusedMultiplyAddBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector FusedMultiplyAddNegated(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedMultiplyAddNegated(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedMultiplySubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedMultiplySubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedMultiplySubtractBySelectedScalar(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector FusedMultiplySubtractBySelectedScalar(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector FusedMultiplySubtractNegated(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedMultiplySubtractNegated(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static unsafe void GatherPrefetch16Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch16Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch16Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static void GatherPrefetch16Bit(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch16Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch16Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch16Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch16Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static void GatherPrefetch16Bit(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch16Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch32Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch32Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch32Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static void GatherPrefetch32Bit(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch32Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch32Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch32Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch32Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static void GatherPrefetch32Bit(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch32Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch64Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch64Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch64Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static void GatherPrefetch64Bit(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch64Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch64Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch64Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch64Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static void GatherPrefetch64Bit(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch64Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector indices, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch8Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch8Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch8Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static void GatherPrefetch8Bit(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch8Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch8Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch8Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch8Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static void GatherPrefetch8Bit(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void GatherPrefetch8Bit(System.Numerics.Vector mask, void* address, System.Numerics.Vector offsets, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, double* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVector(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, double* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, long* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVector(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, long* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, float* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, float* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVector(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVector(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtend(System.Numerics.Vector mask, byte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtend(System.Numerics.Vector mask, byte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtend(System.Numerics.Vector mask, byte* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorByteZeroExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtend(System.Numerics.Vector mask, byte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtend(System.Numerics.Vector mask, byte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtend(System.Numerics.Vector mask, byte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtend(System.Numerics.Vector mask, byte* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorByteZeroExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtend(System.Numerics.Vector mask, byte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets) => throw null; + public static System.Numerics.Vector GatherVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets) => throw null; + public static System.Numerics.Vector GatherVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, double* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, double* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, long* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, long* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, float* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, float* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorFirstFaulting(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorInt16SignExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorInt16SignExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32SignExtend(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorInt32SignExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32SignExtend(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32SignExtend(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorInt32SignExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32SignExtend(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32SignExtendFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorInt32SignExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32SignExtendFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32SignExtendFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorInt32SignExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32SignExtendFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32WithByteOffsetsSignExtend(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32WithByteOffsetsSignExtend(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32WithByteOffsetsSignExtend(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32WithByteOffsetsSignExtend(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtend(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtend(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtend(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorSByteSignExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtend(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtend(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtend(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtend(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorSByteSignExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtend(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets) => throw null; + public static System.Numerics.Vector GatherVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets) => throw null; + public static System.Numerics.Vector GatherVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorUInt16ZeroExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorUInt16ZeroExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtend(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorUInt32ZeroExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorUInt32ZeroExtend(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtend(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector GatherVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, System.Numerics.Vector addresses) => throw null; + public static unsafe System.Numerics.Vector GatherVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, double* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, double* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, long* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, long* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, float* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, float* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsetFirstFaulting(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, double* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, double* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, long* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, long* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, float* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, float* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector offsets) => throw null; + public static unsafe System.Numerics.Vector GatherVectorWithByteOffsets(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector offsets) => throw null; + public static ulong GetActiveElementCount(System.Numerics.Vector mask, System.Numerics.Vector from) => throw null; + public static ulong GetActiveElementCount(System.Numerics.Vector mask, System.Numerics.Vector from) => throw null; + public static ulong GetActiveElementCount(System.Numerics.Vector mask, System.Numerics.Vector from) => throw null; + public static ulong GetActiveElementCount(System.Numerics.Vector mask, System.Numerics.Vector from) => throw null; + public static ulong GetActiveElementCount(System.Numerics.Vector mask, System.Numerics.Vector from) => throw null; + public static ulong GetActiveElementCount(System.Numerics.Vector mask, System.Numerics.Vector from) => throw null; + public static ulong GetActiveElementCount(System.Numerics.Vector mask, System.Numerics.Vector from) => throw null; + public static ulong GetActiveElementCount(System.Numerics.Vector mask, System.Numerics.Vector from) => throw null; + public static ulong GetActiveElementCount(System.Numerics.Vector mask, System.Numerics.Vector from) => throw null; + public static ulong GetActiveElementCount(System.Numerics.Vector mask, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector GetFfrByte() => throw null; + public static System.Numerics.Vector GetFfrInt16() => throw null; + public static System.Numerics.Vector GetFfrInt32() => throw null; + public static System.Numerics.Vector GetFfrInt64() => throw null; + public static System.Numerics.Vector GetFfrSByte() => throw null; + public static System.Numerics.Vector GetFfrUInt16() => throw null; + public static System.Numerics.Vector GetFfrUInt32() => throw null; + public static System.Numerics.Vector GetFfrUInt64() => throw null; + public static System.Numerics.Vector InsertIntoShiftedVector(System.Numerics.Vector left, byte right) => throw null; + public static System.Numerics.Vector InsertIntoShiftedVector(System.Numerics.Vector left, double right) => throw null; + public static System.Numerics.Vector InsertIntoShiftedVector(System.Numerics.Vector left, short right) => throw null; + public static System.Numerics.Vector InsertIntoShiftedVector(System.Numerics.Vector left, int right) => throw null; + public static System.Numerics.Vector InsertIntoShiftedVector(System.Numerics.Vector left, long right) => throw null; + public static System.Numerics.Vector InsertIntoShiftedVector(System.Numerics.Vector left, sbyte right) => throw null; + public static System.Numerics.Vector InsertIntoShiftedVector(System.Numerics.Vector left, float right) => throw null; + public static System.Numerics.Vector InsertIntoShiftedVector(System.Numerics.Vector left, ushort right) => throw null; + public static System.Numerics.Vector InsertIntoShiftedVector(System.Numerics.Vector left, uint right) => throw null; + public static System.Numerics.Vector InsertIntoShiftedVector(System.Numerics.Vector left, ulong right) => throw null; + public static bool IsSupported { get => throw null; } + public static System.Numerics.Vector LeadingSignCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingSignCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingSignCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingSignCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingZeroCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingZeroCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingZeroCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingZeroCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingZeroCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingZeroCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingZeroCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector LeadingZeroCount(System.Numerics.Vector value) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector) Load2xVectorAndUnzip(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector) Load2xVectorAndUnzip(System.Numerics.Vector mask, double* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector) Load2xVectorAndUnzip(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector) Load2xVectorAndUnzip(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector) Load2xVectorAndUnzip(System.Numerics.Vector mask, long* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector) Load2xVectorAndUnzip(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector) Load2xVectorAndUnzip(System.Numerics.Vector mask, float* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector) Load2xVectorAndUnzip(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector) Load2xVectorAndUnzip(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector) Load2xVectorAndUnzip(System.Numerics.Vector mask, ulong* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load3xVectorAndUnzip(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load3xVectorAndUnzip(System.Numerics.Vector mask, double* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load3xVectorAndUnzip(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load3xVectorAndUnzip(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load3xVectorAndUnzip(System.Numerics.Vector mask, long* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load3xVectorAndUnzip(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load3xVectorAndUnzip(System.Numerics.Vector mask, float* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load3xVectorAndUnzip(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load3xVectorAndUnzip(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load3xVectorAndUnzip(System.Numerics.Vector mask, ulong* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load4xVectorAndUnzip(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load4xVectorAndUnzip(System.Numerics.Vector mask, double* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load4xVectorAndUnzip(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load4xVectorAndUnzip(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load4xVectorAndUnzip(System.Numerics.Vector mask, long* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load4xVectorAndUnzip(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load4xVectorAndUnzip(System.Numerics.Vector mask, float* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load4xVectorAndUnzip(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load4xVectorAndUnzip(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe (System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector, System.Numerics.Vector) Load4xVectorAndUnzip(System.Numerics.Vector mask, ulong* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector(System.Numerics.Vector mask, double* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector(System.Numerics.Vector mask, long* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector(System.Numerics.Vector mask, float* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector(System.Numerics.Vector mask, ulong* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector128AndReplicateToVector(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector128AndReplicateToVector(System.Numerics.Vector mask, double* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector128AndReplicateToVector(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector128AndReplicateToVector(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector128AndReplicateToVector(System.Numerics.Vector mask, long* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector128AndReplicateToVector(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector128AndReplicateToVector(System.Numerics.Vector mask, float* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector128AndReplicateToVector(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector128AndReplicateToVector(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVector128AndReplicateToVector(System.Numerics.Vector mask, ulong* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToInt16(byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToInt32(byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToInt64(byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToUInt16(byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToUInt32(byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToUInt64(byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendFirstFaulting(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendToInt16(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendToInt32(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendToInt64(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendToUInt16(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendToUInt32(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteZeroExtendToUInt64(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorFirstFaulting(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorFirstFaulting(System.Numerics.Vector mask, double* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorFirstFaulting(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorFirstFaulting(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorFirstFaulting(System.Numerics.Vector mask, long* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorFirstFaulting(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorFirstFaulting(System.Numerics.Vector mask, float* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorFirstFaulting(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorFirstFaulting(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorFirstFaulting(System.Numerics.Vector mask, ulong* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16NonFaultingSignExtendToInt32(short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16NonFaultingSignExtendToInt64(short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16NonFaultingSignExtendToUInt32(short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16NonFaultingSignExtendToUInt64(short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16SignExtendFirstFaulting(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16SignExtendToInt32(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16SignExtendToInt64(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16SignExtendToUInt32(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16SignExtendToUInt64(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt32NonFaultingSignExtendToInt64(int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt32NonFaultingSignExtendToUInt64(int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt32SignExtendFirstFaulting(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt32SignExtendFirstFaulting(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt32SignExtendToInt64(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt32SignExtendToUInt64(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(double* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(long* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(float* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(ulong* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonTemporal(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonTemporal(System.Numerics.Vector mask, double* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonTemporal(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonTemporal(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonTemporal(System.Numerics.Vector mask, long* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonTemporal(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonTemporal(System.Numerics.Vector mask, float* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonTemporal(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonTemporal(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonTemporal(System.Numerics.Vector mask, ulong* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToInt16(sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToInt32(sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToInt64(sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToUInt16(sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToUInt32(sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToUInt64(sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendFirstFaulting(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendToInt16(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendToInt32(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendToInt64(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendToUInt16(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendToUInt32(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteSignExtendToUInt64(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16NonFaultingZeroExtendToInt32(ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16NonFaultingZeroExtendToInt64(ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16NonFaultingZeroExtendToUInt32(ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16NonFaultingZeroExtendToUInt64(ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16ZeroExtendFirstFaulting(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16ZeroExtendToInt32(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16ZeroExtendToInt64(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16ZeroExtendToUInt32(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16ZeroExtendToUInt64(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt32NonFaultingZeroExtendToInt64(uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt32NonFaultingZeroExtendToUInt64(uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt32ZeroExtendToInt64(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt32ZeroExtendToUInt64(System.Numerics.Vector mask, uint* address) => throw null; + public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Max(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxNumber(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxNumber(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxNumberAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxNumberAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Min(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinNumber(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinNumber(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinNumberAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MinNumberAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Multiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAddRotateComplex(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rotation) => throw null; + public static System.Numerics.Vector MultiplyAddRotateComplex(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rotation) => throw null; + public static System.Numerics.Vector MultiplyAddRotateComplexBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex, byte rotation) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalar(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalar(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyExtended(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyExtended(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplySubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplySubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplySubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplySubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplySubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplySubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplySubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplySubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Negate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Negate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Negate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Negate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Negate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Negate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Not(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Not(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Not(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Not(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Not(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Not(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Not(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Not(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Or(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Or(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Or(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Or(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Or(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Or(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Or(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Or(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector OrAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector OrAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector OrAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector OrAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector OrAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector OrAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector OrAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector OrAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PopCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PopCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PopCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PopCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PopCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PopCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PopCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PopCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PopCount(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PopCount(System.Numerics.Vector value) => throw null; + public static unsafe void PrefetchBytes(System.Numerics.Vector mask, void* address, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void PrefetchInt16(System.Numerics.Vector mask, void* address, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void PrefetchInt32(System.Numerics.Vector mask, void* address, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void PrefetchInt64(System.Numerics.Vector mask, void* address, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static System.Numerics.Vector ReciprocalEstimate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReciprocalEstimate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReciprocalExponent(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReciprocalExponent(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReciprocalSqrtEstimate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReciprocalSqrtEstimate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReciprocalSqrtStep(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ReciprocalSqrtStep(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ReciprocalStep(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ReciprocalStep(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ReverseBits(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseBits(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseBits(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseBits(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseBits(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseBits(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseBits(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseBits(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement16(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement16(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement16(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement16(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement32(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement32(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReverseElement8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RoundAwayFromZero(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RoundAwayFromZero(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RoundToNearest(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RoundToNearest(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RoundToNegativeInfinity(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RoundToNegativeInfinity(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RoundToPositiveInfinity(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RoundToPositiveInfinity(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RoundToZero(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector RoundToZero(System.Numerics.Vector value) => throw null; + public static int SaturatingDecrementBy16BitElementCount(int value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static long SaturatingDecrementBy16BitElementCount(long value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static uint SaturatingDecrementBy16BitElementCount(uint value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong SaturatingDecrementBy16BitElementCount(ulong value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingDecrementBy16BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingDecrementBy16BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static int SaturatingDecrementBy32BitElementCount(int value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static long SaturatingDecrementBy32BitElementCount(long value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static uint SaturatingDecrementBy32BitElementCount(uint value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong SaturatingDecrementBy32BitElementCount(ulong value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingDecrementBy32BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingDecrementBy32BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static int SaturatingDecrementBy64BitElementCount(int value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static long SaturatingDecrementBy64BitElementCount(long value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static uint SaturatingDecrementBy64BitElementCount(uint value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong SaturatingDecrementBy64BitElementCount(ulong value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingDecrementBy64BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingDecrementBy64BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static int SaturatingDecrementBy8BitElementCount(int value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static long SaturatingDecrementBy8BitElementCount(long value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static uint SaturatingDecrementBy8BitElementCount(uint value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong SaturatingDecrementBy8BitElementCount(ulong value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static long SaturatingDecrementByActiveElementCount(int value, System.Numerics.Vector from) => throw null; + public static long SaturatingDecrementByActiveElementCount(long value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingDecrementByActiveElementCount(uint value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingDecrementByActiveElementCount(ulong value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingDecrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingDecrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingDecrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static long SaturatingDecrementByActiveElementCount(int value, System.Numerics.Vector from) => throw null; + public static long SaturatingDecrementByActiveElementCount(long value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingDecrementByActiveElementCount(uint value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingDecrementByActiveElementCount(ulong value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingDecrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static long SaturatingDecrementByActiveElementCount(int value, System.Numerics.Vector from) => throw null; + public static long SaturatingDecrementByActiveElementCount(long value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingDecrementByActiveElementCount(uint value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingDecrementByActiveElementCount(ulong value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingDecrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static long SaturatingDecrementByActiveElementCount(int value, System.Numerics.Vector from) => throw null; + public static long SaturatingDecrementByActiveElementCount(long value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingDecrementByActiveElementCount(uint value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingDecrementByActiveElementCount(ulong value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingDecrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static int SaturatingIncrementBy16BitElementCount(int value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static long SaturatingIncrementBy16BitElementCount(long value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static uint SaturatingIncrementBy16BitElementCount(uint value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong SaturatingIncrementBy16BitElementCount(ulong value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingIncrementBy16BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingIncrementBy16BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static int SaturatingIncrementBy32BitElementCount(int value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static long SaturatingIncrementBy32BitElementCount(long value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static uint SaturatingIncrementBy32BitElementCount(uint value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong SaturatingIncrementBy32BitElementCount(ulong value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingIncrementBy32BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingIncrementBy32BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static int SaturatingIncrementBy64BitElementCount(int value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static long SaturatingIncrementBy64BitElementCount(long value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static uint SaturatingIncrementBy64BitElementCount(uint value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong SaturatingIncrementBy64BitElementCount(ulong value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingIncrementBy64BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static System.Numerics.Vector SaturatingIncrementBy64BitElementCount(System.Numerics.Vector value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static int SaturatingIncrementBy8BitElementCount(int value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static long SaturatingIncrementBy8BitElementCount(long value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static uint SaturatingIncrementBy8BitElementCount(uint value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static ulong SaturatingIncrementBy8BitElementCount(ulong value, byte scale, System.Runtime.Intrinsics.Arm.SveMaskPattern pattern = default(System.Runtime.Intrinsics.Arm.SveMaskPattern)) => throw null; + public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector from) => throw null; + public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingIncrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingIncrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingIncrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector from) => throw null; + public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingIncrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector from) => throw null; + public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingIncrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector from) => throw null; + public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector from) => throw null; + public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector SaturatingIncrementByActiveElementCount(System.Numerics.Vector value, System.Numerics.Vector from) => throw null; + public static System.Numerics.Vector Scale(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Scale(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, double* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static void Scatter(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, double* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, int* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, int* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, long* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static void Scatter(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, long* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, float* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, float* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static void Scatter(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector indicies, System.Numerics.Vector data) => throw null; + public static void Scatter16BitNarrowing(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Numerics.Vector data) => throw null; + public static void Scatter16BitNarrowing(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, short* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static void Scatter32BitNarrowing(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Numerics.Vector data) => throw null; + public static void Scatter32BitNarrowing(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter32BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter32BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter32BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter32BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static void Scatter8BitNarrowing(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Numerics.Vector data) => throw null; + public static void Scatter8BitNarrowing(System.Numerics.Vector mask, System.Numerics.Vector addresses, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter8BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter8BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter8BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter8BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter8BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter8BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter8BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter8BitWithByteOffsetsNarrowing(System.Numerics.Vector mask, byte* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static void SetFfr(System.Numerics.Vector value) => throw null; + public static void SetFfr(System.Numerics.Vector value) => throw null; + public static void SetFfr(System.Numerics.Vector value) => throw null; + public static void SetFfr(System.Numerics.Vector value) => throw null; + public static void SetFfr(System.Numerics.Vector value) => throw null; + public static void SetFfr(System.Numerics.Vector value) => throw null; + public static void SetFfr(System.Numerics.Vector value) => throw null; + public static void SetFfr(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftLeftLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightArithmetic(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticForDivide(System.Numerics.Vector value, byte control) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticForDivide(System.Numerics.Vector value, byte control) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticForDivide(System.Numerics.Vector value, byte control) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticForDivide(System.Numerics.Vector value, byte control) => throw null; + public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ShiftRightLogical(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SignExtend16(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtend16(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtend32(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtend8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtend8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtend8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtendWideningLower(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtendWideningLower(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtendWideningLower(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtendWideningUpper(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtendWideningUpper(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector SignExtendWideningUpper(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Splice(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Splice(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Splice(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Splice(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Splice(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Splice(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Splice(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Splice(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Splice(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Splice(System.Numerics.Vector mask, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Sqrt(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Sqrt(System.Numerics.Vector value) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, byte* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, byte* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, byte* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, byte* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3, System.Numerics.Vector Value4) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, double* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, double* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, double* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, double* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3, System.Numerics.Vector Value4) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, short* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, short* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, short* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, short* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3, System.Numerics.Vector Value4) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, int* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, int* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, int* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, int* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3, System.Numerics.Vector Value4) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, long* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, long* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, long* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, long* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3, System.Numerics.Vector Value4) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, sbyte* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, sbyte* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, sbyte* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3, System.Numerics.Vector Value4) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, float* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, float* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, float* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, float* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3, System.Numerics.Vector Value4) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, ushort* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, ushort* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, ushort* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3, System.Numerics.Vector Value4) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, uint* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, uint* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, uint* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, uint* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3, System.Numerics.Vector Value4) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, ulong* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, ulong* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3) data) => throw null; + public static unsafe void StoreAndZip(System.Numerics.Vector mask, ulong* address, (System.Numerics.Vector Value1, System.Numerics.Vector Value2, System.Numerics.Vector Value3, System.Numerics.Vector Value4) data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, short* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, short* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, int* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, byte* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, byte* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, byte* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNarrowing(System.Numerics.Vector mask, uint* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNonTemporal(System.Numerics.Vector mask, byte* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNonTemporal(System.Numerics.Vector mask, double* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNonTemporal(System.Numerics.Vector mask, short* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNonTemporal(System.Numerics.Vector mask, int* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNonTemporal(System.Numerics.Vector mask, long* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNonTemporal(System.Numerics.Vector mask, sbyte* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNonTemporal(System.Numerics.Vector mask, float* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNonTemporal(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNonTemporal(System.Numerics.Vector mask, uint* address, System.Numerics.Vector data) => throw null; + public static unsafe void StoreNonTemporal(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Subtract(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector mask, System.Numerics.Vector srcMask) => throw null; + public static System.Numerics.Vector TransposeEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TransposeOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector TrigonometricMultiplyAddCoefficient(System.Numerics.Vector left, System.Numerics.Vector right, byte control) => throw null; + public static System.Numerics.Vector TrigonometricMultiplyAddCoefficient(System.Numerics.Vector left, System.Numerics.Vector right, byte control) => throw null; + public static System.Numerics.Vector TrigonometricSelectCoefficient(System.Numerics.Vector value, System.Numerics.Vector selector) => throw null; + public static System.Numerics.Vector TrigonometricSelectCoefficient(System.Numerics.Vector value, System.Numerics.Vector selector) => throw null; + public static System.Numerics.Vector TrigonometricStartingValue(System.Numerics.Vector value, System.Numerics.Vector sign) => throw null; + public static System.Numerics.Vector TrigonometricStartingValue(System.Numerics.Vector value, System.Numerics.Vector sign) => throw null; + public static System.Numerics.Vector UnzipEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector UnzipOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector VectorTableLookup(System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup(System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup(System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup(System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup(System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup(System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup(System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup(System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup(System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup(System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector XorAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector XorAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector XorAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector XorAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector XorAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector XorAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector XorAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector XorAcross(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtend16(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtend16(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtend32(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtend8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtend8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtend8(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtendWideningLower(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtendWideningLower(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtendWideningLower(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtendWideningUpper(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtendWideningUpper(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZeroExtendWideningUpper(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ZipHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipLow(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipLow(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipLow(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipLow(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipLow(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipLow(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipLow(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipLow(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipLow(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ZipLow(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + } + public enum SveMaskPattern : byte + { + LargestPowerOf2 = 0, + VectorCount1 = 1, + VectorCount2 = 2, + VectorCount3 = 3, + VectorCount4 = 4, + VectorCount5 = 5, + VectorCount6 = 6, + VectorCount7 = 7, + VectorCount8 = 8, + VectorCount16 = 9, + VectorCount32 = 10, + VectorCount64 = 11, + VectorCount128 = 12, + VectorCount256 = 13, + LargestMultipleOf4 = 29, + LargestMultipleOf3 = 30, + All = 31, + } + public enum SvePrefetchType : byte + { + LoadL1Temporal = 0, + LoadL1NonTemporal = 1, + LoadL2Temporal = 2, + LoadL2NonTemporal = 3, + LoadL3Temporal = 4, + LoadL3NonTemporal = 5, + StoreL1Temporal = 8, + StoreL1NonTemporal = 9, + StoreL2Temporal = 10, + StoreL2NonTemporal = 11, + StoreL3Temporal = 12, + StoreL3NonTemporal = 13, + } } public static class Vector128 { @@ -2454,6 +4328,8 @@ public static class Vector128 public static System.Runtime.Intrinsics.Vector128 AsVector128(this System.Numerics.Vector3 value) => throw null; public static System.Runtime.Intrinsics.Vector128 AsVector128(this System.Numerics.Vector4 value) => throw null; public static System.Runtime.Intrinsics.Vector128 AsVector128(this System.Numerics.Vector value) => throw null; + public static System.Runtime.Intrinsics.Vector128 AsVector128Unsafe(this System.Numerics.Vector2 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 AsVector128Unsafe(this System.Numerics.Vector3 value) => throw null; public static System.Numerics.Vector2 AsVector2(this System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Numerics.Vector3 AsVector3(this System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Numerics.Vector4 AsVector4(this System.Runtime.Intrinsics.Vector128 value) => throw null; @@ -2461,18 +4337,27 @@ public static class Vector128 public static System.Runtime.Intrinsics.Vector128 BitwiseOr(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector128 Ceiling(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 Ceiling(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Clamp(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 min, System.Runtime.Intrinsics.Vector128 max) => throw null; + public static System.Runtime.Intrinsics.Vector128 ClampNative(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 min, System.Runtime.Intrinsics.Vector128 max) => throw null; public static System.Runtime.Intrinsics.Vector128 ConditionalSelect(System.Runtime.Intrinsics.Vector128 condition, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertToDouble(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertToDouble(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertToInt32(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToInt32Native(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertToInt64(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToInt64Native(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertToSingle(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertToSingle(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertToUInt32(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToUInt32Native(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertToUInt64(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToUInt64Native(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 CopySign(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 sign) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector128 vector, System.Span destination) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector128 vector, T[] destination) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector128 vector, T[] destination, int startIndex) => throw null; + public static System.Runtime.Intrinsics.Vector128 Cos(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Cos(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 Create(byte value) => throw null; public static System.Runtime.Intrinsics.Vector128 Create(byte e0, byte e1, byte e2, byte e3, byte e4, byte e5, byte e6, byte e7, byte e8, byte e9, byte e10, byte e11, byte e12, byte e13, byte e14, byte e15) => throw null; public static System.Runtime.Intrinsics.Vector128 Create(double value) => throw null; @@ -2508,6 +4393,7 @@ public static class Vector128 public static System.Runtime.Intrinsics.Vector128 Create(ulong value) => throw null; public static System.Runtime.Intrinsics.Vector128 Create(ulong e0, ulong e1) => throw null; public static System.Runtime.Intrinsics.Vector128 Create(System.ReadOnlySpan values) => throw null; + public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 value) => throw null; public static System.Runtime.Intrinsics.Vector128 Create(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; public static System.Runtime.Intrinsics.Vector128 Create(T value) => throw null; public static System.Runtime.Intrinsics.Vector128 Create(T[] values) => throw null; @@ -2538,15 +4424,22 @@ public static class Vector128 public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(uint value) => throw null; public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(ulong value) => throw null; public static System.Runtime.Intrinsics.Vector128 CreateScalarUnsafe(T value) => throw null; + public static System.Runtime.Intrinsics.Vector128 CreateSequence(T start, T step) => throw null; + public static System.Runtime.Intrinsics.Vector128 DegreesToRadians(System.Runtime.Intrinsics.Vector128 degrees) => throw null; + public static System.Runtime.Intrinsics.Vector128 DegreesToRadians(System.Runtime.Intrinsics.Vector128 degrees) => throw null; public static System.Runtime.Intrinsics.Vector128 Divide(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector128 Divide(System.Runtime.Intrinsics.Vector128 left, T right) => throw null; public static T Dot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector128 Equals(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static bool EqualsAll(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static bool EqualsAny(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 Exp(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Exp(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static uint ExtractMostSignificantBits(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 Floor(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 Floor(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 addend) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 addend) => throw null; public static T GetElement(this System.Runtime.Intrinsics.Vector128 vector, int index) => throw null; public static System.Runtime.Intrinsics.Vector64 GetLower(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 GetUpper(this System.Runtime.Intrinsics.Vector128 vector) => throw null; @@ -2556,7 +4449,16 @@ public static class Vector128 public static System.Runtime.Intrinsics.Vector128 GreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static bool GreaterThanOrEqualAll(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static bool GreaterThanOrEqualAny(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 Hypot(System.Runtime.Intrinsics.Vector128 x, System.Runtime.Intrinsics.Vector128 y) => throw null; + public static System.Runtime.Intrinsics.Vector128 Hypot(System.Runtime.Intrinsics.Vector128 x, System.Runtime.Intrinsics.Vector128 y) => throw null; public static bool IsHardwareAccelerated { get => throw null; } + public static System.Runtime.Intrinsics.Vector128 IsNaN(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 IsNegative(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 IsPositive(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 IsPositiveInfinity(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 IsZero(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Lerp(System.Runtime.Intrinsics.Vector128 x, System.Runtime.Intrinsics.Vector128 y, System.Runtime.Intrinsics.Vector128 amount) => throw null; + public static System.Runtime.Intrinsics.Vector128 Lerp(System.Runtime.Intrinsics.Vector128 x, System.Runtime.Intrinsics.Vector128 y, System.Runtime.Intrinsics.Vector128 amount) => throw null; public static System.Runtime.Intrinsics.Vector128 LessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static bool LessThanAll(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static bool LessThanAny(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; @@ -2568,11 +4470,25 @@ public static class Vector128 public static unsafe System.Runtime.Intrinsics.Vector128 LoadAlignedNonTemporal(T* source) => throw null; public static System.Runtime.Intrinsics.Vector128 LoadUnsafe(ref readonly T source) => throw null; public static System.Runtime.Intrinsics.Vector128 LoadUnsafe(ref readonly T source, nuint elementOffset) => throw null; + public static System.Runtime.Intrinsics.Vector128 Log(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Log(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Log2(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Log2(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MaxMagnitude(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MaxMagnitudeNumber(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MaxNative(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MaxNumber(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MinMagnitude(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MinMagnitudeNumber(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MinNative(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MinNumber(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector128 Multiply(System.Runtime.Intrinsics.Vector128 left, T right) => throw null; public static System.Runtime.Intrinsics.Vector128 Multiply(T left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyAddEstimate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 addend) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyAddEstimate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 addend) => throw null; public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; @@ -2582,6 +4498,12 @@ public static class Vector128 public static System.Runtime.Intrinsics.Vector128 Narrow(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; public static System.Runtime.Intrinsics.Vector128 Negate(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 OnesComplement(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 RadiansToDegrees(System.Runtime.Intrinsics.Vector128 radians) => throw null; + public static System.Runtime.Intrinsics.Vector128 RadiansToDegrees(System.Runtime.Intrinsics.Vector128 radians) => throw null; + public static System.Runtime.Intrinsics.Vector128 Round(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Round(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Round(System.Runtime.Intrinsics.Vector128 vector, System.MidpointRounding mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 Round(System.Runtime.Intrinsics.Vector128 vector, System.MidpointRounding mode) => throw null; public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; public static System.Runtime.Intrinsics.Vector128 ShiftLeft(System.Runtime.Intrinsics.Vector128 vector, int shiftCount) => throw null; @@ -2617,6 +4539,10 @@ public static class Vector128 public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; public static System.Runtime.Intrinsics.Vector128 Shuffle(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; + public static System.Runtime.Intrinsics.Vector128 Sin(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Sin(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static (System.Runtime.Intrinsics.Vector128 Sin, System.Runtime.Intrinsics.Vector128 Cos) SinCos(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static (System.Runtime.Intrinsics.Vector128 Sin, System.Runtime.Intrinsics.Vector128 Cos) SinCos(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 Sqrt(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static unsafe void Store(this System.Runtime.Intrinsics.Vector128 source, T* destination) => throw null; public static unsafe void StoreAligned(this System.Runtime.Intrinsics.Vector128 source, T* destination) => throw null; @@ -2628,6 +4554,8 @@ public static class Vector128 public static T ToScalar(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 ToVector256(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 ToVector256Unsafe(this System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Truncate(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 Truncate(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static bool TryCopyTo(this System.Runtime.Intrinsics.Vector128 vector, System.Span destination) => throw null; public static (System.Runtime.Intrinsics.Vector128 Lower, System.Runtime.Intrinsics.Vector128 Upper) Widen(System.Runtime.Intrinsics.Vector128 source) => throw null; public static (System.Runtime.Intrinsics.Vector128 Lower, System.Runtime.Intrinsics.Vector128 Upper) Widen(System.Runtime.Intrinsics.Vector128 source) => throw null; @@ -2662,6 +4590,7 @@ public struct Vector128 : System.IEquatable throw null; public bool Equals(System.Runtime.Intrinsics.Vector128 other) => throw null; public override int GetHashCode() => throw null; + public static System.Runtime.Intrinsics.Vector128 Indices { get => throw null; } public static bool IsSupported { get => throw null; } public static System.Runtime.Intrinsics.Vector128 One { get => throw null; } public static System.Runtime.Intrinsics.Vector128 operator +(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; @@ -2710,18 +4639,27 @@ public static class Vector256 public static System.Runtime.Intrinsics.Vector256 BitwiseOr(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static System.Runtime.Intrinsics.Vector256 Ceiling(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 Ceiling(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Clamp(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 min, System.Runtime.Intrinsics.Vector256 max) => throw null; + public static System.Runtime.Intrinsics.Vector256 ClampNative(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 min, System.Runtime.Intrinsics.Vector256 max) => throw null; public static System.Runtime.Intrinsics.Vector256 ConditionalSelect(System.Runtime.Intrinsics.Vector256 condition, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToDouble(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToDouble(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToInt32(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToInt32Native(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToInt64(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToInt64Native(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToSingle(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToSingle(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToUInt32(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToUInt32Native(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToUInt64(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToUInt64Native(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 CopySign(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 sign) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector256 vector, System.Span destination) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector256 vector, T[] destination) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector256 vector, T[] destination, int startIndex) => throw null; + public static System.Runtime.Intrinsics.Vector256 Cos(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Cos(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 Create(byte value) => throw null; public static System.Runtime.Intrinsics.Vector256 Create(byte e0, byte e1, byte e2, byte e3, byte e4, byte e5, byte e6, byte e7, byte e8, byte e9, byte e10, byte e11, byte e12, byte e13, byte e14, byte e15, byte e16, byte e17, byte e18, byte e19, byte e20, byte e21, byte e22, byte e23, byte e24, byte e25, byte e26, byte e27, byte e28, byte e29, byte e30, byte e31) => throw null; public static System.Runtime.Intrinsics.Vector256 Create(double value) => throw null; @@ -2757,6 +4695,8 @@ public static class Vector256 public static System.Runtime.Intrinsics.Vector256 Create(ulong value) => throw null; public static System.Runtime.Intrinsics.Vector256 Create(ulong e0, ulong e1, ulong e2, ulong e3) => throw null; public static System.Runtime.Intrinsics.Vector256 Create(System.ReadOnlySpan values) => throw null; + public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector64 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Runtime.Intrinsics.Vector256 Create(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; public static System.Runtime.Intrinsics.Vector256 Create(T value) => throw null; public static System.Runtime.Intrinsics.Vector256 Create(T[] values) => throw null; @@ -2787,15 +4727,22 @@ public static class Vector256 public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(uint value) => throw null; public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(ulong value) => throw null; public static System.Runtime.Intrinsics.Vector256 CreateScalarUnsafe(T value) => throw null; + public static System.Runtime.Intrinsics.Vector256 CreateSequence(T start, T step) => throw null; + public static System.Runtime.Intrinsics.Vector256 DegreesToRadians(System.Runtime.Intrinsics.Vector256 degrees) => throw null; + public static System.Runtime.Intrinsics.Vector256 DegreesToRadians(System.Runtime.Intrinsics.Vector256 degrees) => throw null; public static System.Runtime.Intrinsics.Vector256 Divide(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static System.Runtime.Intrinsics.Vector256 Divide(System.Runtime.Intrinsics.Vector256 left, T right) => throw null; public static T Dot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static System.Runtime.Intrinsics.Vector256 Equals(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static bool EqualsAll(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static bool EqualsAny(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 Exp(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Exp(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static uint ExtractMostSignificantBits(this System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 Floor(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 Floor(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 addend) => throw null; + public static System.Runtime.Intrinsics.Vector256 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 addend) => throw null; public static T GetElement(this System.Runtime.Intrinsics.Vector256 vector, int index) => throw null; public static System.Runtime.Intrinsics.Vector128 GetLower(this System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 GetUpper(this System.Runtime.Intrinsics.Vector256 vector) => throw null; @@ -2805,7 +4752,16 @@ public static class Vector256 public static System.Runtime.Intrinsics.Vector256 GreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static bool GreaterThanOrEqualAll(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static bool GreaterThanOrEqualAny(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 Hypot(System.Runtime.Intrinsics.Vector256 x, System.Runtime.Intrinsics.Vector256 y) => throw null; + public static System.Runtime.Intrinsics.Vector256 Hypot(System.Runtime.Intrinsics.Vector256 x, System.Runtime.Intrinsics.Vector256 y) => throw null; public static bool IsHardwareAccelerated { get => throw null; } + public static System.Runtime.Intrinsics.Vector256 IsNaN(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 IsNegative(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 IsPositive(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 IsPositiveInfinity(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 IsZero(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Lerp(System.Runtime.Intrinsics.Vector256 x, System.Runtime.Intrinsics.Vector256 y, System.Runtime.Intrinsics.Vector256 amount) => throw null; + public static System.Runtime.Intrinsics.Vector256 Lerp(System.Runtime.Intrinsics.Vector256 x, System.Runtime.Intrinsics.Vector256 y, System.Runtime.Intrinsics.Vector256 amount) => throw null; public static System.Runtime.Intrinsics.Vector256 LessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static bool LessThanAll(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static bool LessThanAny(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; @@ -2817,11 +4773,25 @@ public static class Vector256 public static unsafe System.Runtime.Intrinsics.Vector256 LoadAlignedNonTemporal(T* source) => throw null; public static System.Runtime.Intrinsics.Vector256 LoadUnsafe(ref readonly T source) => throw null; public static System.Runtime.Intrinsics.Vector256 LoadUnsafe(ref readonly T source, nuint elementOffset) => throw null; + public static System.Runtime.Intrinsics.Vector256 Log(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Log(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Log2(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Log2(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MaxMagnitude(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MaxMagnitudeNumber(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MaxNative(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MaxNumber(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MinMagnitude(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MinMagnitudeNumber(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MinNative(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MinNumber(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static System.Runtime.Intrinsics.Vector256 Multiply(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static System.Runtime.Intrinsics.Vector256 Multiply(System.Runtime.Intrinsics.Vector256 left, T right) => throw null; public static System.Runtime.Intrinsics.Vector256 Multiply(T left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyAddEstimate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 addend) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyAddEstimate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 addend) => throw null; public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; @@ -2831,6 +4801,12 @@ public static class Vector256 public static System.Runtime.Intrinsics.Vector256 Narrow(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; public static System.Runtime.Intrinsics.Vector256 Negate(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 OnesComplement(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 RadiansToDegrees(System.Runtime.Intrinsics.Vector256 radians) => throw null; + public static System.Runtime.Intrinsics.Vector256 RadiansToDegrees(System.Runtime.Intrinsics.Vector256 radians) => throw null; + public static System.Runtime.Intrinsics.Vector256 Round(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Round(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Round(System.Runtime.Intrinsics.Vector256 vector, System.MidpointRounding mode) => throw null; + public static System.Runtime.Intrinsics.Vector256 Round(System.Runtime.Intrinsics.Vector256 vector, System.MidpointRounding mode) => throw null; public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; public static System.Runtime.Intrinsics.Vector256 ShiftLeft(System.Runtime.Intrinsics.Vector256 vector, int shiftCount) => throw null; @@ -2866,6 +4842,10 @@ public static class Vector256 public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; public static System.Runtime.Intrinsics.Vector256 Shuffle(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; + public static System.Runtime.Intrinsics.Vector256 Sin(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Sin(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static (System.Runtime.Intrinsics.Vector256 Sin, System.Runtime.Intrinsics.Vector256 Cos) SinCos(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static (System.Runtime.Intrinsics.Vector256 Sin, System.Runtime.Intrinsics.Vector256 Cos) SinCos(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 Sqrt(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static unsafe void Store(this System.Runtime.Intrinsics.Vector256 source, T* destination) => throw null; public static unsafe void StoreAligned(this System.Runtime.Intrinsics.Vector256 source, T* destination) => throw null; @@ -2877,6 +4857,8 @@ public static class Vector256 public static T ToScalar(this System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 ToVector512(this System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 ToVector512Unsafe(this System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Truncate(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 Truncate(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static bool TryCopyTo(this System.Runtime.Intrinsics.Vector256 vector, System.Span destination) => throw null; public static (System.Runtime.Intrinsics.Vector256 Lower, System.Runtime.Intrinsics.Vector256 Upper) Widen(System.Runtime.Intrinsics.Vector256 source) => throw null; public static (System.Runtime.Intrinsics.Vector256 Lower, System.Runtime.Intrinsics.Vector256 Upper) Widen(System.Runtime.Intrinsics.Vector256 source) => throw null; @@ -2911,6 +4893,7 @@ public struct Vector256 : System.IEquatable throw null; public bool Equals(System.Runtime.Intrinsics.Vector256 other) => throw null; public override int GetHashCode() => throw null; + public static System.Runtime.Intrinsics.Vector256 Indices { get => throw null; } public static bool IsSupported { get => throw null; } public static System.Runtime.Intrinsics.Vector256 One { get => throw null; } public static System.Runtime.Intrinsics.Vector256 operator +(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; @@ -2959,18 +4942,27 @@ public static class Vector512 public static System.Runtime.Intrinsics.Vector512 BitwiseOr(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Ceiling(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 Ceiling(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Clamp(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 min, System.Runtime.Intrinsics.Vector512 max) => throw null; + public static System.Runtime.Intrinsics.Vector512 ClampNative(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 min, System.Runtime.Intrinsics.Vector512 max) => throw null; public static System.Runtime.Intrinsics.Vector512 ConditionalSelect(System.Runtime.Intrinsics.Vector512 condition, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToDouble(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToDouble(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToInt32(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToInt32Native(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToInt64(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToInt64Native(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToSingle(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToSingle(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToUInt32(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToUInt32Native(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToUInt64(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToUInt64Native(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 CopySign(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector512 sign) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector512 vector, System.Span destination) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector512 vector, T[] destination) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector512 vector, T[] destination, int startIndex) => throw null; + public static System.Runtime.Intrinsics.Vector512 Cos(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Cos(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 Create(byte value) => throw null; public static System.Runtime.Intrinsics.Vector512 Create(byte e0, byte e1, byte e2, byte e3, byte e4, byte e5, byte e6, byte e7, byte e8, byte e9, byte e10, byte e11, byte e12, byte e13, byte e14, byte e15, byte e16, byte e17, byte e18, byte e19, byte e20, byte e21, byte e22, byte e23, byte e24, byte e25, byte e26, byte e27, byte e28, byte e29, byte e30, byte e31, byte e32, byte e33, byte e34, byte e35, byte e36, byte e37, byte e38, byte e39, byte e40, byte e41, byte e42, byte e43, byte e44, byte e45, byte e46, byte e47, byte e48, byte e49, byte e50, byte e51, byte e52, byte e53, byte e54, byte e55, byte e56, byte e57, byte e58, byte e59, byte e60, byte e61, byte e62, byte e63) => throw null; public static System.Runtime.Intrinsics.Vector512 Create(double value) => throw null; @@ -3006,6 +4998,9 @@ public static class Vector512 public static System.Runtime.Intrinsics.Vector512 Create(ulong value) => throw null; public static System.Runtime.Intrinsics.Vector512 Create(ulong e0, ulong e1, ulong e2, ulong e3, ulong e4, ulong e5, ulong e6, ulong e7) => throw null; public static System.Runtime.Intrinsics.Vector512 Create(System.ReadOnlySpan values) => throw null; + public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector64 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 value) => throw null; public static System.Runtime.Intrinsics.Vector512 Create(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; public static System.Runtime.Intrinsics.Vector512 Create(T value) => throw null; public static System.Runtime.Intrinsics.Vector512 Create(T[] values) => throw null; @@ -3036,15 +5031,22 @@ public static class Vector512 public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(uint value) => throw null; public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(ulong value) => throw null; public static System.Runtime.Intrinsics.Vector512 CreateScalarUnsafe(T value) => throw null; + public static System.Runtime.Intrinsics.Vector512 CreateSequence(T start, T step) => throw null; + public static System.Runtime.Intrinsics.Vector512 DegreesToRadians(System.Runtime.Intrinsics.Vector512 degrees) => throw null; + public static System.Runtime.Intrinsics.Vector512 DegreesToRadians(System.Runtime.Intrinsics.Vector512 degrees) => throw null; public static System.Runtime.Intrinsics.Vector512 Divide(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Divide(System.Runtime.Intrinsics.Vector512 left, T right) => throw null; public static T Dot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Equals(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static bool EqualsAll(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static bool EqualsAny(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Exp(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Exp(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static ulong ExtractMostSignificantBits(this System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 Floor(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 Floor(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 addend) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 addend) => throw null; public static T GetElement(this System.Runtime.Intrinsics.Vector512 vector, int index) => throw null; public static System.Runtime.Intrinsics.Vector256 GetLower(this System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 GetUpper(this System.Runtime.Intrinsics.Vector512 vector) => throw null; @@ -3054,7 +5056,16 @@ public static class Vector512 public static System.Runtime.Intrinsics.Vector512 GreaterThanOrEqual(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static bool GreaterThanOrEqualAll(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static bool GreaterThanOrEqualAny(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Hypot(System.Runtime.Intrinsics.Vector512 x, System.Runtime.Intrinsics.Vector512 y) => throw null; + public static System.Runtime.Intrinsics.Vector512 Hypot(System.Runtime.Intrinsics.Vector512 x, System.Runtime.Intrinsics.Vector512 y) => throw null; public static bool IsHardwareAccelerated { get => throw null; } + public static System.Runtime.Intrinsics.Vector512 IsNaN(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 IsNegative(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 IsPositive(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 IsPositiveInfinity(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 IsZero(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Lerp(System.Runtime.Intrinsics.Vector512 x, System.Runtime.Intrinsics.Vector512 y, System.Runtime.Intrinsics.Vector512 amount) => throw null; + public static System.Runtime.Intrinsics.Vector512 Lerp(System.Runtime.Intrinsics.Vector512 x, System.Runtime.Intrinsics.Vector512 y, System.Runtime.Intrinsics.Vector512 amount) => throw null; public static System.Runtime.Intrinsics.Vector512 LessThan(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static bool LessThanAll(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static bool LessThanAny(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; @@ -3066,11 +5077,25 @@ public static class Vector512 public static unsafe System.Runtime.Intrinsics.Vector512 LoadAlignedNonTemporal(T* source) => throw null; public static System.Runtime.Intrinsics.Vector512 LoadUnsafe(ref readonly T source) => throw null; public static System.Runtime.Intrinsics.Vector512 LoadUnsafe(ref readonly T source, nuint elementOffset) => throw null; + public static System.Runtime.Intrinsics.Vector512 Log(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Log(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Log2(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Log2(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MaxMagnitude(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MaxMagnitudeNumber(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MaxNative(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MaxNumber(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Min(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MinMagnitude(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MinMagnitudeNumber(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MinNative(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MinNumber(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, T right) => throw null; public static System.Runtime.Intrinsics.Vector512 Multiply(T left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyAddEstimate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 addend) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyAddEstimate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.Vector512 addend) => throw null; public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; @@ -3080,6 +5105,12 @@ public static class Vector512 public static System.Runtime.Intrinsics.Vector512 Narrow(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; public static System.Runtime.Intrinsics.Vector512 Negate(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 OnesComplement(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 RadiansToDegrees(System.Runtime.Intrinsics.Vector512 radians) => throw null; + public static System.Runtime.Intrinsics.Vector512 RadiansToDegrees(System.Runtime.Intrinsics.Vector512 radians) => throw null; + public static System.Runtime.Intrinsics.Vector512 Round(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Round(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Round(System.Runtime.Intrinsics.Vector512 vector, System.MidpointRounding mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 Round(System.Runtime.Intrinsics.Vector512 vector, System.MidpointRounding mode) => throw null; public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; public static System.Runtime.Intrinsics.Vector512 ShiftLeft(System.Runtime.Intrinsics.Vector512 vector, int shiftCount) => throw null; @@ -3115,6 +5146,10 @@ public static class Vector512 public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; public static System.Runtime.Intrinsics.Vector512 Shuffle(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; + public static System.Runtime.Intrinsics.Vector512 Sin(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Sin(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static (System.Runtime.Intrinsics.Vector512 Sin, System.Runtime.Intrinsics.Vector512 Cos) SinCos(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static (System.Runtime.Intrinsics.Vector512 Sin, System.Runtime.Intrinsics.Vector512 Cos) SinCos(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 Sqrt(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static unsafe void Store(this System.Runtime.Intrinsics.Vector512 source, T* destination) => throw null; public static unsafe void StoreAligned(this System.Runtime.Intrinsics.Vector512 source, T* destination) => throw null; @@ -3124,6 +5159,8 @@ public static class Vector512 public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static T Sum(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static T ToScalar(this System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Truncate(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 Truncate(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static bool TryCopyTo(this System.Runtime.Intrinsics.Vector512 vector, System.Span destination) => throw null; public static (System.Runtime.Intrinsics.Vector512 Lower, System.Runtime.Intrinsics.Vector512 Upper) Widen(System.Runtime.Intrinsics.Vector512 source) => throw null; public static (System.Runtime.Intrinsics.Vector512 Lower, System.Runtime.Intrinsics.Vector512 Upper) Widen(System.Runtime.Intrinsics.Vector512 source) => throw null; @@ -3158,6 +5195,7 @@ public struct Vector512 : System.IEquatable throw null; public bool Equals(System.Runtime.Intrinsics.Vector512 other) => throw null; public override int GetHashCode() => throw null; + public static System.Runtime.Intrinsics.Vector512 Indices { get => throw null; } public static bool IsSupported { get => throw null; } public static System.Runtime.Intrinsics.Vector512 One { get => throw null; } public static System.Runtime.Intrinsics.Vector512 operator +(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; @@ -3204,18 +5242,27 @@ public static class Vector64 public static System.Runtime.Intrinsics.Vector64 BitwiseOr(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static System.Runtime.Intrinsics.Vector64 Ceiling(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 Ceiling(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Clamp(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 min, System.Runtime.Intrinsics.Vector64 max) => throw null; + public static System.Runtime.Intrinsics.Vector64 ClampNative(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 min, System.Runtime.Intrinsics.Vector64 max) => throw null; public static System.Runtime.Intrinsics.Vector64 ConditionalSelect(System.Runtime.Intrinsics.Vector64 condition, System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static System.Runtime.Intrinsics.Vector64 ConvertToDouble(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 ConvertToDouble(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 ConvertToInt32(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 ConvertToInt32Native(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 ConvertToInt64(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 ConvertToInt64Native(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 ConvertToSingle(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 ConvertToSingle(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 ConvertToUInt32Native(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 ConvertToUInt64(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 ConvertToUInt64Native(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 CopySign(System.Runtime.Intrinsics.Vector64 value, System.Runtime.Intrinsics.Vector64 sign) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector64 vector, System.Span destination) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector64 vector, T[] destination) => throw null; public static void CopyTo(this System.Runtime.Intrinsics.Vector64 vector, T[] destination, int startIndex) => throw null; + public static System.Runtime.Intrinsics.Vector64 Cos(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Cos(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 Create(byte value) => throw null; public static System.Runtime.Intrinsics.Vector64 Create(byte e0, byte e1, byte e2, byte e3, byte e4, byte e5, byte e6, byte e7) => throw null; public static System.Runtime.Intrinsics.Vector64 Create(double value) => throw null; @@ -3265,15 +5312,22 @@ public static class Vector64 public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(uint value) => throw null; public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(ulong value) => throw null; public static System.Runtime.Intrinsics.Vector64 CreateScalarUnsafe(T value) => throw null; + public static System.Runtime.Intrinsics.Vector64 CreateSequence(T start, T step) => throw null; + public static System.Runtime.Intrinsics.Vector64 DegreesToRadians(System.Runtime.Intrinsics.Vector64 degrees) => throw null; + public static System.Runtime.Intrinsics.Vector64 DegreesToRadians(System.Runtime.Intrinsics.Vector64 degrees) => throw null; public static System.Runtime.Intrinsics.Vector64 Divide(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static System.Runtime.Intrinsics.Vector64 Divide(System.Runtime.Intrinsics.Vector64 left, T right) => throw null; public static T Dot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static System.Runtime.Intrinsics.Vector64 Equals(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static bool EqualsAll(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static bool EqualsAny(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 Exp(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Exp(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static uint ExtractMostSignificantBits(this System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 Floor(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 Floor(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, System.Runtime.Intrinsics.Vector64 addend) => throw null; + public static System.Runtime.Intrinsics.Vector64 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, System.Runtime.Intrinsics.Vector64 addend) => throw null; public static T GetElement(this System.Runtime.Intrinsics.Vector64 vector, int index) => throw null; public static System.Runtime.Intrinsics.Vector64 GreaterThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static bool GreaterThanAll(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; @@ -3281,7 +5335,16 @@ public static class Vector64 public static System.Runtime.Intrinsics.Vector64 GreaterThanOrEqual(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static bool GreaterThanOrEqualAll(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static bool GreaterThanOrEqualAny(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 Hypot(System.Runtime.Intrinsics.Vector64 x, System.Runtime.Intrinsics.Vector64 y) => throw null; + public static System.Runtime.Intrinsics.Vector64 Hypot(System.Runtime.Intrinsics.Vector64 x, System.Runtime.Intrinsics.Vector64 y) => throw null; public static bool IsHardwareAccelerated { get => throw null; } + public static System.Runtime.Intrinsics.Vector64 IsNaN(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 IsNegative(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 IsPositive(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 IsPositiveInfinity(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 IsZero(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Lerp(System.Runtime.Intrinsics.Vector64 x, System.Runtime.Intrinsics.Vector64 y, System.Runtime.Intrinsics.Vector64 amount) => throw null; + public static System.Runtime.Intrinsics.Vector64 Lerp(System.Runtime.Intrinsics.Vector64 x, System.Runtime.Intrinsics.Vector64 y, System.Runtime.Intrinsics.Vector64 amount) => throw null; public static System.Runtime.Intrinsics.Vector64 LessThan(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static bool LessThanAll(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static bool LessThanAny(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; @@ -3293,11 +5356,25 @@ public static class Vector64 public static unsafe System.Runtime.Intrinsics.Vector64 LoadAlignedNonTemporal(T* source) => throw null; public static System.Runtime.Intrinsics.Vector64 LoadUnsafe(ref readonly T source) => throw null; public static System.Runtime.Intrinsics.Vector64 LoadUnsafe(ref readonly T source, nuint elementOffset) => throw null; + public static System.Runtime.Intrinsics.Vector64 Log(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Log(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Log2(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Log2(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 Max(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 MaxMagnitude(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 MaxMagnitudeNumber(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 MaxNative(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 MaxNumber(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static System.Runtime.Intrinsics.Vector64 Min(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 MinMagnitude(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 MinMagnitudeNumber(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 MinNative(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 MinNumber(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static System.Runtime.Intrinsics.Vector64 Multiply(System.Runtime.Intrinsics.Vector64 left, T right) => throw null; public static System.Runtime.Intrinsics.Vector64 Multiply(T left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 MultiplyAddEstimate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, System.Runtime.Intrinsics.Vector64 addend) => throw null; + public static System.Runtime.Intrinsics.Vector64 MultiplyAddEstimate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right, System.Runtime.Intrinsics.Vector64 addend) => throw null; public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; @@ -3307,6 +5384,12 @@ public static class Vector64 public static System.Runtime.Intrinsics.Vector64 Narrow(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; public static System.Runtime.Intrinsics.Vector64 Negate(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 OnesComplement(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 RadiansToDegrees(System.Runtime.Intrinsics.Vector64 radians) => throw null; + public static System.Runtime.Intrinsics.Vector64 RadiansToDegrees(System.Runtime.Intrinsics.Vector64 radians) => throw null; + public static System.Runtime.Intrinsics.Vector64 Round(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Round(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Round(System.Runtime.Intrinsics.Vector64 vector, System.MidpointRounding mode) => throw null; + public static System.Runtime.Intrinsics.Vector64 Round(System.Runtime.Intrinsics.Vector64 vector, System.MidpointRounding mode) => throw null; public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; public static System.Runtime.Intrinsics.Vector64 ShiftLeft(System.Runtime.Intrinsics.Vector64 vector, int shiftCount) => throw null; @@ -3339,6 +5422,10 @@ public static class Vector64 public static System.Runtime.Intrinsics.Vector64 Shuffle(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; public static System.Runtime.Intrinsics.Vector64 Shuffle(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; public static System.Runtime.Intrinsics.Vector64 Shuffle(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; + public static System.Runtime.Intrinsics.Vector64 Sin(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Sin(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static (System.Runtime.Intrinsics.Vector64 Sin, System.Runtime.Intrinsics.Vector64 Cos) SinCos(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static (System.Runtime.Intrinsics.Vector64 Sin, System.Runtime.Intrinsics.Vector64 Cos) SinCos(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 Sqrt(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static unsafe void Store(this System.Runtime.Intrinsics.Vector64 source, T* destination) => throw null; public static unsafe void StoreAligned(this System.Runtime.Intrinsics.Vector64 source, T* destination) => throw null; @@ -3350,6 +5437,8 @@ public static class Vector64 public static T ToScalar(this System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 ToVector128(this System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 ToVector128Unsafe(this System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Truncate(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 Truncate(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static bool TryCopyTo(this System.Runtime.Intrinsics.Vector64 vector, System.Span destination) => throw null; public static (System.Runtime.Intrinsics.Vector64 Lower, System.Runtime.Intrinsics.Vector64 Upper) Widen(System.Runtime.Intrinsics.Vector64 source) => throw null; public static (System.Runtime.Intrinsics.Vector64 Lower, System.Runtime.Intrinsics.Vector64 Upper) Widen(System.Runtime.Intrinsics.Vector64 source) => throw null; @@ -3382,6 +5471,7 @@ public struct Vector64 : System.IEquatable throw null; public bool Equals(System.Runtime.Intrinsics.Vector64 other) => throw null; public override int GetHashCode() => throw null; + public static System.Runtime.Intrinsics.Vector64 Indices { get => throw null; } public static bool IsSupported { get => throw null; } public static System.Runtime.Intrinsics.Vector64 One { get => throw null; } public static System.Runtime.Intrinsics.Vector64 operator +(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; @@ -4151,6 +6241,538 @@ public abstract class X64 : System.Runtime.Intrinsics.X86.Sse42.X64 public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static System.Runtime.Intrinsics.Vector256 Xor(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; } + public abstract class Avx10v1 : System.Runtime.Intrinsics.X86.Avx2 + { + public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Abs(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 AddScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 AddScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 AlignRight32(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 AlignRight32(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 AlignRight32(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 AlignRight32(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 AlignRight64(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 AlignRight64(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 AlignRight64(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 AlignRight64(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BroadcastPairScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 BroadcastPairScalarToVector128(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 BroadcastPairScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 BroadcastPairScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 BroadcastPairScalarToVector256(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, uint value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, uint value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, uint value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, int value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static int ConvertToInt32(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static int ConvertToInt32(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static uint ConvertToUInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static uint ConvertToUInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128ByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Double(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Double(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Double(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int16WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int32WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Int64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByte(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128SByteWithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Single(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt16WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32WithSaturation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32WithSaturation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt32WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToVector128UInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Double(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Double(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Double(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int64WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt64(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt64WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 DetectConflicts(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 DetectConflicts(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 DetectConflicts(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 DetectConflicts(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 DetectConflicts(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 DetectConflicts(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 DetectConflicts(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 DetectConflicts(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 DivideScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 DivideScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 Fixup(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 table, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 Fixup(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 table, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Fixup(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 table, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Fixup(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 table, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 FixupScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 table, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 FixupScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 table, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetExponent(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetExponent(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 GetExponent(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 GetExponent(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetExponentScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetExponentScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetExponentScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetExponentScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetMantissa(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetMantissa(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 GetMantissa(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 GetMantissa(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetMantissaScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetMantissaScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetMantissaScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 GetMantissaScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static bool IsSupported { get => throw null; } + public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 LeadingZeroCount(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 LeadingZeroCount(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 LeadingZeroCount(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 LeadingZeroCount(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 LeadingZeroCount(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 Max(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 Max(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 Min(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 Min(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyLow(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyLow(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiShift(System.Runtime.Intrinsics.Vector128 control, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiShift(System.Runtime.Intrinsics.Vector128 control, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiShift(System.Runtime.Intrinsics.Vector256 control, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiShift(System.Runtime.Intrinsics.Vector256 control, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar16x16(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar16x16(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar16x16x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar16x16x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar2x64x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar2x64x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar2x64x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar32x8(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar32x8(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 control) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar32x8x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar32x8x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar4x32x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar4x32x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar4x32x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 control) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 control) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 control) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar4x64x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar8x16(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar8x16(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar8x16x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 PermuteVar8x16x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar8x32x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar8x32x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 PermuteVar8x32x2(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 indices, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 Range(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 Range(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Range(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Range(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 RangeScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 RangeScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 Reciprocal14(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Reciprocal14(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Reciprocal14(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Reciprocal14(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Reciprocal14Scalar(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Reciprocal14Scalar(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Reciprocal14Scalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Reciprocal14Scalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ReciprocalSqrt14(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ReciprocalSqrt14(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14Scalar(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14Scalar(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14Scalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ReciprocalSqrt14Scalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Reduce(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 Reduce(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Reduce(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Reduce(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 ReduceScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 ReduceScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 ReduceScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 ReduceScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateLeft(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateLeft(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateLeft(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateLeft(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateLeft(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateLeft(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateLeft(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateLeft(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateLeftVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateLeftVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateLeftVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateLeftVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateLeftVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateLeftVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateLeftVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateLeftVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateRight(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateRight(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateRight(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateRight(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateRight(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateRight(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateRight(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateRight(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateRightVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateRightVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateRightVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RotateRightVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateRightVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateRightVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateRightVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 RotateRightVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 RoundScale(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 RoundScale(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 RoundScale(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 RoundScale(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 RoundScaleScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 RoundScaleScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 RoundScaleScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 RoundScaleScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 Scale(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 Scale(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 Scale(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 Scale(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 ScaleScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 ScaleScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 ScaleScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ScaleScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShiftLeftLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector128 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmetic(System.Runtime.Intrinsics.Vector256 value, byte count) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShiftRightArithmeticVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.Vector128 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShiftRightLogicalVariable(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.Vector256 count) => throw null; + public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Shuffle2x128(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 SqrtScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 SqrtScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 SubtractScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 SubtractScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 SumAbsoluteDifferencesInBlock32(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 SumAbsoluteDifferencesInBlock32(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 TernaryLogic(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 TernaryLogic(System.Runtime.Intrinsics.Vector256 a, System.Runtime.Intrinsics.Vector256 b, System.Runtime.Intrinsics.Vector256 c, byte control) => throw null; + public abstract class V512 : System.Runtime.Intrinsics.X86.Avx512BW + { + public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 And(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 BroadcastPairScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 BroadcastPairScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 BroadcastPairScalarToVector512(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector128ToVector512(long* address) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector128ToVector512(ulong* address) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector128ToVector512(double* address) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(int* address) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(uint* address) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(float* address) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 DetectConflicts(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 DetectConflicts(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 DetectConflicts(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 DetectConflicts(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector256 ExtractVector256(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector512 InsertVector128(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 data, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; + public static System.Runtime.Intrinsics.Vector512 InsertVector256(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector256 data, byte index) => throw null; + public static bool IsSupported { get => throw null; } + public static System.Runtime.Intrinsics.Vector512 LeadingZeroCount(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 LeadingZeroCount(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 LeadingZeroCount(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 LeadingZeroCount(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiShift(System.Runtime.Intrinsics.Vector512 control, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiShift(System.Runtime.Intrinsics.Vector512 control, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; + public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; + public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; + public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; + public static System.Runtime.Intrinsics.Vector512 Range(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector512 Range(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector512 Reduce(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector512 Reduce(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; + public abstract class X64 : System.Runtime.Intrinsics.X86.Avx512BW.X64 + { + public static bool IsSupported { get => throw null; } + } + public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Xor(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + } + public abstract class X64 : System.Runtime.Intrinsics.X86.Avx2.X64 + { + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, ulong value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, ulong value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, long value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, ulong value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, ulong value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, long value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static long ConvertToInt64(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static long ConvertToInt64(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static ulong ConvertToUInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static ulong ConvertToUInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static bool IsSupported { get => throw null; } + } + } public abstract class Avx2 : System.Runtime.Intrinsics.X86.Avx { public static System.Runtime.Intrinsics.Vector256 Abs(System.Runtime.Intrinsics.Vector256 value) => throw null; @@ -4815,14 +7437,22 @@ public abstract class Avx512DQ : System.Runtime.Intrinsics.X86.Avx512F public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(uint* address) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Double(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector256 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64WithTruncation(System.Runtime.Intrinsics.Vector256 value) => throw null; public static System.Runtime.Intrinsics.Vector128 ExtractVector128(System.Runtime.Intrinsics.Vector512 value, byte index) => throw null; @@ -4909,11 +7539,15 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector512 Abs(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 Abs(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Add(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 AddScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 AddScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 AlignRight32(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte mask) => throw null; public static System.Runtime.Intrinsics.Vector512 AlignRight32(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte mask) => throw null; public static System.Runtime.Intrinsics.Vector512 AlignRight64(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte mask) => throw null; @@ -5004,8 +7638,15 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector512 CompareUnordered(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, uint value) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, uint value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, int value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, uint value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static int ConvertToInt32(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static int ConvertToInt32(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static uint ConvertToUInt32(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static uint ConvertToUInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; public static uint ConvertToUInt32WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertToVector128Byte(System.Runtime.Intrinsics.Vector512 value) => throw null; @@ -5030,15 +7671,18 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int16(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int16WithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32WithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Int32WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256Single(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt16(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt16(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt16WithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector256 ConvertToVector256UInt32WithSaturation(System.Runtime.Intrinsics.Vector512 value) => throw null; @@ -5050,6 +7694,7 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32(System.Runtime.Intrinsics.Vector256 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32(System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32(System.Runtime.Intrinsics.Vector256 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int32WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; @@ -5059,11 +7704,14 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Int64(System.Runtime.Intrinsics.Vector256 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Single(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Single(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Single(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512Single(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt32WithTruncation(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; @@ -5074,6 +7722,10 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector512 ConvertToVector512UInt64(System.Runtime.Intrinsics.Vector256 value) => throw null; public static System.Runtime.Intrinsics.Vector512 Divide(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Divide(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Divide(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 Divide(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 DivideScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 DivideScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 DuplicateEvenIndexed(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 DuplicateEvenIndexed(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 DuplicateOddIndexed(System.Runtime.Intrinsics.Vector512 value) => throw null; @@ -5102,17 +7754,37 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector128 FixupScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 table, byte control) => throw null; public static System.Runtime.Intrinsics.Vector128 FixupScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 table, byte control) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplyAddScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddSubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddSubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddSubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplyAddSubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtract(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractAdd(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c) => throw null; + public static System.Runtime.Intrinsics.Vector512 FusedMultiplySubtractNegated(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractNegatedScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 FusedMultiplySubtractScalar(System.Runtime.Intrinsics.Vector128 a, System.Runtime.Intrinsics.Vector128 b, System.Runtime.Intrinsics.Vector128 c, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 GetExponent(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 GetExponent(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector128 GetExponentScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; @@ -5190,8 +7862,12 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 Multiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 MultiplyLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 MultiplyLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; @@ -5255,8 +7931,12 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector128 RoundScaleScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; public static System.Runtime.Intrinsics.Vector512 Scale(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Scale(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Scale(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 Scale(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector128 ScaleScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static System.Runtime.Intrinsics.Vector128 ScaleScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 ScaleScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ScaleScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.Vector128 count) => throw null; public static System.Runtime.Intrinsics.Vector512 ShiftLeftLogical(System.Runtime.Intrinsics.Vector512 value, byte count) => throw null; @@ -5299,6 +7979,10 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector512 Shuffle4x128(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; public static System.Runtime.Intrinsics.Vector512 Sqrt(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 Sqrt(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Sqrt(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 Sqrt(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 SqrtScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 SqrtScalar(System.Runtime.Intrinsics.Vector128 upper, System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static unsafe void Store(byte* address, System.Runtime.Intrinsics.Vector512 source) => throw null; public static unsafe void Store(double* address, System.Runtime.Intrinsics.Vector512 source) => throw null; public static unsafe void Store(short* address, System.Runtime.Intrinsics.Vector512 source) => throw null; @@ -5335,6 +8019,10 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 Subtract(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 SubtractScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 SubtractScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; public static System.Runtime.Intrinsics.Vector512 TernaryLogic(System.Runtime.Intrinsics.Vector512 a, System.Runtime.Intrinsics.Vector512 b, System.Runtime.Intrinsics.Vector512 c, byte control) => throw null; @@ -5597,9 +8285,17 @@ public abstract class VL public abstract class X64 : System.Runtime.Intrinsics.X86.Avx2.X64 { public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, ulong value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, ulong value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Double(System.Runtime.Intrinsics.Vector128 upper, long value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, ulong value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, ulong value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertScalarToVector128Single(System.Runtime.Intrinsics.Vector128 upper, long value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static long ConvertToInt64(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static long ConvertToInt64(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static ulong ConvertToUInt64(System.Runtime.Intrinsics.Vector128 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; public static ulong ConvertToUInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; public static ulong ConvertToUInt64WithTruncation(System.Runtime.Intrinsics.Vector128 value) => throw null; public static bool IsSupported { get => throw null; } @@ -5616,6 +8312,8 @@ public abstract class X64 : System.Runtime.Intrinsics.X86.Avx2.X64 public abstract class Avx512Vbmi : System.Runtime.Intrinsics.X86.Avx512BW { public static bool IsSupported { get => throw null; } + public static System.Runtime.Intrinsics.Vector512 MultiShift(System.Runtime.Intrinsics.Vector512 control, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiShift(System.Runtime.Intrinsics.Vector512 control, System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 control) => throw null; public static System.Runtime.Intrinsics.Vector512 PermuteVar64x8x2(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 indices, System.Runtime.Intrinsics.Vector512 upper) => throw null; @@ -5623,6 +8321,10 @@ public abstract class Avx512Vbmi : System.Runtime.Intrinsics.X86.Avx512BW public abstract class VL : System.Runtime.Intrinsics.X86.Avx512BW.VL { public static bool IsSupported { get => throw null; } + public static System.Runtime.Intrinsics.Vector128 MultiShift(System.Runtime.Intrinsics.Vector128 control, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiShift(System.Runtime.Intrinsics.Vector128 control, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiShift(System.Runtime.Intrinsics.Vector256 control, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiShift(System.Runtime.Intrinsics.Vector256 control, System.Runtime.Intrinsics.Vector256 value) => throw null; public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 control) => throw null; public static System.Runtime.Intrinsics.Vector128 PermuteVar16x8x2(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 indices, System.Runtime.Intrinsics.Vector128 upper) => throw null; @@ -5728,6 +8430,13 @@ public enum FloatComparisonMode : byte OrderedGreaterThanNonSignaling = 30, UnorderedTrueSignaling = 31, } + public enum FloatRoundingMode : byte + { + ToEven = 8, + ToNegativeInfinity = 9, + ToPositiveInfinity = 10, + ToZero = 11, + } public abstract class Fma : System.Runtime.Intrinsics.X86.Avx { public static bool IsSupported { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Loader.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Loader.cs index 096a59ff981b..ad5b8ef86968 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Loader.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Loader.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime.Loader, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Loader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Reflection diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Numerics.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Numerics.cs index 20b1f48a5978..0bbdbf0481f6 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Numerics.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Numerics.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime.Numerics, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Numerics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Numerics @@ -81,6 +81,7 @@ public struct BigInteger : System.Numerics.IAdditionOperators throw null; static System.Numerics.BigInteger System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } public static System.Numerics.BigInteger Multiply(System.Numerics.BigInteger left, System.Numerics.BigInteger right) => throw null; + static System.Numerics.BigInteger System.Numerics.INumberBase.MultiplyAddEstimate(System.Numerics.BigInteger left, System.Numerics.BigInteger right, System.Numerics.BigInteger addend) => throw null; public static System.Numerics.BigInteger Negate(System.Numerics.BigInteger value) => throw null; static System.Numerics.BigInteger System.Numerics.ISignedNumber.NegativeOne { get => throw null; } static System.Numerics.BigInteger System.Numerics.INumberBase.One { get => throw null; } @@ -265,6 +266,7 @@ public struct Complex : System.Numerics.IAdditionOperators throw null; public static System.Numerics.Complex Multiply(System.Numerics.Complex left, double right) => throw null; public static System.Numerics.Complex Multiply(System.Numerics.Complex left, System.Numerics.Complex right) => throw null; + static System.Numerics.Complex System.Numerics.INumberBase.MultiplyAddEstimate(System.Numerics.Complex left, System.Numerics.Complex right, System.Numerics.Complex addend) => throw null; public static readonly System.Numerics.Complex NaN; public static System.Numerics.Complex Negate(System.Numerics.Complex value) => throw null; static System.Numerics.Complex System.Numerics.ISignedNumber.NegativeOne { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Formatters.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Formatters.cs index 5de9b9d215d8..f9762ea6d065 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Formatters.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Formatters.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime.Serialization.Formatters, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Serialization.Formatters, Version=8.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Runtime diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Json.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Json.cs index 819b1a782442..88475470b341 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Json.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Json.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime.Serialization.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Serialization.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Runtime diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Primitives.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Primitives.cs index b18c91a94618..001ed2f044dd 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Primitives.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Primitives.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime.Serialization.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Serialization.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Runtime diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Xml.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Xml.cs index 5d9ccfcaedf6..2f6d1f1d283a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Xml.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Xml.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime.Serialization.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Serialization.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Runtime diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs index 914500ed9500..7e9a218bf54f 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 @@ -54,13 +54,6 @@ public class AccessViolationException : System.SystemException } public delegate void Action(); public delegate void Action(T obj); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15); - public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15, T16 arg16); public delegate void Action(T1 arg1, T2 arg2); public delegate void Action(T1 arg1, T2 arg2, T3 arg3); public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4); @@ -69,6 +62,13 @@ public class AccessViolationException : System.SystemException public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8); public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9); + public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10); + public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11); + public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12); + public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13); + public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14); + public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15); + public delegate void Action(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15, T16 arg16); public static class Activator { public static System.Runtime.Remoting.ObjectHandle CreateInstance(string assemblyName, string typeName) => throw null; @@ -312,6 +312,9 @@ public abstract class Array : System.ICloneable, System.Collections.ICollection, public static System.Array CreateInstance(System.Type elementType, params int[] lengths) => throw null; public static System.Array CreateInstance(System.Type elementType, int[] lengths, int[] lowerBounds) => throw null; public static System.Array CreateInstance(System.Type elementType, params long[] lengths) => throw null; + public static System.Array CreateInstanceFromArrayType(System.Type arrayType, int length) => throw null; + public static System.Array CreateInstanceFromArrayType(System.Type arrayType, params int[] lengths) => throw null; + public static System.Array CreateInstanceFromArrayType(System.Type arrayType, int[] lengths, int[] lowerBounds) => throw null; public static T[] Empty() => throw null; bool System.Collections.IStructuralEquatable.Equals(object other, System.Collections.IEqualityComparer comparer) => throw null; public static bool Exists(T[] array, System.Predicate match) => throw null; @@ -554,10 +557,12 @@ public static class BitConverter public static byte[] GetBytes(char value) => throw null; public static byte[] GetBytes(double value) => throw null; public static byte[] GetBytes(System.Half value) => throw null; + public static byte[] GetBytes(System.Int128 value) => throw null; public static byte[] GetBytes(short value) => throw null; public static byte[] GetBytes(int value) => throw null; public static byte[] GetBytes(long value) => throw null; public static byte[] GetBytes(float value) => throw null; + public static byte[] GetBytes(System.UInt128 value) => throw null; public static byte[] GetBytes(ushort value) => throw null; public static byte[] GetBytes(uint value) => throw null; public static byte[] GetBytes(ulong value) => throw null; @@ -577,6 +582,8 @@ public static class BitConverter public static double ToDouble(System.ReadOnlySpan value) => throw null; public static System.Half ToHalf(byte[] value, int startIndex) => throw null; public static System.Half ToHalf(System.ReadOnlySpan value) => throw null; + public static System.Int128 ToInt128(byte[] value, int startIndex) => throw null; + public static System.Int128 ToInt128(System.ReadOnlySpan value) => throw null; public static short ToInt16(byte[] value, int startIndex) => throw null; public static short ToInt16(System.ReadOnlySpan value) => throw null; public static int ToInt32(byte[] value, int startIndex) => throw null; @@ -588,6 +595,8 @@ public static class BitConverter public static string ToString(byte[] value) => throw null; public static string ToString(byte[] value, int startIndex) => throw null; public static string ToString(byte[] value, int startIndex, int length) => throw null; + public static System.UInt128 ToUInt128(byte[] value, int startIndex) => throw null; + public static System.UInt128 ToUInt128(System.ReadOnlySpan value) => throw null; public static ushort ToUInt16(byte[] value, int startIndex) => throw null; public static ushort ToUInt16(System.ReadOnlySpan value) => throw null; public static uint ToUInt32(byte[] value, int startIndex) => throw null; @@ -598,10 +607,12 @@ public static class BitConverter public static bool TryWriteBytes(System.Span destination, char value) => throw null; public static bool TryWriteBytes(System.Span destination, double value) => throw null; public static bool TryWriteBytes(System.Span destination, System.Half value) => throw null; + public static bool TryWriteBytes(System.Span destination, System.Int128 value) => throw null; public static bool TryWriteBytes(System.Span destination, short value) => throw null; public static bool TryWriteBytes(System.Span destination, int value) => throw null; public static bool TryWriteBytes(System.Span destination, long value) => throw null; public static bool TryWriteBytes(System.Span destination, float value) => throw null; + public static bool TryWriteBytes(System.Span destination, System.UInt128 value) => throw null; public static bool TryWriteBytes(System.Span destination, ushort value) => throw null; public static bool TryWriteBytes(System.Span destination, uint value) => throw null; public static bool TryWriteBytes(System.Span destination, ulong value) => throw null; @@ -702,14 +713,15 @@ public enum OperationStatus InvalidData = 3, } public delegate void ReadOnlySpanAction(System.ReadOnlySpan span, TArg arg); - public class SearchValues where T : System.IEquatable + public static class SearchValues { - public bool Contains(T value) => throw null; + public static System.Buffers.SearchValues Create(params System.ReadOnlySpan values) => throw null; + public static System.Buffers.SearchValues Create(params System.ReadOnlySpan values) => throw null; + public static System.Buffers.SearchValues Create(System.ReadOnlySpan values, System.StringComparison comparisonType) => throw null; } - public static class SearchValues + public class SearchValues where T : System.IEquatable { - public static System.Buffers.SearchValues Create(System.ReadOnlySpan values) => throw null; - public static System.Buffers.SearchValues Create(System.ReadOnlySpan values) => throw null; + public bool Contains(T value) => throw null; } public delegate void SpanAction(System.Span span, TArg arg); namespace Text @@ -722,10 +734,38 @@ public static class Base64 public static System.Buffers.OperationStatus EncodeToUtf8InPlace(System.Span buffer, int dataLength, out int bytesWritten) => throw null; public static int GetMaxDecodedFromUtf8Length(int length) => throw null; public static int GetMaxEncodedToUtf8Length(int length) => throw null; - public static bool IsValid(System.ReadOnlySpan base64Text) => throw null; - public static bool IsValid(System.ReadOnlySpan base64Text, out int decodedLength) => throw null; public static bool IsValid(System.ReadOnlySpan base64TextUtf8) => throw null; public static bool IsValid(System.ReadOnlySpan base64TextUtf8, out int decodedLength) => throw null; + public static bool IsValid(System.ReadOnlySpan base64Text) => throw null; + public static bool IsValid(System.ReadOnlySpan base64Text, out int decodedLength) => throw null; + } + public static class Base64Url + { + public static byte[] DecodeFromChars(System.ReadOnlySpan source) => throw null; + public static int DecodeFromChars(System.ReadOnlySpan source, System.Span destination) => throw null; + public static System.Buffers.OperationStatus DecodeFromChars(System.ReadOnlySpan source, System.Span destination, out int charsConsumed, out int bytesWritten, bool isFinalBlock = default(bool)) => throw null; + public static byte[] DecodeFromUtf8(System.ReadOnlySpan source) => throw null; + public static int DecodeFromUtf8(System.ReadOnlySpan source, System.Span destination) => throw null; + public static System.Buffers.OperationStatus DecodeFromUtf8(System.ReadOnlySpan source, System.Span destination, out int bytesConsumed, out int bytesWritten, bool isFinalBlock = default(bool)) => throw null; + public static int DecodeFromUtf8InPlace(System.Span buffer) => throw null; + public static char[] EncodeToChars(System.ReadOnlySpan source) => throw null; + public static int EncodeToChars(System.ReadOnlySpan source, System.Span destination) => throw null; + public static System.Buffers.OperationStatus EncodeToChars(System.ReadOnlySpan source, System.Span destination, out int bytesConsumed, out int charsWritten, bool isFinalBlock = default(bool)) => throw null; + public static string EncodeToString(System.ReadOnlySpan source) => throw null; + public static byte[] EncodeToUtf8(System.ReadOnlySpan source) => throw null; + public static int EncodeToUtf8(System.ReadOnlySpan source, System.Span destination) => throw null; + public static System.Buffers.OperationStatus EncodeToUtf8(System.ReadOnlySpan source, System.Span destination, out int bytesConsumed, out int bytesWritten, bool isFinalBlock = default(bool)) => throw null; + public static int GetEncodedLength(int bytesLength) => throw null; + public static int GetMaxDecodedLength(int base64Length) => throw null; + public static bool IsValid(System.ReadOnlySpan base64UrlText) => throw null; + public static bool IsValid(System.ReadOnlySpan base64UrlText, out int decodedLength) => throw null; + public static bool IsValid(System.ReadOnlySpan utf8Base64UrlText) => throw null; + public static bool IsValid(System.ReadOnlySpan utf8Base64UrlText, out int decodedLength) => throw null; + public static bool TryDecodeFromChars(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; + public static bool TryDecodeFromUtf8(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; + public static bool TryEncodeToChars(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; + public static bool TryEncodeToUtf8(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; + public static bool TryEncodeToUtf8InPlace(System.Span buffer, int dataLength, out int bytesWritten) => throw null; } } } @@ -781,6 +821,7 @@ public struct Byte : System.Numerics.IAdditionOperators, Syste public const byte MinValue = 0; static byte System.Numerics.IMinMaxValue.MinValue { get => throw null; } static byte System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static byte System.Numerics.INumberBase.MultiplyAddEstimate(byte left, byte right, byte addend) => throw null; static byte System.Numerics.INumberBase.One { get => throw null; } static byte System.Numerics.IAdditionOperators.operator +(byte left, byte right) => throw null; static byte System.Numerics.IBitwiseOperators.operator &(byte left, byte right) => throw null; @@ -849,8 +890,8 @@ public struct Byte : System.Numerics.IAdditionOperators, Syste static bool System.Numerics.INumberBase.TryConvertToChecked(byte value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(byte value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(byte value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out byte result) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out byte result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out byte result) => throw null; @@ -962,6 +1003,7 @@ public struct Char : System.Numerics.IAdditionOperators, Syste public const char MinValue = default; static char System.Numerics.IMinMaxValue.MinValue { get => throw null; } static char System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static char System.Numerics.INumberBase.MultiplyAddEstimate(char left, char right, char addend) => throw null; static char System.Numerics.INumberBase.One { get => throw null; } static char System.Numerics.IAdditionOperators.operator +(char left, char right) => throw null; static char System.Numerics.IBitwiseOperators.operator &(char left, char right) => throw null; @@ -1100,6 +1142,7 @@ public class IndentedTextWriter : System.IO.TextWriter public override void Write(string format, object arg0) => throw null; public override void Write(string format, object arg0, object arg1) => throw null; public override void Write(string format, params object[] arg) => throw null; + public override void Write(string format, params System.ReadOnlySpan arg) => throw null; public override System.Threading.Tasks.Task WriteAsync(char value) => throw null; public override System.Threading.Tasks.Task WriteAsync(char[] buffer, int index, int count) => throw null; public override System.Threading.Tasks.Task WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; @@ -1119,6 +1162,7 @@ public class IndentedTextWriter : System.IO.TextWriter public override void WriteLine(string format, object arg0) => throw null; public override void WriteLine(string format, object arg0, object arg1) => throw null; public override void WriteLine(string format, params object[] arg) => throw null; + public override void WriteLine(string format, params System.ReadOnlySpan arg) => throw null; public override void WriteLine(uint value) => throw null; public override System.Threading.Tasks.Task WriteLineAsync() => throw null; public override System.Threading.Tasks.Task WriteLineAsync(char value) => throw null; @@ -1205,6 +1249,12 @@ public struct DictionaryEntry } namespace Generic { + public interface IAlternateEqualityComparer + { + T Create(TAlternate alternate); + bool Equals(TAlternate alternate, T other); + int GetHashCode(TAlternate alternate); + } public interface IAsyncEnumerable { System.Collections.Generic.IAsyncEnumerator GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); @@ -1664,7 +1714,9 @@ public static class Convert public static byte[] FromBase64CharArray(char[] inArray, int offset, int length) => throw null; public static byte[] FromBase64String(string s) => throw null; public static byte[] FromHexString(System.ReadOnlySpan chars) => throw null; + public static System.Buffers.OperationStatus FromHexString(System.ReadOnlySpan source, System.Span destination, out int charsConsumed, out int bytesWritten) => throw null; public static byte[] FromHexString(string s) => throw null; + public static System.Buffers.OperationStatus FromHexString(string source, System.Span destination, out int charsConsumed, out int bytesWritten) => throw null; public static System.TypeCode GetTypeCode(object value) => throw null; public static bool IsDBNull(object value) => throw null; public static int ToBase64CharArray(byte[] inArray, int offsetIn, int length, char[] outArray, int offsetOut) => throw null; @@ -1786,6 +1838,9 @@ public static class Convert public static string ToHexString(byte[] inArray) => throw null; public static string ToHexString(byte[] inArray, int offset, int length) => throw null; public static string ToHexString(System.ReadOnlySpan bytes) => throw null; + public static string ToHexStringLower(byte[] inArray) => throw null; + public static string ToHexStringLower(byte[] inArray, int offset, int length) => throw null; + public static string ToHexStringLower(System.ReadOnlySpan bytes) => throw null; public static short ToInt16(bool value) => throw null; public static short ToInt16(byte value) => throw null; public static short ToInt16(char value) => throw null; @@ -1976,6 +2031,8 @@ public static class Convert public static bool TryFromBase64Chars(System.ReadOnlySpan chars, System.Span bytes, out int bytesWritten) => throw null; public static bool TryFromBase64String(string s, System.Span bytes, out int bytesWritten) => throw null; public static bool TryToBase64Chars(System.ReadOnlySpan bytes, System.Span chars, out int charsWritten, System.Base64FormattingOptions options = default(System.Base64FormattingOptions)) => throw null; + public static bool TryToHexString(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; + public static bool TryToHexStringLower(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; } public delegate TOutput Converter(TInput input); public struct DateOnly : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable @@ -2026,8 +2083,8 @@ public struct DateOnly : System.IComparable, System.IComparable public string ToString(System.IFormatProvider provider) => throw null; public string ToString(string format) => throw null; public string ToString(string format, System.IFormatProvider provider) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public static bool TryParse(System.ReadOnlySpan s, out System.DateOnly result) => throw null; static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.DateOnly result) => throw null; public static bool TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.DateOnly result) => throw null; @@ -2059,6 +2116,8 @@ public struct DateTime : System.IComparable, System.IComparable public static int Compare(System.DateTime t1, System.DateTime t2) => throw null; public int CompareTo(System.DateTime value) => throw null; public int CompareTo(object value) => throw null; + public DateTime(System.DateOnly date, System.TimeOnly time) => throw null; + public DateTime(System.DateOnly date, System.TimeOnly time, System.DateTimeKind kind) => throw null; public DateTime(int year, int month, int day) => throw null; public DateTime(int year, int month, int day, System.Globalization.Calendar calendar) => throw null; public DateTime(int year, int month, int day, int hour, int minute, int second) => throw null; @@ -2074,8 +2133,6 @@ public struct DateTime : System.IComparable, System.IComparable public DateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int microsecond, System.Globalization.Calendar calendar, System.DateTimeKind kind) => throw null; public DateTime(long ticks) => throw null; public DateTime(long ticks, System.DateTimeKind kind) => throw null; - public DateTime(System.DateOnly date, System.TimeOnly time) => throw null; - public DateTime(System.DateOnly date, System.TimeOnly time, System.DateTimeKind kind) => throw null; public System.DateTime Date { get => throw null; } public int Day { get => throw null; } public System.DayOfWeek DayOfWeek { get => throw null; } @@ -2164,8 +2221,8 @@ public struct DateTime : System.IComparable, System.IComparable uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; public System.DateTime ToUniversalTime() => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public static bool TryParse(System.ReadOnlySpan s, out System.DateTime result) => throw null; static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.DateTime result) => throw null; public static bool TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, System.Globalization.DateTimeStyles styles, out System.DateTime result) => throw null; @@ -2201,13 +2258,13 @@ public struct DateTimeOffset : System.IComparable, System.IComparable throw null; public int CompareTo(System.DateTimeOffset other) => throw null; int System.IComparable.CompareTo(object obj) => throw null; + public DateTimeOffset(System.DateOnly date, System.TimeOnly time, System.TimeSpan offset) => throw null; public DateTimeOffset(System.DateTime dateTime) => throw null; public DateTimeOffset(System.DateTime dateTime, System.TimeSpan offset) => throw null; public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, System.Globalization.Calendar calendar, System.TimeSpan offset) => throw null; public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, int microsecond, System.Globalization.Calendar calendar, System.TimeSpan offset) => throw null; public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, int microsecond, System.TimeSpan offset) => throw null; public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, System.TimeSpan offset) => throw null; - public DateTimeOffset(System.DateOnly date, System.TimeOnly time, System.TimeSpan offset) => throw null; public DateTimeOffset(int year, int month, int day, int hour, int minute, int second, System.TimeSpan offset) => throw null; public DateTimeOffset(long ticks, System.TimeSpan offset) => throw null; public System.DateTime Date { get => throw null; } @@ -2273,8 +2330,8 @@ public struct DateTimeOffset : System.IComparable, System.IComparable throw null; public long ToUnixTimeMilliseconds() => throw null; public long ToUnixTimeSeconds() => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; public static bool TryParse(System.ReadOnlySpan input, out System.DateTimeOffset result) => throw null; static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.DateTimeOffset result) => throw null; public static bool TryParse(System.ReadOnlySpan input, System.IFormatProvider formatProvider, System.Globalization.DateTimeStyles styles, out System.DateTimeOffset result) => throw null; @@ -2334,6 +2391,8 @@ public struct Decimal : System.Numerics.IAdditionOperators throw null; public int CompareTo(decimal value) => throw null; public int CompareTo(object value) => throw null; + static TInteger System.Numerics.IFloatingPoint.ConvertToInteger(decimal value) => throw null; + static TInteger System.Numerics.IFloatingPoint.ConvertToIntegerNative(decimal value) => throw null; static decimal System.Numerics.INumber.CopySign(decimal value, decimal sign) => throw null; static decimal System.Numerics.INumberBase.CreateChecked(TOther value) => throw null; static decimal System.Numerics.INumberBase.CreateSaturating(TOther value) => throw null; @@ -2395,6 +2454,7 @@ public struct Decimal : System.Numerics.IAdditionOperators.MinValue { get => throw null; } static decimal System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } public static decimal Multiply(decimal d1, decimal d2) => throw null; + static decimal System.Numerics.INumberBase.MultiplyAddEstimate(decimal left, decimal right, decimal addend) => throw null; public static decimal Negate(decimal d) => throw null; static decimal System.Numerics.ISignedNumber.NegativeOne { get => throw null; } void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; @@ -2493,8 +2553,8 @@ public struct Decimal : System.Numerics.IAdditionOperators.TryConvertToChecked(decimal value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(decimal value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(decimal value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public static bool TryGetBits(decimal d, System.Span destination, out int valuesWritten) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out decimal result) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out decimal result) => throw null; @@ -2517,6 +2577,7 @@ public abstract class Delegate : System.ICloneable, System.Runtime.Serialization public virtual object Clone() => throw null; public static System.Delegate Combine(System.Delegate a, System.Delegate b) => throw null; public static System.Delegate Combine(params System.Delegate[] delegates) => throw null; + public static System.Delegate Combine(params System.ReadOnlySpan delegates) => throw null; protected virtual System.Delegate CombineImpl(System.Delegate d) => throw null; public static System.Delegate CreateDelegate(System.Type type, object firstArgument, System.Reflection.MethodInfo method) => throw null; public static System.Delegate CreateDelegate(System.Type type, object firstArgument, System.Reflection.MethodInfo method, bool throwOnBindFailure) => throw null; @@ -2532,11 +2593,19 @@ public abstract class Delegate : System.ICloneable, System.Runtime.Serialization protected Delegate(System.Type target, string method) => throw null; public object DynamicInvoke(params object[] args) => throw null; protected virtual object DynamicInvokeImpl(object[] args) => throw null; + public static System.Delegate.InvocationListEnumerator EnumerateInvocationList(TDelegate d) where TDelegate : System.Delegate => throw null; public override bool Equals(object obj) => throw null; public override int GetHashCode() => throw null; public virtual System.Delegate[] GetInvocationList() => throw null; protected virtual System.Reflection.MethodInfo GetMethodImpl() => throw null; public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; + public bool HasSingleTarget { get => throw null; } + public struct InvocationListEnumerator where TDelegate : System.Delegate + { + public TDelegate Current { get => throw null; } + public System.Delegate.InvocationListEnumerator GetEnumerator() => throw null; + public bool MoveNext() => throw null; + } public System.Reflection.MethodInfo Method { get => throw null; } public static bool operator ==(System.Delegate d1, System.Delegate d2) => throw null; public static bool operator !=(System.Delegate d1, System.Delegate d2) => throw null; @@ -2631,6 +2700,18 @@ public sealed class ExperimentalAttribute : System.Attribute public string DiagnosticId { get => throw null; } public string UrlFormat { get => throw null; set { } } } + [System.AttributeUsage((System.AttributeTargets)128, Inherited = false, AllowMultiple = true)] + public sealed class FeatureGuardAttribute : System.Attribute + { + public FeatureGuardAttribute(System.Type featureType) => throw null; + public System.Type FeatureType { get => throw null; } + } + [System.AttributeUsage((System.AttributeTargets)128, Inherited = false)] + public sealed class FeatureSwitchDefinitionAttribute : System.Attribute + { + public FeatureSwitchDefinitionAttribute(string switchName) => throw null; + public string SwitchName { get => throw null; } + } [System.AttributeUsage((System.AttributeTargets)10624, Inherited = false)] public sealed class MaybeNullAttribute : System.Attribute { @@ -2760,7 +2841,7 @@ public static class Debug public static void Assert(bool condition) => throw null; public static void Assert(bool condition, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("condition")] ref System.Diagnostics.Debug.AssertInterpolatedStringHandler message) => throw null; public static void Assert(bool condition, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("condition")] ref System.Diagnostics.Debug.AssertInterpolatedStringHandler message, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("condition")] ref System.Diagnostics.Debug.AssertInterpolatedStringHandler detailMessage) => throw null; - public static void Assert(bool condition, string message) => throw null; + public static void Assert(bool condition, string message = default(string)) => throw null; public static void Assert(bool condition, string message, string detailMessage) => throw null; public static void Assert(bool condition, string message, string detailMessageFormat, params object[] args) => throw null; [System.Runtime.CompilerServices.InterpolatedStringHandler] @@ -2847,6 +2928,7 @@ public enum DebuggingModes public static class Debugger { public static void Break() => throw null; + public static void BreakForUserUnhandledException(System.Exception exception) => throw null; public static readonly string DefaultCategory; public static bool IsAttached { get => throw null; } public static bool IsLogging() => throw null; @@ -2866,6 +2948,11 @@ public enum DebuggerBrowsableState Collapsed = 2, RootHidden = 3, } + [System.AttributeUsage((System.AttributeTargets)64)] + public sealed class DebuggerDisableUserUnhandledExceptionsAttribute : System.Attribute + { + public DebuggerDisableUserUnhandledExceptionsAttribute() => throw null; + } [System.AttributeUsage((System.AttributeTargets)4509, AllowMultiple = true)] public sealed class DebuggerDisplayAttribute : System.Attribute { @@ -2981,6 +3068,8 @@ public struct Double : System.Numerics.IAdditionOperators.Clamp(double value, double min, double max) => throw null; public int CompareTo(double value) => throw null; public int CompareTo(object value) => throw null; + static TInteger System.Numerics.IFloatingPoint.ConvertToInteger(double value) => throw null; + static TInteger System.Numerics.IFloatingPoint.ConvertToIntegerNative(double value) => throw null; static double System.Numerics.INumber.CopySign(double value, double sign) => throw null; static double System.Numerics.ITrigonometricFunctions.Cos(double x) => throw null; static double System.Numerics.IHyperbolicFunctions.Cosh(double x) => throw null; @@ -3052,6 +3141,7 @@ public struct Double : System.Numerics.IAdditionOperators.MinValue { get => throw null; } static double System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static double System.Numerics.INumberBase.MultiplyAddEstimate(double left, double right, double addend) => throw null; public const double NaN = default; static double System.Numerics.IFloatingPointIeee754.NaN { get => throw null; } public const double NegativeInfinity = default; @@ -3140,8 +3230,8 @@ public struct Double : System.Numerics.IAdditionOperators.TryConvertToChecked(double value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(double value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(double value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out double result) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out double result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out double result) => throw null; @@ -3228,8 +3318,8 @@ public abstract class Enum : System.IComparable, System.IConvertible, System.IFo ushort System.IConvertible.ToUInt16(System.IFormatProvider provider) => throw null; uint System.IConvertible.ToUInt32(System.IFormatProvider provider) => throw null; ulong System.IConvertible.ToUInt64(System.IFormatProvider provider) => throw null; - public static bool TryFormat(TEnum value, System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan)) where TEnum : struct => throw null; bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; + public static bool TryFormat(TEnum value, System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan)) where TEnum : struct => throw null; public static bool TryParse(System.Type enumType, System.ReadOnlySpan value, bool ignoreCase, out object result) => throw null; public static bool TryParse(System.Type enumType, System.ReadOnlySpan value, out object result) => throw null; public static bool TryParse(System.Type enumType, string value, bool ignoreCase, out object result) => throw null; @@ -3242,6 +3332,7 @@ public abstract class Enum : System.IComparable, System.IConvertible, System.IFo public static class Environment { public static string CommandLine { get => throw null; } + public static System.Environment.ProcessCpuUsage CpuUsage { get => throw null; } public static string CurrentDirectory { get => throw null; set { } } public static int CurrentManagedThreadId { get => throw null; } public static void Exit(int exitCode) => throw null; @@ -3264,6 +3355,12 @@ public static class Environment public static string MachineName { get => throw null; } public static string NewLine { get => throw null; } public static System.OperatingSystem OSVersion { get => throw null; } + public struct ProcessCpuUsage + { + public System.TimeSpan PrivilegedTime { get => throw null; } + public System.TimeSpan TotalTime { get => throw null; } + public System.TimeSpan UserTime { get => throw null; } + } public static int ProcessId { get => throw null; } public static int ProcessorCount { get => throw null; } public static string ProcessPath { get => throw null; } @@ -3416,14 +3513,6 @@ public class FtpStyleUriParser : System.UriParser public FtpStyleUriParser() => throw null; } public delegate TResult Func(); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15); - public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15, T16 arg16); public delegate TResult Func(T arg); public delegate TResult Func(T1 arg1, T2 arg2); public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3); @@ -3432,6 +3521,14 @@ public class FtpStyleUriParser : System.UriParser public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8); + public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9); + public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10); + public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11); + public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12); + public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13); + public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14); + public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15); + public delegate TResult Func(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15, T16 arg16); public static class GC { public static void AddMemoryPressure(long bytesAllocated) => throw null; @@ -4427,8 +4524,11 @@ public class GopherStyleUriParser : System.UriParser } public struct Guid : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable { + public static System.Guid AllBitsSet { get => throw null; } public int CompareTo(System.Guid value) => throw null; public int CompareTo(object value) => throw null; + public static System.Guid CreateVersion7() => throw null; + public static System.Guid CreateVersion7(System.DateTimeOffset timestamp) => throw null; public Guid(byte[] b) => throw null; public Guid(int a, short b, short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k) => throw null; public Guid(int a, short b, short c, byte[] d) => throw null; @@ -4460,8 +4560,8 @@ public struct Guid : System.IComparable, System.IComparable, System public string ToString(string format, System.IFormatProvider provider) => throw null; bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan)) => throw null; public static bool TryParse(System.ReadOnlySpan input, out System.Guid result) => throw null; static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Guid result) => throw null; public static bool TryParse(string input, out System.Guid result) => throw null; @@ -4470,6 +4570,8 @@ public struct Guid : System.IComparable, System.IComparable, System public static bool TryParseExact(string input, string format, out System.Guid result) => throw null; public bool TryWriteBytes(System.Span destination) => throw null; public bool TryWriteBytes(System.Span destination, bool bigEndian, out int bytesWritten) => throw null; + public int Variant { get => throw null; } + public int Version { get => throw null; } } public struct Half : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.Numerics.IBinaryFloatingPointIeee754, System.Numerics.IBinaryNumber, System.Numerics.IBitwiseOperators, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IExponentialFunctions, System.Numerics.IFloatingPoint, System.Numerics.IFloatingPointConstants, System.Numerics.IFloatingPointIeee754, System.IFormattable, System.Numerics.IHyperbolicFunctions, System.Numerics.IIncrementOperators, System.Numerics.ILogarithmicFunctions, System.Numerics.IMinMaxValue, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.IPowerFunctions, System.Numerics.IRootFunctions, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.ITrigonometricFunctions, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable { @@ -4494,6 +4596,8 @@ public struct Half : System.Numerics.IAdditionOperators.Clamp(System.Half value, System.Half min, System.Half max) => throw null; public int CompareTo(System.Half other) => throw null; public int CompareTo(object obj) => throw null; + static TInteger System.Numerics.IFloatingPoint.ConvertToInteger(System.Half value) => throw null; + static TInteger System.Numerics.IFloatingPoint.ConvertToIntegerNative(System.Half value) => throw null; static System.Half System.Numerics.INumber.CopySign(System.Half value, System.Half sign) => throw null; static System.Half System.Numerics.ITrigonometricFunctions.Cos(System.Half x) => throw null; static System.Half System.Numerics.IHyperbolicFunctions.Cosh(System.Half x) => throw null; @@ -4560,6 +4664,7 @@ public struct Half : System.Numerics.IAdditionOperators.MinNumber(System.Half x, System.Half y) => throw null; static System.Half System.Numerics.IMinMaxValue.MinValue { get => throw null; } static System.Half System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static System.Half System.Numerics.INumberBase.MultiplyAddEstimate(System.Half left, System.Half right, System.Half addend) => throw null; static System.Half System.Numerics.IFloatingPointIeee754.NaN { get => throw null; } static System.Half System.Numerics.IFloatingPointIeee754.NegativeInfinity { get => throw null; } static System.Half System.Numerics.ISignedNumber.NegativeOne { get => throw null; } @@ -4670,8 +4775,8 @@ public struct Half : System.Numerics.IAdditionOperators.TryConvertToChecked(System.Half value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(System.Half value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(System.Half value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Half result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out System.Half result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.Half result) => throw null; @@ -4855,6 +4960,7 @@ public struct Int128 : System.Numerics.IAdditionOperators.MinNumber(System.Int128 x, System.Int128 y) => throw null; static System.Int128 System.Numerics.IMinMaxValue.MinValue { get => throw null; } static System.Int128 System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static System.Int128 System.Numerics.INumberBase.MultiplyAddEstimate(System.Int128 left, System.Int128 right, System.Int128 addend) => throw null; static System.Int128 System.Numerics.ISignedNumber.NegativeOne { get => throw null; } static System.Int128 System.Numerics.INumberBase.One { get => throw null; } static System.Int128 System.Numerics.IAdditionOperators.operator +(System.Int128 left, System.Int128 right) => throw null; @@ -4954,8 +5060,8 @@ public struct Int128 : System.Numerics.IAdditionOperators.TryConvertToChecked(System.Int128 value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(System.Int128 value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(System.Int128 value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Int128 result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.Int128 result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out System.Int128 result) => throw null; @@ -5023,6 +5129,7 @@ public struct Int16 : System.Numerics.IAdditionOperators, S public const short MinValue = -32768; static short System.Numerics.IMinMaxValue.MinValue { get => throw null; } static short System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static short System.Numerics.INumberBase.MultiplyAddEstimate(short left, short right, short addend) => throw null; static short System.Numerics.ISignedNumber.NegativeOne { get => throw null; } static short System.Numerics.INumberBase.One { get => throw null; } static short System.Numerics.IAdditionOperators.operator +(short left, short right) => throw null; @@ -5092,8 +5199,8 @@ public struct Int16 : System.Numerics.IAdditionOperators, S static bool System.Numerics.INumberBase.TryConvertToChecked(short value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(short value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(short value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out short result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out short result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out short result) => throw null; @@ -5115,6 +5222,7 @@ public struct Int32 : System.Numerics.IAdditionOperators, System. public static int Abs(int value) => throw null; static int System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } static int System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } + public static long BigMul(int left, int right) => throw null; static int System.Numerics.INumber.Clamp(int value, int min, int max) => throw null; public int CompareTo(int value) => throw null; public int CompareTo(object value) => throw null; @@ -5171,6 +5279,7 @@ public struct Int32 : System.Numerics.IAdditionOperators, System. public const int MinValue = -2147483648; static int System.Numerics.IMinMaxValue.MinValue { get => throw null; } static int System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static int System.Numerics.INumberBase.MultiplyAddEstimate(int left, int right, int addend) => throw null; static int System.Numerics.ISignedNumber.NegativeOne { get => throw null; } static int System.Numerics.INumberBase.One { get => throw null; } static int System.Numerics.IAdditionOperators.operator +(int left, int right) => throw null; @@ -5243,8 +5352,8 @@ public struct Int32 : System.Numerics.IAdditionOperators, System. static bool System.Numerics.INumberBase.TryConvertToChecked(int value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(int value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(int value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out int result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out int result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out int result) => throw null; @@ -5268,6 +5377,7 @@ public struct Int64 : System.Numerics.IAdditionOperators, Syst static long System.Numerics.INumberBase.Abs(long value) => throw null; static long System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } static long System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } + public static System.Int128 BigMul(long left, long right) => throw null; static long System.Numerics.INumber.Clamp(long value, long min, long max) => throw null; public int CompareTo(long value) => throw null; public int CompareTo(object value) => throw null; @@ -5315,6 +5425,7 @@ public struct Int64 : System.Numerics.IAdditionOperators, Syst public const long MinValue = -9223372036854775808; static long System.Numerics.IMinMaxValue.MinValue { get => throw null; } static long System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static long System.Numerics.INumberBase.MultiplyAddEstimate(long left, long right, long addend) => throw null; static long System.Numerics.ISignedNumber.NegativeOne { get => throw null; } static long System.Numerics.INumberBase.One { get => throw null; } static long System.Numerics.IAdditionOperators.operator +(long left, long right) => throw null; @@ -5384,8 +5495,8 @@ public struct Int64 : System.Numerics.IAdditionOperators, Syst static bool System.Numerics.INumberBase.TryConvertToChecked(long value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(long value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(long value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out long result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out long result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out long result) => throw null; @@ -5457,6 +5568,7 @@ public struct IntPtr : System.Numerics.IAdditionOperators, Sys public static nint MinValue { get => throw null; } static nint System.Numerics.IMinMaxValue.MinValue { get => throw null; } static nint System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static nint System.Numerics.INumberBase.MultiplyAddEstimate(nint left, nint right, nint addend) => throw null; static nint System.Numerics.ISignedNumber.NegativeOne { get => throw null; } static nint System.Numerics.INumberBase.One { get => throw null; } public static nint operator +(nint pointer, int offset) => throw null; @@ -5524,8 +5636,8 @@ public struct IntPtr : System.Numerics.IAdditionOperators, Sys static bool System.Numerics.INumberBase.TryConvertToChecked(nint value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(nint value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(nint value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out nint result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out nint result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out nint result) => throw null; @@ -5770,7 +5882,6 @@ public sealed class DirectoryInfo : System.IO.FileSystemInfo public override string Name { get => throw null; } public System.IO.DirectoryInfo Parent { get => throw null; } public System.IO.DirectoryInfo Root { get => throw null; } - public override string ToString() => throw null; } public class DirectoryNotFoundException : System.IO.IOException { @@ -5851,14 +5962,22 @@ public class EnumerationOptions } public static class File { + public static void AppendAllBytes(string path, byte[] bytes) => throw null; + public static void AppendAllBytes(string path, System.ReadOnlySpan bytes) => throw null; + public static System.Threading.Tasks.Task AppendAllBytesAsync(string path, byte[] bytes, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task AppendAllBytesAsync(string path, System.ReadOnlyMemory bytes, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static void AppendAllLines(string path, System.Collections.Generic.IEnumerable contents) => throw null; public static void AppendAllLines(string path, System.Collections.Generic.IEnumerable contents, System.Text.Encoding encoding) => throw null; public static System.Threading.Tasks.Task AppendAllLinesAsync(string path, System.Collections.Generic.IEnumerable contents, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task AppendAllLinesAsync(string path, System.Collections.Generic.IEnumerable contents, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static void AppendAllText(string path, string contents) => throw null; public static void AppendAllText(string path, string contents, System.Text.Encoding encoding) => throw null; + public static void AppendAllText(string path, System.ReadOnlySpan contents) => throw null; + public static void AppendAllText(string path, System.ReadOnlySpan contents, System.Text.Encoding encoding) => throw null; public static System.Threading.Tasks.Task AppendAllTextAsync(string path, string contents, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task AppendAllTextAsync(string path, string contents, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task AppendAllTextAsync(string path, System.ReadOnlyMemory contents, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task AppendAllTextAsync(string path, System.ReadOnlyMemory contents, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.IO.StreamWriter AppendText(string path) => throw null; public static void Copy(string sourceFileName, string destFileName) => throw null; public static void Copy(string sourceFileName, string destFileName, bool overwrite) => throw null; @@ -5909,8 +6028,8 @@ public static class File public static System.Threading.Tasks.Task ReadAllTextAsync(string path, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Collections.Generic.IEnumerable ReadLines(string path) => throw null; public static System.Collections.Generic.IEnumerable ReadLines(string path, System.Text.Encoding encoding) => throw null; - public static System.Collections.Generic.IAsyncEnumerable ReadLinesAsync(string path, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Collections.Generic.IAsyncEnumerable ReadLinesAsync(string path, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable ReadLinesAsync(string path, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static void Replace(string sourceFileName, string destinationFileName, string destinationBackupFileName) => throw null; public static void Replace(string sourceFileName, string destinationFileName, string destinationBackupFileName, bool ignoreMetadataErrors) => throw null; public static System.IO.FileSystemInfo ResolveLinkTarget(string linkPath, bool returnFinalTarget) => throw null; @@ -5931,7 +6050,9 @@ public static class File public static void SetUnixFileMode(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, System.IO.UnixFileMode mode) => throw null; public static void SetUnixFileMode(string path, System.IO.UnixFileMode mode) => throw null; public static void WriteAllBytes(string path, byte[] bytes) => throw null; + public static void WriteAllBytes(string path, System.ReadOnlySpan bytes) => throw null; public static System.Threading.Tasks.Task WriteAllBytesAsync(string path, byte[] bytes, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task WriteAllBytesAsync(string path, System.ReadOnlyMemory bytes, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static void WriteAllLines(string path, System.Collections.Generic.IEnumerable contents) => throw null; public static void WriteAllLines(string path, System.Collections.Generic.IEnumerable contents, System.Text.Encoding encoding) => throw null; public static void WriteAllLines(string path, string[] contents) => throw null; @@ -5940,8 +6061,12 @@ public static class File public static System.Threading.Tasks.Task WriteAllLinesAsync(string path, System.Collections.Generic.IEnumerable contents, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static void WriteAllText(string path, string contents) => throw null; public static void WriteAllText(string path, string contents, System.Text.Encoding encoding) => throw null; + public static void WriteAllText(string path, System.ReadOnlySpan contents) => throw null; + public static void WriteAllText(string path, System.ReadOnlySpan contents, System.Text.Encoding encoding) => throw null; public static System.Threading.Tasks.Task WriteAllTextAsync(string path, string contents, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task WriteAllTextAsync(string path, string contents, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task WriteAllTextAsync(string path, System.ReadOnlyMemory contents, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task WriteAllTextAsync(string path, System.ReadOnlyMemory contents, System.Text.Encoding encoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; } [System.Flags] public enum FileAccess @@ -6065,6 +6190,7 @@ public class FileStream : System.IO.Stream public override bool CanRead { get => throw null; } public override bool CanSeek { get => throw null; } public override bool CanWrite { get => throw null; } + public override void CopyTo(System.IO.Stream destination, int bufferSize) => throw null; public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) => throw null; public FileStream(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.IO.FileAccess access) => throw null; public FileStream(Microsoft.Win32.SafeHandles.SafeFileHandle handle, System.IO.FileAccess access, int bufferSize) => throw null; @@ -6224,6 +6350,7 @@ public static class Path public static string Combine(string path1, string path2, string path3) => throw null; public static string Combine(string path1, string path2, string path3, string path4) => throw null; public static string Combine(params string[] paths) => throw null; + public static string Combine(params System.ReadOnlySpan paths) => throw null; public static readonly char DirectorySeparatorChar; public static bool EndsInDirectorySeparator(System.ReadOnlySpan path) => throw null; public static bool EndsInDirectorySeparator(string path) => throw null; @@ -6260,6 +6387,7 @@ public static class Path public static string Join(string path1, string path2, string path3) => throw null; public static string Join(string path1, string path2, string path3, string path4) => throw null; public static string Join(params string[] paths) => throw null; + public static string Join(params System.ReadOnlySpan paths) => throw null; public static readonly char PathSeparator; public static System.ReadOnlySpan TrimEndingDirectorySeparator(System.ReadOnlySpan path) => throw null; public static string TrimEndingDirectorySeparator(string path) => throw null; @@ -6424,6 +6552,7 @@ public class StreamWriter : System.IO.TextWriter public override void Write(string format, object arg0, object arg1) => throw null; public override void Write(string format, object arg0, object arg1, object arg2) => throw null; public override void Write(string format, params object[] arg) => throw null; + public override void Write(string format, params System.ReadOnlySpan arg) => throw null; public override System.Threading.Tasks.Task WriteAsync(char value) => throw null; public override System.Threading.Tasks.Task WriteAsync(char[] buffer, int index, int count) => throw null; public override System.Threading.Tasks.Task WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; @@ -6434,6 +6563,7 @@ public class StreamWriter : System.IO.TextWriter public override void WriteLine(string format, object arg0, object arg1) => throw null; public override void WriteLine(string format, object arg0, object arg1, object arg2) => throw null; public override void WriteLine(string format, params object[] arg) => throw null; + public override void WriteLine(string format, params System.ReadOnlySpan arg) => throw null; public override System.Threading.Tasks.Task WriteLineAsync() => throw null; public override System.Threading.Tasks.Task WriteLineAsync(char value) => throw null; public override System.Threading.Tasks.Task WriteLineAsync(char[] buffer, int index, int count) => throw null; @@ -6520,6 +6650,7 @@ public abstract class TextWriter : System.MarshalByRefObject, System.IAsyncDispo { public virtual void Close() => throw null; protected char[] CoreNewLine; + public static System.IO.TextWriter CreateBroadcasting(params System.IO.TextWriter[] writers) => throw null; protected TextWriter() => throw null; protected TextWriter(System.IFormatProvider formatProvider) => throw null; public void Dispose() => throw null; @@ -6549,6 +6680,7 @@ public abstract class TextWriter : System.MarshalByRefObject, System.IAsyncDispo public virtual void Write(string format, object arg0, object arg1) => throw null; public virtual void Write(string format, object arg0, object arg1, object arg2) => throw null; public virtual void Write(string format, params object[] arg) => throw null; + public virtual void Write(string format, params System.ReadOnlySpan arg) => throw null; public virtual void Write(System.Text.StringBuilder value) => throw null; public virtual void Write(uint value) => throw null; public virtual void Write(ulong value) => throw null; @@ -6575,6 +6707,7 @@ public abstract class TextWriter : System.MarshalByRefObject, System.IAsyncDispo public virtual void WriteLine(string format, object arg0, object arg1) => throw null; public virtual void WriteLine(string format, object arg0, object arg1, object arg2) => throw null; public virtual void WriteLine(string format, params object[] arg) => throw null; + public virtual void WriteLine(string format, params System.ReadOnlySpan arg) => throw null; public virtual void WriteLine(System.Text.StringBuilder value) => throw null; public virtual void WriteLine(uint value) => throw null; public virtual void WriteLine(ulong value) => throw null; @@ -6741,6 +6874,9 @@ public static class Math public static double Atan2(double y, double x) => throw null; public static double Atanh(double d) => throw null; public static long BigMul(int a, int b) => throw null; + public static System.Int128 BigMul(long a, long b) => throw null; + public static ulong BigMul(uint a, uint b) => throw null; + public static System.UInt128 BigMul(ulong a, ulong b) => throw null; public static long BigMul(long a, long b, out long low) => throw null; public static ulong BigMul(ulong a, ulong b, out ulong low) => throw null; public static double BitDecrement(double x) => throw null; @@ -6764,12 +6900,12 @@ public static class Math public static double CopySign(double x, double y) => throw null; public static double Cos(double d) => throw null; public static double Cosh(double value) => throw null; - public static int DivRem(int a, int b, out int result) => throw null; - public static long DivRem(long a, long b, out long result) => throw null; public static (byte Quotient, byte Remainder) DivRem(byte left, byte right) => throw null; public static (short Quotient, short Remainder) DivRem(short left, short right) => throw null; public static (int Quotient, int Remainder) DivRem(int left, int right) => throw null; + public static int DivRem(int a, int b, out int result) => throw null; public static (long Quotient, long Remainder) DivRem(long left, long right) => throw null; + public static long DivRem(long a, long b, out long result) => throw null; public static (nint Quotient, nint Remainder) DivRem(nint left, nint right) => throw null; public static (sbyte Quotient, sbyte Remainder) DivRem(sbyte left, sbyte right) => throw null; public static (ushort Quotient, ushort Remainder) DivRem(ushort left, ushort right) => throw null; @@ -7224,6 +7360,8 @@ public interface IExponentialFunctions : System.Numerics.IAdditionOperato public interface IFloatingPoint : System.Numerics.IAdditionOperators, System.Numerics.IAdditiveIdentity, System.IComparable, System.IComparable, System.Numerics.IComparisonOperators, System.Numerics.IDecrementOperators, System.Numerics.IDivisionOperators, System.Numerics.IEqualityOperators, System.IEquatable, System.Numerics.IFloatingPointConstants, System.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumber, System.Numerics.INumberBase, System.IParsable, System.Numerics.ISignedNumber, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.IFloatingPoint { static virtual TSelf Ceiling(TSelf x) => throw null; + static virtual TInteger ConvertToInteger(TSelf value) where TInteger : System.Numerics.IBinaryInteger => throw null; + static virtual TInteger ConvertToIntegerNative(TSelf value) where TInteger : System.Numerics.IBinaryInteger => throw null; static virtual TSelf Floor(TSelf x) => throw null; int GetExponentByteCount(); int GetExponentShortestBitLength(); @@ -7355,6 +7493,7 @@ public interface INumberBase : System.Numerics.IAdditionOperators throw null; abstract static TSelf One { get; } static virtual TSelf Parse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; abstract static TSelf Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider); @@ -7630,11 +7769,12 @@ public struct ReadOnlyMemory : System.IEquatable> } public struct ReadOnlySpan { + public static System.ReadOnlySpan CastUp(System.ReadOnlySpan items) where TDerived : class, T => throw null; public void CopyTo(System.Span destination) => throw null; public unsafe ReadOnlySpan(void* pointer, int length) => throw null; + public ReadOnlySpan(ref readonly T reference) => throw null; public ReadOnlySpan(T[] array) => throw null; public ReadOnlySpan(T[] array, int start, int length) => throw null; - public ReadOnlySpan(ref readonly T reference) => throw null; public static System.ReadOnlySpan Empty { get => throw null; } public struct Enumerator { @@ -7741,6 +7881,7 @@ public abstract class Assembly : System.Reflection.ICustomAttributeProvider, Sys public static System.Reflection.Assembly ReflectionOnlyLoad(string assemblyString) => throw null; public static System.Reflection.Assembly ReflectionOnlyLoadFrom(string assemblyFile) => throw null; public virtual System.Security.SecurityRuleSet SecurityRuleSet { get => throw null; } + public static void SetEntryAssembly(System.Reflection.Assembly assembly) => throw null; public override string ToString() => throw null; public static System.Reflection.Assembly UnsafeLoadFrom(string assemblyFile) => throw null; } @@ -7971,12 +8112,12 @@ public abstract class ConstructorInfo : System.Reflection.MethodBase public sealed class ConstructorInvoker { public static System.Reflection.ConstructorInvoker Create(System.Reflection.ConstructorInfo constructor) => throw null; - public object Invoke(System.Span arguments) => throw null; public object Invoke() => throw null; public object Invoke(object arg1) => throw null; public object Invoke(object arg1, object arg2) => throw null; public object Invoke(object arg1, object arg2, object arg3) => throw null; public object Invoke(object arg1, object arg2, object arg3, object arg4) => throw null; + public object Invoke(System.Span arguments) => throw null; } public class CustomAttributeData { @@ -8043,8 +8184,8 @@ public struct CustomAttributeNamedArgument : System.IEquatable throw null; public CustomAttributeNamedArgument(System.Reflection.MemberInfo memberInfo, System.Reflection.CustomAttributeTypedArgument typedArgument) => throw null; - public bool Equals(System.Reflection.CustomAttributeNamedArgument other) => throw null; public override bool Equals(object obj) => throw null; + public bool Equals(System.Reflection.CustomAttributeNamedArgument other) => throw null; public override int GetHashCode() => throw null; public bool IsField { get => throw null; } public System.Reflection.MemberInfo MemberInfo { get => throw null; } @@ -8199,6 +8340,7 @@ public enum GenericParameterAttributes NotNullableValueTypeConstraint = 8, DefaultConstructorConstraint = 16, SpecialConstraintMask = 28, + AllowByRefLike = 32, } public interface ICustomAttributeProvider { @@ -8422,12 +8564,12 @@ public abstract class MethodInfo : System.Reflection.MethodBase public sealed class MethodInvoker { public static System.Reflection.MethodInvoker Create(System.Reflection.MethodBase method) => throw null; - public object Invoke(object obj, System.Span arguments) => throw null; public object Invoke(object obj) => throw null; public object Invoke(object obj, object arg1) => throw null; public object Invoke(object obj, object arg1, object arg2) => throw null; public object Invoke(object obj, object arg1, object arg2, object arg3) => throw null; public object Invoke(object obj, object arg1, object arg2, object arg3, object arg4) => throw null; + public object Invoke(object obj, System.Span arguments) => throw null; } public sealed class Missing : System.Runtime.Serialization.ISerializable { @@ -9074,6 +9216,10 @@ public class CallConvSuppressGCTransition { public CallConvSuppressGCTransition() => throw null; } + public class CallConvSwift + { + public CallConvSwift() => throw null; + } public class CallConvThiscall { public CallConvThiscall() => throw null; @@ -9444,6 +9590,17 @@ public sealed class NullablePublicOnlyAttribute : System.Attribute public NullablePublicOnlyAttribute(bool value) => throw null; public readonly bool IncludesInternals; } + [System.AttributeUsage((System.AttributeTargets)224, AllowMultiple = false, Inherited = false)] + public sealed class OverloadResolutionPriorityAttribute : System.Attribute + { + public OverloadResolutionPriorityAttribute(int priority) => throw null; + public int Priority { get => throw null; } + } + [System.AttributeUsage((System.AttributeTargets)2048, Inherited = true, AllowMultiple = false)] + public sealed class ParamCollectionAttribute : System.Attribute + { + public ParamCollectionAttribute() => throw null; + } public struct PoolingAsyncValueTaskMethodBuilder { public void AwaitOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; @@ -9503,6 +9660,7 @@ public sealed class RuntimeCompatibilityAttribute : System.Attribute public static class RuntimeFeature { public const string ByRefFields = default; + public const string ByRefLikeGenerics = default; public const string CovariantReturnsOfClasses = default; public const string DefaultImplementationsOfInterfaces = default; public static bool IsDynamicCodeCompiled { get => throw null; } @@ -9516,6 +9674,7 @@ public static class RuntimeFeature public static class RuntimeHelpers { public static nint AllocateTypeAssociatedMemory(System.Type type, int size) => throw null; + public static object Box(ref byte target, System.RuntimeTypeHandle type) => throw null; public delegate void CleanupCode(object userData, bool exceptionThrown); public static System.ReadOnlySpan CreateSpan(System.RuntimeFieldHandle fldHandle) => throw null; public static void EnsureSufficientExecutionStack() => throw null; @@ -9537,6 +9696,7 @@ public static class RuntimeHelpers public static void ProbeForSufficientStack() => throw null; public static void RunClassConstructor(System.RuntimeTypeHandle type) => throw null; public static void RunModuleConstructor(System.ModuleHandle module) => throw null; + public static int SizeOf(System.RuntimeTypeHandle type) => throw null; public delegate void TryCode(object userData); public static bool TryEnsureSufficientExecutionStack() => throw null; } @@ -9641,7 +9801,7 @@ public static class Unsafe public static unsafe void* AsPointer(ref T value) => throw null; public static unsafe T AsRef(void* source) => throw null; public static T AsRef(ref readonly T source) => throw null; - public static TTo BitCast(TFrom source) where TFrom : struct where TTo : struct => throw null; + public static TTo BitCast(TFrom source) => throw null; public static nint ByteOffset(ref readonly T origin, ref readonly T target) => throw null; public static unsafe void Copy(void* destination, ref readonly T source) => throw null; public static unsafe void Copy(ref T destination, void* source) => throw null; @@ -9818,6 +9978,7 @@ public enum Architecture LoongArch64 = 6, Armv6 = 7, Ppc64le = 8, + RiscV64 = 9, } public enum CharSet { @@ -9947,6 +10108,14 @@ public struct ManagedToUnmanagedIn public System.Span GetUnmanagedValuesDestination() => throw null; public unsafe TUnmanagedElement* ToUnmanaged() => throw null; } + public struct ManagedToUnmanagedOut + { + public void Free() => throw null; + public unsafe void FromUnmanaged(TUnmanagedElement* unmanaged) => throw null; + public System.Span GetManagedValuesDestination(int numElements) => throw null; + public System.ReadOnlySpan GetUnmanagedValuesSource(int numElements) => throw null; + public System.ReadOnlySpan ToManaged() => throw null; + } public static class UnmanagedToManagedOut { public static unsafe TUnmanagedElement* AllocateContainerForUnmanagedElements(System.ReadOnlySpan managed, out int numElements) => throw null; @@ -10002,6 +10171,34 @@ public struct ManagedToUnmanagedIn } } } + public static class MemoryMarshal + { + public static System.ReadOnlySpan AsBytes(System.ReadOnlySpan span) where T : struct => throw null; + public static System.Span AsBytes(System.Span span) where T : struct => throw null; + public static System.Memory AsMemory(System.ReadOnlyMemory memory) => throw null; + public static T AsRef(System.ReadOnlySpan span) where T : struct => throw null; + public static T AsRef(System.Span span) where T : struct => throw null; + public static System.ReadOnlySpan Cast(System.ReadOnlySpan span) where TFrom : struct where TTo : struct => throw null; + public static System.Span Cast(System.Span span) where TFrom : struct where TTo : struct => throw null; + public static System.Memory CreateFromPinnedArray(T[] array, int start, int length) => throw null; + public static System.ReadOnlySpan CreateReadOnlySpan(ref readonly T reference, int length) => throw null; + public static unsafe System.ReadOnlySpan CreateReadOnlySpanFromNullTerminated(byte* value) => throw null; + public static unsafe System.ReadOnlySpan CreateReadOnlySpanFromNullTerminated(char* value) => throw null; + public static System.Span CreateSpan(ref T reference, int length) => throw null; + public static T GetArrayDataReference(T[] array) => throw null; + public static byte GetArrayDataReference(System.Array array) => throw null; + public static T GetReference(System.ReadOnlySpan span) => throw null; + public static T GetReference(System.Span span) => throw null; + public static T Read(System.ReadOnlySpan source) where T : struct => throw null; + public static System.Collections.Generic.IEnumerable ToEnumerable(System.ReadOnlyMemory memory) => throw null; + public static bool TryGetArray(System.ReadOnlyMemory memory, out System.ArraySegment segment) => throw null; + public static bool TryGetMemoryManager(System.ReadOnlyMemory memory, out TManager manager) where TManager : System.Buffers.MemoryManager => throw null; + public static bool TryGetMemoryManager(System.ReadOnlyMemory memory, out TManager manager, out int start, out int length) where TManager : System.Buffers.MemoryManager => throw null; + public static bool TryGetString(System.ReadOnlyMemory memory, out string text, out int start, out int length) => throw null; + public static bool TryRead(System.ReadOnlySpan source, out T value) where T : struct => throw null; + public static bool TryWrite(System.Span destination, in T value) where T : struct => throw null; + public static void Write(System.Span destination, in T value) where T : struct => throw null; + } public struct OSPlatform : System.IEquatable { public static System.Runtime.InteropServices.OSPlatform Create(string osPlatform) => throw null; @@ -10077,6 +10274,29 @@ public sealed class SuppressGCTransitionAttribute : System.Attribute { public SuppressGCTransitionAttribute() => throw null; } + namespace Swift + { + public struct SwiftError + { + public unsafe SwiftError(void* value) => throw null; + public unsafe void* Value { get => throw null; } + } + public struct SwiftIndirectResult + { + public unsafe SwiftIndirectResult(void* value) => throw null; + public unsafe void* Value { get => throw null; } + } + public struct SwiftSelf + { + public unsafe SwiftSelf(void* value) => throw null; + public unsafe void* Value { get => throw null; } + } + public struct SwiftSelf where T : unmanaged + { + public SwiftSelf(T value) => throw null; + public T Value { get => throw null; } + } + } public enum UnmanagedType { Bool = 2, @@ -10522,6 +10742,7 @@ public struct SByte : System.Numerics.IAdditionOperators, S public const sbyte MinValue = -128; static sbyte System.Numerics.IMinMaxValue.MinValue { get => throw null; } static sbyte System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static sbyte System.Numerics.INumberBase.MultiplyAddEstimate(sbyte left, sbyte right, sbyte addend) => throw null; static sbyte System.Numerics.ISignedNumber.NegativeOne { get => throw null; } static sbyte System.Numerics.INumberBase.One { get => throw null; } static sbyte System.Numerics.IAdditionOperators.operator +(sbyte left, sbyte right) => throw null; @@ -10591,8 +10812,8 @@ public struct SByte : System.Numerics.IAdditionOperators, S static bool System.Numerics.INumberBase.TryConvertToChecked(sbyte value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(sbyte value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(sbyte value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out sbyte result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out sbyte result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out sbyte result) => throw null; @@ -10924,6 +11145,8 @@ public struct Single : System.Numerics.IAdditionOperators, static float System.Numerics.INumber.Clamp(float value, float min, float max) => throw null; public int CompareTo(object value) => throw null; public int CompareTo(float value) => throw null; + static TInteger System.Numerics.IFloatingPoint.ConvertToInteger(float value) => throw null; + static TInteger System.Numerics.IFloatingPoint.ConvertToIntegerNative(float value) => throw null; static float System.Numerics.INumber.CopySign(float value, float sign) => throw null; static float System.Numerics.ITrigonometricFunctions.Cos(float x) => throw null; static float System.Numerics.IHyperbolicFunctions.Cosh(float x) => throw null; @@ -10995,6 +11218,7 @@ public struct Single : System.Numerics.IAdditionOperators, public const float MinValue = default; static float System.Numerics.IMinMaxValue.MinValue { get => throw null; } static float System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static float System.Numerics.INumberBase.MultiplyAddEstimate(float left, float right, float addend) => throw null; public const float NaN = default; static float System.Numerics.IFloatingPointIeee754.NaN { get => throw null; } public const float NegativeInfinity = default; @@ -11083,8 +11307,8 @@ public struct Single : System.Numerics.IAdditionOperators, static bool System.Numerics.INumberBase.TryConvertToChecked(float value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(float value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(float value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out float result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out float result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out float result) => throw null; @@ -11105,9 +11329,9 @@ public struct Span public void Clear() => throw null; public void CopyTo(System.Span destination) => throw null; public unsafe Span(void* pointer, int length) => throw null; + public Span(ref T reference) => throw null; public Span(T[] array) => throw null; public Span(T[] array, int start, int length) => throw null; - public Span(ref T reference) => throw null; public static System.Span Empty { get => throw null; } public struct Enumerator { @@ -11166,6 +11390,7 @@ public sealed class String : System.ICloneable, System.IComparable, System.IComp public static string Concat(object arg0, object arg1) => throw null; public static string Concat(object arg0, object arg1, object arg2) => throw null; public static string Concat(params object[] args) => throw null; + public static string Concat(params System.ReadOnlySpan args) => throw null; public static string Concat(System.ReadOnlySpan str0, System.ReadOnlySpan str1) => throw null; public static string Concat(System.ReadOnlySpan str0, System.ReadOnlySpan str1, System.ReadOnlySpan str2) => throw null; public static string Concat(System.ReadOnlySpan str0, System.ReadOnlySpan str1, System.ReadOnlySpan str2, System.ReadOnlySpan str3) => throw null; @@ -11173,6 +11398,7 @@ public sealed class String : System.ICloneable, System.IComparable, System.IComp public static string Concat(string str0, string str1, string str2) => throw null; public static string Concat(string str0, string str1, string str2, string str3) => throw null; public static string Concat(params string[] values) => throw null; + public static string Concat(params System.ReadOnlySpan values) => throw null; public static string Concat(System.Collections.Generic.IEnumerable values) => throw null; public bool Contains(char value) => throw null; public bool Contains(char value, System.StringComparison comparisonType) => throw null; @@ -11208,15 +11434,17 @@ public sealed class String : System.ICloneable, System.IComparable, System.IComp public static string Format(System.IFormatProvider provider, string format, object arg0, object arg1) => throw null; public static string Format(System.IFormatProvider provider, string format, object arg0, object arg1, object arg2) => throw null; public static string Format(System.IFormatProvider provider, string format, params object[] args) => throw null; + public static string Format(System.IFormatProvider provider, string format, params System.ReadOnlySpan args) => throw null; + public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, params object[] args) => throw null; + public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, params System.ReadOnlySpan args) => throw null; public static string Format(string format, object arg0) => throw null; public static string Format(string format, object arg0, object arg1) => throw null; public static string Format(string format, object arg0, object arg1, object arg2) => throw null; public static string Format(string format, params object[] args) => throw null; + public static string Format(string format, params System.ReadOnlySpan args) => throw null; public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0) => throw null; public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0, TArg1 arg1) => throw null; public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0, TArg1 arg1, TArg2 arg2) => throw null; - public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, params object[] args) => throw null; - public static string Format(System.IFormatProvider provider, System.Text.CompositeFormat format, System.ReadOnlySpan args) => throw null; public System.CharEnumerator GetEnumerator() => throw null; System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; @@ -11247,11 +11475,15 @@ public sealed class String : System.ICloneable, System.IComparable, System.IComp public static bool IsNullOrEmpty(string value) => throw null; public static bool IsNullOrWhiteSpace(string value) => throw null; public static string Join(char separator, params object[] values) => throw null; + public static string Join(char separator, params System.ReadOnlySpan values) => throw null; public static string Join(char separator, params string[] value) => throw null; + public static string Join(char separator, params System.ReadOnlySpan value) => throw null; public static string Join(char separator, string[] value, int startIndex, int count) => throw null; public static string Join(string separator, System.Collections.Generic.IEnumerable values) => throw null; public static string Join(string separator, params object[] values) => throw null; + public static string Join(string separator, params System.ReadOnlySpan values) => throw null; public static string Join(string separator, params string[] value) => throw null; + public static string Join(string separator, params System.ReadOnlySpan value) => throw null; public static string Join(string separator, string[] value, int startIndex, int count) => throw null; public static string Join(char separator, System.Collections.Generic.IEnumerable values) => throw null; public static string Join(string separator, System.Collections.Generic.IEnumerable values) => throw null; @@ -11290,6 +11522,7 @@ public sealed class String : System.ICloneable, System.IComparable, System.IComp public string[] Split(char separator, int count, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; public string[] Split(char separator, System.StringSplitOptions options = default(System.StringSplitOptions)) => throw null; public string[] Split(params char[] separator) => throw null; + public string[] Split(params System.ReadOnlySpan separator) => throw null; public string[] Split(char[] separator, int count) => throw null; public string[] Split(char[] separator, int count, System.StringSplitOptions options) => throw null; public string[] Split(char[] separator, System.StringSplitOptions options) => throw null; @@ -11407,20 +11640,20 @@ public static class Ascii public static bool EqualsIgnoreCase(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; public static bool EqualsIgnoreCase(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; public static System.Buffers.OperationStatus FromUtf16(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - public static bool IsValid(System.ReadOnlySpan value) => throw null; - public static bool IsValid(System.ReadOnlySpan value) => throw null; public static bool IsValid(byte value) => throw null; public static bool IsValid(char value) => throw null; + public static bool IsValid(System.ReadOnlySpan value) => throw null; + public static bool IsValid(System.ReadOnlySpan value) => throw null; public static System.Buffers.OperationStatus ToLower(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - public static System.Buffers.OperationStatus ToLower(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; public static System.Buffers.OperationStatus ToLower(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; public static System.Buffers.OperationStatus ToLower(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; + public static System.Buffers.OperationStatus ToLower(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; public static System.Buffers.OperationStatus ToLowerInPlace(System.Span value, out int bytesWritten) => throw null; public static System.Buffers.OperationStatus ToLowerInPlace(System.Span value, out int charsWritten) => throw null; public static System.Buffers.OperationStatus ToUpper(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; - public static System.Buffers.OperationStatus ToUpper(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; public static System.Buffers.OperationStatus ToUpper(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; public static System.Buffers.OperationStatus ToUpper(System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; + public static System.Buffers.OperationStatus ToUpper(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; public static System.Buffers.OperationStatus ToUpperInPlace(System.Span value, out int bytesWritten) => throw null; public static System.Buffers.OperationStatus ToUpperInPlace(System.Span value, out int charsWritten) => throw null; public static System.Buffers.OperationStatus ToUtf16(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; @@ -11798,15 +12031,17 @@ public sealed class StringBuilder : System.Runtime.Serialization.ISerializable public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, string format, object arg0, object arg1) => throw null; public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, string format, object arg0, object arg1, object arg2) => throw null; public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, string format, params object[] args) => throw null; + public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, string format, params System.ReadOnlySpan args) => throw null; + public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, params object[] args) => throw null; + public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, params System.ReadOnlySpan args) => throw null; public System.Text.StringBuilder AppendFormat(string format, object arg0) => throw null; public System.Text.StringBuilder AppendFormat(string format, object arg0, object arg1) => throw null; public System.Text.StringBuilder AppendFormat(string format, object arg0, object arg1, object arg2) => throw null; public System.Text.StringBuilder AppendFormat(string format, params object[] args) => throw null; + public System.Text.StringBuilder AppendFormat(string format, params System.ReadOnlySpan args) => throw null; public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0) => throw null; public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0, TArg1 arg1) => throw null; public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, TArg0 arg0, TArg1 arg1, TArg2 arg2) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, params object[] args) => throw null; - public System.Text.StringBuilder AppendFormat(System.IFormatProvider provider, System.Text.CompositeFormat format, System.ReadOnlySpan args) => throw null; [System.Runtime.CompilerServices.InterpolatedStringHandler] public struct AppendInterpolatedStringHandler { @@ -11825,8 +12060,12 @@ public struct AppendInterpolatedStringHandler } public System.Text.StringBuilder AppendJoin(char separator, params object[] values) => throw null; public System.Text.StringBuilder AppendJoin(char separator, params string[] values) => throw null; + public System.Text.StringBuilder AppendJoin(char separator, params System.ReadOnlySpan values) => throw null; + public System.Text.StringBuilder AppendJoin(char separator, params System.ReadOnlySpan values) => throw null; public System.Text.StringBuilder AppendJoin(string separator, params object[] values) => throw null; public System.Text.StringBuilder AppendJoin(string separator, params string[] values) => throw null; + public System.Text.StringBuilder AppendJoin(string separator, params System.ReadOnlySpan values) => throw null; + public System.Text.StringBuilder AppendJoin(string separator, params System.ReadOnlySpan values) => throw null; public System.Text.StringBuilder AppendJoin(char separator, System.Collections.Generic.IEnumerable values) => throw null; public System.Text.StringBuilder AppendJoin(string separator, System.Collections.Generic.IEnumerable values) => throw null; public System.Text.StringBuilder AppendLine() => throw null; @@ -11878,6 +12117,8 @@ public struct ChunkEnumerator public System.Text.StringBuilder Remove(int startIndex, int length) => throw null; public System.Text.StringBuilder Replace(char oldChar, char newChar) => throw null; public System.Text.StringBuilder Replace(char oldChar, char newChar, int startIndex, int count) => throw null; + public System.Text.StringBuilder Replace(System.ReadOnlySpan oldValue, System.ReadOnlySpan newValue) => throw null; + public System.Text.StringBuilder Replace(System.ReadOnlySpan oldValue, System.ReadOnlySpan newValue, int startIndex, int count) => throw null; public System.Text.StringBuilder Replace(string oldValue, string newValue) => throw null; public System.Text.StringBuilder Replace(string oldValue, string newValue, int startIndex, int count) => throw null; [System.Runtime.CompilerServices.IndexerName("Chars")] @@ -11903,22 +12144,22 @@ public static class Utf8 public static System.Buffers.OperationStatus FromUtf16(System.ReadOnlySpan source, System.Span destination, out int charsRead, out int bytesWritten, bool replaceInvalidSequences = default(bool), bool isFinalBlock = default(bool)) => throw null; public static bool IsValid(System.ReadOnlySpan value) => throw null; public static System.Buffers.OperationStatus ToUtf16(System.ReadOnlySpan source, System.Span destination, out int bytesRead, out int charsWritten, bool replaceInvalidSequences = default(bool), bool isFinalBlock = default(bool)) => throw null; - public static bool TryWrite(System.Span destination, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("destination")] ref System.Text.Unicode.Utf8.TryWriteInterpolatedStringHandler handler, out int bytesWritten) => throw null; public static bool TryWrite(System.Span destination, System.IFormatProvider provider, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument(new[] { "destination", "provider" })] ref System.Text.Unicode.Utf8.TryWriteInterpolatedStringHandler handler, out int bytesWritten) => throw null; + public static bool TryWrite(System.Span destination, [System.Runtime.CompilerServices.InterpolatedStringHandlerArgument("destination")] ref System.Text.Unicode.Utf8.TryWriteInterpolatedStringHandler handler, out int bytesWritten) => throw null; [System.Runtime.CompilerServices.InterpolatedStringHandler] public struct TryWriteInterpolatedStringHandler { - public bool AppendFormatted(System.ReadOnlySpan value) => throw null; - public bool AppendFormatted(System.ReadOnlySpan value, int alignment = default(int), string format = default(string)) => throw null; + public bool AppendFormatted(object value, int alignment = default(int), string format = default(string)) => throw null; public bool AppendFormatted(System.ReadOnlySpan utf8Value) => throw null; public bool AppendFormatted(System.ReadOnlySpan utf8Value, int alignment = default(int), string format = default(string)) => throw null; + public bool AppendFormatted(System.ReadOnlySpan value) => throw null; + public bool AppendFormatted(System.ReadOnlySpan value, int alignment = default(int), string format = default(string)) => throw null; + public bool AppendFormatted(string value) => throw null; + public bool AppendFormatted(string value, int alignment = default(int), string format = default(string)) => throw null; public bool AppendFormatted(T value) => throw null; - public bool AppendFormatted(T value, string format) => throw null; public bool AppendFormatted(T value, int alignment) => throw null; public bool AppendFormatted(T value, int alignment, string format) => throw null; - public bool AppendFormatted(object value, int alignment = default(int), string format = default(string)) => throw null; - public bool AppendFormatted(string value) => throw null; - public bool AppendFormatted(string value, int alignment = default(int), string format = default(string)) => throw null; + public bool AppendFormatted(T value, string format) => throw null; public bool AppendLiteral(string value) => throw null; public TryWriteInterpolatedStringHandler(int literalLength, int formattedCount, System.Span destination, out bool shouldAppend) => throw null; public TryWriteInterpolatedStringHandler(int literalLength, int formattedCount, System.Span destination, System.IFormatProvider provider, out bool shouldAppend) => throw null; @@ -11970,11 +12211,12 @@ public class CancellationTokenSource : System.IDisposable public System.Threading.Tasks.Task CancelAsync() => throw null; public static System.Threading.CancellationTokenSource CreateLinkedTokenSource(System.Threading.CancellationToken token) => throw null; public static System.Threading.CancellationTokenSource CreateLinkedTokenSource(System.Threading.CancellationToken token1, System.Threading.CancellationToken token2) => throw null; + public static System.Threading.CancellationTokenSource CreateLinkedTokenSource(params System.ReadOnlySpan tokens) => throw null; public static System.Threading.CancellationTokenSource CreateLinkedTokenSource(params System.Threading.CancellationToken[] tokens) => throw null; public CancellationTokenSource() => throw null; - public CancellationTokenSource(System.TimeSpan delay, System.TimeProvider timeProvider) => throw null; public CancellationTokenSource(int millisecondsDelay) => throw null; public CancellationTokenSource(System.TimeSpan delay) => throw null; + public CancellationTokenSource(System.TimeSpan delay, System.TimeProvider timeProvider) => throw null; public void Dispose() => throw null; protected virtual void Dispose(bool disposing) => throw null; public bool IsCancellationRequested { get => throw null; } @@ -11991,6 +12233,21 @@ public enum LazyThreadSafetyMode PublicationOnly = 1, ExecutionAndPublication = 2, } + public sealed class Lock + { + public Lock() => throw null; + public void Enter() => throw null; + public System.Threading.Lock.Scope EnterScope() => throw null; + public void Exit() => throw null; + public bool IsHeldByCurrentThread { get => throw null; } + public struct Scope + { + public void Dispose() => throw null; + } + public bool TryEnter() => throw null; + public bool TryEnter(int millisecondsTimeout) => throw null; + public bool TryEnter(System.TimeSpan timeout) => throw null; + } public sealed class PeriodicTimer : System.IDisposable { public PeriodicTimer(System.TimeSpan period) => throw null; @@ -12138,6 +12395,8 @@ public class Task : System.IAsyncResult, System.IDisposable public void Wait(System.Threading.CancellationToken cancellationToken) => throw null; public bool Wait(System.TimeSpan timeout) => throw null; public bool Wait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) => throw null; + public static void WaitAll(System.Collections.Generic.IEnumerable tasks, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static void WaitAll(params System.ReadOnlySpan tasks) => throw null; public static void WaitAll(params System.Threading.Tasks.Task[] tasks) => throw null; public static bool WaitAll(System.Threading.Tasks.Task[] tasks, int millisecondsTimeout) => throw null; public static bool WaitAll(System.Threading.Tasks.Task[] tasks, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) => throw null; @@ -12154,15 +12413,25 @@ public class Task : System.IAsyncResult, System.IDisposable public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout, System.TimeProvider timeProvider) => throw null; public System.Threading.Tasks.Task WaitAsync(System.TimeSpan timeout, System.TimeProvider timeProvider, System.Threading.CancellationToken cancellationToken) => throw null; public static System.Threading.Tasks.Task WhenAll(System.Collections.Generic.IEnumerable tasks) => throw null; + public static System.Threading.Tasks.Task WhenAll(params System.ReadOnlySpan tasks) => throw null; public static System.Threading.Tasks.Task WhenAll(params System.Threading.Tasks.Task[] tasks) => throw null; public static System.Threading.Tasks.Task WhenAll(System.Collections.Generic.IEnumerable> tasks) => throw null; + public static System.Threading.Tasks.Task WhenAll(params System.ReadOnlySpan> tasks) => throw null; public static System.Threading.Tasks.Task WhenAll(params System.Threading.Tasks.Task[] tasks) => throw null; public static System.Threading.Tasks.Task WhenAny(System.Collections.Generic.IEnumerable tasks) => throw null; public static System.Threading.Tasks.Task WhenAny(System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2) => throw null; + public static System.Threading.Tasks.Task WhenAny(params System.ReadOnlySpan tasks) => throw null; public static System.Threading.Tasks.Task WhenAny(params System.Threading.Tasks.Task[] tasks) => throw null; public static System.Threading.Tasks.Task> WhenAny(System.Collections.Generic.IEnumerable> tasks) => throw null; public static System.Threading.Tasks.Task> WhenAny(System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2) => throw null; + public static System.Threading.Tasks.Task> WhenAny(params System.ReadOnlySpan> tasks) => throw null; public static System.Threading.Tasks.Task> WhenAny(params System.Threading.Tasks.Task[] tasks) => throw null; + public static System.Collections.Generic.IAsyncEnumerable WhenEach(System.Collections.Generic.IEnumerable tasks) => throw null; + public static System.Collections.Generic.IAsyncEnumerable WhenEach(params System.Threading.Tasks.Task[] tasks) => throw null; + public static System.Collections.Generic.IAsyncEnumerable WhenEach(System.ReadOnlySpan tasks) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> WhenEach(System.Collections.Generic.IEnumerable> tasks) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> WhenEach(params System.Threading.Tasks.Task[] tasks) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> WhenEach(System.ReadOnlySpan> tasks) => throw null; public static System.Runtime.CompilerServices.YieldAwaitable Yield() => throw null; } public class Task : System.Threading.Tasks.Task @@ -12233,12 +12502,14 @@ public class TaskCompletionSource public void SetCanceled(System.Threading.CancellationToken cancellationToken) => throw null; public void SetException(System.Collections.Generic.IEnumerable exceptions) => throw null; public void SetException(System.Exception exception) => throw null; + public void SetFromTask(System.Threading.Tasks.Task completedTask) => throw null; public void SetResult() => throw null; public System.Threading.Tasks.Task Task { get => throw null; } public bool TrySetCanceled() => throw null; public bool TrySetCanceled(System.Threading.CancellationToken cancellationToken) => throw null; public bool TrySetException(System.Collections.Generic.IEnumerable exceptions) => throw null; public bool TrySetException(System.Exception exception) => throw null; + public bool TrySetFromTask(System.Threading.Tasks.Task completedTask) => throw null; public bool TrySetResult() => throw null; } public class TaskCompletionSource @@ -12251,12 +12522,14 @@ public class TaskCompletionSource public void SetCanceled(System.Threading.CancellationToken cancellationToken) => throw null; public void SetException(System.Collections.Generic.IEnumerable exceptions) => throw null; public void SetException(System.Exception exception) => throw null; + public void SetFromTask(System.Threading.Tasks.Task completedTask) => throw null; public void SetResult(TResult result) => throw null; public System.Threading.Tasks.Task Task { get => throw null; } public bool TrySetCanceled() => throw null; public bool TrySetCanceled(System.Threading.CancellationToken cancellationToken) => throw null; public bool TrySetException(System.Collections.Generic.IEnumerable exceptions) => throw null; public bool TrySetException(System.Exception exception) => throw null; + public bool TrySetFromTask(System.Threading.Tasks.Task completedTask) => throw null; public bool TrySetResult(TResult result) => throw null; } [System.Flags] @@ -12640,8 +12913,8 @@ public struct TimeOnly : System.IComparable, System.IComparable public string ToString(string format) => throw null; public string ToString(string format, System.IFormatProvider provider) => throw null; public System.TimeSpan ToTimeSpan() => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public static bool TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, System.Globalization.DateTimeStyles style, out System.TimeOnly result) => throw null; static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.TimeOnly result) => throw null; public static bool TryParse(System.ReadOnlySpan s, out System.TimeOnly result) => throw null; @@ -12695,19 +12968,41 @@ public struct TimeSpan : System.IComparable, System.IComparable public override bool Equals(object value) => throw null; public bool Equals(System.TimeSpan obj) => throw null; public static bool Equals(System.TimeSpan t1, System.TimeSpan t2) => throw null; + public static System.TimeSpan FromDays(int days) => throw null; + public static System.TimeSpan FromDays(int days, int hours = default(int), long minutes = default(long), long seconds = default(long), long milliseconds = default(long), long microseconds = default(long)) => throw null; public static System.TimeSpan FromDays(double value) => throw null; + public static System.TimeSpan FromHours(int hours) => throw null; + public static System.TimeSpan FromHours(int hours, long minutes = default(long), long seconds = default(long), long milliseconds = default(long), long microseconds = default(long)) => throw null; public static System.TimeSpan FromHours(double value) => throw null; + public static System.TimeSpan FromMicroseconds(long microseconds) => throw null; public static System.TimeSpan FromMicroseconds(double value) => throw null; + public static System.TimeSpan FromMilliseconds(long milliseconds, long microseconds = default(long)) => throw null; public static System.TimeSpan FromMilliseconds(double value) => throw null; + public static System.TimeSpan FromMinutes(long minutes) => throw null; + public static System.TimeSpan FromMinutes(long minutes, long seconds = default(long), long milliseconds = default(long), long microseconds = default(long)) => throw null; public static System.TimeSpan FromMinutes(double value) => throw null; + public static System.TimeSpan FromSeconds(long seconds) => throw null; + public static System.TimeSpan FromSeconds(long seconds, long milliseconds = default(long), long microseconds = default(long)) => throw null; public static System.TimeSpan FromSeconds(double value) => throw null; public static System.TimeSpan FromTicks(long value) => throw null; public override int GetHashCode() => throw null; public int Hours { get => throw null; } + public const int HoursPerDay = 24; public static readonly System.TimeSpan MaxValue; public int Microseconds { get => throw null; } + public const long MicrosecondsPerDay = 86400000000; + public const long MicrosecondsPerHour = 3600000000; + public const long MicrosecondsPerMillisecond = 1000; + public const long MicrosecondsPerMinute = 60000000; + public const long MicrosecondsPerSecond = 1000000; public int Milliseconds { get => throw null; } + public const long MillisecondsPerDay = 86400000; + public const long MillisecondsPerHour = 3600000; + public const long MillisecondsPerMinute = 60000; + public const long MillisecondsPerSecond = 1000; public int Minutes { get => throw null; } + public const long MinutesPerDay = 1440; + public const long MinutesPerHour = 60; public static readonly System.TimeSpan MinValue; public System.TimeSpan Multiply(double factor) => throw null; public int Nanoseconds { get => throw null; } @@ -12737,6 +13032,9 @@ public struct TimeSpan : System.IComparable, System.IComparable public static System.TimeSpan ParseExact(string input, string[] formats, System.IFormatProvider formatProvider) => throw null; public static System.TimeSpan ParseExact(string input, string[] formats, System.IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles) => throw null; public int Seconds { get => throw null; } + public const long SecondsPerDay = 86400; + public const long SecondsPerHour = 3600; + public const long SecondsPerMinute = 60; public System.TimeSpan Subtract(System.TimeSpan ts) => throw null; public long Ticks { get => throw null; } public const long TicksPerDay = 864000000000; @@ -12755,8 +13053,8 @@ public struct TimeSpan : System.IComparable, System.IComparable public double TotalMinutes { get => throw null; } public double TotalNanoseconds { get => throw null; } public double TotalSeconds { get => throw null; } - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider formatProvider = default(System.IFormatProvider)) => throw null; static bool System.ISpanParsable.TryParse(System.ReadOnlySpan input, System.IFormatProvider formatProvider, out System.TimeSpan result) => throw null; public static bool TryParse(System.ReadOnlySpan s, out System.TimeSpan result) => throw null; static bool System.IParsable.TryParse(string input, System.IFormatProvider formatProvider, out System.TimeSpan result) => throw null; @@ -12796,8 +13094,8 @@ public sealed class AdjustmentRule : System.Runtime.Serialization.IDeserializati public System.TimeSpan DaylightDelta { get => throw null; } public System.TimeZoneInfo.TransitionTime DaylightTransitionEnd { get => throw null; } public System.TimeZoneInfo.TransitionTime DaylightTransitionStart { get => throw null; } - public bool Equals(System.TimeZoneInfo.AdjustmentRule other) => throw null; public override bool Equals(object obj) => throw null; + public bool Equals(System.TimeZoneInfo.AdjustmentRule other) => throw null; public override int GetHashCode() => throw null; void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) => throw null; @@ -13161,6 +13459,7 @@ public abstract class Type : System.Reflection.MemberInfo, System.Reflection.IRe public System.Reflection.MethodInfo GetMethod(string name) => throw null; public System.Reflection.MethodInfo GetMethod(string name, int genericParameterCount, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; public System.Reflection.MethodInfo GetMethod(string name, int genericParameterCount, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; + public System.Reflection.MethodInfo GetMethod(string name, int genericParameterCount, System.Reflection.BindingFlags bindingAttr, System.Type[] types) => throw null; public System.Reflection.MethodInfo GetMethod(string name, int genericParameterCount, System.Type[] types) => throw null; public System.Reflection.MethodInfo GetMethod(string name, int genericParameterCount, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) => throw null; public System.Reflection.MethodInfo GetMethod(string name, System.Reflection.BindingFlags bindingAttr) => throw null; @@ -13409,6 +13708,7 @@ public struct UInt128 : System.Numerics.IAdditionOperators.MinNumber(System.UInt128 x, System.UInt128 y) => throw null; static System.UInt128 System.Numerics.IMinMaxValue.MinValue { get => throw null; } static System.UInt128 System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static System.UInt128 System.Numerics.INumberBase.MultiplyAddEstimate(System.UInt128 left, System.UInt128 right, System.UInt128 addend) => throw null; static System.UInt128 System.Numerics.INumberBase.One { get => throw null; } static System.UInt128 System.Numerics.IAdditionOperators.operator +(System.UInt128 left, System.UInt128 right) => throw null; static System.UInt128 System.Numerics.IBitwiseOperators.operator &(System.UInt128 left, System.UInt128 right) => throw null; @@ -13512,8 +13812,8 @@ public struct UInt128 : System.Numerics.IAdditionOperators.TryConvertToChecked(System.UInt128 value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(System.UInt128 value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(System.UInt128 value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.UInt128 result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.UInt128 result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out System.UInt128 result) => throw null; @@ -13581,6 +13881,7 @@ public struct UInt16 : System.Numerics.IAdditionOperators.MinValue { get => throw null; } static ushort System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static ushort System.Numerics.INumberBase.MultiplyAddEstimate(ushort left, ushort right, ushort addend) => throw null; static ushort System.Numerics.INumberBase.One { get => throw null; } static ushort System.Numerics.IAdditionOperators.operator +(ushort left, ushort right) => throw null; static ushort System.Numerics.IBitwiseOperators.operator &(ushort left, ushort right) => throw null; @@ -13649,8 +13950,8 @@ public struct UInt16 : System.Numerics.IAdditionOperators.TryConvertToChecked(ushort value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(ushort value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(ushort value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out ushort result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out ushort result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out ushort result) => throw null; @@ -13671,6 +13972,7 @@ public struct UInt32 : System.Numerics.IAdditionOperators, Sys static uint System.Numerics.INumberBase.Abs(uint value) => throw null; static uint System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } static uint System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } + public static ulong BigMul(uint left, uint right) => throw null; static uint System.Numerics.INumber.Clamp(uint value, uint min, uint max) => throw null; public int CompareTo(object value) => throw null; public int CompareTo(uint value) => throw null; @@ -13718,6 +14020,7 @@ public struct UInt32 : System.Numerics.IAdditionOperators, Sys public const uint MinValue = 0; static uint System.Numerics.IMinMaxValue.MinValue { get => throw null; } static uint System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static uint System.Numerics.INumberBase.MultiplyAddEstimate(uint left, uint right, uint addend) => throw null; static uint System.Numerics.INumberBase.One { get => throw null; } static uint System.Numerics.IAdditionOperators.operator +(uint left, uint right) => throw null; static uint System.Numerics.IBitwiseOperators.operator &(uint left, uint right) => throw null; @@ -13786,8 +14089,8 @@ public struct UInt32 : System.Numerics.IAdditionOperators, Sys static bool System.Numerics.INumberBase.TryConvertToChecked(uint value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(uint value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(uint value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out uint result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out uint result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out uint result) => throw null; @@ -13808,6 +14111,7 @@ public struct UInt64 : System.Numerics.IAdditionOperators, static ulong System.Numerics.INumberBase.Abs(ulong value) => throw null; static ulong System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } static ulong System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } + public static System.UInt128 BigMul(ulong left, ulong right) => throw null; static ulong System.Numerics.INumber.Clamp(ulong value, ulong min, ulong max) => throw null; public int CompareTo(object value) => throw null; public int CompareTo(ulong value) => throw null; @@ -13855,6 +14159,7 @@ public struct UInt64 : System.Numerics.IAdditionOperators, public const ulong MinValue = 0; static ulong System.Numerics.IMinMaxValue.MinValue { get => throw null; } static ulong System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static ulong System.Numerics.INumberBase.MultiplyAddEstimate(ulong left, ulong right, ulong addend) => throw null; static ulong System.Numerics.INumberBase.One { get => throw null; } static ulong System.Numerics.IAdditionOperators.operator +(ulong left, ulong right) => throw null; static ulong System.Numerics.IBitwiseOperators.operator &(ulong left, ulong right) => throw null; @@ -13923,8 +14228,8 @@ public struct UInt64 : System.Numerics.IAdditionOperators, static bool System.Numerics.INumberBase.TryConvertToChecked(ulong value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(ulong value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(ulong value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out ulong result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out ulong result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out ulong result) => throw null; @@ -13996,6 +14301,7 @@ public struct UIntPtr : System.Numerics.IAdditionOperators, public static nuint MinValue { get => throw null; } static nuint System.Numerics.IMinMaxValue.MinValue { get => throw null; } static nuint System.Numerics.IMultiplicativeIdentity.MultiplicativeIdentity { get => throw null; } + static nuint System.Numerics.INumberBase.MultiplyAddEstimate(nuint left, nuint right, nuint addend) => throw null; static nuint System.Numerics.INumberBase.One { get => throw null; } public static nuint operator +(nuint pointer, int offset) => throw null; static nuint System.Numerics.IAdditionOperators.operator +(nuint left, nuint right) => throw null; @@ -14062,8 +14368,8 @@ public struct UIntPtr : System.Numerics.IAdditionOperators, static bool System.Numerics.INumberBase.TryConvertToChecked(nuint value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToSaturating(nuint value, out TOther result) => throw null; static bool System.Numerics.INumberBase.TryConvertToTruncating(nuint value, out TOther result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format = default(System.ReadOnlySpan), System.IFormatProvider provider = default(System.IFormatProvider)) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan utf8Text, System.Globalization.NumberStyles style, System.IFormatProvider provider, out nuint result) => throw null; static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out nuint result) => throw null; public static bool TryParse(System.ReadOnlySpan utf8Text, out nuint result) => throw null; @@ -14094,7 +14400,7 @@ public class UnhandledExceptionEventArgs : System.EventArgs public bool IsTerminating { get => throw null; } } public delegate void UnhandledExceptionEventHandler(object sender, System.UnhandledExceptionEventArgs e); - public class Uri : System.IFormattable, System.Runtime.Serialization.ISerializable, System.ISpanFormattable + public class Uri : System.IEquatable, System.IFormattable, System.Runtime.Serialization.ISerializable, System.ISpanFormattable { public string AbsolutePath { get => throw null; } public string AbsoluteUri { get => throw null; } @@ -14114,8 +14420,10 @@ public class Uri : System.IFormattable, System.Runtime.Serialization.ISerializab public Uri(System.Uri baseUri, System.Uri relativeUri) => throw null; public string DnsSafeHost { get => throw null; } public override bool Equals(object comparand) => throw null; + public bool Equals(System.Uri other) => throw null; protected virtual void Escape() => throw null; public static string EscapeDataString(string stringToEscape) => throw null; + public static string EscapeDataString(System.ReadOnlySpan charsToEscape) => throw null; protected static string EscapeString(string str) => throw null; public static string EscapeUriString(string stringToEscape) => throw null; public string Fragment { get => throw null; } @@ -14156,16 +14464,19 @@ public class Uri : System.IFormattable, System.Runtime.Serialization.ISerializab public string Scheme { get => throw null; } public static readonly string SchemeDelimiter; public string[] Segments { get => throw null; } - public override string ToString() => throw null; string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) => throw null; + public override string ToString() => throw null; public static bool TryCreate(string uriString, in System.UriCreationOptions creationOptions, out System.Uri result) => throw null; public static bool TryCreate(string uriString, System.UriKind uriKind, out System.Uri result) => throw null; public static bool TryCreate(System.Uri baseUri, string relativeUri, out System.Uri result) => throw null; public static bool TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten) => throw null; + public static bool TryEscapeDataString(System.ReadOnlySpan charsToEscape, System.Span destination, out int charsWritten) => throw null; bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten) => throw null; + public static bool TryUnescapeDataString(System.ReadOnlySpan charsToUnescape, System.Span destination, out int charsWritten) => throw null; protected virtual string Unescape(string path) => throw null; public static string UnescapeDataString(string stringToUnescape) => throw null; + public static string UnescapeDataString(System.ReadOnlySpan charsToUnescape) => throw null; public static readonly string UriSchemeFile; public static readonly string UriSchemeFtp; public static readonly string UriSchemeFtps; @@ -14498,10 +14809,10 @@ public sealed class Version : System.ICloneable, System.IComparable, System.ICom public string ToString(int fieldCount) => throw null; bool System.ISpanFormattable.TryFormat(System.Span destination, out int charsWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; - public bool TryFormat(System.Span destination, int fieldCount, out int charsWritten) => throw null; - public bool TryFormat(System.Span destination, out int charsWritten) => throw null; public bool TryFormat(System.Span utf8Destination, int fieldCount, out int bytesWritten) => throw null; public bool TryFormat(System.Span utf8Destination, out int bytesWritten) => throw null; + public bool TryFormat(System.Span destination, int fieldCount, out int charsWritten) => throw null; + public bool TryFormat(System.Span destination, out int charsWritten) => throw null; public static bool TryParse(System.ReadOnlySpan input, out System.Version result) => throw null; public static bool TryParse(string input, out System.Version result) => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.AccessControl.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.AccessControl.cs index 45a49255e79b..9218709f4b7a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.AccessControl.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.AccessControl.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Security.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Security.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Security diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Claims.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Claims.cs index 4501a6baad27..c0847037b00b 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Claims.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Claims.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Security.Claims, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Security.Claims, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Security diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.cs index 79c5b17950af..189a55c117a4 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Security.Cryptography, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Security.Cryptography, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 @@ -384,6 +384,9 @@ public enum CngKeyCreationOptions None = 0, MachineKey = 32, OverwriteExistingKey = 128, + PreferVbs = 65536, + RequireVbs = 131072, + UsePerBootKey = 262144, } public sealed class CngKeyCreationParameters { @@ -490,6 +493,24 @@ public class CryptoConfig public static class CryptographicOperations { public static bool FixedTimeEquals(System.ReadOnlySpan left, System.ReadOnlySpan right) => throw null; + public static byte[] HashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] source) => throw null; + public static byte[] HashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.IO.Stream source) => throw null; + public static int HashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.IO.Stream source, System.Span destination) => throw null; + public static byte[] HashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan source) => throw null; + public static int HashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan source, System.Span destination) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static byte[] HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] key, byte[] source) => throw null; + public static byte[] HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] key, System.IO.Stream source) => throw null; + public static byte[] HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan key, System.IO.Stream source) => throw null; + public static int HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan key, System.IO.Stream source, System.Span destination) => throw null; + public static byte[] HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan key, System.ReadOnlySpan source) => throw null; + public static int HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination) => throw null; + public static System.Threading.Tasks.ValueTask HmacDataAsync(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HmacDataAsync(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HmacDataAsync(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlyMemory key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static bool TryHashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; + public static bool TryHmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, out int bytesWritten) => throw null; public static void ZeroMemory(System.Span buffer) => throw null; } public class CryptographicUnexpectedOperationException : System.Security.Cryptography.CryptographicException @@ -1381,6 +1402,7 @@ public sealed class IncrementalHash : System.IDisposable public void AppendData(byte[] data) => throw null; public void AppendData(byte[] data, int offset, int count) => throw null; public void AppendData(System.ReadOnlySpan data) => throw null; + public System.Security.Cryptography.IncrementalHash Clone() => throw null; public static System.Security.Cryptography.IncrementalHash CreateHash(System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; public static System.Security.Cryptography.IncrementalHash CreateHMAC(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] key) => throw null; public static System.Security.Cryptography.IncrementalHash CreateHMAC(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan key) => throw null; @@ -1414,6 +1436,98 @@ public sealed class KeySizes public int MinSize { get => throw null; } public int SkipSize { get => throw null; } } + public sealed class Kmac128 : System.IDisposable + { + public void AppendData(byte[] data) => throw null; + public void AppendData(System.ReadOnlySpan data) => throw null; + public System.Security.Cryptography.Kmac128 Clone() => throw null; + public Kmac128(byte[] key, byte[] customizationString = default(byte[])) => throw null; + public Kmac128(System.ReadOnlySpan key, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public void Dispose() => throw null; + public byte[] GetCurrentHash(int outputLength) => throw null; + public void GetCurrentHash(System.Span destination) => throw null; + public byte[] GetHashAndReset(int outputLength) => throw null; + public void GetHashAndReset(System.Span destination) => throw null; + public static byte[] HashData(byte[] key, byte[] source, int outputLength, byte[] customizationString = default(byte[])) => throw null; + public static byte[] HashData(byte[] key, System.IO.Stream source, int outputLength, byte[] customizationString = default(byte[])) => throw null; + public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source, int outputLength, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static void HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, int outputLength, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static void HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, int outputLength, byte[] customizationString = default(byte[]), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, int outputLength, System.ReadOnlyMemory customizationString = default(System.ReadOnlyMemory), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.ReadOnlyMemory customizationString = default(System.ReadOnlyMemory), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static bool IsSupported { get => throw null; } + } + public sealed class Kmac256 : System.IDisposable + { + public void AppendData(byte[] data) => throw null; + public void AppendData(System.ReadOnlySpan data) => throw null; + public System.Security.Cryptography.Kmac256 Clone() => throw null; + public Kmac256(byte[] key, byte[] customizationString = default(byte[])) => throw null; + public Kmac256(System.ReadOnlySpan key, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public void Dispose() => throw null; + public byte[] GetCurrentHash(int outputLength) => throw null; + public void GetCurrentHash(System.Span destination) => throw null; + public byte[] GetHashAndReset(int outputLength) => throw null; + public void GetHashAndReset(System.Span destination) => throw null; + public static byte[] HashData(byte[] key, byte[] source, int outputLength, byte[] customizationString = default(byte[])) => throw null; + public static byte[] HashData(byte[] key, System.IO.Stream source, int outputLength, byte[] customizationString = default(byte[])) => throw null; + public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source, int outputLength, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static void HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, int outputLength, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static void HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, int outputLength, byte[] customizationString = default(byte[]), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, int outputLength, System.ReadOnlyMemory customizationString = default(System.ReadOnlyMemory), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.ReadOnlyMemory customizationString = default(System.ReadOnlyMemory), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static bool IsSupported { get => throw null; } + } + public sealed class KmacXof128 : System.IDisposable + { + public void AppendData(byte[] data) => throw null; + public void AppendData(System.ReadOnlySpan data) => throw null; + public System.Security.Cryptography.KmacXof128 Clone() => throw null; + public KmacXof128(byte[] key, byte[] customizationString = default(byte[])) => throw null; + public KmacXof128(System.ReadOnlySpan key, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public void Dispose() => throw null; + public byte[] GetCurrentHash(int outputLength) => throw null; + public void GetCurrentHash(System.Span destination) => throw null; + public byte[] GetHashAndReset(int outputLength) => throw null; + public void GetHashAndReset(System.Span destination) => throw null; + public static byte[] HashData(byte[] key, byte[] source, int outputLength, byte[] customizationString = default(byte[])) => throw null; + public static byte[] HashData(byte[] key, System.IO.Stream source, int outputLength, byte[] customizationString = default(byte[])) => throw null; + public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source, int outputLength, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static void HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, int outputLength, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static void HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, int outputLength, byte[] customizationString = default(byte[]), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, int outputLength, System.ReadOnlyMemory customizationString = default(System.ReadOnlyMemory), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.ReadOnlyMemory customizationString = default(System.ReadOnlyMemory), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static bool IsSupported { get => throw null; } + } + public sealed class KmacXof256 : System.IDisposable + { + public void AppendData(byte[] data) => throw null; + public void AppendData(System.ReadOnlySpan data) => throw null; + public System.Security.Cryptography.KmacXof256 Clone() => throw null; + public KmacXof256(byte[] key, byte[] customizationString = default(byte[])) => throw null; + public KmacXof256(System.ReadOnlySpan key, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public void Dispose() => throw null; + public byte[] GetCurrentHash(int outputLength) => throw null; + public void GetCurrentHash(System.Span destination) => throw null; + public byte[] GetHashAndReset(int outputLength) => throw null; + public void GetHashAndReset(System.Span destination) => throw null; + public static byte[] HashData(byte[] key, byte[] source, int outputLength, byte[] customizationString = default(byte[])) => throw null; + public static byte[] HashData(byte[] key, System.IO.Stream source, int outputLength, byte[] customizationString = default(byte[])) => throw null; + public static byte[] HashData(System.ReadOnlySpan key, System.IO.Stream source, int outputLength, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static void HashData(System.ReadOnlySpan key, System.IO.Stream source, System.Span destination, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static byte[] HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, int outputLength, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static void HashData(System.ReadOnlySpan key, System.ReadOnlySpan source, System.Span destination, System.ReadOnlySpan customizationString = default(System.ReadOnlySpan)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(byte[] key, System.IO.Stream source, int outputLength, byte[] customizationString = default(byte[]), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, int outputLength, System.ReadOnlyMemory customizationString = default(System.ReadOnlyMemory), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory key, System.IO.Stream source, System.Memory destination, System.ReadOnlyMemory customizationString = default(System.ReadOnlyMemory), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static bool IsSupported { get => throw null; } + } public abstract class MaskGenerationMethod { protected MaskGenerationMethod() => throw null; @@ -1910,6 +2024,7 @@ public sealed class SafeEvpPKeyHandle : System.Runtime.InteropServices.SafeHandl public SafeEvpPKeyHandle(nint handle, bool ownsHandle) : base(default(nint), default(bool)) => throw null; public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateHandle() => throw null; public override bool IsInvalid { get => throw null; } + public static System.Security.Cryptography.SafeEvpPKeyHandle OpenKeyFromProvider(string providerName, string keyUri) => throw null; public static System.Security.Cryptography.SafeEvpPKeyHandle OpenPrivateKeyFromEngine(string engineName, string keyId) => throw null; public static System.Security.Cryptography.SafeEvpPKeyHandle OpenPublicKeyFromEngine(string engineName, string keyId) => throw null; public static long OpenSslVersion { get => throw null; } @@ -2111,6 +2226,7 @@ public sealed class Shake128 : System.IDisposable { public void AppendData(byte[] data) => throw null; public void AppendData(System.ReadOnlySpan data) => throw null; + public System.Security.Cryptography.Shake128 Clone() => throw null; public Shake128() => throw null; public void Dispose() => throw null; public byte[] GetCurrentHash(int outputLength) => throw null; @@ -2125,11 +2241,15 @@ public sealed class Shake128 : System.IDisposable public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, int outputLength, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static bool IsSupported { get => throw null; } + public byte[] Read(int outputLength) => throw null; + public void Read(System.Span destination) => throw null; + public void Reset() => throw null; } public sealed class Shake256 : System.IDisposable { public void AppendData(byte[] data) => throw null; public void AppendData(System.ReadOnlySpan data) => throw null; + public System.Security.Cryptography.Shake256 Clone() => throw null; public Shake256() => throw null; public void Dispose() => throw null; public byte[] GetCurrentHash(int outputLength) => throw null; @@ -2144,6 +2264,9 @@ public sealed class Shake256 : System.IDisposable public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, int outputLength, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static bool IsSupported { get => throw null; } + public byte[] Read(int outputLength) => throw null; + public void Read(System.Span destination) => throw null; + public void Reset() => throw null; } public class SignatureDescription { @@ -2378,6 +2501,30 @@ public enum OpenFlags OpenExistingOnly = 4, IncludeArchived = 8, } + public sealed class Pkcs12LoaderLimits + { + public Pkcs12LoaderLimits() => throw null; + public Pkcs12LoaderLimits(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits copyFrom) => throw null; + public static System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits DangerousNoLimits { get => throw null; } + public static System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits Defaults { get => throw null; } + public bool IgnoreEncryptedAuthSafes { get => throw null; set { } } + public bool IgnorePrivateKeys { get => throw null; set { } } + public int? IndividualKdfIterationLimit { get => throw null; set { } } + public bool IsReadOnly { get => throw null; } + public int? MacIterationLimit { get => throw null; set { } } + public void MakeReadOnly() => throw null; + public int? MaxCertificates { get => throw null; set { } } + public int? MaxKeys { get => throw null; set { } } + public bool PreserveCertificateAlias { get => throw null; set { } } + public bool PreserveKeyName { get => throw null; set { } } + public bool PreserveStorageProvider { get => throw null; set { } } + public bool PreserveUnknownAttributes { get => throw null; set { } } + public int? TotalKdfIterationLimit { get => throw null; set { } } + } + public sealed class Pkcs12LoadLimitExceededException : System.Security.Cryptography.CryptographicException + { + public Pkcs12LoadLimitExceededException(string propertyName) => throw null; + } public sealed class PublicKey { public static System.Security.Cryptography.X509Certificates.PublicKey CreateFromSubjectPublicKeyInfo(System.ReadOnlySpan source, out int bytesRead) => throw null; @@ -2714,6 +2861,20 @@ public class X509CertificateEnumerator : System.Collections.IEnumerator void System.Collections.IEnumerator.Reset() => throw null; } } + public static class X509CertificateLoader + { + public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadCertificate(byte[] data) => throw null; + public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadCertificate(System.ReadOnlySpan data) => throw null; + public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadCertificateFromFile(string path) => throw null; + public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadPkcs12(byte[] data, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags), System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits loaderLimits = default(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)) => throw null; + public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadPkcs12(System.ReadOnlySpan data, System.ReadOnlySpan password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags), System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits loaderLimits = default(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)) => throw null; + public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection LoadPkcs12Collection(byte[] data, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags), System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits loaderLimits = default(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)) => throw null; + public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection LoadPkcs12Collection(System.ReadOnlySpan data, System.ReadOnlySpan password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags), System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits loaderLimits = default(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)) => throw null; + public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection LoadPkcs12CollectionFromFile(string path, System.ReadOnlySpan password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags), System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits loaderLimits = default(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)) => throw null; + public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection LoadPkcs12CollectionFromFile(string path, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags), System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits loaderLimits = default(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)) => throw null; + public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadPkcs12FromFile(string path, System.ReadOnlySpan password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags), System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits loaderLimits = default(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)) => throw null; + public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadPkcs12FromFile(string path, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = default(System.Security.Cryptography.X509Certificates.X509KeyStorageFlags), System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits loaderLimits = default(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)) => throw null; + } public class X509Chain : System.IDisposable { public bool Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; @@ -3021,6 +3182,12 @@ public enum X509SubjectKeyIdentifierHashAlgorithm Sha1 = 0, ShortSha1 = 1, CapiSha1 = 2, + Sha256 = 3, + Sha384 = 4, + Sha512 = 5, + ShortSha256 = 6, + ShortSha384 = 7, + ShortSha512 = 8, } [System.Flags] public enum X509VerificationFlags diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Principal.Windows.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Principal.Windows.cs index 96c90300796e..72380b6cb298 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Principal.Windows.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Principal.Windows.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Security.Principal.Windows, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Security.Principal.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.CodePages.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.CodePages.cs index 5bbcce2ffc08..65e6447ce731 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.CodePages.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.CodePages.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Text.Encoding.CodePages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Text.Encoding.CodePages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Text diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.Extensions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.Extensions.cs index b68c1b118aca..d6eee432e741 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.Extensions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.Extensions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Text.Encoding.Extensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Text.Encoding.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Text diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encodings.Web.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encodings.Web.cs index 1ec5d2a548a7..53ac690b0d4a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encodings.Web.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encodings.Web.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Text diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Json.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Json.cs index 86bbf2ac0aaa..4a766980aa85 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Json.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Json.cs @@ -1,7 +1,17 @@ // This file contains auto-generated code. -// Generated from `System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { + namespace Runtime + { + namespace InteropServices + { + public static class JsonMarshal + { + public static System.ReadOnlySpan GetRawUtf8Value(System.Text.Json.JsonElement element) => throw null; + } + } + } namespace Text { namespace Json @@ -46,6 +56,7 @@ public struct ArrayEnumerator : System.IDisposable, System.Collections.Generic.I public void Reset() => throw null; } public System.Text.Json.JsonElement Clone() => throw null; + public static bool DeepEquals(System.Text.Json.JsonElement element1, System.Text.Json.JsonElement element2) => throw null; public System.Text.Json.JsonElement.ArrayEnumerator EnumerateArray() => throw null; public System.Text.Json.JsonElement.ObjectEnumerator EnumerateObject() => throw null; public int GetArrayLength() => throw null; @@ -63,6 +74,7 @@ public struct ArrayEnumerator : System.IDisposable, System.Collections.Generic.I public System.Text.Json.JsonElement GetProperty(System.ReadOnlySpan utf8PropertyName) => throw null; public System.Text.Json.JsonElement GetProperty(System.ReadOnlySpan propertyName) => throw null; public System.Text.Json.JsonElement GetProperty(string propertyName) => throw null; + public int GetPropertyCount() => throw null; public string GetRawText() => throw null; public sbyte GetSByte() => throw null; public float GetSingle() => throw null; @@ -157,6 +169,7 @@ public struct JsonProperty } public struct JsonReaderOptions { + public bool AllowMultipleValues { get => throw null; set { } } public bool AllowTrailingCommas { get => throw null; set { } } public System.Text.Json.JsonCommentHandling CommentHandling { get => throw null; set { } } public int MaxDepth { get => throw null; set { } } @@ -213,7 +226,9 @@ public static class JsonSerializer public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Stream utf8Json, System.Type returnType, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Stream utf8Json, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Stream utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable DeserializeAsyncEnumerable(System.IO.Stream utf8Json, bool topLevelValues, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Collections.Generic.IAsyncEnumerable DeserializeAsyncEnumerable(System.IO.Stream utf8Json, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable DeserializeAsyncEnumerable(System.IO.Stream utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, bool topLevelValues, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Collections.Generic.IAsyncEnumerable DeserializeAsyncEnumerable(System.IO.Stream utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static bool IsReflectionEnabledByDefault { get => throw null; } public static void Serialize(System.IO.Stream utf8Json, object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; @@ -234,8 +249,13 @@ public static class JsonSerializer public static System.Threading.Tasks.Task SerializeAsync(System.IO.Stream utf8Json, object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task SerializeAsync(System.IO.Stream utf8Json, object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task SerializeAsync(System.IO.Stream utf8Json, object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task SerializeAsync(System.IO.Pipelines.PipeWriter utf8Json, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task SerializeAsync(System.IO.Stream utf8Json, TValue value, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task SerializeAsync(System.IO.Stream utf8Json, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task SerializeAsync(System.IO.Pipelines.PipeWriter utf8Json, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task SerializeAsync(System.IO.Pipelines.PipeWriter utf8Json, object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task SerializeAsync(System.IO.Pipelines.PipeWriter utf8Json, object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task SerializeAsync(System.IO.Pipelines.PipeWriter utf8Json, object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Text.Json.JsonDocument SerializeToDocument(object value, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; public static System.Text.Json.JsonDocument SerializeToDocument(object value, System.Type inputType, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; public static System.Text.Json.JsonDocument SerializeToDocument(object value, System.Type inputType, System.Text.Json.Serialization.JsonSerializerContext context) => throw null; @@ -265,6 +285,7 @@ public enum JsonSerializerDefaults public sealed class JsonSerializerOptions { public void AddContext() where TContext : System.Text.Json.Serialization.JsonSerializerContext, new() => throw null; + public bool AllowOutOfOrderMetadataProperties { get => throw null; set { } } public bool AllowTrailingCommas { get => throw null; set { } } public System.Collections.Generic.IList Converters { get => throw null; } public JsonSerializerOptions() => throw null; @@ -281,21 +302,27 @@ public sealed class JsonSerializerOptions public bool IgnoreReadOnlyFields { get => throw null; set { } } public bool IgnoreReadOnlyProperties { get => throw null; set { } } public bool IncludeFields { get => throw null; set { } } + public char IndentCharacter { get => throw null; set { } } + public int IndentSize { get => throw null; set { } } public bool IsReadOnly { get => throw null; } public void MakeReadOnly() => throw null; public void MakeReadOnly(bool populateMissingResolver) => throw null; public int MaxDepth { get => throw null; set { } } + public string NewLine { get => throw null; set { } } public System.Text.Json.Serialization.JsonNumberHandling NumberHandling { get => throw null; set { } } public System.Text.Json.Serialization.JsonObjectCreationHandling PreferredObjectCreationHandling { get => throw null; set { } } public bool PropertyNameCaseInsensitive { get => throw null; set { } } public System.Text.Json.JsonNamingPolicy PropertyNamingPolicy { get => throw null; set { } } public System.Text.Json.JsonCommentHandling ReadCommentHandling { get => throw null; set { } } public System.Text.Json.Serialization.ReferenceHandler ReferenceHandler { get => throw null; set { } } + public bool RespectNullableAnnotations { get => throw null; set { } } + public bool RespectRequiredConstructorParameters { get => throw null; set { } } public bool TryGetTypeInfo(System.Type type, out System.Text.Json.Serialization.Metadata.JsonTypeInfo typeInfo) => throw null; public System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver TypeInfoResolver { get => throw null; set { } } public System.Collections.Generic.IList TypeInfoResolverChain { get => throw null; } public System.Text.Json.Serialization.JsonUnknownTypeHandling UnknownTypeHandling { get => throw null; set { } } public System.Text.Json.Serialization.JsonUnmappedMemberHandling UnmappedMemberHandling { get => throw null; set { } } + public static System.Text.Json.JsonSerializerOptions Web { get => throw null; } public bool WriteIndented { get => throw null; set { } } } public enum JsonTokenType : byte @@ -327,8 +354,11 @@ public enum JsonValueKind : byte public struct JsonWriterOptions { public System.Text.Encodings.Web.JavaScriptEncoder Encoder { get => throw null; set { } } + public char IndentCharacter { get => throw null; set { } } public bool Indented { get => throw null; set { } } + public int IndentSize { get => throw null; set { } } public int MaxDepth { get => throw null; set { } } + public string NewLine { get => throw null; set { } } public bool SkipValidation { get => throw null; set { } } } namespace Nodes @@ -343,7 +373,9 @@ public sealed class JsonArray : System.Text.Json.Nodes.JsonNode, System.Collecti public int Count { get => throw null; } public static System.Text.Json.Nodes.JsonArray Create(System.Text.Json.JsonElement element, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; public JsonArray(System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; + public JsonArray(System.Text.Json.Nodes.JsonNodeOptions options, params System.ReadOnlySpan items) => throw null; public JsonArray(System.Text.Json.Nodes.JsonNodeOptions options, params System.Text.Json.Nodes.JsonNode[] items) => throw null; + public JsonArray(params System.ReadOnlySpan items) => throw null; public JsonArray(params System.Text.Json.Nodes.JsonNode[] items) => throw null; public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; @@ -452,7 +484,7 @@ public struct JsonNodeOptions { public bool PropertyNameCaseInsensitive { get => throw null; set { } } } - public sealed class JsonObject : System.Text.Json.Nodes.JsonNode, System.Collections.Generic.ICollection>, System.Collections.Generic.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable + public sealed class JsonObject : System.Text.Json.Nodes.JsonNode, System.Collections.Generic.ICollection>, System.Collections.Generic.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable, System.Collections.Generic.IList> { public void Add(System.Collections.Generic.KeyValuePair property) => throw null; public void Add(string propertyName, System.Text.Json.Nodes.JsonNode value) => throw null; @@ -464,12 +496,22 @@ public sealed class JsonObject : System.Text.Json.Nodes.JsonNode, System.Collect public static System.Text.Json.Nodes.JsonObject Create(System.Text.Json.JsonElement element, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; public JsonObject(System.Collections.Generic.IEnumerable> properties, System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; public JsonObject(System.Text.Json.Nodes.JsonNodeOptions? options = default(System.Text.Json.Nodes.JsonNodeOptions?)) => throw null; + public System.Collections.Generic.KeyValuePair GetAt(int index) => throw null; public System.Collections.Generic.IEnumerator> GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + public int IndexOf(string propertyName) => throw null; + int System.Collections.Generic.IList>.IndexOf(System.Collections.Generic.KeyValuePair item) => throw null; + public void Insert(int index, string propertyName, System.Text.Json.Nodes.JsonNode value) => throw null; + void System.Collections.Generic.IList>.Insert(int index, System.Collections.Generic.KeyValuePair item) => throw null; bool System.Collections.Generic.ICollection>.IsReadOnly { get => throw null; } + System.Collections.Generic.KeyValuePair System.Collections.Generic.IList>.this[int index] { get => throw null; set { } } System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Keys { get => throw null; } public bool Remove(string propertyName) => throw null; bool System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair item) => throw null; + public void RemoveAt(int index) => throw null; + void System.Collections.Generic.IList>.RemoveAt(int index) => throw null; + public void SetAt(int index, string propertyName, System.Text.Json.Nodes.JsonNode value) => throw null; + public void SetAt(int index, System.Text.Json.Nodes.JsonNode value) => throw null; public bool TryGetPropertyValue(string propertyName, out System.Text.Json.Nodes.JsonNode jsonNode) => throw null; bool System.Collections.Generic.IDictionary.TryGetValue(string propertyName, out System.Text.Json.Nodes.JsonNode jsonNode) => throw null; System.Collections.Generic.ICollection System.Collections.Generic.IDictionary.Values { get => throw null; } @@ -517,6 +559,28 @@ public abstract class JsonValue : System.Text.Json.Nodes.JsonNode public abstract bool TryGetValue(out T value); } } + namespace Schema + { + public static class JsonSchemaExporter + { + public static System.Text.Json.Nodes.JsonNode GetJsonSchemaAsNode(this System.Text.Json.JsonSerializerOptions options, System.Type type, System.Text.Json.Schema.JsonSchemaExporterOptions exporterOptions = default(System.Text.Json.Schema.JsonSchemaExporterOptions)) => throw null; + public static System.Text.Json.Nodes.JsonNode GetJsonSchemaAsNode(this System.Text.Json.Serialization.Metadata.JsonTypeInfo typeInfo, System.Text.Json.Schema.JsonSchemaExporterOptions exporterOptions = default(System.Text.Json.Schema.JsonSchemaExporterOptions)) => throw null; + } + public struct JsonSchemaExporterContext + { + public System.Text.Json.Serialization.Metadata.JsonTypeInfo BaseTypeInfo { get => throw null; } + public System.ReadOnlySpan Path { get => throw null; } + public System.Text.Json.Serialization.Metadata.JsonPropertyInfo PropertyInfo { get => throw null; } + public System.Text.Json.Serialization.Metadata.JsonTypeInfo TypeInfo { get => throw null; } + } + public sealed class JsonSchemaExporterOptions + { + public JsonSchemaExporterOptions() => throw null; + public static System.Text.Json.Schema.JsonSchemaExporterOptions Default { get => throw null; } + public System.Func TransformSchemaNode { get => throw null; set { } } + public bool TreatNullObliviousAsNonNullable { get => throw null; set { } } + } + } namespace Serialization { public interface IJsonOnDeserialized @@ -615,7 +679,7 @@ public enum JsonKnownNamingPolicy KebabCaseLower = 4, KebabCaseUpper = 5, } - public sealed class JsonNumberEnumConverter : System.Text.Json.Serialization.JsonConverterFactory where TEnum : struct + public sealed class JsonNumberEnumConverter : System.Text.Json.Serialization.JsonConverterFactory where TEnum : System.Enum { public override bool CanConvert(System.Type typeToConvert) => throw null; public override System.Text.Json.Serialization.JsonConverter CreateConverter(System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null; @@ -696,6 +760,7 @@ public enum JsonSourceGenerationMode [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)] public sealed class JsonSourceGenerationOptionsAttribute : System.Text.Json.Serialization.JsonAttribute { + public bool AllowOutOfOrderMetadataProperties { get => throw null; set { } } public bool AllowTrailingCommas { get => throw null; set { } } public System.Type[] Converters { get => throw null; set { } } public JsonSourceGenerationOptionsAttribute() => throw null; @@ -707,12 +772,17 @@ public sealed class JsonSourceGenerationOptionsAttribute : System.Text.Json.Seri public bool IgnoreReadOnlyFields { get => throw null; set { } } public bool IgnoreReadOnlyProperties { get => throw null; set { } } public bool IncludeFields { get => throw null; set { } } + public char IndentCharacter { get => throw null; set { } } + public int IndentSize { get => throw null; set { } } public int MaxDepth { get => throw null; set { } } + public string NewLine { get => throw null; set { } } public System.Text.Json.Serialization.JsonNumberHandling NumberHandling { get => throw null; set { } } public System.Text.Json.Serialization.JsonObjectCreationHandling PreferredObjectCreationHandling { get => throw null; set { } } public bool PropertyNameCaseInsensitive { get => throw null; set { } } public System.Text.Json.Serialization.JsonKnownNamingPolicy PropertyNamingPolicy { get => throw null; set { } } public System.Text.Json.JsonCommentHandling ReadCommentHandling { get => throw null; set { } } + public bool RespectNullableAnnotations { get => throw null; set { } } + public bool RespectRequiredConstructorParameters { get => throw null; set { } } public System.Text.Json.Serialization.JsonUnknownTypeHandling UnknownTypeHandling { get => throw null; set { } } public System.Text.Json.Serialization.JsonUnmappedMemberHandling UnmappedMemberHandling { get => throw null; set { } } public bool UseStringEnumConverter { get => throw null; set { } } @@ -732,6 +802,12 @@ public class JsonStringEnumConverter : System.Text.Json.Serialization.Jso public JsonStringEnumConverter() => throw null; public JsonStringEnumConverter(System.Text.Json.JsonNamingPolicy namingPolicy = default(System.Text.Json.JsonNamingPolicy), bool allowIntegerValues = default(bool)) => throw null; } + [System.AttributeUsage((System.AttributeTargets)256, AllowMultiple = false)] + public class JsonStringEnumMemberNameAttribute : System.Attribute + { + public JsonStringEnumMemberNameAttribute(string name) => throw null; + public string Name { get => throw null; } + } public enum JsonUnknownDerivedTypeHandling { FailSerialization = 0, @@ -853,6 +929,7 @@ public static class JsonMetadataServices } public sealed class JsonObjectInfoValues { + public System.Func ConstructorAttributeProviderFactory { get => throw null; set { } } public System.Func ConstructorParameterMetadataInitializer { get => throw null; set { } } public JsonObjectInfoValues() => throw null; public System.Text.Json.Serialization.JsonNumberHandling NumberHandling { get => throw null; set { } } @@ -861,11 +938,25 @@ public sealed class JsonObjectInfoValues public System.Func PropertyMetadataInitializer { get => throw null; set { } } public System.Action SerializeHandler { get => throw null; set { } } } + public abstract class JsonParameterInfo + { + public System.Reflection.ICustomAttributeProvider AttributeProvider { get => throw null; } + public System.Type DeclaringType { get => throw null; } + public object DefaultValue { get => throw null; } + public bool HasDefaultValue { get => throw null; } + public bool IsMemberInitializer { get => throw null; } + public bool IsNullable { get => throw null; } + public string Name { get => throw null; } + public System.Type ParameterType { get => throw null; } + public int Position { get => throw null; } + } public sealed class JsonParameterInfoValues { public JsonParameterInfoValues() => throw null; public object DefaultValue { get => throw null; set { } } public bool HasDefaultValue { get => throw null; set { } } + public bool IsMemberInitializer { get => throw null; set { } } + public bool IsNullable { get => throw null; set { } } public string Name { get => throw null; set { } } public System.Type ParameterType { get => throw null; set { } } public int Position { get => throw null; set { } } @@ -880,11 +971,15 @@ public class JsonPolymorphismOptions } public abstract class JsonPropertyInfo { + public System.Text.Json.Serialization.Metadata.JsonParameterInfo AssociatedParameter { get => throw null; } public System.Reflection.ICustomAttributeProvider AttributeProvider { get => throw null; set { } } public System.Text.Json.Serialization.JsonConverter CustomConverter { get => throw null; set { } } + public System.Type DeclaringType { get => throw null; } public System.Func Get { get => throw null; set { } } public bool IsExtensionData { get => throw null; set { } } + public bool IsGetNullable { get => throw null; set { } } public bool IsRequired { get => throw null; set { } } + public bool IsSetNullable { get => throw null; set { } } public string Name { get => throw null; set { } } public System.Text.Json.Serialization.JsonNumberHandling? NumberHandling { get => throw null; set { } } public System.Text.Json.Serialization.JsonObjectCreationHandling? ObjectCreationHandling { get => throw null; set { } } @@ -896,6 +991,7 @@ public abstract class JsonPropertyInfo } public sealed class JsonPropertyInfoValues { + public System.Func AttributeProviderFactory { get => throw null; set { } } public System.Text.Json.Serialization.JsonConverter Converter { get => throw null; set { } } public JsonPropertyInfoValues() => throw null; public System.Type DeclaringType { get => throw null; set { } } @@ -914,12 +1010,15 @@ public sealed class JsonPropertyInfoValues } public abstract class JsonTypeInfo { + public System.Reflection.ICustomAttributeProvider ConstructorAttributeProvider { get => throw null; } public System.Text.Json.Serialization.JsonConverter Converter { get => throw null; } public System.Text.Json.Serialization.Metadata.JsonPropertyInfo CreateJsonPropertyInfo(System.Type propertyType, string name) => throw null; public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateJsonTypeInfo(System.Type type, System.Text.Json.JsonSerializerOptions options) => throw null; public static System.Text.Json.Serialization.Metadata.JsonTypeInfo CreateJsonTypeInfo(System.Text.Json.JsonSerializerOptions options) => throw null; public System.Func CreateObject { get => throw null; set { } } + public System.Type ElementType { get => throw null; } public bool IsReadOnly { get => throw null; } + public System.Type KeyType { get => throw null; } public System.Text.Json.Serialization.Metadata.JsonTypeInfoKind Kind { get => throw null; } public void MakeReadOnly() => throw null; public System.Text.Json.Serialization.JsonNumberHandling? NumberHandling { get => throw null; set { } } @@ -949,6 +1048,7 @@ public enum JsonTypeInfoKind } public static class JsonTypeInfoResolver { + public static System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver Combine(params System.ReadOnlySpan resolvers) => throw null; public static System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver Combine(params System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver[] resolvers) => throw null; public static System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver WithAddedModifier(this System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver resolver, System.Action modifier) => throw null; } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.RegularExpressions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.RegularExpressions.cs index 1b16c927f347..8b4a3549af88 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.RegularExpressions.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.RegularExpressions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Text.RegularExpressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Text @@ -43,7 +43,7 @@ public class CaptureCollection : System.Collections.Generic.ICollection throw null; } public System.Text.RegularExpressions.Capture this[int i] { get => throw null; } } - [System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)] + [System.AttributeUsage((System.AttributeTargets)192, AllowMultiple = false, Inherited = false)] public sealed class GeneratedRegexAttribute : System.Attribute { public GeneratedRegexAttribute(string pattern) => throw null; @@ -167,6 +167,12 @@ public class Regex : System.Runtime.Serialization.ISerializable public static System.Text.RegularExpressions.Regex.ValueMatchEnumerator EnumerateMatches(System.ReadOnlySpan input, string pattern) => throw null; public static System.Text.RegularExpressions.Regex.ValueMatchEnumerator EnumerateMatches(System.ReadOnlySpan input, string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; public static System.Text.RegularExpressions.Regex.ValueMatchEnumerator EnumerateMatches(System.ReadOnlySpan input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; + public System.Text.RegularExpressions.Regex.ValueSplitEnumerator EnumerateSplits(System.ReadOnlySpan input) => throw null; + public System.Text.RegularExpressions.Regex.ValueSplitEnumerator EnumerateSplits(System.ReadOnlySpan input, int count) => throw null; + public System.Text.RegularExpressions.Regex.ValueSplitEnumerator EnumerateSplits(System.ReadOnlySpan input, int count, int startat) => throw null; + public static System.Text.RegularExpressions.Regex.ValueSplitEnumerator EnumerateSplits(System.ReadOnlySpan input, string pattern) => throw null; + public static System.Text.RegularExpressions.Regex.ValueSplitEnumerator EnumerateSplits(System.ReadOnlySpan input, string pattern, System.Text.RegularExpressions.RegexOptions options) => throw null; + public static System.Text.RegularExpressions.Regex.ValueSplitEnumerator EnumerateSplits(System.ReadOnlySpan input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) => throw null; public static string Escape(string str) => throw null; protected System.Text.RegularExpressions.RegexRunnerFactory factory; public string[] GetGroupNames() => throw null; @@ -232,6 +238,12 @@ public struct ValueMatchEnumerator public System.Text.RegularExpressions.Regex.ValueMatchEnumerator GetEnumerator() => throw null; public bool MoveNext() => throw null; } + public struct ValueSplitEnumerator + { + public System.Range Current { get => throw null; } + public System.Text.RegularExpressions.Regex.ValueSplitEnumerator GetEnumerator() => throw null; + public bool MoveNext() => throw null; + } } public class RegexCompilationInfo { diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Channels.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Channels.cs index e951def153b6..18c7db13e756 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Channels.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Channels.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Threading.Channels, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Threading.Channels, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Threading @@ -26,6 +26,8 @@ public static class Channel public static System.Threading.Channels.Channel CreateBounded(System.Threading.Channels.BoundedChannelOptions options, System.Action itemDropped) => throw null; public static System.Threading.Channels.Channel CreateUnbounded() => throw null; public static System.Threading.Channels.Channel CreateUnbounded(System.Threading.Channels.UnboundedChannelOptions options) => throw null; + public static System.Threading.Channels.Channel CreateUnboundedPrioritized() => throw null; + public static System.Threading.Channels.Channel CreateUnboundedPrioritized(System.Threading.Channels.UnboundedPrioritizedChannelOptions options) => throw null; } public abstract class Channel : System.Threading.Channels.Channel { @@ -80,6 +82,11 @@ public sealed class UnboundedChannelOptions : System.Threading.Channels.ChannelO { public UnboundedChannelOptions() => throw null; } + public sealed class UnboundedPrioritizedChannelOptions : System.Threading.Channels.ChannelOptions + { + public System.Collections.Generic.IComparer Comparer { get => throw null; set { } } + public UnboundedPrioritizedChannelOptions() => throw null; + } } } } diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Overlapped.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Overlapped.cs index fb497b3d6abd..5bdecd868713 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Overlapped.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Overlapped.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Threading.Overlapped, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading.Overlapped, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Threading diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Dataflow.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Dataflow.cs index dbffb0c6f6a6..9caf11708df6 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Dataflow.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Dataflow.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Threading.Tasks.Dataflow, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading.Tasks.Dataflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Threading diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Parallel.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Parallel.cs index 8dac40cbe001..697836aace36 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Parallel.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Parallel.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Threading.Tasks.Parallel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading.Tasks.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Threading diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Thread.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Thread.cs index aa7b42e17d8b..9c2a217f59d4 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Thread.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Thread.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Threading.Thread, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading.Thread, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { public sealed class LocalDataStoreSlot diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.ThreadPool.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.ThreadPool.cs index 09c895dbc173..c223fd2e873f 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.ThreadPool.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.ThreadPool.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Threading.ThreadPool, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading.ThreadPool, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Threading diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.cs index 4eddb14e21e4..6f79390b5059 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Threading, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Threading @@ -149,6 +149,10 @@ public static class Interlocked public static uint And(ref uint location1, uint value) => throw null; public static ulong And(ref ulong location1, ulong value) => throw null; public static double CompareExchange(ref double location1, double value, double comparand) => throw null; + public static byte CompareExchange(ref byte location1, byte value, byte comparand) => throw null; + public static sbyte CompareExchange(ref sbyte location1, sbyte value, sbyte comparand) => throw null; + public static short CompareExchange(ref short location1, short value, short comparand) => throw null; + public static ushort CompareExchange(ref ushort location1, ushort value, ushort comparand) => throw null; public static int CompareExchange(ref int location1, int value, int comparand) => throw null; public static long CompareExchange(ref long location1, long value, long comparand) => throw null; public static nint CompareExchange(ref nint location1, nint value, nint comparand) => throw null; @@ -157,12 +161,16 @@ public static class Interlocked public static float CompareExchange(ref float location1, float value, float comparand) => throw null; public static uint CompareExchange(ref uint location1, uint value, uint comparand) => throw null; public static ulong CompareExchange(ref ulong location1, ulong value, ulong comparand) => throw null; - public static T CompareExchange(ref T location1, T value, T comparand) where T : class => throw null; + public static T CompareExchange(ref T location1, T value, T comparand) => throw null; public static int Decrement(ref int location) => throw null; public static long Decrement(ref long location) => throw null; public static uint Decrement(ref uint location) => throw null; public static ulong Decrement(ref ulong location) => throw null; public static double Exchange(ref double location1, double value) => throw null; + public static byte Exchange(ref byte location1, byte value) => throw null; + public static sbyte Exchange(ref sbyte location1, sbyte value) => throw null; + public static short Exchange(ref short location1, short value) => throw null; + public static ushort Exchange(ref ushort location1, ushort value) => throw null; public static int Exchange(ref int location1, int value) => throw null; public static long Exchange(ref long location1, long value) => throw null; public static nint Exchange(ref nint location1, nint value) => throw null; @@ -171,7 +179,7 @@ public static class Interlocked public static float Exchange(ref float location1, float value) => throw null; public static uint Exchange(ref uint location1, uint value) => throw null; public static ulong Exchange(ref ulong location1, ulong value) => throw null; - public static T Exchange(ref T location1, T value) where T : class => throw null; + public static T Exchange(ref T location1, T value) => throw null; public static int Increment(ref int location) => throw null; public static long Increment(ref long location) => throw null; public static uint Increment(ref uint location) => throw null; diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Transactions.Local.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Transactions.Local.cs index 54d576864c99..c7da8db65b77 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Transactions.Local.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Transactions.Local.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Transactions.Local, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Transactions.Local, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Transactions diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Web.HttpUtility.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Web.HttpUtility.cs index f49090fbb137..c83860548d1f 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Web.HttpUtility.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Web.HttpUtility.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Web.HttpUtility, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Web.HttpUtility, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Web diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.ReaderWriter.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.ReaderWriter.cs index 56e38f5e3248..a9654c6326ec 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.ReaderWriter.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.ReaderWriter.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Xml.ReaderWriter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Xml.ReaderWriter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Xml diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XDocument.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XDocument.cs index 59d87774071c..d2033306b817 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XDocument.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XDocument.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Xml.XDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Xml.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Xml diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.XDocument.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.XDocument.cs index c2a60d452ab6..246c86059d80 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.XDocument.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.XDocument.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Xml.XPath.XDocument, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Xml.XPath.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Xml diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.cs index 814b803ca69b..628d8cdb402a 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Xml.XPath, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Xml.XPath, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Xml diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XmlSerializer.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XmlSerializer.cs index 1667877940ea..a025d778177c 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XmlSerializer.cs +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XmlSerializer.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Xml.XmlSerializer, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Xml.XmlSerializer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Xml diff --git a/csharp/ql/test/resources/stubs/runtime.native.System.Data.SqlClient.sni/4.7.0/runtime.native.System.Data.SqlClient.sni.csproj b/csharp/ql/test/resources/stubs/runtime.native.System.Data.SqlClient.sni/4.4.0/runtime.native.System.Data.SqlClient.sni.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/runtime.native.System.Data.SqlClient.sni/4.7.0/runtime.native.System.Data.SqlClient.sni.csproj rename to csharp/ql/test/resources/stubs/runtime.native.System.Data.SqlClient.sni/4.4.0/runtime.native.System.Data.SqlClient.sni.csproj diff --git a/csharp/ql/test/resources/stubs/runtime.native.System.IO.Compression/4.3.0/runtime.native.System.IO.Compression.csproj b/csharp/ql/test/resources/stubs/runtime.native.System.IO.Compression/4.3.0/runtime.native.System.IO.Compression.csproj index 02dc0eedbee0..32b25ba435e5 100644 --- a/csharp/ql/test/resources/stubs/runtime.native.System.IO.Compression/4.3.0/runtime.native.System.IO.Compression.csproj +++ b/csharp/ql/test/resources/stubs/runtime.native.System.IO.Compression/4.3.0/runtime.native.System.IO.Compression.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/runtime.native.System.Net.Http/4.3.0/runtime.native.System.Net.Http.csproj b/csharp/ql/test/resources/stubs/runtime.native.System.Net.Http/4.3.0/runtime.native.System.Net.Http.csproj index 02dc0eedbee0..32b25ba435e5 100644 --- a/csharp/ql/test/resources/stubs/runtime.native.System.Net.Http/4.3.0/runtime.native.System.Net.Http.csproj +++ b/csharp/ql/test/resources/stubs/runtime.native.System.Net.Http/4.3.0/runtime.native.System.Net.Http.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/runtime.native.System/4.3.0/runtime.native.System.csproj b/csharp/ql/test/resources/stubs/runtime.native.System/4.3.0/runtime.native.System.csproj index 02dc0eedbee0..32b25ba435e5 100644 --- a/csharp/ql/test/resources/stubs/runtime.native.System/4.3.0/runtime.native.System.csproj +++ b/csharp/ql/test/resources/stubs/runtime.native.System/4.3.0/runtime.native.System.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/scripts/stubs/make_stubs_all.py b/csharp/scripts/stubs/make_stubs_all.py index 0902a06f51c8..5204d9ceb725 100644 --- a/csharp/scripts/stubs/make_stubs_all.py +++ b/csharp/scripts/stubs/make_stubs_all.py @@ -16,11 +16,20 @@ "EntityFramework", "Newtonsoft.Json", "NHibernate", - "ServiceStack", - "ServiceStack.OrmLite.SqlServer", "System.Data.OleDb", "System.Data.SqlClient", "System.Data.SQLite", + "System.Drawing.Common", + "System.Security.Permissions", + "System.Windows.Extensions", + ] + +# List of packages with specific versions to create stubs for. +# Note that these version numbers most likely needs to be increased +# when new stubs are generated for a new .NET. +packages_with_versions = [ + ("ServiceStack", "8.5.2"), + ("ServiceStack.OrmLite.SqlServer", "8.5.2") ] thisScript = sys.argv[0] @@ -33,6 +42,9 @@ for package in packages: generator.add_nuget(package) +for (package, version) in packages_with_versions: + generator.add_nuget(package, version) + generator.make_stubs() exit(0)