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 a075fe79710a..a62bf3f5bca8 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,6 @@ semmle-extractor-options: /nostdlib /noconfig -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/Dapper/2.1.66/Dapper.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.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: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/System.Data.SQLite/2.0.2/System.Data.SQLite.csproj semmle-extractor-options: ${testdir}/../../../../../../resources/stubs/System.Windows.cs diff --git a/csharp/ql/test/library-tests/dataflow/library/FlowSummaries.expected b/csharp/ql/test/library-tests/dataflow/library/FlowSummaries.expected index 8ffcd84e54ba..3ca1ac241120 100644 --- a/csharp/ql/test/library-tests/dataflow/library/FlowSummaries.expected +++ b/csharp/ql/test/library-tests/dataflow/library/FlowSummaries.expected @@ -403,6 +403,57 @@ sink | ServiceStack.Testing;MockRestGateway;Post;(ServiceStack.IReturn);Argument[0];file-content-store;manual | | ServiceStack.Testing;MockRestGateway;Put;(ServiceStack.IReturn);Argument[0];file-content-store;manual | | ServiceStack.Testing;MockRestGateway;Send;(ServiceStack.IReturn);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;CustomMethod;(System.String,ServiceStack.IReturnVoid);Argument[1];file-content-store;manual | +| ServiceStack;CachedApiClient;CustomMethod;(System.String,ServiceStack.IReturn);Argument[1];file-content-store;manual | +| ServiceStack;CachedApiClient;CustomMethod;(System.String,System.Object);Argument[1];file-content-store;manual | +| ServiceStack;CachedApiClient;CustomMethodAsync;(System.String,ServiceStack.IReturnVoid,System.Threading.CancellationToken);Argument[1];file-content-store;manual | +| ServiceStack;CachedApiClient;CustomMethodAsync;(System.String,ServiceStack.IReturn,System.Threading.CancellationToken);Argument[1];file-content-store;manual | +| ServiceStack;CachedApiClient;CustomMethodAsync;(System.String,System.Object,System.Threading.CancellationToken);Argument[1];file-content-store;manual | +| ServiceStack;CachedApiClient;Delete;(ServiceStack.IReturnVoid);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Delete;(ServiceStack.IReturn);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Delete;(System.Object);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;DeleteAsync;(ServiceStack.IReturnVoid,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;DeleteAsync;(ServiceStack.IReturn,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;DeleteAsync;(System.Object,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Get;(ServiceStack.IReturnVoid);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Get;(ServiceStack.IReturn);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Get;(System.Object);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;GetAsync;(ServiceStack.IReturnVoid,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;GetAsync;(ServiceStack.IReturn,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;GetAsync;(System.Object,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Patch;(ServiceStack.IReturnVoid);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Patch;(ServiceStack.IReturn);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Patch;(System.Object);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Patch;(System.String,System.Object);Argument[1];file-content-store;manual | +| ServiceStack;CachedApiClient;PatchAsync;(ServiceStack.IReturnVoid,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;PatchAsync;(ServiceStack.IReturn,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;PatchAsync;(System.Object,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Post;(ServiceStack.IReturnVoid);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Post;(ServiceStack.IReturn);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Post;(System.Object);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Post;(System.String,System.Object);Argument[1];file-content-store;manual | +| ServiceStack;CachedApiClient;PostAsync;(ServiceStack.IReturnVoid,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;PostAsync;(ServiceStack.IReturn,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;PostAsync;(System.Object,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Publish;(System.Object);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;PublishAll;(System.Collections.Generic.IEnumerable);Argument[0].Element;file-content-store;manual | +| ServiceStack;CachedApiClient;PublishAllAsync;(System.Collections.Generic.IEnumerable,System.Threading.CancellationToken);Argument[0].Element;file-content-store;manual | +| ServiceStack;CachedApiClient;PublishAsync;(System.Object,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Put;(ServiceStack.IReturnVoid);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Put;(ServiceStack.IReturn);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Put;(System.Object);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Put;(System.String,System.Object);Argument[1];file-content-store;manual | +| ServiceStack;CachedApiClient;PutAsync;(ServiceStack.IReturnVoid,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;PutAsync;(ServiceStack.IReturn,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;PutAsync;(System.Object,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Send;(System.Object);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;Send;(System.String,System.String,System.Object);Argument[2];file-content-store;manual | +| ServiceStack;CachedApiClient;SendAll;(System.Collections.Generic.IEnumerable);Argument[0].Element;file-content-store;manual | +| ServiceStack;CachedApiClient;SendAllAsync;(System.Collections.Generic.IEnumerable,System.Threading.CancellationToken);Argument[0].Element;file-content-store;manual | +| ServiceStack;CachedApiClient;SendAllOneWay;(System.Collections.Generic.IEnumerable);Argument[1].Element;file-content-store;manual | +| ServiceStack;CachedApiClient;SendAsync;(System.Object,System.Threading.CancellationToken);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;SendOneWay;(System.Object);Argument[0];file-content-store;manual | +| ServiceStack;CachedApiClient;SendOneWay;(System.String,System.Object);Argument[1];file-content-store;manual | | ServiceStack;CachedServiceClient;CustomMethod;(System.String,ServiceStack.IReturnVoid);Argument[1];file-content-store;manual | | ServiceStack;CachedServiceClient;CustomMethod;(System.String,ServiceStack.IReturn);Argument[1];file-content-store;manual | | ServiceStack;CachedServiceClient;CustomMethod;(System.String,System.Object);Argument[1];file-content-store;manual | @@ -906,6 +957,7 @@ summary | 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;ExceptionHandlerOptions;set_SuppressDiagnosticsCallback;(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 | @@ -1005,6 +1057,7 @@ summary | Microsoft.AspNetCore.Components.Rendering;RenderTreeBuilder;AddContent;(System.Int32,Microsoft.AspNetCore.Components.RenderFragment);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Rendering;RenderTreeBuilder;AddContent;(System.Int32,Microsoft.AspNetCore.Components.RenderFragment,TValue);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Rendering;RenderTreeBuilder;AddElementReferenceCapture;(System.Int32,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components.Routing;IHostEnvironmentNavigationManager;Initialize;(System.String,System.String,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Routing;NavLink;set_ChildContent;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Routing;NavigationLock;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | | Microsoft.AspNetCore.Components.Routing;Router;set_Found;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -1137,9 +1190,13 @@ summary | Microsoft.AspNetCore.Components;NavigationManager;RegisterLocationChangingHandler;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components;NavigationManager;ToAbsoluteUri;(System.String);Argument[0];ReturnValue;taint;manual | | Microsoft.AspNetCore.Components;NavigationManager;add_LocationChanged;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components;NavigationManager;add_OnNotFound;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components;NavigationManager;remove_LocationChanged;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components;NavigationManager;remove_OnNotFound;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components;OwningComponentBase;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | | Microsoft.AspNetCore.Components;PersistentComponentState;RegisterOnPersisting;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components;PersistentComponentState;RegisterOnPersisting;(System.Func,Microsoft.AspNetCore.Components.IComponentRenderMode);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components;PersistentComponentState;RegisterOnRestoring;(System.Action,Microsoft.AspNetCore.Components.RestoreOptions);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | 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 | @@ -1300,6 +1357,9 @@ summary | Microsoft.AspNetCore.HttpsPolicy;HttpsRedirectionMiddleware;HttpsRedirectionMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.Extensions.Options.IOptions,Microsoft.Extensions.Configuration.IConfiguration,Microsoft.Extensions.Logging.ILoggerFactory);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.HttpsPolicy;HttpsRedirectionMiddleware;HttpsRedirectionMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.Extensions.Options.IOptions,Microsoft.Extensions.Configuration.IConfiguration,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Identity;IdentityCookieAuthenticationBuilderExtensions;AddIdentityCookies;(Microsoft.AspNetCore.Authentication.AuthenticationBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Identity;IdentityPasskeyOptions;set_IsAllowedAlgorithm;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Identity;IdentityPasskeyOptions;set_ValidateOrigin;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Identity;IdentityPasskeyOptions;set_VerifyAttestationStatement;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Identity;SecurityStampValidatorOptions;set_OnRefreshingPrincipal;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Localization;CustomRequestCultureProvider;CustomRequestCultureProvider;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Localization;RequestLocalizationMiddleware;RequestLocalizationMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.Extensions.Options.IOptions,Microsoft.Extensions.Logging.ILoggerFactory);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -1655,6 +1715,7 @@ summary | Microsoft.AspNetCore.Server.Kestrel.Https;HttpsConnectionAdapterOptions;set_ClientCertificateValidation;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | 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;HttpsConnectionAdapterOptions;set_TlsClientHelloBytesCallback;(System.Action>);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 | @@ -1778,7 +1839,11 @@ 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.ReadOnlySpan,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.Runtime.CompilerServices.DefaultInterpolatedStringHandler,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,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.ReadOnlySpan,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.Hybrid;HybridCache;GetOrCreateAsync;(System.Runtime.CompilerServices.DefaultInterpolatedStringHandler,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.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 | @@ -2564,6 +2629,7 @@ summary | Microsoft.Extensions.DependencyInjection;SocketsHttpHandlerBuilderExtensions;Configure;(Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.DependencyInjection;TagHelperServicesExtensions;AddCacheTagHelperLimits;(Microsoft.Extensions.DependencyInjection.IMvcBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.DependencyInjection;TagHelperServicesExtensions;AddCacheTagHelperLimits;(Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.Extensions.DependencyInjection;ValidationServiceCollectionExtensions;AddValidation;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Diagnostics.HealthChecks;HealthCheckPublisherOptions;set_Predicate;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Diagnostics.HealthChecks;HealthCheckRegistration;HealthCheckRegistration;(System.String,System.Func,System.Nullable,System.Collections.Generic.IEnumerable);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Diagnostics.HealthChecks;HealthCheckRegistration;HealthCheckRegistration;(System.String,System.Func,System.Nullable,System.Collections.Generic.IEnumerable,System.Nullable);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -3578,6 +3644,8 @@ summary | Microsoft.Extensions.Primitives;StringValues;set_Item;(System.Int32,System.String);Argument[1];Argument[this].Element;value;manual | | Microsoft.Extensions.Primitives;StringValues;set_Item;(System.Int32,System.String);Argument[1];ReturnValue;taint;manual | | Microsoft.Extensions.Primitives;StringValues;set_Item;(System.Int32,System.String);Argument[this];ReturnValue;taint;manual | +| Microsoft.Extensions.Validation;ValidateContext;add_OnValidationError;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.Extensions.Validation;ValidateContext;remove_OnValidationError;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.WebEncoders.Testing;HtmlTestEncoder;Encode;(System.IO.TextWriter,System.Char[],System.Int32,System.Int32);Argument[1].Element;Argument[0];taint;df-generated | | Microsoft.Extensions.WebEncoders.Testing;HtmlTestEncoder;Encode;(System.IO.TextWriter,System.String,System.Int32,System.Int32);Argument[1];Argument[0];taint;df-generated | | Microsoft.Extensions.WebEncoders.Testing;HtmlTestEncoder;Encode;(System.String);Argument[0];ReturnValue;value;dfc-generated | @@ -3875,6 +3943,14 @@ summary | 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 | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnection;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnection;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionAsync;(System.Action,System.Threading.CancellationToken);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionAsync;(System.String,System.Action,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionString;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionString;(System.String,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionStringAsync;(System.String,System.Action,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionStringAsync;(System.String,System.String,System.Action,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.FluentValidation.Attributes;AttributedValidatorFactory;AttributedValidatorFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.FluentValidation.Internal;AccessorCache;GetCachedAccessor;(System.Reflection.MemberInfo,System.Linq.Expressions.Expression>,System.Boolean);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.FluentValidation.Internal;CollectionPropertyRule;CollectionPropertyRule;(System.Reflection.MemberInfo,System.Func,System.Linq.Expressions.LambdaExpression,System.Func,System.Type,System.Type);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -4250,6 +4326,7 @@ summary | ServiceStack.MiniProfiler.Data;ProfiledDbDataReader;get_Item;(System.Int32);Argument[this];ReturnValue;taint;manual | | ServiceStack.MiniProfiler.Data;ProfiledDbDataReader;get_Item;(System.String);Argument[this];ReturnValue;taint;manual | | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4259,8 +4336,10 @@ summary | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Dart;DartGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Dart;DartGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4268,6 +4347,7 @@ summary | ServiceStack.NativeTypes.Dart;DartGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4276,7 +4356,24 @@ summary | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Java;JavaGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Java;JavaGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Java;JavaGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Java;JavaGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Java;JavaGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4286,6 +4383,7 @@ summary | ServiceStack.NativeTypes.Java;JavaGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Java;JavaGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4295,13 +4393,14 @@ summary | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Php;PhpGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.NativeTypes.Php;PhpGenerator;set_IsPropertyOptional;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Php;PhpGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4310,13 +4409,15 @@ summary | ServiceStack.NativeTypes.Php;PhpGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Python;PythonGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Python;PythonGenerator;set_EnumNameFormat;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.NativeTypes.Python;PythonGenerator;set_IsPropertyOptional;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Python;PythonGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4324,7 +4425,41 @@ summary | ServiceStack.NativeTypes.Python;PythonGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_EnumNameFormat;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Swift;SwiftGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_EnumNameStrategy;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4335,19 +4470,22 @@ summary | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;CommonJsGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.TypeScript;CommonJsGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;CommonJsGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;CommonJsGenerator;set_ReturnTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;MjsGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.TypeScript;MjsGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;MjsGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;MjsGenerator;set_ReturnTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_IsPropertyOptional;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4356,6 +4494,7 @@ summary | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4364,6 +4503,22 @@ summary | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes;AddCodeDelegate;BeginInvoke;(System.Collections.Generic.List,ServiceStack.MetadataTypesConfig,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes;CreateTypeOptions;set_ImplementsFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes;INativeTypesMetadata;GetMetadataTypes;(ServiceStack.Web.IRequest,ServiceStack.MetadataTypesConfig,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | @@ -4443,6 +4598,22 @@ summary | ServiceStack.OrmLite.SqlServer;SqlServerOrmLiteDialectProvider;ReaderEach;(System.Data.IDataReader,System.Action,Return,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite.SqlServer;SqlServerOrmLiteDialectProvider;ReaderEach;(System.Data.IDataReader,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite.SqlServer;SqlServerOrmLiteDialectProvider;ReaderRead;(System.Data.IDataReader,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks1;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks1;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks2;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks2;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks3;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks3;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks4;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks4;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks5;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks5;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks6;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks6;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks7;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks7;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasksBuilder;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasksBuilder;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;DbDataParameterExtensions;AddParam;(ServiceStack.OrmLite.IOrmLiteDialectProvider,System.Data.IDbCommand,System.Object,ServiceStack.OrmLite.FieldDefinition,System.Action);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;FieldDefinition;Clone;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;FieldDefinition;set_GetValueFn;(ServiceStack.GetMemberDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4455,6 +4626,9 @@ summary | ServiceStack.OrmLite;IOrmLiteDialectProvider;ToAddForeignKeyStatement;(System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,ServiceStack.OrmLite.OnFkOption,ServiceStack.OrmLite.OnFkOption,System.String);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;IOrmLiteDialectProvider;ToAddForeignKeyStatement;(System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,ServiceStack.OrmLite.OnFkOption,ServiceStack.OrmLite.OnFkOption,System.String);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;IOrmLiteDialectProvider;ToCreateIndexStatement;(System.Linq.Expressions.Expression>,System.String,System.Boolean);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;IOrmLiteDialectProvider;set_OnAfterExecuteNonQuery;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;IOrmLiteDialectProvider;set_OnBeforeExecuteNonQuery;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;IOrmLiteDialectProvider;set_OnDisposeConnection;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;IOrmLiteDialectProvider;set_OnOpenConnection;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;IOrmLiteDialectProvider;set_ParamNameFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;IOrmLiteExecFilter;Exec;(System.Data.IDbConnection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -4513,9 +4687,32 @@ summary | ServiceStack.OrmLite;OrmLiteConfig;set_SqlExpressionSelectFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteConfig;set_StringFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteConfig;set_UpdateFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactory;OpenDbConnection;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactory;OpenDbConnection;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactory;OpenDbConnectionAsync;(System.Action,System.Threading.CancellationToken);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactory;OpenDbConnectionAsync;(System.String,System.Action,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactory;OpenDbConnectionString;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactory;OpenDbConnectionString;(System.String,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactory;OpenDbConnectionStringAsync;(System.String,System.Action,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactory;OpenDbConnectionStringAsync;(System.String,System.String,System.Action,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteConnectionFactory;set_ConnectionFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteConnectionFactory;set_OnDispose;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;Open;(ServiceStack.Data.IDbConnectionFactory,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;Open;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenAsync;(ServiceStack.Data.IDbConnectionFactory,System.Action,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenAsync;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnection;(ServiceStack.Data.IDbConnectionFactory,ServiceStack.ConnectionInfo,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnection;(ServiceStack.Data.IDbConnectionFactory,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnection;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionAsync;(ServiceStack.Data.IDbConnectionFactory,ServiceStack.ConnectionInfo,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionAsync;(ServiceStack.Data.IDbConnectionFactory,System.Action,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionAsync;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionString;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionString;(ServiceStack.Data.IDbConnectionFactory,System.String,System.String,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionStringAsync;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionStringAsync;(ServiceStack.Data.IDbConnectionFactory,System.String,System.String,System.Action,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteContext;GetOrCreate;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteDialectProviderBase;ConfigureJson;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteDialectProviderBase;PrepareParameterizedInsertStatement;(System.Data.IDbCommand,System.Collections.Generic.ICollection,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteDialectProviderBase;ReaderEach;(System.Data.IDataReader,System.Action,Return,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteDialectProviderBase;ReaderEach;(System.Data.IDataReader,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -4524,6 +4721,9 @@ summary | ServiceStack.OrmLite;OrmLiteDialectProviderBase;ToAddForeignKeyStatement;(System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,ServiceStack.OrmLite.OnFkOption,ServiceStack.OrmLite.OnFkOption,System.String);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteDialectProviderBase;ToCreateIndexStatement;(System.Linq.Expressions.Expression>,System.String,System.Boolean);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteDialectProviderBase;set_CreateTableFieldsStrategy;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteDialectProviderBase;set_OnAfterExecuteNonQuery;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteDialectProviderBase;set_OnBeforeExecuteNonQuery;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteDialectProviderBase;set_OnDisposeConnection;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteDialectProviderBase;set_OnOpenConnection;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteDialectProviderBase;set_ParamNameFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteExecFilter;Exec;(System.Data.IDbConnection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -4608,6 +4808,7 @@ summary | ServiceStack.OrmLite;OrmLiteWriteApi;Insert;(System.Data.IDbConnection,T,System.Action,System.Boolean);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteWriteApi;InsertAll;(System.Data.IDbConnection,System.Collections.Generic.IEnumerable,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteWriteApi;InsertIntoSelect;(System.Data.IDbConnection,ServiceStack.OrmLite.ISqlExpression,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteWriteApi;ResetSequence;(System.Data.IDbConnection,System.Linq.Expressions.Expression>,System.Int32);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteWriteApi;Update;(System.Data.IDbConnection,System.Action,T[]);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteWriteApi;Update;(System.Data.IDbConnection,System.Collections.Generic.Dictionary,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteWriteApi;Update;(System.Data.IDbConnection,T,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | @@ -4700,6 +4901,11 @@ summary | ServiceStack.OrmLite;PredicateBuilder;Not;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;PredicateBuilder;Or;(System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;PredicateBuilder;Or;(System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;SingleWriterDbCommand;ExecuteDbDataReader;(System.Data.CommandBehavior);Argument[this];ReturnValue;taint;df-generated | +| ServiceStack.OrmLite;SingleWriterDbCommand;ExecuteScalar;();Argument[this];ReturnValue;taint;df-generated | +| ServiceStack.OrmLite;SingleWriterDbCommand;get_DbParameterCollection;();Argument[this];ReturnValue;taint;df-generated | +| ServiceStack.OrmLite;SingleWriterDbConnection;BeginDbTransaction;(System.Data.IsolationLevel);Argument[this];ReturnValue;taint;df-generated | +| ServiceStack.OrmLite;SingleWriterDbConnection;get_ServerVersion;();Argument[this];ReturnValue;taint;df-generated | | ServiceStack.OrmLite;SqlExpression;And;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;SqlExpression;And;(System.Linq.Expressions.Expression>,System.Object[]);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;SqlExpression;And;(System.Linq.Expressions.Expression>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4862,6 +5068,10 @@ summary | ServiceStack.OrmLite;SqlExpression;set_SqlFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;SqlExpressionExtensions;Column;(ServiceStack.OrmLite.IOrmLiteDialectProvider,System.Linq.Expressions.Expression>,System.Boolean);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;SqlExpressionExtensions;Column
;(ServiceStack.OrmLite.ISqlExpression,System.Linq.Expressions.Expression>,System.Boolean);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;SqlServerConfiguration;AddSqlServer;(ServiceStack.OrmLite.OrmLiteConfigurationBuilder,System.String,System.String,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;SqlServerConfiguration;AddSqlServer;(ServiceStack.OrmLite.OrmLiteConfigurationBuilder,System.String,System.String,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;SqlServerConfiguration;UseSqlServer;(ServiceStack.OrmLite.OrmLiteConfigOptions,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;SqlServerConfiguration;UseSqlServer;(ServiceStack.OrmLite.OrmLiteConfigOptions,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;UntypedApi;Exec;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;UntypedApi;Exec;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;UntypedApi;Exec;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -5239,6 +5449,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;AssemblyUtils;set_ValidateTypeName;(System.Func);Argument[0];Argument[0].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 | @@ -5366,6 +5577,7 @@ summary | ServiceStack;AppHostExtensions;ConfigureTypes;(ServiceStack.IAppHost,System.Action,System.Predicate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostExtensions;ConfigureTypes;(ServiceStack.IAppHost,System.Action,System.Predicate);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppHostExtensions;RegisterRequestBinder;(ServiceStack.IAppHost,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;AppHostStartup;StartAsync;(System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated | | ServiceStack;AppMetadataUtils;EachOperation;(ServiceStack.AppMetadata,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppMetadataUtils;EachOperation;(ServiceStack.AppMetadata,System.Action,System.Predicate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;AppMetadataUtils;EachOperation;(ServiceStack.AppMetadata,System.Action,System.Predicate);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | @@ -5788,6 +6000,7 @@ summary | ServiceStack;MemoryServerEvents;set_OnUnsubscribeAsync;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;MemoryServerEvents;set_OnUpdateAsync;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;MemoryServerEvents;set_Serialize;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;MetadataFeature;set_CreateExampleObjectFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;MetadataFeature;set_DetailPageFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;MetadataFeature;set_IndexPageFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;MetadataFeature;set_TagFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -5812,6 +6025,7 @@ summary | 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 | +| ServiceStack;OrmLiteServiceCollectionExtensions;AddOrmLite;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;PclExportClient;CreateTimer;(System.Threading.TimerCallback,System.TimeSpan,System.Object);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;PclExportClient;GetHeader;(System.Net.WebHeaderCollection,System.String,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;PclExportClient;RunOnUiThread;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -5860,6 +6074,7 @@ summary | ServiceStack;RequestExtensions;ToOptimizedResultUsingCache;(ServiceStack.Web.IRequest,ServiceStack.Caching.ICacheClient,System.String,System.Func);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack;RequestExtensions;ToOptimizedResultUsingCache;(ServiceStack.Web.IRequest,ServiceStack.Caching.ICacheClient,System.String,System.Nullable,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack;RequestExtensions;ToOptimizedResultUsingCacheAsync;(ServiceStack.Web.IRequest,ServiceStack.Caching.ICacheClientAsync,System.String,System.Func,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack;RequestExtensions;ToOptimizedResultUsingCacheAsync;(ServiceStack.Web.IRequest,ServiceStack.Caching.ICacheClientAsync,System.String,System.Nullable,System.Func>,System.Threading.CancellationToken);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack;RequestExtensions;ToOptimizedResultUsingCacheAsync;(ServiceStack.Web.IRequest,ServiceStack.Caching.ICacheClientAsync,System.String,System.Nullable,System.Func,System.Threading.CancellationToken);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack;RequestLogsFeature;set_CurrentDateFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;RequestLogsFeature;set_IgnoreFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -5931,6 +6146,10 @@ summary | 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 | +| ServiceStack;ServiceStackHost;GetDbConnection;(ServiceStack.Web.IRequest,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceStackHost;GetDbConnection;(System.String,ServiceStack.Web.IRequest,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceStackHost;GetDbConnectionAsync;(ServiceStack.Web.IRequest,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceStackHost;GetDbConnectionAsync;(System.String,ServiceStack.Web.IRequest,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceStackHost;PostConfigurePlugin;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceStackHost;RegisterTypedMessageRequestFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;ServiceStackHost;RegisterTypedMessageResponseFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -6798,6 +7017,7 @@ summary | System.Collections.Frozen;FrozenSet;get_Items;();Argument[this];ReturnValue;taint;df-generated | | System.Collections.Frozen;FrozenSet;get_SyncRoot;();Argument[this];ReturnValue;value;dfc-generated | | System.Collections.Generic;CollectionExtensions;AsReadOnly;(System.Collections.Generic.IList);Argument[0].Element;ReturnValue;taint;df-generated | +| System.Collections.Generic;CollectionExtensions;AsReadOnly;(System.Collections.Generic.ISet);Argument[0].Element;ReturnValue;taint;df-generated | | System.Collections.Generic;CollectionExtensions;AsReadOnly;(System.Collections.Generic.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.Generic;CollectionExtensions;AsReadOnly;(System.Collections.Generic.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.Generic;CollectionExtensions;CopyTo;(System.Collections.Generic.List,System.Span);Argument[0].Element;Argument[1];taint;df-generated | @@ -7083,6 +7303,7 @@ summary | System.Collections.Generic;OrderedDictionary;OrderedDictionary;(System.Int32,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[this].SyntheticField[System.Collections.Generic.OrderedDictionary`2._comparer];value;dfc-generated | | System.Collections.Generic;OrderedDictionary;Remove;(TKey,TValue);Argument[this];Argument[1];taint;df-generated | | System.Collections.Generic;OrderedDictionary;TryGetValue;(TKey,TValue);Argument[this];Argument[1];taint;df-generated | +| System.Collections.Generic;OrderedDictionary;TryGetValue;(TKey,TValue,System.Int32);Argument[this];Argument[1];taint;df-generated | | System.Collections.Generic;OrderedDictionary;get_Comparer;();Argument[this].SyntheticField[System.Collections.Generic.OrderedDictionary`2._comparer];ReturnValue;value;dfc-generated | | 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 | @@ -8099,6 +8320,8 @@ summary | System.Collections.ObjectModel;ObservableCollection;add_PropertyChanged;(System.ComponentModel.PropertyChangedEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Collections.ObjectModel;ObservableCollection;remove_CollectionChanged;(System.Collections.Specialized.NotifyCollectionChangedEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Collections.ObjectModel;ObservableCollection;remove_PropertyChanged;(System.ComponentModel.PropertyChangedEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Collections.ObjectModel;ReadOnlyCollection;CreateCollection;(System.ReadOnlySpan);Argument[0];ReturnValue;taint;df-generated | +| System.Collections.ObjectModel;ReadOnlyCollection;CreateSet;(System.ReadOnlySpan);Argument[0];ReturnValue;taint;df-generated | | System.Collections.ObjectModel;ReadOnlyCollection;Add;(System.Object);Argument[0];Argument[this].Element;value;manual | | System.Collections.ObjectModel;ReadOnlyCollection;Add;(T);Argument[0];Argument[this].Element;value;manual | | System.Collections.ObjectModel;ReadOnlyCollection;Clear;();Argument[this].WithoutElement;Argument[this];value;manual | @@ -11845,9 +12068,27 @@ summary | System.Formats.Asn1;AsnReader;TryReadBitString;(System.Span,System.Int32,System.Int32,System.Nullable);Argument[this];Argument[0];taint;df-generated | | System.Formats.Asn1;AsnReader;TryReadCharacterStringBytes;(System.Span,System.Formats.Asn1.Asn1Tag,System.Int32);Argument[this];Argument[0];taint;df-generated | | System.Formats.Asn1;AsnReader;TryReadOctetString;(System.Span,System.Int32,System.Nullable);Argument[this];Argument[0];taint;df-generated | +| System.Formats.Asn1;AsnWriter;Encode;(System.Func,TReturn>);Argument[0].ReturnValue;ReturnValue;value;dfc-generated | +| System.Formats.Asn1;AsnWriter;Encode;(System.Func,TReturn>);Argument[0].ReturnValue;ReturnValue;value;hq-generated | +| System.Formats.Asn1;AsnWriter;Encode;(System.Func,TReturn>);Argument[0];Argument[0].Parameter[delegate-self];value;dfc-generated | +| System.Formats.Asn1;AsnWriter;Encode;(System.Func,TReturn>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[0];Argument[1].Parameter[0];value;dfc-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[0];Argument[1].Parameter[0];value;hq-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[1].ReturnValue;ReturnValue;value;dfc-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[1].ReturnValue;ReturnValue;value;hq-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Action>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Formats.Asn1;AsnWriter;PushOctetString;(System.Nullable);Argument[this];ReturnValue;taint;df-generated | | System.Formats.Asn1;AsnWriter;PushSequence;(System.Nullable);Argument[this];ReturnValue;taint;df-generated | | System.Formats.Asn1;AsnWriter;PushSetOf;(System.Nullable);Argument[this];ReturnValue;taint;df-generated | +| System.Formats.Cbor;CborReader;CborReader;(System.ReadOnlyMemory,System.Formats.Cbor.CborConformanceMode,System.Boolean);Argument[0];Argument[this];taint;df-generated | +| System.Formats.Cbor;CborReader;ReadTextString;();Argument[this];ReturnValue;taint;df-generated | +| System.Formats.Cbor;CborReader;Reset;(System.ReadOnlyMemory);Argument[0];Argument[this];taint;df-generated | +| System.Formats.Cbor;CborReader;TryReadByteString;(System.Span,System.Int32);Argument[this];Argument[0];taint;df-generated | +| System.Formats.Cbor;CborWriter;Encode;();Argument[this];ReturnValue;taint;df-generated | +| System.Formats.Cbor;CborWriter;Encode;(System.Span);Argument[this];Argument[0];taint;df-generated | +| System.Formats.Cbor;CborWriter;TryEncode;(System.Span,System.Int32);Argument[this];Argument[0];taint;df-generated | | System.Formats.Tar;GnuTarEntry;GnuTarEntry;(System.Formats.Tar.TarEntry);Argument[0];Argument[this];taint;df-generated | | System.Formats.Tar;PaxTarEntry;PaxTarEntry;(System.Formats.Tar.TarEntry);Argument[0];Argument[this];taint;df-generated | | System.Formats.Tar;TarEntry;ToString;();Argument[this].Property[System.Formats.Tar.TarEntry.Name];ReturnValue;value;dfc-generated | @@ -12060,6 +12301,7 @@ summary | System.IO.Compression;ZipArchive;CreateEntry;(System.String);Argument[this];ReturnValue.SyntheticField[System.IO.Compression.ZipArchiveEntry._archive];value;dfc-generated | | System.IO.Compression;ZipArchive;CreateEntry;(System.String,System.IO.Compression.CompressionLevel);Argument[0];ReturnValue.SyntheticField[System.IO.Compression.ZipArchiveEntry._storedEntryName];value;dfc-generated | | System.IO.Compression;ZipArchive;CreateEntry;(System.String,System.IO.Compression.CompressionLevel);Argument[this];ReturnValue.SyntheticField[System.IO.Compression.ZipArchiveEntry._archive];value;dfc-generated | +| System.IO.Compression;ZipArchive;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | | System.IO.Compression;ZipArchive;ZipArchive;(System.IO.Stream,System.IO.Compression.ZipArchiveMode,System.Boolean,System.Text.Encoding);Argument[0];Argument[this];taint;df-generated | | System.IO.Compression;ZipArchive;ZipArchive;(System.IO.Stream,System.IO.Compression.ZipArchiveMode,System.Boolean,System.Text.Encoding);Argument[3];Argument[this];taint;df-generated | | System.IO.Compression;ZipArchive;get_Entries;();Argument[this];ReturnValue;taint;df-generated | @@ -12169,6 +12411,7 @@ summary | System.IO;BinaryReader;BinaryReader;(System.IO.Stream,System.Text.Encoding,System.Boolean);Argument[0];Argument[this].SyntheticField[System.IO.BinaryReader._stream];value;dfc-generated | | System.IO;BinaryReader;Read;(System.Byte[],System.Int32,System.Int32);Argument[this];Argument[0].Element;taint;df-generated | | System.IO;BinaryReader;Read;(System.Span);Argument[this];Argument[0];taint;df-generated | +| System.IO;BinaryReader;ReadExactly;(System.Span);Argument[this].SyntheticField[System.IO.BinaryReader._stream];Argument[0].Element;taint;dfc-generated | | System.IO;BinaryReader;ReadString;();Argument[this];ReturnValue;taint;df-generated | | System.IO;BinaryReader;get_BaseStream;();Argument[this].SyntheticField[System.IO.BinaryReader._stream];ReturnValue;value;dfc-generated | | System.IO;BinaryWriter;BinaryWriter;(System.IO.Stream,System.Text.Encoding,System.Boolean);Argument[0];Argument[this].Field[System.IO.BinaryWriter.OutStream];value;dfc-generated | @@ -13305,6 +13548,368 @@ summary | System.Linq.Expressions;UnaryExpression;Update;(System.Linq.Expressions.Expression);Argument[0];ReturnValue.Property[System.Linq.Expressions.UnaryExpression.Operand];value;dfc-generated | | System.Linq.Expressions;UnaryExpression;Update;(System.Linq.Expressions.Expression);Argument[this].Property[System.Linq.Expressions.UnaryExpression.Method];ReturnValue.Property[System.Linq.Expressions.UnaryExpression.Method];value;dfc-generated | | System.Linq.Expressions;UnaryExpression;Update;(System.Linq.Expressions.Expression);Argument[this];ReturnValue;value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[2];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[2];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[4];Argument[3].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[4];Argument[3].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[1];Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[1];Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[2].ReturnValue;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[2].ReturnValue;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[3].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[3].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[3];Argument[2].Parameter[2];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[3];Argument[2].Parameter[2];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[2].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[2].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[2];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[2];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].ReturnValue;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].ReturnValue;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;Append;(System.Collections.Generic.IAsyncEnumerable,TSource);Argument[1];ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Cast;(System.Collections.Generic.IAsyncEnumerable);Argument[0];ReturnValue;value;dfc-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;CountBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;CountBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;DefaultIfEmpty;(System.Collections.Generic.IAsyncEnumerable,TSource);Argument[1];ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;DistinctBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;DistinctBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ExceptBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ExceptBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,TSource,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;IntersectBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;IntersectBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,TSource,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Order;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IComparer);Argument[1];ReturnValue;taint;df-generated | +| System.Linq;AsyncEnumerable;OrderBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;OrderBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;OrderByDescending;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;OrderByDescending;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;OrderDescending;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IComparer);Argument[1];ReturnValue;taint;df-generated | +| System.Linq;AsyncEnumerable;Prepend;(System.Collections.Generic.IAsyncEnumerable,TSource);Argument[1];ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Repeat;(TResult,System.Int32);Argument[0];ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1].ReturnValue.Element;Argument[2].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1].ReturnValue.Element;Argument[2].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1].ReturnValue.Element;Argument[2].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1].ReturnValue.Element;Argument[2].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1].ReturnValue.Element;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1].ReturnValue.Element;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1].ReturnValue.Element;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1].ReturnValue.Element;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,TSource,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;Skip;(System.Collections.Generic.IAsyncEnumerable,System.Int32);Argument[0];ReturnValue;value;dfc-generated | +| System.Linq;AsyncEnumerable;SkipLast;(System.Collections.Generic.IAsyncEnumerable,System.Int32);Argument[0];ReturnValue;value;dfc-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ThenBy;(System.Linq.IOrderedAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ThenBy;(System.Linq.IOrderedAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ThenByDescending;(System.Linq.IOrderedAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ThenByDescending;(System.Linq.IOrderedAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToAsyncEnumerable;(System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;UnionBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;UnionBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,TAccumulate,System.Func,System.Func);Argument[0].Element;Argument[2].Parameter[1];value;manual | | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,TAccumulate,System.Func,System.Func);Argument[1];Argument[2].Parameter[0];value;manual | | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,TAccumulate,System.Func,System.Func);Argument[2].ReturnValue;Argument[3].Parameter[0];value;manual | @@ -13535,6 +14140,34 @@ summary | System.Linq;Enumerable;LastOrDefault;(System.Collections.Generic.IEnumerable,System.Func,TSource);Argument[2];ReturnValue;value;dfc-generated | | System.Linq;Enumerable;LastOrDefault;(System.Collections.Generic.IEnumerable,System.Func,TSource);Argument[2];ReturnValue;value;hq-generated | | System.Linq;Enumerable;LastOrDefault;(System.Collections.Generic.IEnumerable,TSource);Argument[1];ReturnValue;value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[4].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[4].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[4].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[4].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | System.Linq;Enumerable;LongCount;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Enumerable;LongCount;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Enumerable;Max;(System.Collections.Generic.IEnumerable>);Argument[0].Element;ReturnValue;value;dfc-generated | @@ -13619,6 +14252,35 @@ summary | System.Linq;Enumerable;Prepend;(System.Collections.Generic.IEnumerable,TSource);Argument[1];ReturnValue;taint;df-generated | | System.Linq;Enumerable;Repeat;(TResult,System.Int32);Argument[0];ReturnValue;taint;df-generated | | System.Linq;Enumerable;Reverse;(System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue.Element;value;manual | +| System.Linq;Enumerable;Reverse;(TSource[]);Argument[0].Element;ReturnValue;taint;df-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[4].Parameter[1];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[4].Parameter[1];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[4].Parameter[1];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[4].Parameter[1];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,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;RightJoin;(System.Collections.Generic.IEnumerable,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;RightJoin;(System.Collections.Generic.IEnumerable,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;RightJoin;(System.Collections.Generic.IEnumerable,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;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | System.Linq;Enumerable;Select;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Enumerable;Select;(System.Collections.Generic.IEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue.Element;value;manual | | System.Linq;Enumerable;Select;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;manual | @@ -13803,6 +14465,8 @@ summary | System.Linq;EnumerableQuery;ToString;();Argument[this];ReturnValue;taint;df-generated | | System.Linq;EnumerableQuery;get_Expression;();Argument[this].SyntheticField[System.Linq.EnumerableQuery`1._expression];ReturnValue;value;dfc-generated | | System.Linq;EnumerableQuery;get_Provider;();Argument[this];ReturnValue;value;dfc-generated | +| System.Linq;IOrderedAsyncEnumerable;CreateOrderedAsyncEnumerable;(System.Func>,System.Collections.Generic.IComparer,System.Boolean);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Linq;IOrderedAsyncEnumerable;CreateOrderedAsyncEnumerable;(System.Func,System.Collections.Generic.IComparer,System.Boolean);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Linq;IOrderedEnumerable;CreateOrderedEnumerable;(System.Func,System.Collections.Generic.IComparer,System.Boolean);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Linq;IQueryable;get_Provider;();Argument[this];ReturnValue;value;dfc-generated | | System.Linq;ImmutableArrayExtensions;Aggregate;(System.Collections.Immutable.ImmutableArray,System.Func);Argument[1].ReturnValue;Argument[1].Parameter[0];value;dfc-generated | @@ -14488,15 +15152,23 @@ summary | System.Linq;Queryable;LastOrDefault;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;ReturnValue;value;manual | | System.Linq;Queryable;LastOrDefault;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;LastOrDefault;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,TSource);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;LongCount;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;LongCount;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;Max;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;Max;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;MaxBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;MaxBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;MaxBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;Min;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;Min;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;MinBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;MinBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;MinBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;OfType;(System.Linq.IQueryable);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Queryable;OrderBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | @@ -14512,6 +15184,12 @@ summary | System.Linq;Queryable;OrderByDescending;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Queryable;OrderByDescending;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;Reverse;(System.Linq.IQueryable);Argument[0].Element;ReturnValue.Element;value;manual | +| System.Linq;Queryable;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,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;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,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;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;Select;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;Select;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1].ReturnValue;ReturnValue.Element;value;manual | | System.Linq;Queryable;Select;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | @@ -15216,6 +15894,7 @@ summary | System.Net.Security;SslStream;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | | System.Net.Security;SslStream;FlushAsync;(System.Threading.CancellationToken);Argument[this];ReturnValue.SyntheticField[System.Threading.Tasks.Task.m_stateObject];value;dfc-generated | | System.Net.Security;SslStream;Read;(System.Byte[],System.Int32,System.Int32);Argument[this];Argument[0];taint;manual | +| System.Net.Security;SslStream;Read;(System.Span);Argument[this];Argument[0];taint;manual | | System.Net.Security;SslStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0];taint;manual | | System.Net.Security;SslStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0];taint;manual | | System.Net.Security;SslStream;SslStream;(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | @@ -15225,6 +15904,7 @@ summary | System.Net.Security;SslStream;SslStream;(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback,System.Net.Security.EncryptionPolicy);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | System.Net.Security;SslStream;Write;(System.Byte[]);Argument[0].Element;Argument[this];taint;dfc-generated | | System.Net.Security;SslStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.Net.Security;SslStream;Write;(System.ReadOnlySpan);Argument[0].Element;Argument[this];taint;manual | | System.Net.Security;SslStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | | System.Net.Security;SslStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];Argument[this];taint;df-generated | | System.Net.Security;SslStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | @@ -15237,6 +15917,15 @@ summary | System.Net.Security;SslStream;get_TransportContext;();Argument[this];ReturnValue;taint;df-generated | | System.Net.Security;SslStreamCertificateContext;Create;(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean);Argument[0];ReturnValue.Property[System.Net.Security.SslStreamCertificateContext.TargetCertificate];value;dfc-generated | | System.Net.Security;SslStreamCertificateContext;Create;(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean,System.Net.Security.SslCertificateTrust);Argument[0];ReturnValue.Property[System.Net.Security.SslStreamCertificateContext.TargetCertificate];value;dfc-generated | +| System.Net.ServerSentEvents;SseFormatter;WriteAsync;(System.Collections.Generic.IAsyncEnumerable>,System.IO.Stream,System.Action,System.Buffers.IBufferWriter>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Net.ServerSentEvents;SseItem;SseItem;(T,System.String);Argument[0];Argument[this].Property[System.Net.ServerSentEvents.SseItem`1.Data];value;dfc-generated | +| System.Net.ServerSentEvents;SseItem;SseItem;(T,System.String);Argument[1];Argument[this].SyntheticField[System.Net.ServerSentEvents.SseItem`1._eventType];value;dfc-generated | +| System.Net.ServerSentEvents;SseItem;get_EventType;();Argument[this].SyntheticField[System.Net.ServerSentEvents.SseItem`1._eventType];ReturnValue;value;dfc-generated | +| System.Net.ServerSentEvents;SseItemParser;BeginInvoke;(System.String,System.ReadOnlySpan,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Net.ServerSentEvents;SseParser;Create;(System.IO.Stream);Argument[0];ReturnValue;taint;df-generated | +| System.Net.ServerSentEvents;SseParser;Create;(System.IO.Stream,System.Net.ServerSentEvents.SseItemParser);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Net.ServerSentEvents;SseParser;Enumerate;();Argument[this];ReturnValue;taint;df-generated | +| System.Net.ServerSentEvents;SseParser;EnumerateAsync;(System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated | | System.Net.Sockets;IPPacketInformation;get_Address;();Argument[this];ReturnValue;taint;df-generated | | System.Net.Sockets;IPv6MulticastOption;IPv6MulticastOption;(System.Net.IPAddress);Argument[0];Argument[this];taint;df-generated | | System.Net.Sockets;IPv6MulticastOption;IPv6MulticastOption;(System.Net.IPAddress,System.Int64);Argument[0];Argument[this];taint;df-generated | @@ -15396,6 +16085,21 @@ summary | System.Net.WebSockets;WebSocketException;GetObjectData;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);Argument[this];Argument[0];taint;df-generated | | System.Net.WebSockets;WebSocketReceiveResult;WebSocketReceiveResult;(System.Int32,System.Net.WebSockets.WebSocketMessageType,System.Boolean,System.Nullable,System.String);Argument[3];Argument[this].Property[System.Net.WebSockets.WebSocketReceiveResult.CloseStatus];value;dfc-generated | | System.Net.WebSockets;WebSocketReceiveResult;WebSocketReceiveResult;(System.Int32,System.Net.WebSockets.WebSocketMessageType,System.Boolean,System.Nullable,System.String);Argument[4];Argument[this].Property[System.Net.WebSockets.WebSocketReceiveResult.CloseStatusDescription];value;dfc-generated | +| System.Net.WebSockets;WebSocketStream;BeginRead;(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;manual | +| System.Net.WebSockets;WebSocketStream;BeginRead;(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object);Argument[this];Argument[0];taint;manual | +| System.Net.WebSockets;WebSocketStream;BeginWrite;(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object);Argument[0].Element;Argument[this];taint;manual | +| System.Net.WebSockets;WebSocketStream;BeginWrite;(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;manual | +| System.Net.WebSockets;WebSocketStream;DisposeAsync;();Argument[this];ReturnValue;taint;df-generated | +| System.Net.WebSockets;WebSocketStream;FlushAsync;(System.Threading.CancellationToken);Argument[this];ReturnValue.SyntheticField[System.Threading.Tasks.Task.m_stateObject];value;dfc-generated | +| System.Net.WebSockets;WebSocketStream;Read;(System.Byte[],System.Int32,System.Int32);Argument[this];Argument[0];taint;manual | +| System.Net.WebSockets;WebSocketStream;ReadAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[this];Argument[0];taint;manual | +| System.Net.WebSockets;WebSocketStream;ReadAsync;(System.Memory,System.Threading.CancellationToken);Argument[this];Argument[0];taint;manual | +| System.Net.WebSockets;WebSocketStream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual | +| System.Net.WebSockets;WebSocketStream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual | +| System.Net.WebSockets;WebSocketStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];Argument[this];taint;df-generated | +| System.Net.WebSockets;WebSocketStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated | +| System.Net.WebSockets;WebSocketStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[1];ReturnValue;taint;df-generated | +| System.Net.WebSockets;WebSocketStream;WriteAsync;(System.ReadOnlyMemory,System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated | | System.Net;AuthenticationSchemeSelector;BeginInvoke;(System.Net.HttpListenerRequest,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Net;BindIPEndPoint;BeginInvoke;(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | System.Net;Cookie;Cookie;(System.String,System.String);Argument[0];Argument[this];taint;df-generated | @@ -15737,13 +16441,20 @@ summary | System.Numerics;INumber;Clamp;(TSelf,TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Clamp;(TSelf,TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Clamp;(TSelf,TSelf,TSelf);Argument[2];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;ClampNative;(TSelf,TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;ClampNative;(TSelf,TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;ClampNative;(TSelf,TSelf,TSelf);Argument[2];ReturnValue;value;dfc-generated | | System.Numerics;INumber;CopySign;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Max;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Max;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;MaxNative;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;MaxNative;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | | System.Numerics;INumber;MaxNumber;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;MaxNumber;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Min;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Min;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;MinNative;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;MinNative;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | | System.Numerics;INumber;MinNumber;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;MinNumber;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | | System.Numerics;INumberBase;CreateChecked;(TOther);Argument[0];ReturnValue;value;dfc-generated | @@ -15752,8 +16463,11 @@ summary | System.Numerics;INumberBase;MultiplyAddEstimate;(TSelf,TSelf,TSelf);Argument[2];ReturnValue;taint;dfc-generated | | System.Numerics;Plane;ToString;();Argument[this].Field[System.Numerics.Plane.Normal];ReturnValue;taint;dfc-generated | | System.Numerics;Vector2;ToString;(System.String,System.IFormatProvider);Argument[this];ReturnValue;taint;dfc-generated | +| System.Numerics;Vector2;op_UnaryPlus;(System.Numerics.Vector2);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;Vector3;ToString;(System.String,System.IFormatProvider);Argument[this];ReturnValue;taint;dfc-generated | +| System.Numerics;Vector3;op_UnaryPlus;(System.Numerics.Vector3);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;Vector4;ToString;(System.String,System.IFormatProvider);Argument[this];ReturnValue;taint;dfc-generated | +| System.Numerics;Vector4;op_UnaryPlus;(System.Numerics.Vector4);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;Vector;Abs;(System.Numerics.Vector);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;Vector;CopySign;(System.Numerics.Vector,System.Numerics.Vector);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;Vector;Round;(System.Numerics.Vector);Argument[0];ReturnValue;value;dfc-generated | @@ -16862,6 +17576,21 @@ summary | System.Runtime.CompilerServices;ConditionalWeakTable;Clear;();Argument[this].WithoutElement;Argument[this];value;manual | | System.Runtime.CompilerServices;ConditionalWeakTable;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | | System.Runtime.CompilerServices;ConditionalWeakTable;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[0];Argument[1].Parameter[0];value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[0];Argument[1].Parameter[0];value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[1].ReturnValue;ReturnValue;value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[1].ReturnValue;ReturnValue;value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,TValue);Argument[1];ReturnValue;value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[0];Argument[1].Parameter[0];value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[0];Argument[1].Parameter[0];value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[1].ReturnValue;ReturnValue;value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[1].ReturnValue;ReturnValue;value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[2];Argument[1].Parameter[1];value;hq-generated | | System.Runtime.CompilerServices;ConditionalWeakTable;GetValue;(TKey,System.Runtime.CompilerServices.ConditionalWeakTable+CreateValueCallback);Argument[0];Argument[1].Parameter[0];value;dfc-generated | | System.Runtime.CompilerServices;ConditionalWeakTable;GetValue;(TKey,System.Runtime.CompilerServices.ConditionalWeakTable+CreateValueCallback);Argument[0];Argument[1].Parameter[0];value;hq-generated | | System.Runtime.CompilerServices;ConditionalWeakTable;GetValue;(TKey,System.Runtime.CompilerServices.ConditionalWeakTable+CreateValueCallback);Argument[1].ReturnValue;ReturnValue;value;dfc-generated | @@ -16957,6 +17686,7 @@ summary | System.Runtime.ExceptionServices;ExceptionDispatchInfo;SetRemoteStackTrace;(System.Exception,System.String);Argument[1];Argument[0].SyntheticField[System.Exception._remoteStackTraceString];taint;dfc-generated | | System.Runtime.ExceptionServices;ExceptionDispatchInfo;SetRemoteStackTrace;(System.Exception,System.String);Argument[1];ReturnValue.SyntheticField[System.Exception._remoteStackTraceString];taint;dfc-generated | | System.Runtime.ExceptionServices;ExceptionDispatchInfo;get_SourceException;();Argument[this].SyntheticField[System.Runtime.ExceptionServices.ExceptionDispatchInfo._exception];ReturnValue;value;dfc-generated | +| System.Runtime.ExceptionServices;ExceptionHandling;SetUnhandledExceptionHandler;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Runtime.InteropServices.JavaScript;JSMarshalerArgument+ArgumentToJSCallback;BeginInvoke;(System.Runtime.InteropServices.JavaScript.JSMarshalerArgument,T,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Runtime.InteropServices.JavaScript;JSMarshalerArgument+ArgumentToManagedCallback;BeginInvoke;(System.Runtime.InteropServices.JavaScript.JSMarshalerArgument,T,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Runtime.InteropServices.JavaScript;JSMarshalerArgument;ToJS;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -17083,6 +17813,7 @@ summary | System.Runtime.InteropServices;ImmutableCollectionsMarshal;AsArray;(System.Collections.Immutable.ImmutableArray);Argument[0].Element;ReturnValue;taint;df-generated | | System.Runtime.InteropServices;ImmutableCollectionsMarshal;AsImmutableArray;(T[]);Argument[0].Element;ReturnValue;taint;df-generated | | System.Runtime.InteropServices;ImportedFromTypeLibAttribute;ImportedFromTypeLibAttribute;(System.String);Argument[0];Argument[this].Property[System.Runtime.InteropServices.ImportedFromTypeLibAttribute.Value];value;dfc-generated | +| System.Runtime.InteropServices;JsonMarshal;GetRawUtf8PropertyName;(System.Text.Json.JsonProperty);Argument[0];ReturnValue;taint;df-generated | | System.Runtime.InteropServices;ManagedToNativeComInteropStubAttribute;ManagedToNativeComInteropStubAttribute;(System.Type,System.String);Argument[1];Argument[this].Property[System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute.MethodName];value;dfc-generated | | System.Runtime.InteropServices;Marshal;InitHandle;(System.Runtime.InteropServices.SafeHandle,System.IntPtr);Argument[1];Argument[0].Field[System.Runtime.InteropServices.SafeHandle.handle];value;dfc-generated | | System.Runtime.InteropServices;MemoryMarshal;CreateFromPinnedArray;(T[],System.Int32,System.Int32);Argument[0].Element;ReturnValue;taint;df-generated | @@ -17093,6 +17824,9 @@ summary | System.Runtime.InteropServices;NFloat;Clamp;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;Clamp;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[1];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;Clamp;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[2];ReturnValue;value;dfc-generated | +| System.Runtime.InteropServices;NFloat;ClampNative;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | +| System.Runtime.InteropServices;NFloat;ClampNative;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[1];ReturnValue;value;dfc-generated | +| System.Runtime.InteropServices;NFloat;ClampNative;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[2];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;ConvertToInteger;(System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;ConvertToIntegerNative;(System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;CopySign;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | @@ -17101,10 +17835,14 @@ summary | System.Runtime.InteropServices;NFloat;CreateTruncating;(TOther);Argument[0];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;Max;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;Max;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[1];ReturnValue;value;dfc-generated | +| System.Runtime.InteropServices;NFloat;MaxNative;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | +| System.Runtime.InteropServices;NFloat;MaxNative;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[1];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;MaxNumber;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;MaxNumber;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[1];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;Min;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;Min;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[1];ReturnValue;value;dfc-generated | +| System.Runtime.InteropServices;NFloat;MinNative;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | +| System.Runtime.InteropServices;NFloat;MinNative;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[1];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;MinNumber;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[0];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;MinNumber;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[1];ReturnValue;value;dfc-generated | | System.Runtime.InteropServices;NFloat;MultiplyAddEstimate;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);Argument[2];ReturnValue;taint;dfc-generated | @@ -17431,6 +18169,12 @@ summary | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;AddRange;(System.Security.Cryptography.X509Certificates.X509Certificate2Collection);Argument[0].Element;Argument[this].Element;value;manual | | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;AddRange;(System.Security.Cryptography.X509Certificates.X509Certificate2[]);Argument[0].Element;Argument[this].Element;value;manual | | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;Find;(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean);Argument[this].Element;ReturnValue;value;manual | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan);Argument[this].Element;ReturnValue.Element;value;dfc-generated | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan);Argument[this].Element;ReturnValue.Property[System.Collections.CollectionBase.List].Element;value;dfc-generated | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan);Argument[this].Element;ReturnValue.Element;value;dfc-generated | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan);Argument[this].Element;ReturnValue.Property[System.Collections.CollectionBase.List].Element;value;dfc-generated | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.String);Argument[this].Element;ReturnValue.Element;value;dfc-generated | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.String);Argument[this].Element;ReturnValue.Property[System.Collections.CollectionBase.List].Element;value;dfc-generated | | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator.Current];value;manual | | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;Insert;(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2);Argument[1];Argument[this].Element;value;manual | @@ -18095,6 +18839,7 @@ summary | System.Text.Json.Nodes;JsonArray;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | | System.Text.Json.Nodes;JsonArray;GetValues;();Argument[this];ReturnValue;taint;df-generated | | System.Text.Json.Nodes;JsonArray;Insert;(System.Int32,System.Text.Json.Nodes.JsonNode);Argument[1];Argument[this].Element;value;manual | +| System.Text.Json.Nodes;JsonArray;RemoveAll;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Nodes;JsonNode;AsArray;();Argument[this];ReturnValue;value;dfc-generated | | System.Text.Json.Nodes;JsonNode;AsObject;();Argument[this];ReturnValue;value;dfc-generated | | System.Text.Json.Nodes;JsonNode;AsValue;();Argument[this];ReturnValue;value;dfc-generated | @@ -18526,7 +19271,10 @@ summary | System.Text;SpanLineEnumerator;GetEnumerator;();Argument[this];ReturnValue;value;dfc-generated | | System.Text;SpanLineEnumerator;MoveNext;();Argument[this].SyntheticField[System.Text.SpanLineEnumerator._remaining].Element;Argument[this].SyntheticField[System.Text.SpanLineEnumerator._current].Element;value;dfc-generated | | System.Text;SpanLineEnumerator;MoveNext;();Argument[this].SyntheticField[System.Text.SpanLineEnumerator._remaining];Argument[this].SyntheticField[System.Text.SpanLineEnumerator._current];value;dfc-generated | +| System.Text;SpanLineEnumerator;get_Current;();Argument[this].SyntheticField[System.Text.SpanLineEnumerator._current];ReturnValue;value;df-generated | | System.Text;SpanLineEnumerator;get_Current;();Argument[this].SyntheticField[System.Text.SpanLineEnumerator._current];ReturnValue;value;dfc-generated | +| System.Text;SpanLineEnumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | +| System.Text;SpanLineEnumerator;get_Current;();Argument[this];ReturnValue;taint;dfc-generated | | System.Text;SpanRuneEnumerator;GetEnumerator;();Argument[this];ReturnValue;value;dfc-generated | | System.Text;SpanRuneEnumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | | System.Text;StringBuilder+AppendInterpolatedStringHandler;AppendFormatted;(System.String);Argument[0];Argument[this];taint;df-generated | @@ -22276,6 +23024,9 @@ summary | System;Double;Clamp;(System.Double,System.Double,System.Double);Argument[0];ReturnValue;value;dfc-generated | | System;Double;Clamp;(System.Double,System.Double,System.Double);Argument[1];ReturnValue;value;dfc-generated | | System;Double;Clamp;(System.Double,System.Double,System.Double);Argument[2];ReturnValue;value;dfc-generated | +| System;Double;ClampNative;(System.Double,System.Double,System.Double);Argument[0];ReturnValue;value;dfc-generated | +| System;Double;ClampNative;(System.Double,System.Double,System.Double);Argument[1];ReturnValue;value;dfc-generated | +| System;Double;ClampNative;(System.Double,System.Double,System.Double);Argument[2];ReturnValue;value;dfc-generated | | System;Double;ConvertToInteger;(System.Double);Argument[0];ReturnValue;value;dfc-generated | | System;Double;ConvertToIntegerNative;(System.Double);Argument[0];ReturnValue;value;dfc-generated | | System;Double;CopySign;(System.Double,System.Double);Argument[0];ReturnValue;value;dfc-generated | @@ -22284,10 +23035,14 @@ summary | System;Double;CreateTruncating;(TOther);Argument[0];ReturnValue;value;dfc-generated | | System;Double;Max;(System.Double,System.Double);Argument[0];ReturnValue;value;dfc-generated | | System;Double;Max;(System.Double,System.Double);Argument[1];ReturnValue;value;dfc-generated | +| System;Double;MaxNative;(System.Double,System.Double);Argument[0];ReturnValue;value;dfc-generated | +| System;Double;MaxNative;(System.Double,System.Double);Argument[1];ReturnValue;value;dfc-generated | | System;Double;MaxNumber;(System.Double,System.Double);Argument[0];ReturnValue;value;dfc-generated | | System;Double;MaxNumber;(System.Double,System.Double);Argument[1];ReturnValue;value;dfc-generated | | System;Double;Min;(System.Double,System.Double);Argument[0];ReturnValue;value;dfc-generated | | System;Double;Min;(System.Double,System.Double);Argument[1];ReturnValue;value;dfc-generated | +| System;Double;MinNative;(System.Double,System.Double);Argument[0];ReturnValue;value;dfc-generated | +| System;Double;MinNative;(System.Double,System.Double);Argument[1];ReturnValue;value;dfc-generated | | System;Double;MinNumber;(System.Double,System.Double);Argument[0];ReturnValue;value;dfc-generated | | System;Double;MinNumber;(System.Double,System.Double);Argument[1];ReturnValue;value;dfc-generated | | System;Double;MultiplyAddEstimate;(System.Double,System.Double,System.Double);Argument[2];ReturnValue;taint;dfc-generated | @@ -22304,6 +23059,7 @@ summary | System;Environment;ExpandEnvironmentVariables;(System.String);Argument[0];ReturnValue;value;dfc-generated | | System;EventHandler;BeginInvoke;(System.Object,System.EventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System;EventHandler;BeginInvoke;(System.Object,TEventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System;EventHandler;BeginInvoke;(TSender,TEventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System;Exception;Exception;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);Argument[0];Argument[this];taint;df-generated | | System;Exception;Exception;(System.String);Argument[0];Argument[this].SyntheticField[System.Exception._message];value;dfc-generated | | System;Exception;Exception;(System.String,System.Exception);Argument[0];Argument[this].SyntheticField[System.Exception._message];value;dfc-generated | @@ -22350,6 +23106,9 @@ summary | System;Half;Clamp;(System.Half,System.Half,System.Half);Argument[0];ReturnValue;value;dfc-generated | | System;Half;Clamp;(System.Half,System.Half,System.Half);Argument[1];ReturnValue;value;dfc-generated | | System;Half;Clamp;(System.Half,System.Half,System.Half);Argument[2];ReturnValue;value;dfc-generated | +| System;Half;ClampNative;(System.Half,System.Half,System.Half);Argument[0];ReturnValue;value;dfc-generated | +| System;Half;ClampNative;(System.Half,System.Half,System.Half);Argument[1];ReturnValue;value;dfc-generated | +| System;Half;ClampNative;(System.Half,System.Half,System.Half);Argument[2];ReturnValue;value;dfc-generated | | System;Half;ConvertToInteger;(System.Half);Argument[0];ReturnValue;value;dfc-generated | | System;Half;ConvertToIntegerNative;(System.Half);Argument[0];ReturnValue;value;dfc-generated | | System;Half;CopySign;(System.Half,System.Half);Argument[0];ReturnValue;value;dfc-generated | @@ -22360,12 +23119,16 @@ summary | System;Half;Max;(System.Half,System.Half);Argument[1];ReturnValue;value;dfc-generated | | System;Half;MaxMagnitudeNumber;(System.Half,System.Half);Argument[0];ReturnValue;value;dfc-generated | | System;Half;MaxMagnitudeNumber;(System.Half,System.Half);Argument[1];ReturnValue;value;dfc-generated | +| System;Half;MaxNative;(System.Half,System.Half);Argument[0];ReturnValue;value;dfc-generated | +| System;Half;MaxNative;(System.Half,System.Half);Argument[1];ReturnValue;value;dfc-generated | | System;Half;MaxNumber;(System.Half,System.Half);Argument[0];ReturnValue;value;dfc-generated | | System;Half;MaxNumber;(System.Half,System.Half);Argument[1];ReturnValue;value;dfc-generated | | System;Half;Min;(System.Half,System.Half);Argument[0];ReturnValue;value;dfc-generated | | System;Half;Min;(System.Half,System.Half);Argument[1];ReturnValue;value;dfc-generated | | System;Half;MinMagnitudeNumber;(System.Half,System.Half);Argument[0];ReturnValue;value;dfc-generated | | System;Half;MinMagnitudeNumber;(System.Half,System.Half);Argument[1];ReturnValue;value;dfc-generated | +| System;Half;MinNative;(System.Half,System.Half);Argument[0];ReturnValue;value;dfc-generated | +| System;Half;MinNative;(System.Half,System.Half);Argument[1];ReturnValue;value;dfc-generated | | System;Half;MinNumber;(System.Half,System.Half);Argument[0];ReturnValue;value;dfc-generated | | System;Half;MinNumber;(System.Half,System.Half);Argument[1];ReturnValue;value;dfc-generated | | System;Half;MultiplyAddEstimate;(System.Half,System.Half,System.Half);Argument[2];ReturnValue;taint;dfc-generated | @@ -22575,6 +23338,7 @@ summary | System;Memory;ToString;();Argument[this].SyntheticField[System.Memory`1._object];ReturnValue;value;dfc-generated | | System;Memory;TryCopyTo;(System.Memory);Argument[this].Property[System.Memory`1.Span].Element;Argument[0].Property[System.Memory`1.Span].Element;value;dfc-generated | | System;MemoryExtensions+SpanSplitEnumerator;GetEnumerator;();Argument[this];ReturnValue;value;dfc-generated | +| System;MemoryExtensions+SpanSplitEnumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | | System;MemoryExtensions+TryWriteInterpolatedStringHandler;TryWriteInterpolatedStringHandler;(System.Int32,System.Int32,System.Span,System.Boolean);Argument[2];Argument[this];taint;df-generated | | System;MemoryExtensions+TryWriteInterpolatedStringHandler;TryWriteInterpolatedStringHandler;(System.Int32,System.Int32,System.Span,System.IFormatProvider,System.Boolean);Argument[2];Argument[this];taint;df-generated | | System;MemoryExtensions+TryWriteInterpolatedStringHandler;TryWriteInterpolatedStringHandler;(System.Int32,System.Int32,System.Span,System.IFormatProvider,System.Boolean);Argument[3];Argument[this];taint;df-generated | @@ -22601,13 +23365,97 @@ summary | System;MemoryExtensions;CommonPrefixLength;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | | System;MemoryExtensions;CommonPrefixLength;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | | System;MemoryExtensions;CommonPrefixLength;(System.Span,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;Contains;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;Contains;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | | System;MemoryExtensions;CopyTo;(T[],System.Memory);Argument[0].Element;Argument[1].Property[System.Memory`1.Span].Element;value;dfc-generated | | System;MemoryExtensions;CopyTo;(T[],System.Span);Argument[0].Element;Argument[1].Element;value;dfc-generated | +| System;MemoryExtensions;Count;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;Count;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;Count;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;Count;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;EndsWith;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;EndsWith;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;EndsWith;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;EndsWith;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | | System;MemoryExtensions;EnumerateLines;(System.ReadOnlySpan);Argument[0];ReturnValue.SyntheticField[System.Text.SpanLineEnumerator._remaining];value;dfc-generated | | System;MemoryExtensions;EnumerateRunes;(System.ReadOnlySpan);Argument[0];ReturnValue;taint;df-generated | +| System;MemoryExtensions;IndexOf;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOf;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOf;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOf;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOf;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOf;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOf;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOf;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | | System;MemoryExtensions;Replace;(System.ReadOnlySpan,System.Span,T,T);Argument[0].Element;Argument[1].Element;value;manual | | System;MemoryExtensions;Replace;(System.ReadOnlySpan,System.Span,T,T);Argument[3];Argument[1].Element;value;manual | +| System;MemoryExtensions;Replace;(System.ReadOnlySpan,System.Span,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;Replace;(System.ReadOnlySpan,System.Span,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | | System;MemoryExtensions;Replace;(System.Span,T,T);Argument[2];Argument[0].Element;value;manual | +| System;MemoryExtensions;Replace;(System.Span,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;Replace;(System.Span,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;SequenceCompareTo;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;SequenceCompareTo;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IComparer);Argument[1];Argument[2];taint;df-generated | | System;MemoryExtensions;SequenceEqual;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | | System;MemoryExtensions;SequenceEqual;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | | System;MemoryExtensions;SequenceEqual;(System.Span,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | @@ -22626,6 +23474,10 @@ summary | System;MemoryExtensions;SplitAny;(System.ReadOnlySpan,System.Buffers.SearchValues);Argument[1];ReturnValue;taint;df-generated | | System;MemoryExtensions;SplitAny;(System.ReadOnlySpan,System.ReadOnlySpan);Argument[0];ReturnValue;taint;df-generated | | System;MemoryExtensions;SplitAny;(System.ReadOnlySpan,System.ReadOnlySpan);Argument[1];ReturnValue;taint;df-generated | +| System;MemoryExtensions;StartsWith;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;StartsWith;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;StartsWith;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;StartsWith;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | | System;MemoryExtensions;Trim;(System.Memory);Argument[0];ReturnValue;taint;df-generated | | System;MemoryExtensions;Trim;(System.ReadOnlyMemory);Argument[0].SyntheticField[System.ReadOnlyMemory`1._object];ReturnValue.SyntheticField[System.ReadOnlyMemory`1._object];value;dfc-generated | | System;MemoryExtensions;Trim;(System.ReadOnlySpan);Argument[0].Element;ReturnValue.Element;value;dfc-generated | @@ -22732,6 +23584,7 @@ summary | System;ReadOnlyMemory;ToArray;();Argument[this].Property[System.ReadOnlyMemory`1.Span].Element;ReturnValue.Element;value;dfc-generated | | System;ReadOnlyMemory;ToString;();Argument[this].SyntheticField[System.ReadOnlyMemory`1._object];ReturnValue;value;dfc-generated | | System;ReadOnlyMemory;TryCopyTo;(System.Memory);Argument[this].Property[System.ReadOnlyMemory`1.Span].Element;Argument[0].Property[System.Memory`1.Span].Element;value;dfc-generated | +| System;ReadOnlySpan+Enumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | | System;ReadOnlySpan;CopyTo;(System.Span);Argument[this].Element;Argument[0].Element;value;manual | | System;ReadOnlySpan;GetEnumerator;();Argument[this];ReturnValue;taint;df-generated | | System;ReadOnlySpan;GetPinnableReference;();Argument[this].Element;ReturnValue;value;manual | @@ -22787,6 +23640,9 @@ summary | System;Single;Clamp;(System.Single,System.Single,System.Single);Argument[0];ReturnValue;value;dfc-generated | | System;Single;Clamp;(System.Single,System.Single,System.Single);Argument[1];ReturnValue;value;dfc-generated | | System;Single;Clamp;(System.Single,System.Single,System.Single);Argument[2];ReturnValue;value;dfc-generated | +| System;Single;ClampNative;(System.Single,System.Single,System.Single);Argument[0];ReturnValue;value;dfc-generated | +| System;Single;ClampNative;(System.Single,System.Single,System.Single);Argument[1];ReturnValue;value;dfc-generated | +| System;Single;ClampNative;(System.Single,System.Single,System.Single);Argument[2];ReturnValue;value;dfc-generated | | System;Single;ConvertToInteger;(System.Single);Argument[0];ReturnValue;value;dfc-generated | | System;Single;ConvertToIntegerNative;(System.Single);Argument[0];ReturnValue;value;dfc-generated | | System;Single;CopySign;(System.Single,System.Single);Argument[0];ReturnValue;value;dfc-generated | @@ -22795,10 +23651,14 @@ summary | System;Single;CreateTruncating;(TOther);Argument[0];ReturnValue;value;dfc-generated | | System;Single;Max;(System.Single,System.Single);Argument[0];ReturnValue;value;dfc-generated | | System;Single;Max;(System.Single,System.Single);Argument[1];ReturnValue;value;dfc-generated | +| System;Single;MaxNative;(System.Single,System.Single);Argument[0];ReturnValue;value;dfc-generated | +| System;Single;MaxNative;(System.Single,System.Single);Argument[1];ReturnValue;value;dfc-generated | | System;Single;MaxNumber;(System.Single,System.Single);Argument[0];ReturnValue;value;dfc-generated | | System;Single;MaxNumber;(System.Single,System.Single);Argument[1];ReturnValue;value;dfc-generated | | System;Single;Min;(System.Single,System.Single);Argument[0];ReturnValue;value;dfc-generated | | System;Single;Min;(System.Single,System.Single);Argument[1];ReturnValue;value;dfc-generated | +| System;Single;MinNative;(System.Single,System.Single);Argument[0];ReturnValue;value;dfc-generated | +| System;Single;MinNative;(System.Single,System.Single);Argument[1];ReturnValue;value;dfc-generated | | System;Single;MinNumber;(System.Single,System.Single);Argument[0];ReturnValue;value;dfc-generated | | System;Single;MinNumber;(System.Single,System.Single);Argument[1];ReturnValue;value;dfc-generated | | System;Single;MultiplyAddEstimate;(System.Single,System.Single,System.Single);Argument[2];ReturnValue;taint;dfc-generated | @@ -22807,6 +23667,7 @@ summary | System;Single;ToString;(System.IFormatProvider);Argument[this];ReturnValue;value;dfc-generated | | System;Single;ToString;(System.String,System.IFormatProvider);Argument[this];ReturnValue;taint;dfc-generated | | System;Single;ToType;(System.Type,System.IFormatProvider);Argument[this];ReturnValue;value;dfc-generated | +| System;Span+Enumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | | System;Span;Clear;();Argument[this].WithoutElement;Argument[this];value;manual | | System;Span;CopyTo;(System.Span);Argument[this].Element;Argument[0].Element;value;manual | | System;Span;Fill;(T);Argument[0];Argument[this].Element;value;manual | @@ -22980,6 +23841,7 @@ summary | System;StringComparer;GetHashCode;(System.Object);Argument[0];Argument[this];taint;df-generated | | System;StringNormalizationExtensions;Normalize;(System.String);Argument[0];ReturnValue;value;dfc-generated | | System;StringNormalizationExtensions;Normalize;(System.String,System.Text.NormalizationForm);Argument[0];ReturnValue;value;dfc-generated | +| System;StringNormalizationExtensions;TryNormalize;(System.ReadOnlySpan,System.Span,System.Int32,System.Text.NormalizationForm);Argument[0].Element;Argument[1].Element;value;dfc-generated | | System;TimeOnly;ToString;(System.String,System.IFormatProvider);Argument[this];ReturnValue;taint;dfc-generated | | System;TimeProvider;CreateTimer;(System.Threading.TimerCallback,System.Object,System.TimeSpan,System.TimeSpan);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System;TimeSpan;ToString;(System.String,System.IFormatProvider);Argument[this];ReturnValue;taint;dfc-generated | @@ -23801,6 +24663,7 @@ neutral | 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.Components;RestoringComponentStateSubscription;Dispose;();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 | @@ -24284,6 +25147,7 @@ neutral | Microsoft.Extensions.DependencyInjection;ServiceProvider;Dispose;();summary;df-generated | | Microsoft.Extensions.DependencyInjection;ServiceProvider;GetKeyedService;(System.Type,System.Object);summary;df-generated | | Microsoft.Extensions.DependencyInjection;ServiceProvider;GetRequiredKeyedService;(System.Type,System.Object);summary;df-generated | +| Microsoft.Extensions.DependencyInjection;ServiceProviderKeyedServiceExtensions;GetKeyedService;(System.IServiceProvider,System.Type,System.Object);summary;df-generated | | Microsoft.Extensions.DependencyInjection;ServiceProviderKeyedServiceExtensions;GetKeyedService;(System.IServiceProvider,System.Object);summary;df-generated | | Microsoft.Extensions.DependencyInjection;ServiceProviderKeyedServiceExtensions;GetKeyedServices;(System.IServiceProvider,System.Type,System.Object);summary;df-generated | | Microsoft.Extensions.DependencyInjection;ServiceProviderKeyedServiceExtensions;GetKeyedServices;(System.IServiceProvider,System.Object);summary;df-generated | @@ -25747,6 +26611,7 @@ neutral | ServiceStack.Caching;CacheClientWithPrefix;Dispose;();summary;df-generated | | ServiceStack.Caching;MemoryCacheClient;Dispose;();summary;df-generated | | ServiceStack.Caching;MultiCacheClient;Dispose;();summary;df-generated | +| ServiceStack.Cronos;CronExpression;Equals;(ServiceStack.Cronos.CronExpression);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 | @@ -25847,6 +26712,24 @@ neutral | ServiceStack.OrmLite;OrmLiteTransaction;Rollback;();summary;df-generated | | ServiceStack.OrmLite;OrmLiteTransaction;get_Connection;();summary;df-generated | | ServiceStack.OrmLite;OrmLiteTransaction;get_IsolationLevel;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbCommand;Cancel;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbCommand;CreateDbParameter;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbCommand;Dispose;(System.Boolean);summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbCommand;ExecuteNonQuery;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbCommand;Prepare;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbConnection;ChangeDatabase;(System.String);summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbConnection;Close;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbConnection;CreateDbCommand;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbConnection;Dispose;(System.Boolean);summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbConnection;Open;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbConnection;get_DataSource;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbConnection;get_Database;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterDbConnection;get_State;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterTransaction;Commit;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterTransaction;Dispose;(System.Boolean);summary;df-generated | +| ServiceStack.OrmLite;SingleWriterTransaction;Rollback;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterTransaction;get_DbConnection;();summary;df-generated | +| ServiceStack.OrmLite;SingleWriterTransaction;get_IsolationLevel;();summary;df-generated | | ServiceStack.Script;PageResult;Dispose;();summary;df-generated | | ServiceStack.Script;ScriptContext;Dispose;();summary;df-generated | | ServiceStack.Script;SharpCodePage;Dispose;();summary;df-generated | @@ -25858,6 +26741,8 @@ neutral | 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;TypeJsonConverter;Read;(System.Text.Json.Utf8JsonReader,System.Type,System.Text.Json.JsonSerializerOptions);summary;df-generated | +| ServiceStack.SystemJson;TypeJsonConverter;Write;(System.Text.Json.Utf8JsonWriter,System.Type,System.Text.Json.JsonSerializerOptions);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 | @@ -25878,11 +26763,13 @@ neutral | ServiceStack.Text;RecyclableMemoryStream;get_CanWrite;();summary;df-generated | | ServiceStack.Text;RecyclableMemoryStream;get_Length;();summary;df-generated | | ServiceStack.Validation;ExecOnceOnly;Dispose;();summary;df-generated | +| ServiceStack;AppHostStartup;StopAsync;(System.Threading.CancellationToken);summary;df-generated | | ServiceStack;AsyncTimer;Dispose;();summary;df-generated | | ServiceStack;AuthenticateAttribute;Equals;(System.Object);summary;df-generated | | ServiceStack;AuthenticateAttribute;GetHashCode;();summary;df-generated | | ServiceStack;ByteArrayComparer;Equals;(System.Byte[],System.Byte[]);summary;df-generated | | ServiceStack;ByteArrayComparer;GetHashCode;(System.Byte[]);summary;df-generated | +| ServiceStack;CachedApiClient;Dispose;();summary;df-generated | | ServiceStack;CachedServiceClient;Dispose;();summary;df-generated | | ServiceStack;CookieHandler;SendAsync;(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken);summary;df-generated | | ServiceStack;Defer;Dispose;();summary;df-generated | @@ -26890,6 +27777,7 @@ neutral | System.Collections.Generic;OrderedDictionary;TrimExcess;();summary;df-generated | | System.Collections.Generic;OrderedDictionary;TrimExcess;(System.Int32);summary;df-generated | | System.Collections.Generic;OrderedDictionary;TryAdd;(TKey,TValue);summary;df-generated | +| System.Collections.Generic;OrderedDictionary;TryAdd;(TKey,TValue,System.Int32);summary;df-generated | | System.Collections.Generic;OrderedDictionary;TryGetValue;(TKey,TValue);summary;df-generated | | System.Collections.Generic;OrderedDictionary;get_Capacity;();summary;df-generated | | System.Collections.Generic;OrderedDictionary;get_Count;();summary;df-generated | @@ -26913,6 +27801,7 @@ neutral | System.Collections.Generic;PriorityQueue;PriorityQueue;(System.Collections.Generic.IEnumerable>);summary;df-generated | | System.Collections.Generic;PriorityQueue;PriorityQueue;(System.Int32);summary;df-generated | | System.Collections.Generic;PriorityQueue;TrimExcess;();summary;df-generated | +| System.Collections.Generic;PriorityQueue;get_Capacity;();summary;df-generated | | System.Collections.Generic;PriorityQueue;get_Count;();summary;df-generated | | System.Collections.Generic;PriorityQueue;get_UnorderedItems;();summary;df-generated | | System.Collections.Generic;Queue+Enumerator;Dispose;();summary;df-generated | @@ -33101,6 +33990,85 @@ neutral | System.Formats.Asn1;AsnWriter;WriteUtcTime;(System.DateTimeOffset,System.Int32,System.Nullable);summary;df-generated | | System.Formats.Asn1;AsnWriter;WriteUtcTime;(System.DateTimeOffset,System.Nullable);summary;df-generated | | System.Formats.Asn1;AsnWriter;get_RuleSet;();summary;df-generated | +| System.Formats.Cbor;CborContentException;CborContentException;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);summary;df-generated | +| System.Formats.Cbor;CborContentException;CborContentException;(System.String);summary;df-generated | +| System.Formats.Cbor;CborContentException;CborContentException;(System.String,System.Exception);summary;df-generated | +| System.Formats.Cbor;CborReader;PeekState;();summary;df-generated | +| System.Formats.Cbor;CborReader;PeekTag;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadBigInteger;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadBoolean;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadByteString;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadCborNegativeIntegerRepresentation;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadDateTimeOffset;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadDecimal;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadDefiniteLengthByteString;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadDefiniteLengthTextStringBytes;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadDouble;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadEncodedValue;(System.Boolean);summary;df-generated | +| System.Formats.Cbor;CborReader;ReadEndArray;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadEndIndefiniteLengthByteString;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadEndIndefiniteLengthTextString;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadEndMap;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadHalf;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadInt32;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadInt64;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadNull;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadSimpleValue;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadSingle;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadStartArray;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadStartIndefiniteLengthByteString;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadStartIndefiniteLengthTextString;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadStartMap;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadTag;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadUInt32;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadUInt64;();summary;df-generated | +| System.Formats.Cbor;CborReader;ReadUnixTimeSeconds;();summary;df-generated | +| System.Formats.Cbor;CborReader;SkipToParent;(System.Boolean);summary;df-generated | +| System.Formats.Cbor;CborReader;SkipValue;(System.Boolean);summary;df-generated | +| System.Formats.Cbor;CborReader;TryReadTextString;(System.Span,System.Int32);summary;df-generated | +| System.Formats.Cbor;CborReader;get_AllowMultipleRootLevelValues;();summary;df-generated | +| System.Formats.Cbor;CborReader;get_BytesRemaining;();summary;df-generated | +| System.Formats.Cbor;CborReader;get_ConformanceMode;();summary;df-generated | +| System.Formats.Cbor;CborReader;get_CurrentDepth;();summary;df-generated | +| System.Formats.Cbor;CborWriter;CborWriter;(System.Formats.Cbor.CborConformanceMode,System.Boolean,System.Boolean);summary;df-generated | +| System.Formats.Cbor;CborWriter;CborWriter;(System.Formats.Cbor.CborConformanceMode,System.Boolean,System.Boolean,System.Int32);summary;df-generated | +| System.Formats.Cbor;CborWriter;Reset;();summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteBigInteger;(System.Numerics.BigInteger);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteBoolean;(System.Boolean);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteByteString;(System.Byte[]);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteByteString;(System.ReadOnlySpan);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteCborNegativeIntegerRepresentation;(System.UInt64);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteDateTimeOffset;(System.DateTimeOffset);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteDecimal;(System.Decimal);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteDouble;(System.Double);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteEncodedValue;(System.ReadOnlySpan);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteEndArray;();summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteEndIndefiniteLengthByteString;();summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteEndIndefiniteLengthTextString;();summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteEndMap;();summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteHalf;(System.Half);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteInt32;(System.Int32);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteInt64;(System.Int64);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteNull;();summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteSimpleValue;(System.Formats.Cbor.CborSimpleValue);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteSingle;(System.Single);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteStartArray;(System.Nullable);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteStartIndefiniteLengthByteString;();summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteStartIndefiniteLengthTextString;();summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteStartMap;(System.Nullable);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteTag;(System.Formats.Cbor.CborTag);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteTextString;(System.ReadOnlySpan);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteTextString;(System.String);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteUInt32;(System.UInt32);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteUInt64;(System.UInt64);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteUnixTimeSeconds;(System.Double);summary;df-generated | +| System.Formats.Cbor;CborWriter;WriteUnixTimeSeconds;(System.Int64);summary;df-generated | +| System.Formats.Cbor;CborWriter;get_AllowMultipleRootLevelValues;();summary;df-generated | +| System.Formats.Cbor;CborWriter;get_BytesWritten;();summary;df-generated | +| System.Formats.Cbor;CborWriter;get_ConformanceMode;();summary;df-generated | +| System.Formats.Cbor;CborWriter;get_ConvertIndefiniteLengthEncodings;();summary;df-generated | +| System.Formats.Cbor;CborWriter;get_CurrentDepth;();summary;df-generated | +| System.Formats.Cbor;CborWriter;get_IsWriteCompleted;();summary;df-generated | | System.Formats.Tar;GnuTarEntry;GnuTarEntry;(System.Formats.Tar.TarEntryType,System.String);summary;df-generated | | System.Formats.Tar;PaxGlobalExtendedAttributesTarEntry;PaxGlobalExtendedAttributesTarEntry;(System.Collections.Generic.IEnumerable>);summary;df-generated | | System.Formats.Tar;PaxGlobalExtendedAttributesTarEntry;get_GlobalExtendedAttributes;();summary;df-generated | @@ -33370,11 +34338,14 @@ neutral | System.Globalization;HijriCalendar;get_Eras;();summary;df-generated | | System.Globalization;HijriCalendar;get_MaxSupportedDateTime;();summary;df-generated | | System.Globalization;HijriCalendar;get_MinSupportedDateTime;();summary;df-generated | +| System.Globalization;ISOWeek;GetWeekOfYear;(System.DateOnly);summary;df-generated | | System.Globalization;ISOWeek;GetWeekOfYear;(System.DateTime);summary;df-generated | | System.Globalization;ISOWeek;GetWeeksInYear;(System.Int32);summary;df-generated | +| System.Globalization;ISOWeek;GetYear;(System.DateOnly);summary;df-generated | | System.Globalization;ISOWeek;GetYear;(System.DateTime);summary;df-generated | | System.Globalization;ISOWeek;GetYearEnd;(System.Int32);summary;df-generated | | System.Globalization;ISOWeek;GetYearStart;(System.Int32);summary;df-generated | +| System.Globalization;ISOWeek;ToDateOnly;(System.Int32,System.Int32,System.DayOfWeek);summary;df-generated | | System.Globalization;ISOWeek;ToDateTime;(System.Int32,System.Int32,System.DayOfWeek);summary;df-generated | | System.Globalization;IdnMapping;Equals;(System.Object);summary;df-generated | | System.Globalization;IdnMapping;GetHashCode;();summary;df-generated | @@ -34685,6 +35656,133 @@ neutral | System.Linq.Expressions;UnaryExpression;get_NodeType;();summary;df-generated | | System.Linq.Expressions;UnaryExpression;get_Operand;();summary;df-generated | | System.Linq.Expressions;UnaryExpression;get_Type;();summary;df-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AverageAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AverageAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AverageAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AverageAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AverageAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AverageAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AverageAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AverageAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AverageAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;AverageAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;Chunk;(System.Collections.Generic.IAsyncEnumerable,System.Int32);summary;df-generated | +| System.Linq;AsyncEnumerable;Concat;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable);summary;df-generated | +| System.Linq;AsyncEnumerable;ContainsAsync;(System.Collections.Generic.IAsyncEnumerable,TSource,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;CountBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;CountBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;DefaultIfEmpty;(System.Collections.Generic.IAsyncEnumerable);summary;df-generated | +| System.Linq;AsyncEnumerable;Distinct;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;DistinctBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;DistinctBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;ElementAtAsync;(System.Collections.Generic.IAsyncEnumerable,System.Index,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ElementAtAsync;(System.Collections.Generic.IAsyncEnumerable,System.Int32,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ElementAtOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Index,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ElementAtOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Int32,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;Empty;();summary;df-generated | +| System.Linq;AsyncEnumerable;Except;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;ExceptBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;ExceptBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;Index;(System.Collections.Generic.IAsyncEnumerable);summary;df-generated | +| System.Linq;AsyncEnumerable;Intersect;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;IntersectBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;IntersectBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;MaxAsync;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;MinAsync;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;OfType;(System.Collections.Generic.IAsyncEnumerable);summary;df-generated | +| System.Linq;AsyncEnumerable;OrderBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;OrderBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;OrderByDescending;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;OrderByDescending;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;Range;(System.Int32,System.Int32);summary;df-generated | +| System.Linq;AsyncEnumerable;Reverse;(System.Collections.Generic.IAsyncEnumerable);summary;df-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>);summary;df-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>);summary;df-generated | +| System.Linq;AsyncEnumerable;SequenceEqualAsync;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);summary;df-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);summary;df-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;SumAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SumAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SumAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SumAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SumAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SumAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SumAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SumAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SumAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;SumAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;Take;(System.Collections.Generic.IAsyncEnumerable,System.Int32);summary;df-generated | +| System.Linq;AsyncEnumerable;Take;(System.Collections.Generic.IAsyncEnumerable,System.Range);summary;df-generated | +| System.Linq;AsyncEnumerable;TakeLast;(System.Collections.Generic.IAsyncEnumerable,System.Int32);summary;df-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);summary;df-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);summary;df-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;ThenBy;(System.Linq.IOrderedAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;ThenBy;(System.Linq.IOrderedAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;ThenByDescending;(System.Linq.IOrderedAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;ThenByDescending;(System.Linq.IOrderedAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;ToArrayAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ToHashSetAsync;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ToListAsync;(System.Collections.Generic.IAsyncEnumerable,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);summary;df-generated | +| System.Linq;AsyncEnumerable;Union;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;UnionBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;UnionBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);summary;df-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func);summary;df-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func);summary;df-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>);summary;df-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable);summary;df-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable);summary;df-generated | | System.Linq;Enumerable;Any;(System.Collections.Generic.IEnumerable);summary;df-generated | | System.Linq;Enumerable;Average;(System.Collections.Generic.IEnumerable);summary;df-generated | | System.Linq;Enumerable;Average;(System.Collections.Generic.IEnumerable);summary;df-generated | @@ -34741,6 +35839,8 @@ neutral | System.Linq;ILookup;Contains;(TKey);summary;df-generated | | System.Linq;ILookup;get_Count;();summary;df-generated | | System.Linq;ILookup;get_Item;(TKey);summary;df-generated | +| System.Linq;IOrderedAsyncEnumerable;CreateOrderedAsyncEnumerable;(System.Func>,System.Collections.Generic.IComparer,System.Boolean);summary;df-generated | +| System.Linq;IOrderedAsyncEnumerable;CreateOrderedAsyncEnumerable;(System.Func,System.Collections.Generic.IComparer,System.Boolean);summary;df-generated | | System.Linq;IOrderedEnumerable;CreateOrderedEnumerable;(System.Func,System.Collections.Generic.IComparer,System.Boolean);summary;df-generated | | System.Linq;IQueryProvider;CreateQuery;(System.Linq.Expressions.Expression);summary;df-generated | | System.Linq;IQueryProvider;CreateQuery;(System.Linq.Expressions.Expression);summary;df-generated | @@ -34849,6 +35949,8 @@ neutral | 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 | | System.Linq;Queryable;LastOrDefault;(System.Linq.IQueryable,TSource);summary;df-generated | +| System.Linq;Queryable;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);summary;df-generated | +| System.Linq;Queryable;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);summary;df-generated | | System.Linq;Queryable;LongCount;(System.Linq.IQueryable);summary;df-generated | | System.Linq;Queryable;Max;(System.Linq.IQueryable);summary;df-generated | | System.Linq;Queryable;Max;(System.Linq.IQueryable,System.Collections.Generic.IComparer);summary;df-generated | @@ -34863,6 +35965,8 @@ neutral | System.Linq;Queryable;OrderDescending;(System.Linq.IQueryable);summary;df-generated | | System.Linq;Queryable;OrderDescending;(System.Linq.IQueryable,System.Collections.Generic.IComparer);summary;df-generated | | System.Linq;Queryable;Prepend;(System.Linq.IQueryable,TSource);summary;df-generated | +| System.Linq;Queryable;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);summary;df-generated | +| System.Linq;Queryable;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);summary;df-generated | | System.Linq;Queryable;SequenceEqual;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable);summary;df-generated | | System.Linq;Queryable;SequenceEqual;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Collections.Generic.IEqualityComparer);summary;df-generated | | System.Linq;Queryable;SingleOrDefault;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,TSource);summary;df-generated | @@ -35657,6 +36761,8 @@ neutral | System.Net.Quic;QuicConnection;CloseAsync;(System.Int64,System.Threading.CancellationToken);summary;df-generated | | System.Net.Quic;QuicConnection;ToString;();summary;df-generated | | System.Net.Quic;QuicConnection;get_IsSupported;();summary;df-generated | +| System.Net.Quic;QuicConnection;get_NegotiatedCipherSuite;();summary;df-generated | +| System.Net.Quic;QuicConnection;get_SslProtocol;();summary;df-generated | | System.Net.Quic;QuicException;QuicException;(System.Net.Quic.QuicError,System.Nullable,System.String);summary;df-generated | | System.Net.Quic;QuicException;get_ApplicationErrorCode;();summary;df-generated | | System.Net.Quic;QuicException;get_QuicError;();summary;df-generated | @@ -35789,6 +36895,7 @@ neutral | System.Net.Security;SslStream;SslStream;(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback);summary;df-generated | | System.Net.Security;SslStream;SslStream;(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback);summary;df-generated | | System.Net.Security;SslStream;SslStream;(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback,System.Net.Security.EncryptionPolicy);summary;df-generated | +| System.Net.Security;SslStream;WriteByte;(System.Byte);summary;df-generated | | System.Net.Security;SslStream;get_CanRead;();summary;df-generated | | System.Net.Security;SslStream;get_CanSeek;();summary;df-generated | | System.Net.Security;SslStream;get_CanTimeout;();summary;df-generated | @@ -35810,6 +36917,10 @@ neutral | System.Net.Security;SslStream;get_SslProtocol;();summary;df-generated | | System.Net.Security;SslStreamCertificateContext;get_IntermediateCertificates;();summary;df-generated | | System.Net.Security;SslStreamCertificateContext;get_TargetCertificate;();summary;df-generated | +| System.Net.ServerSentEvents;SseFormatter;WriteAsync;(System.Collections.Generic.IAsyncEnumerable>,System.IO.Stream,System.Threading.CancellationToken);summary;df-generated | +| System.Net.ServerSentEvents;SseFormatter;WriteAsync;(System.Collections.Generic.IAsyncEnumerable>,System.IO.Stream,System.Action,System.Buffers.IBufferWriter>,System.Threading.CancellationToken);summary;df-generated | +| System.Net.ServerSentEvents;SseItem;get_Data;();summary;df-generated | +| System.Net.ServerSentEvents;SseParser;Create;(System.IO.Stream,System.Net.ServerSentEvents.SseItemParser);summary;df-generated | | System.Net.Sockets;IPPacketInformation;Equals;(System.Net.Sockets.IPPacketInformation);summary;df-generated | | System.Net.Sockets;IPPacketInformation;Equals;(System.Object);summary;df-generated | | System.Net.Sockets;IPPacketInformation;GetHashCode;();summary;df-generated | @@ -36176,6 +37287,16 @@ neutral | System.Net.WebSockets;WebSocketReceiveResult;get_Count;();summary;df-generated | | System.Net.WebSockets;WebSocketReceiveResult;get_EndOfMessage;();summary;df-generated | | System.Net.WebSockets;WebSocketReceiveResult;get_MessageType;();summary;df-generated | +| System.Net.WebSockets;WebSocketStream;Dispose;(System.Boolean);summary;df-generated | +| System.Net.WebSockets;WebSocketStream;EndRead;(System.IAsyncResult);summary;df-generated | +| System.Net.WebSockets;WebSocketStream;EndWrite;(System.IAsyncResult);summary;df-generated | +| System.Net.WebSockets;WebSocketStream;Flush;();summary;df-generated | +| System.Net.WebSockets;WebSocketStream;Seek;(System.Int64,System.IO.SeekOrigin);summary;df-generated | +| System.Net.WebSockets;WebSocketStream;SetLength;(System.Int64);summary;df-generated | +| System.Net.WebSockets;WebSocketStream;get_CanRead;();summary;df-generated | +| System.Net.WebSockets;WebSocketStream;get_CanSeek;();summary;df-generated | +| System.Net.WebSockets;WebSocketStream;get_CanWrite;();summary;df-generated | +| System.Net.WebSockets;WebSocketStream;get_Length;();summary;df-generated | | System.Net;AuthenticationManager;Authenticate;(System.String,System.Net.WebRequest,System.Net.ICredentials);summary;df-generated | | System.Net;AuthenticationManager;PreAuthenticate;(System.Net.WebRequest,System.Net.ICredentials);summary;df-generated | | System.Net;AuthenticationManager;Register;(System.Net.IAuthenticationModule);summary;df-generated | @@ -36208,6 +37329,8 @@ neutral | System.Net;CookieContainer;SetCookies;(System.Uri,System.String);summary;df-generated | | System.Net;CookieContainer;get_Count;();summary;df-generated | | System.Net;CookieException;CookieException;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);summary;df-generated | +| System.Net;CookieException;CookieException;(System.String);summary;df-generated | +| System.Net;CookieException;CookieException;(System.String,System.Exception);summary;df-generated | | System.Net;CredentialCache;Add;(System.String,System.Int32,System.String,System.Net.NetworkCredential);summary;df-generated | | System.Net;CredentialCache;Add;(System.Uri,System.String,System.Net.NetworkCredential);summary;df-generated | | System.Net;CredentialCache;Remove;(System.String,System.Int32,System.String);summary;df-generated | @@ -36372,9 +37495,13 @@ neutral | System.Net;IPAddress;IPAddress;(System.ReadOnlySpan);summary;df-generated | | System.Net;IPAddress;IPAddress;(System.ReadOnlySpan,System.Int64);summary;df-generated | | System.Net;IPAddress;IsLoopback;(System.Net.IPAddress);summary;df-generated | +| System.Net;IPAddress;IsValid;(System.ReadOnlySpan);summary;df-generated | +| System.Net;IPAddress;IsValidUtf8;(System.ReadOnlySpan);summary;df-generated | | System.Net;IPAddress;NetworkToHostOrder;(System.Int16);summary;df-generated | | System.Net;IPAddress;NetworkToHostOrder;(System.Int32);summary;df-generated | | System.Net;IPAddress;NetworkToHostOrder;(System.Int64);summary;df-generated | +| System.Net;IPAddress;Parse;(System.ReadOnlySpan);summary;df-generated | +| System.Net;IPAddress;Parse;(System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System.Net;IPAddress;Parse;(System.ReadOnlySpan);summary;df-generated | | System.Net;IPAddress;Parse;(System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System.Net;IPAddress;Parse;(System.String);summary;df-generated | @@ -36383,6 +37510,8 @@ neutral | System.Net;IPAddress;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System.Net;IPAddress;TryFormat;(System.Span,System.Int32);summary;df-generated | | System.Net;IPAddress;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | +| System.Net;IPAddress;TryParse;(System.ReadOnlySpan,System.IFormatProvider,System.Net.IPAddress);summary;df-generated | +| System.Net;IPAddress;TryParse;(System.ReadOnlySpan,System.Net.IPAddress);summary;df-generated | | System.Net;IPAddress;TryParse;(System.ReadOnlySpan,System.IFormatProvider,System.Net.IPAddress);summary;df-generated | | System.Net;IPAddress;TryParse;(System.ReadOnlySpan,System.Net.IPAddress);summary;df-generated | | System.Net;IPAddress;TryParse;(System.String,System.IFormatProvider,System.Net.IPAddress);summary;df-generated | @@ -36410,6 +37539,8 @@ neutral | System.Net;IPNetwork;Equals;(System.Net.IPNetwork);summary;df-generated | | System.Net;IPNetwork;Equals;(System.Object);summary;df-generated | | System.Net;IPNetwork;GetHashCode;();summary;df-generated | +| System.Net;IPNetwork;Parse;(System.ReadOnlySpan);summary;df-generated | +| System.Net;IPNetwork;Parse;(System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System.Net;IPNetwork;Parse;(System.ReadOnlySpan);summary;df-generated | | System.Net;IPNetwork;Parse;(System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System.Net;IPNetwork;Parse;(System.String);summary;df-generated | @@ -36419,6 +37550,8 @@ neutral | System.Net;IPNetwork;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System.Net;IPNetwork;TryFormat;(System.Span,System.Int32);summary;df-generated | | System.Net;IPNetwork;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | +| System.Net;IPNetwork;TryParse;(System.ReadOnlySpan,System.IFormatProvider,System.Net.IPNetwork);summary;df-generated | +| System.Net;IPNetwork;TryParse;(System.ReadOnlySpan,System.Net.IPNetwork);summary;df-generated | | System.Net;IPNetwork;TryParse;(System.ReadOnlySpan,System.IFormatProvider,System.Net.IPNetwork);summary;df-generated | | System.Net;IPNetwork;TryParse;(System.ReadOnlySpan,System.Net.IPNetwork);summary;df-generated | | System.Net;IPNetwork;TryParse;(System.String,System.IFormatProvider,System.Net.IPNetwork);summary;df-generated | @@ -37145,7 +38278,9 @@ neutral | System.Numerics;Matrix3x2;set_Item;(System.Int32,System.Int32,System.Single);summary;df-generated | | System.Numerics;Matrix4x4;Add;(System.Numerics.Matrix4x4,System.Numerics.Matrix4x4);summary;df-generated | | System.Numerics;Matrix4x4;CreateBillboard;(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Matrix4x4;CreateBillboardLeftHanded;(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Matrix4x4;CreateConstrainedBillboard;(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Matrix4x4;CreateConstrainedBillboardLeftHanded;(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Matrix4x4;CreateFromAxisAngle;(System.Numerics.Vector3,System.Single);summary;df-generated | | System.Numerics;Matrix4x4;CreateFromQuaternion;(System.Numerics.Quaternion);summary;df-generated | | System.Numerics;Matrix4x4;CreateFromYawPitchRoll;(System.Single,System.Single,System.Single);summary;df-generated | @@ -37269,16 +38404,27 @@ neutral | System.Numerics;TotalOrderIeee754Comparer;GetHashCode;(T);summary;df-generated | | System.Numerics;Vector2;Abs;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Add;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;All;(System.Numerics.Vector2,System.Single);summary;df-generated | +| System.Numerics;Vector2;AllWhereAllBitsSet;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;AndNot;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;Any;(System.Numerics.Vector2,System.Single);summary;df-generated | +| System.Numerics;Vector2;AnyWhereAllBitsSet;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;BitwiseAnd;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;BitwiseOr;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Clamp;(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;ClampNative;(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;ConditionalSelect;(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;CopySign;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;CopyTo;(System.Single[]);summary;df-generated | | System.Numerics;Vector2;CopyTo;(System.Single[],System.Int32);summary;df-generated | | System.Numerics;Vector2;CopyTo;(System.Span);summary;df-generated | | System.Numerics;Vector2;Cos;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;Count;(System.Numerics.Vector2,System.Single);summary;df-generated | +| System.Numerics;Vector2;CountWhereAllBitsSet;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Create;(System.ReadOnlySpan);summary;df-generated | | System.Numerics;Vector2;Create;(System.Single);summary;df-generated | | System.Numerics;Vector2;Create;(System.Single,System.Single);summary;df-generated | +| System.Numerics;Vector2;Cross;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;DegreesToRadians;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Distance;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;DistanceSquared;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | @@ -37286,15 +38432,52 @@ neutral | System.Numerics;Vector2;Divide;(System.Numerics.Vector2,System.Single);summary;df-generated | | System.Numerics;Vector2;Dot;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Equals;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;Equals;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Equals;(System.Object);summary;df-generated | +| System.Numerics;Vector2;EqualsAll;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;EqualsAny;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Exp;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;FusedMultiplyAdd;(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;GetHashCode;();summary;df-generated | +| System.Numerics;Vector2;GreaterThan;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;GreaterThanAll;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;GreaterThanAny;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;GreaterThanOrEqual;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;GreaterThanOrEqualAll;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;GreaterThanOrEqualAny;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Hypot;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IndexOf;(System.Numerics.Vector2,System.Single);summary;df-generated | +| System.Numerics;Vector2;IndexOfWhereAllBitsSet;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsEvenInteger;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsFinite;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsInfinity;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsInteger;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsNaN;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsNegative;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsNegativeInfinity;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsNormal;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsOddInteger;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsPositive;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsPositiveInfinity;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsSubnormal;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;IsZero;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;LastIndexOf;(System.Numerics.Vector2,System.Single);summary;df-generated | +| System.Numerics;Vector2;LastIndexOfWhereAllBitsSet;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Length;();summary;df-generated | | System.Numerics;Vector2;LengthSquared;();summary;df-generated | | System.Numerics;Vector2;Lerp;(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Lerp;(System.Numerics.Vector2,System.Numerics.Vector2,System.Single);summary;df-generated | +| System.Numerics;Vector2;LessThan;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;LessThanAll;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;LessThanAny;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;LessThanOrEqual;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;LessThanOrEqualAll;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;LessThanOrEqualAny;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;Load;(System.Single*);summary;df-generated | +| System.Numerics;Vector2;LoadAligned;(System.Single*);summary;df-generated | +| System.Numerics;Vector2;LoadAlignedNonTemporal;(System.Single*);summary;df-generated | +| System.Numerics;Vector2;LoadUnsafe;(System.Single);summary;df-generated | +| System.Numerics;Vector2;LoadUnsafe;(System.Single,System.UIntPtr);summary;df-generated | | System.Numerics;Vector2;Log2;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Log;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Max;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | @@ -37312,15 +38495,20 @@ neutral | System.Numerics;Vector2;Multiply;(System.Single,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;MultiplyAddEstimate;(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Negate;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;None;(System.Numerics.Vector2,System.Single);summary;df-generated | +| System.Numerics;Vector2;NoneWhereAllBitsSet;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Normalize;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;OnesComplement;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;RadiansToDegrees;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Reflect;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Round;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Round;(System.Numerics.Vector2,System.MidpointRounding);summary;df-generated | +| System.Numerics;Vector2;Shuffle;(System.Numerics.Vector2,System.Byte,System.Byte);summary;df-generated | | System.Numerics;Vector2;Sin;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;SinCos;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;SquareRoot;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;Subtract;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;Sum;(System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;ToString;();summary;df-generated | | System.Numerics;Vector2;ToString;(System.String);summary;df-generated | | System.Numerics;Vector2;Transform;(System.Numerics.Vector2,System.Numerics.Matrix3x2);summary;df-generated | @@ -37333,6 +38521,8 @@ neutral | System.Numerics;Vector2;Vector2;(System.ReadOnlySpan);summary;df-generated | | System.Numerics;Vector2;Vector2;(System.Single);summary;df-generated | | System.Numerics;Vector2;Vector2;(System.Single,System.Single);summary;df-generated | +| System.Numerics;Vector2;Xor;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;get_AllBitsSet;();summary;df-generated | | System.Numerics;Vector2;get_E;();summary;df-generated | | System.Numerics;Vector2;get_Epsilon;();summary;df-generated | | System.Numerics;Vector2;get_Item;(System.Int32);summary;df-generated | @@ -37347,25 +38537,42 @@ neutral | System.Numerics;Vector2;get_UnitY;();summary;df-generated | | System.Numerics;Vector2;get_Zero;();summary;df-generated | | System.Numerics;Vector2;op_Addition;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;op_BitwiseAnd;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;op_BitwiseOr;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;op_Division;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;op_Division;(System.Numerics.Vector2,System.Single);summary;df-generated | | System.Numerics;Vector2;op_Equality;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;op_ExclusiveOr;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;op_Inequality;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;op_LeftShift;(System.Numerics.Vector2,System.Int32);summary;df-generated | | System.Numerics;Vector2;op_Multiply;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;op_Multiply;(System.Numerics.Vector2,System.Single);summary;df-generated | | System.Numerics;Vector2;op_Multiply;(System.Single,System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;op_OnesComplement;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;op_RightShift;(System.Numerics.Vector2,System.Int32);summary;df-generated | | System.Numerics;Vector2;op_Subtraction;(System.Numerics.Vector2,System.Numerics.Vector2);summary;df-generated | | System.Numerics;Vector2;op_UnaryNegation;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector2;op_UnsignedRightShift;(System.Numerics.Vector2,System.Int32);summary;df-generated | | System.Numerics;Vector2;set_Item;(System.Int32,System.Single);summary;df-generated | | System.Numerics;Vector3;Abs;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Add;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;All;(System.Numerics.Vector3,System.Single);summary;df-generated | +| System.Numerics;Vector3;AllWhereAllBitsSet;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;AndNot;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;Any;(System.Numerics.Vector3,System.Single);summary;df-generated | +| System.Numerics;Vector3;AnyWhereAllBitsSet;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;BitwiseAnd;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;BitwiseOr;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Clamp;(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;ClampNative;(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;ConditionalSelect;(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;CopySign;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;CopyTo;(System.Single[]);summary;df-generated | | System.Numerics;Vector3;CopyTo;(System.Single[],System.Int32);summary;df-generated | | System.Numerics;Vector3;CopyTo;(System.Span);summary;df-generated | | System.Numerics;Vector3;Cos;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;Count;(System.Numerics.Vector3,System.Single);summary;df-generated | +| System.Numerics;Vector3;CountWhereAllBitsSet;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Create;(System.Numerics.Vector2,System.Single);summary;df-generated | | System.Numerics;Vector3;Create;(System.ReadOnlySpan);summary;df-generated | | System.Numerics;Vector3;Create;(System.Single);summary;df-generated | @@ -37378,15 +38585,52 @@ neutral | System.Numerics;Vector3;Divide;(System.Numerics.Vector3,System.Single);summary;df-generated | | System.Numerics;Vector3;Dot;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Equals;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;Equals;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Equals;(System.Object);summary;df-generated | +| System.Numerics;Vector3;EqualsAll;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;EqualsAny;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Exp;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;FusedMultiplyAdd;(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;GetHashCode;();summary;df-generated | +| System.Numerics;Vector3;GreaterThan;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;GreaterThanAll;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;GreaterThanAny;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;GreaterThanOrEqual;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;GreaterThanOrEqualAll;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;GreaterThanOrEqualAny;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Hypot;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IndexOf;(System.Numerics.Vector3,System.Single);summary;df-generated | +| System.Numerics;Vector3;IndexOfWhereAllBitsSet;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsEvenInteger;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsFinite;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsInfinity;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsInteger;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsNaN;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsNegative;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsNegativeInfinity;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsNormal;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsOddInteger;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsPositive;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsPositiveInfinity;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsSubnormal;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;IsZero;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;LastIndexOf;(System.Numerics.Vector3,System.Single);summary;df-generated | +| System.Numerics;Vector3;LastIndexOfWhereAllBitsSet;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Length;();summary;df-generated | | System.Numerics;Vector3;LengthSquared;();summary;df-generated | | System.Numerics;Vector3;Lerp;(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Lerp;(System.Numerics.Vector3,System.Numerics.Vector3,System.Single);summary;df-generated | +| System.Numerics;Vector3;LessThan;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;LessThanAll;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;LessThanAny;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;LessThanOrEqual;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;LessThanOrEqualAll;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;LessThanOrEqualAny;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;Load;(System.Single*);summary;df-generated | +| System.Numerics;Vector3;LoadAligned;(System.Single*);summary;df-generated | +| System.Numerics;Vector3;LoadAlignedNonTemporal;(System.Single*);summary;df-generated | +| System.Numerics;Vector3;LoadUnsafe;(System.Single);summary;df-generated | +| System.Numerics;Vector3;LoadUnsafe;(System.Single,System.UIntPtr);summary;df-generated | | System.Numerics;Vector3;Log2;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Log;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Max;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | @@ -37404,15 +38648,20 @@ neutral | System.Numerics;Vector3;Multiply;(System.Single,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;MultiplyAddEstimate;(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Negate;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;None;(System.Numerics.Vector3,System.Single);summary;df-generated | +| System.Numerics;Vector3;NoneWhereAllBitsSet;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Normalize;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;OnesComplement;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;RadiansToDegrees;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Reflect;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Round;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Round;(System.Numerics.Vector3,System.MidpointRounding);summary;df-generated | +| System.Numerics;Vector3;Shuffle;(System.Numerics.Vector3,System.Byte,System.Byte,System.Byte);summary;df-generated | | System.Numerics;Vector3;Sin;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;SinCos;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;SquareRoot;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;Subtract;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;Sum;(System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;ToString;();summary;df-generated | | System.Numerics;Vector3;ToString;(System.String);summary;df-generated | | System.Numerics;Vector3;Transform;(System.Numerics.Vector3,System.Numerics.Matrix4x4);summary;df-generated | @@ -37424,6 +38673,8 @@ neutral | System.Numerics;Vector3;Vector3;(System.ReadOnlySpan);summary;df-generated | | System.Numerics;Vector3;Vector3;(System.Single);summary;df-generated | | System.Numerics;Vector3;Vector3;(System.Single,System.Single,System.Single);summary;df-generated | +| System.Numerics;Vector3;Xor;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;get_AllBitsSet;();summary;df-generated | | System.Numerics;Vector3;get_E;();summary;df-generated | | System.Numerics;Vector3;get_Epsilon;();summary;df-generated | | System.Numerics;Vector3;get_Item;(System.Int32);summary;df-generated | @@ -37439,30 +38690,48 @@ neutral | System.Numerics;Vector3;get_UnitZ;();summary;df-generated | | System.Numerics;Vector3;get_Zero;();summary;df-generated | | System.Numerics;Vector3;op_Addition;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;op_BitwiseAnd;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;op_BitwiseOr;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;op_Division;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;op_Division;(System.Numerics.Vector3,System.Single);summary;df-generated | | System.Numerics;Vector3;op_Equality;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;op_ExclusiveOr;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;op_Inequality;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;op_LeftShift;(System.Numerics.Vector3,System.Int32);summary;df-generated | | System.Numerics;Vector3;op_Multiply;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;op_Multiply;(System.Numerics.Vector3,System.Single);summary;df-generated | | System.Numerics;Vector3;op_Multiply;(System.Single,System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;op_OnesComplement;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;op_RightShift;(System.Numerics.Vector3,System.Int32);summary;df-generated | | System.Numerics;Vector3;op_Subtraction;(System.Numerics.Vector3,System.Numerics.Vector3);summary;df-generated | | System.Numerics;Vector3;op_UnaryNegation;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector3;op_UnsignedRightShift;(System.Numerics.Vector3,System.Int32);summary;df-generated | | System.Numerics;Vector3;set_Item;(System.Int32,System.Single);summary;df-generated | | System.Numerics;Vector4;Abs;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Add;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;All;(System.Numerics.Vector4,System.Single);summary;df-generated | +| System.Numerics;Vector4;AllWhereAllBitsSet;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;AndNot;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;Any;(System.Numerics.Vector4,System.Single);summary;df-generated | +| System.Numerics;Vector4;AnyWhereAllBitsSet;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;BitwiseAnd;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;BitwiseOr;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Clamp;(System.Numerics.Vector4,System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;ClampNative;(System.Numerics.Vector4,System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;ConditionalSelect;(System.Numerics.Vector4,System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;CopySign;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;CopyTo;(System.Single[]);summary;df-generated | | System.Numerics;Vector4;CopyTo;(System.Single[],System.Int32);summary;df-generated | | System.Numerics;Vector4;CopyTo;(System.Span);summary;df-generated | | System.Numerics;Vector4;Cos;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;Count;(System.Numerics.Vector4,System.Single);summary;df-generated | +| System.Numerics;Vector4;CountWhereAllBitsSet;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Create;(System.Numerics.Vector2,System.Single,System.Single);summary;df-generated | | System.Numerics;Vector4;Create;(System.Numerics.Vector3,System.Single);summary;df-generated | | System.Numerics;Vector4;Create;(System.ReadOnlySpan);summary;df-generated | | System.Numerics;Vector4;Create;(System.Single);summary;df-generated | | System.Numerics;Vector4;Create;(System.Single,System.Single,System.Single,System.Single);summary;df-generated | +| System.Numerics;Vector4;Cross;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;DegreesToRadians;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Distance;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;DistanceSquared;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | @@ -37470,15 +38739,52 @@ neutral | System.Numerics;Vector4;Divide;(System.Numerics.Vector4,System.Single);summary;df-generated | | System.Numerics;Vector4;Dot;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Equals;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;Equals;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Equals;(System.Object);summary;df-generated | +| System.Numerics;Vector4;EqualsAll;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;EqualsAny;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Exp;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;FusedMultiplyAdd;(System.Numerics.Vector4,System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;GetHashCode;();summary;df-generated | +| System.Numerics;Vector4;GreaterThan;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;GreaterThanAll;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;GreaterThanAny;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;GreaterThanOrEqual;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;GreaterThanOrEqualAll;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;GreaterThanOrEqualAny;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Hypot;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IndexOf;(System.Numerics.Vector4,System.Single);summary;df-generated | +| System.Numerics;Vector4;IndexOfWhereAllBitsSet;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsEvenInteger;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsFinite;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsInfinity;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsInteger;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsNaN;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsNegative;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsNegativeInfinity;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsNormal;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsOddInteger;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsPositive;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsPositiveInfinity;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsSubnormal;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;IsZero;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;LastIndexOf;(System.Numerics.Vector4,System.Single);summary;df-generated | +| System.Numerics;Vector4;LastIndexOfWhereAllBitsSet;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Length;();summary;df-generated | | System.Numerics;Vector4;LengthSquared;();summary;df-generated | | System.Numerics;Vector4;Lerp;(System.Numerics.Vector4,System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Lerp;(System.Numerics.Vector4,System.Numerics.Vector4,System.Single);summary;df-generated | +| System.Numerics;Vector4;LessThan;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;LessThanAll;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;LessThanAny;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;LessThanOrEqual;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;LessThanOrEqualAll;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;LessThanOrEqualAny;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;Load;(System.Single*);summary;df-generated | +| System.Numerics;Vector4;LoadAligned;(System.Single*);summary;df-generated | +| System.Numerics;Vector4;LoadAlignedNonTemporal;(System.Single*);summary;df-generated | +| System.Numerics;Vector4;LoadUnsafe;(System.Single);summary;df-generated | +| System.Numerics;Vector4;LoadUnsafe;(System.Single,System.UIntPtr);summary;df-generated | | System.Numerics;Vector4;Log2;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Log;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Max;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | @@ -37496,14 +38802,19 @@ neutral | System.Numerics;Vector4;Multiply;(System.Single,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;MultiplyAddEstimate;(System.Numerics.Vector4,System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Negate;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;None;(System.Numerics.Vector4,System.Single);summary;df-generated | +| System.Numerics;Vector4;NoneWhereAllBitsSet;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Normalize;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;OnesComplement;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;RadiansToDegrees;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Round;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Round;(System.Numerics.Vector4,System.MidpointRounding);summary;df-generated | +| System.Numerics;Vector4;Shuffle;(System.Numerics.Vector4,System.Byte,System.Byte,System.Byte,System.Byte);summary;df-generated | | System.Numerics;Vector4;Sin;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;SinCos;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;SquareRoot;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;Subtract;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;Sum;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;ToString;();summary;df-generated | | System.Numerics;Vector4;ToString;(System.String);summary;df-generated | | System.Numerics;Vector4;Transform;(System.Numerics.Vector2,System.Numerics.Matrix4x4);summary;df-generated | @@ -37519,6 +38830,8 @@ neutral | System.Numerics;Vector4;Vector4;(System.ReadOnlySpan);summary;df-generated | | System.Numerics;Vector4;Vector4;(System.Single);summary;df-generated | | System.Numerics;Vector4;Vector4;(System.Single,System.Single,System.Single,System.Single);summary;df-generated | +| System.Numerics;Vector4;Xor;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;get_AllBitsSet;();summary;df-generated | | System.Numerics;Vector4;get_E;();summary;df-generated | | System.Numerics;Vector4;get_Epsilon;();summary;df-generated | | System.Numerics;Vector4;get_Item;(System.Int32);summary;df-generated | @@ -37535,18 +38848,29 @@ neutral | System.Numerics;Vector4;get_UnitZ;();summary;df-generated | | System.Numerics;Vector4;get_Zero;();summary;df-generated | | System.Numerics;Vector4;op_Addition;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;op_BitwiseAnd;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;op_BitwiseOr;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;op_Division;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;op_Division;(System.Numerics.Vector4,System.Single);summary;df-generated | | System.Numerics;Vector4;op_Equality;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;op_ExclusiveOr;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;op_Inequality;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;op_LeftShift;(System.Numerics.Vector4,System.Int32);summary;df-generated | | System.Numerics;Vector4;op_Multiply;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;op_Multiply;(System.Numerics.Vector4,System.Single);summary;df-generated | | System.Numerics;Vector4;op_Multiply;(System.Single,System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;op_OnesComplement;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;op_RightShift;(System.Numerics.Vector4,System.Int32);summary;df-generated | | System.Numerics;Vector4;op_Subtraction;(System.Numerics.Vector4,System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector4;op_UnaryNegation;(System.Numerics.Vector4);summary;df-generated | +| System.Numerics;Vector4;op_UnsignedRightShift;(System.Numerics.Vector4,System.Int32);summary;df-generated | | System.Numerics;Vector4;set_Item;(System.Int32,System.Single);summary;df-generated | | System.Numerics;Vector;Add;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;All;(System.Numerics.Vector,T);summary;df-generated | +| System.Numerics;Vector;AllWhereAllBitsSet;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;AndNot;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;Any;(System.Numerics.Vector,T);summary;df-generated | +| System.Numerics;Vector;AnyWhereAllBitsSet;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;As;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;AsPlane;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector;AsQuaternion;(System.Numerics.Vector4);summary;df-generated | @@ -37593,6 +38917,8 @@ neutral | System.Numerics;Vector;ConvertToUInt64Native;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Cos;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Cos;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;Count;(System.Numerics.Vector,T);summary;df-generated | +| System.Numerics;Vector;CountWhereAllBitsSet;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Create;(System.ReadOnlySpan);summary;df-generated | | System.Numerics;Vector;Create;(T);summary;df-generated | | System.Numerics;Vector;CreateSequence;(T,T);summary;df-generated | @@ -37610,10 +38936,16 @@ neutral | System.Numerics;Vector;EqualsAny;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Exp;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Exp;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;ExtractMostSignificantBits;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector;ExtractMostSignificantBits;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector;ExtractMostSignificantBits;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector;Floor;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Floor;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;FusedMultiplyAdd;(System.Numerics.Vector,System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;FusedMultiplyAdd;(System.Numerics.Vector,System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;GetElement;(System.Numerics.Vector2,System.Int32);summary;df-generated | +| System.Numerics;Vector;GetElement;(System.Numerics.Vector3,System.Int32);summary;df-generated | +| System.Numerics;Vector;GetElement;(System.Numerics.Vector4,System.Int32);summary;df-generated | | System.Numerics;Vector;GetElement;(System.Numerics.Vector,System.Int32);summary;df-generated | | System.Numerics;Vector;GreaterThan;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;GreaterThan;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | @@ -37631,11 +38963,23 @@ neutral | System.Numerics;Vector;GreaterThanOrEqualAny;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Hypot;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Hypot;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;IndexOf;(System.Numerics.Vector,T);summary;df-generated | +| System.Numerics;Vector;IndexOfWhereAllBitsSet;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;IsEvenInteger;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;IsFinite;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;IsInfinity;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;IsInteger;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;IsNaN;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;IsNegative;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;IsNegativeInfinity;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;IsNormal;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;IsOddInteger;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;IsPositive;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;IsPositiveInfinity;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;IsSubnormal;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;IsZero;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;LastIndexOf;(System.Numerics.Vector,T);summary;df-generated | +| System.Numerics;Vector;LastIndexOfWhereAllBitsSet;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Lerp;(System.Numerics.Vector,System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Lerp;(System.Numerics.Vector,System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;LessThan;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | @@ -37684,6 +39028,8 @@ neutral | System.Numerics;Vector;Narrow;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Narrow;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Negate;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;None;(System.Numerics.Vector,T);summary;df-generated | +| System.Numerics;Vector;NoneWhereAllBitsSet;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;OnesComplement;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;RadiansToDegrees;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;RadiansToDegrees;(System.Numerics.Vector);summary;df-generated | @@ -37717,13 +39063,31 @@ neutral | System.Numerics;Vector;SinCos;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;SinCos;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;SquareRoot;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;Store;(System.Numerics.Vector2,System.Single*);summary;df-generated | +| System.Numerics;Vector;Store;(System.Numerics.Vector3,System.Single*);summary;df-generated | +| System.Numerics;Vector;Store;(System.Numerics.Vector4,System.Single*);summary;df-generated | | System.Numerics;Vector;Store;(System.Numerics.Vector,T*);summary;df-generated | +| System.Numerics;Vector;StoreAligned;(System.Numerics.Vector2,System.Single*);summary;df-generated | +| System.Numerics;Vector;StoreAligned;(System.Numerics.Vector3,System.Single*);summary;df-generated | +| System.Numerics;Vector;StoreAligned;(System.Numerics.Vector4,System.Single*);summary;df-generated | | System.Numerics;Vector;StoreAligned;(System.Numerics.Vector,T*);summary;df-generated | +| System.Numerics;Vector;StoreAlignedNonTemporal;(System.Numerics.Vector2,System.Single*);summary;df-generated | +| System.Numerics;Vector;StoreAlignedNonTemporal;(System.Numerics.Vector3,System.Single*);summary;df-generated | +| System.Numerics;Vector;StoreAlignedNonTemporal;(System.Numerics.Vector4,System.Single*);summary;df-generated | | System.Numerics;Vector;StoreAlignedNonTemporal;(System.Numerics.Vector,T*);summary;df-generated | +| System.Numerics;Vector;StoreUnsafe;(System.Numerics.Vector2,System.Single);summary;df-generated | +| System.Numerics;Vector;StoreUnsafe;(System.Numerics.Vector2,System.Single,System.UIntPtr);summary;df-generated | +| System.Numerics;Vector;StoreUnsafe;(System.Numerics.Vector3,System.Single);summary;df-generated | +| System.Numerics;Vector;StoreUnsafe;(System.Numerics.Vector3,System.Single,System.UIntPtr);summary;df-generated | +| System.Numerics;Vector;StoreUnsafe;(System.Numerics.Vector4,System.Single);summary;df-generated | +| System.Numerics;Vector;StoreUnsafe;(System.Numerics.Vector4,System.Single,System.UIntPtr);summary;df-generated | | System.Numerics;Vector;StoreUnsafe;(System.Numerics.Vector,T);summary;df-generated | | System.Numerics;Vector;StoreUnsafe;(System.Numerics.Vector,T,System.UIntPtr);summary;df-generated | | System.Numerics;Vector;Subtract;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Sum;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;ToScalar;(System.Numerics.Vector2);summary;df-generated | +| System.Numerics;Vector;ToScalar;(System.Numerics.Vector3);summary;df-generated | +| System.Numerics;Vector;ToScalar;(System.Numerics.Vector4);summary;df-generated | | System.Numerics;Vector;ToScalar;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Widen;(System.Numerics.Vector,System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;Widen;(System.Numerics.Vector,System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | @@ -37746,6 +39110,9 @@ neutral | System.Numerics;Vector;WidenUpper;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;WidenUpper;(System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;WidenUpper;(System.Numerics.Vector);summary;df-generated | +| System.Numerics;Vector;WithElement;(System.Numerics.Vector2,System.Int32,System.Single);summary;df-generated | +| System.Numerics;Vector;WithElement;(System.Numerics.Vector3,System.Int32,System.Single);summary;df-generated | +| System.Numerics;Vector;WithElement;(System.Numerics.Vector4,System.Int32,System.Single);summary;df-generated | | System.Numerics;Vector;Xor;(System.Numerics.Vector,System.Numerics.Vector);summary;df-generated | | System.Numerics;Vector;get_IsHardwareAccelerated;();summary;df-generated | | System.Numerics;Vector;CopyTo;(System.Span);summary;df-generated | @@ -40352,6 +41719,7 @@ neutral | System.Runtime.ConstrainedExecution;ReliabilityContractAttribute;get_ConsistencyGuarantee;();summary;df-generated | | System.Runtime.ExceptionServices;ExceptionDispatchInfo;Throw;();summary;df-generated | | System.Runtime.ExceptionServices;ExceptionDispatchInfo;Throw;(System.Exception);summary;df-generated | +| System.Runtime.ExceptionServices;ExceptionHandling;SetUnhandledExceptionHandler;(System.Func);summary;df-generated | | System.Runtime.ExceptionServices;FirstChanceExceptionEventArgs;FirstChanceExceptionEventArgs;(System.Exception);summary;df-generated | | System.Runtime.ExceptionServices;FirstChanceExceptionEventArgs;get_Exception;();summary;df-generated | | System.Runtime.InteropServices.ComTypes;IAdviseSink;OnClose;();summary;df-generated | @@ -40967,6 +42335,8 @@ neutral | System.Runtime.InteropServices;GCHandle;get_IsAllocated;();summary;df-generated | | System.Runtime.InteropServices;GCHandle;op_Equality;(System.Runtime.InteropServices.GCHandle,System.Runtime.InteropServices.GCHandle);summary;df-generated | | System.Runtime.InteropServices;GCHandle;op_Inequality;(System.Runtime.InteropServices.GCHandle,System.Runtime.InteropServices.GCHandle);summary;df-generated | +| System.Runtime.InteropServices;GCHandle;Dispose;();summary;df-generated | +| System.Runtime.InteropServices;GCHandle;Equals;(System.Runtime.InteropServices.GCHandle);summary;df-generated | | System.Runtime.InteropServices;GuidAttribute;GuidAttribute;(System.String);summary;df-generated | | System.Runtime.InteropServices;GuidAttribute;get_Value;();summary;df-generated | | System.Runtime.InteropServices;HandleCollector;Add;();summary;df-generated | @@ -41206,6 +42576,7 @@ neutral | System.Runtime.InteropServices;NFloat;Cbrt;(System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;Ceiling;(System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;Clamp;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | +| System.Runtime.InteropServices;NFloat;ClampNative;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;CompareTo;(System.Object);summary;df-generated | | System.Runtime.InteropServices;NFloat;CompareTo;(System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;CopySign;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | @@ -41260,10 +42631,12 @@ neutral | System.Runtime.InteropServices;NFloat;Max;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;MaxMagnitude;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;MaxMagnitudeNumber;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | +| System.Runtime.InteropServices;NFloat;MaxNative;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;MaxNumber;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;Min;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;MinMagnitude;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;MinMagnitudeNumber;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | +| System.Runtime.InteropServices;NFloat;MinNative;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;MinNumber;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;MultiplyAddEstimate;(System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat);summary;df-generated | | System.Runtime.InteropServices;NFloat;NFloat;(System.Double);summary;df-generated | @@ -41395,6 +42768,8 @@ neutral | System.Runtime.InteropServices;OSPlatform;get_Windows;();summary;df-generated | | System.Runtime.InteropServices;OSPlatform;op_Equality;(System.Runtime.InteropServices.OSPlatform,System.Runtime.InteropServices.OSPlatform);summary;df-generated | | System.Runtime.InteropServices;OSPlatform;op_Inequality;(System.Runtime.InteropServices.OSPlatform,System.Runtime.InteropServices.OSPlatform);summary;df-generated | +| System.Runtime.InteropServices;PinnedGCHandle;Dispose;();summary;df-generated | +| System.Runtime.InteropServices;PinnedGCHandle;Equals;(System.Runtime.InteropServices.PinnedGCHandle);summary;df-generated | | System.Runtime.InteropServices;PosixSignalContext;PosixSignalContext;(System.Runtime.InteropServices.PosixSignal);summary;df-generated | | System.Runtime.InteropServices;PosixSignalRegistration;Create;(System.Runtime.InteropServices.PosixSignal,System.Action);summary;df-generated | | System.Runtime.InteropServices;PosixSignalRegistration;Dispose;();summary;df-generated | @@ -41475,6 +42850,8 @@ neutral | System.Runtime.InteropServices;UnmanagedFunctionPointerAttribute;get_CallingConvention;();summary;df-generated | | System.Runtime.InteropServices;VariantWrapper;VariantWrapper;(System.Object);summary;df-generated | | System.Runtime.InteropServices;VariantWrapper;get_WrappedObject;();summary;df-generated | +| System.Runtime.InteropServices;WeakGCHandle;Dispose;();summary;df-generated | +| System.Runtime.InteropServices;WeakGCHandle;Equals;(System.Runtime.InteropServices.WeakGCHandle);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;Abs;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;Abs;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics.Arm;AdvSimd+Arm64;AbsSaturate;(System.Runtime.Intrinsics.Vector128);summary;df-generated | @@ -45001,12 +46378,6 @@ neutral | System.Runtime.Intrinsics.Arm;Sve;LoadVector;(System.Numerics.Vector,System.UInt16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVector;(System.Numerics.Vector,System.UInt32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVector;(System.Numerics.Vector,System.UInt64*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorByteNonFaultingZeroExtendToInt16;(System.Byte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorByteNonFaultingZeroExtendToInt32;(System.Byte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorByteNonFaultingZeroExtendToInt64;(System.Byte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorByteNonFaultingZeroExtendToUInt16;(System.Byte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorByteNonFaultingZeroExtendToUInt32;(System.Byte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorByteNonFaultingZeroExtendToUInt64;(System.Byte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorByteZeroExtendFirstFaulting;(System.Numerics.Vector,System.Byte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorByteZeroExtendFirstFaulting;(System.Numerics.Vector,System.Byte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorByteZeroExtendFirstFaulting;(System.Numerics.Vector,System.Byte*);summary;df-generated | @@ -45029,10 +46400,6 @@ neutral | System.Runtime.Intrinsics.Arm;Sve;LoadVectorFirstFaulting;(System.Numerics.Vector,System.UInt16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorFirstFaulting;(System.Numerics.Vector,System.UInt32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorFirstFaulting;(System.Numerics.Vector,System.UInt64*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt16NonFaultingSignExtendToInt32;(System.Int16*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt16NonFaultingSignExtendToInt64;(System.Int16*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt16NonFaultingSignExtendToUInt32;(System.Int16*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt16NonFaultingSignExtendToUInt64;(System.Int16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt16SignExtendFirstFaulting;(System.Numerics.Vector,System.Int16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt16SignExtendFirstFaulting;(System.Numerics.Vector,System.Int16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt16SignExtendFirstFaulting;(System.Numerics.Vector,System.Int16*);summary;df-generated | @@ -45041,22 +46408,10 @@ neutral | System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt16SignExtendToInt64;(System.Numerics.Vector,System.Int16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt16SignExtendToUInt32;(System.Numerics.Vector,System.Int16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt16SignExtendToUInt64;(System.Numerics.Vector,System.Int16*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt32NonFaultingSignExtendToInt64;(System.Int32*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt32NonFaultingSignExtendToUInt64;(System.Int32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt32SignExtendFirstFaulting;(System.Numerics.Vector,System.Int32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt32SignExtendFirstFaulting;(System.Numerics.Vector,System.Int32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt32SignExtendToInt64;(System.Numerics.Vector,System.Int32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorInt32SignExtendToUInt64;(System.Numerics.Vector,System.Int32*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonFaulting;(System.Byte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonFaulting;(System.Double*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonFaulting;(System.Int16*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonFaulting;(System.Int32*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonFaulting;(System.Int64*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonFaulting;(System.SByte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonFaulting;(System.Single*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonFaulting;(System.UInt16*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonFaulting;(System.UInt32*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonFaulting;(System.UInt64*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonTemporal;(System.Numerics.Vector,System.Byte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonTemporal;(System.Numerics.Vector,System.Double*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonTemporal;(System.Numerics.Vector,System.Int16*);summary;df-generated | @@ -45067,12 +46422,6 @@ neutral | System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonTemporal;(System.Numerics.Vector,System.UInt16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonTemporal;(System.Numerics.Vector,System.UInt32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorNonTemporal;(System.Numerics.Vector,System.UInt64*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteNonFaultingSignExtendToInt16;(System.SByte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteNonFaultingSignExtendToInt32;(System.SByte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteNonFaultingSignExtendToInt64;(System.SByte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteNonFaultingSignExtendToUInt16;(System.SByte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteNonFaultingSignExtendToUInt32;(System.SByte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteNonFaultingSignExtendToUInt64;(System.SByte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteSignExtendFirstFaulting;(System.Numerics.Vector,System.SByte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteSignExtendFirstFaulting;(System.Numerics.Vector,System.SByte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteSignExtendFirstFaulting;(System.Numerics.Vector,System.SByte*);summary;df-generated | @@ -45085,10 +46434,6 @@ neutral | System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteSignExtendToUInt16;(System.Numerics.Vector,System.SByte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteSignExtendToUInt32;(System.Numerics.Vector,System.SByte*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorSByteSignExtendToUInt64;(System.Numerics.Vector,System.SByte*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt16NonFaultingZeroExtendToInt32;(System.UInt16*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt16NonFaultingZeroExtendToInt64;(System.UInt16*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt16NonFaultingZeroExtendToUInt32;(System.UInt16*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt16NonFaultingZeroExtendToUInt64;(System.UInt16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt16ZeroExtendFirstFaulting;(System.Numerics.Vector,System.UInt16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt16ZeroExtendFirstFaulting;(System.Numerics.Vector,System.UInt16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt16ZeroExtendFirstFaulting;(System.Numerics.Vector,System.UInt16*);summary;df-generated | @@ -45097,8 +46442,6 @@ neutral | System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt16ZeroExtendToInt64;(System.Numerics.Vector,System.UInt16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt16ZeroExtendToUInt32;(System.Numerics.Vector,System.UInt16*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt16ZeroExtendToUInt64;(System.Numerics.Vector,System.UInt16*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt32NonFaultingZeroExtendToInt64;(System.UInt32*);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt32NonFaultingZeroExtendToUInt64;(System.UInt32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt32ZeroExtendFirstFaulting;(System.Numerics.Vector,System.UInt32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt32ZeroExtendFirstFaulting;(System.Numerics.Vector,System.UInt32*);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;LoadVectorUInt32ZeroExtendToInt64;(System.Numerics.Vector,System.UInt32*);summary;df-generated | @@ -45224,10 +46567,6 @@ neutral | System.Runtime.Intrinsics.Arm;Sve;PopCount;(System.Numerics.Vector);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;PopCount;(System.Numerics.Vector);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;PopCount;(System.Numerics.Vector);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;PrefetchBytes;(System.Numerics.Vector,System.Void*,System.Runtime.Intrinsics.Arm.SvePrefetchType);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;PrefetchInt16;(System.Numerics.Vector,System.Void*,System.Runtime.Intrinsics.Arm.SvePrefetchType);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;PrefetchInt32;(System.Numerics.Vector,System.Void*,System.Runtime.Intrinsics.Arm.SvePrefetchType);summary;df-generated | -| System.Runtime.Intrinsics.Arm;Sve;PrefetchInt64;(System.Numerics.Vector,System.Void*,System.Runtime.Intrinsics.Arm.SvePrefetchType);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;ReciprocalEstimate;(System.Numerics.Vector);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;ReciprocalEstimate;(System.Numerics.Vector);summary;df-generated | | System.Runtime.Intrinsics.Arm;Sve;ReciprocalExponent;(System.Numerics.Vector);summary;df-generated | @@ -47076,6 +48415,33 @@ neutral | System.Runtime.Intrinsics.X86;Avx10v1;TernaryLogic;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.X86;Avx10v1;TernaryLogic;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.X86;Avx10v1;get_IsSupported;();summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512+X64;get_IsSupported;();summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512;ConvertToByteWithSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512;ConvertToByteWithSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.X86.FloatRoundingMode);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512;ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512;ConvertToSByteWithSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512;ConvertToSByteWithSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.X86.FloatRoundingMode);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512;ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512;MinMax;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512;MinMax;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512;MultipleSumAbsoluteDifferences;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+V512;get_IsSupported;();summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2+X64;get_IsSupported;();summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;ConvertToByteWithSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;ConvertToByteWithSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;ConvertToSByteWithSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;ConvertToSByteWithSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;MinMax;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;MinMax;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;MinMax;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;MinMax;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;MinMaxScalar;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;MinMaxScalar;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Avx10v2;get_IsSupported;();summary;df-generated | | System.Runtime.Intrinsics.X86;Avx512BW+VL;CompareGreaterThan;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics.X86;Avx512BW+VL;CompareGreaterThan;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics.X86;Avx512BW+VL;CompareGreaterThan;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | @@ -48513,10 +49879,29 @@ neutral | System.Runtime.Intrinsics.X86;Fma;MultiplySubtractScalar;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics.X86;Fma;MultiplySubtractScalar;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics.X86;Fma;get_IsSupported;();summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni+V256;GaloisFieldAffineTransform;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni+V256;GaloisFieldAffineTransformInverse;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni+V256;GaloisFieldMultiply;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni+V256;get_IsSupported;();summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni+V512;GaloisFieldAffineTransform;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni+V512;GaloisFieldAffineTransformInverse;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni+V512;GaloisFieldMultiply;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni+V512;get_IsSupported;();summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni+X64;get_IsSupported;();summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni;GaloisFieldAffineTransform;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni;GaloisFieldAffineTransformInverse;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni;GaloisFieldMultiply;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics.X86;Gfni;get_IsSupported;();summary;df-generated | | System.Runtime.Intrinsics.X86;Lzcnt+X64;LeadingZeroCount;(System.UInt64);summary;df-generated | | System.Runtime.Intrinsics.X86;Lzcnt+X64;get_IsSupported;();summary;df-generated | | System.Runtime.Intrinsics.X86;Lzcnt;LeadingZeroCount;(System.UInt32);summary;df-generated | | System.Runtime.Intrinsics.X86;Lzcnt;get_IsSupported;();summary;df-generated | +| System.Runtime.Intrinsics.X86;Pclmulqdq+V256;CarrylessMultiply;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Pclmulqdq+V256;CarrylessMultiply;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Pclmulqdq+V256;get_IsSupported;();summary;df-generated | +| System.Runtime.Intrinsics.X86;Pclmulqdq+V512;CarrylessMultiply;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Pclmulqdq+V512;CarrylessMultiply;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512,System.Byte);summary;df-generated | +| System.Runtime.Intrinsics.X86;Pclmulqdq+V512;get_IsSupported;();summary;df-generated | | System.Runtime.Intrinsics.X86;Pclmulqdq+X64;get_IsSupported;();summary;df-generated | | System.Runtime.Intrinsics.X86;Pclmulqdq;CarrylessMultiply;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | | System.Runtime.Intrinsics.X86;Pclmulqdq;CarrylessMultiply;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Byte);summary;df-generated | @@ -49139,7 +50524,11 @@ neutral | System.Runtime.Intrinsics.X86;X86Serialize;Serialize;();summary;df-generated | | System.Runtime.Intrinsics.X86;X86Serialize;get_IsSupported;();summary;df-generated | | System.Runtime.Intrinsics;Vector64;Add;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;All;(System.Runtime.Intrinsics.Vector64,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;AllWhereAllBitsSet;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;AndNot;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;Any;(System.Runtime.Intrinsics.Vector64,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;AnyWhereAllBitsSet;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;As;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;AsByte;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;AsDouble;(System.Runtime.Intrinsics.Vector64);summary;df-generated | @@ -49175,6 +50564,8 @@ neutral | System.Runtime.Intrinsics;Vector64;CopyTo;(System.Runtime.Intrinsics.Vector64,T[],System.Int32);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Cos;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Cos;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;Count;(System.Runtime.Intrinsics.Vector64,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;CountWhereAllBitsSet;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Create;(System.Byte);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Create;(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Create;(System.Double);summary;df-generated | @@ -49247,11 +50638,23 @@ neutral | System.Runtime.Intrinsics;Vector64;GreaterThanOrEqualAny;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Hypot;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Hypot;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;IndexOf;(System.Runtime.Intrinsics.Vector64,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;IndexOfWhereAllBitsSet;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;IsEvenInteger;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;IsFinite;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;IsInfinity;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;IsInteger;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;IsNaN;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;IsNegative;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;IsNegativeInfinity;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;IsNormal;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;IsOddInteger;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;IsPositive;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;IsPositiveInfinity;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;IsSubnormal;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;IsZero;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;LastIndexOf;(System.Runtime.Intrinsics.Vector64,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;LastIndexOfWhereAllBitsSet;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Lerp;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Lerp;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;LessThan;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | @@ -49292,6 +50695,8 @@ neutral | System.Runtime.Intrinsics;Vector64;Narrow;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Narrow;(System.Runtime.Intrinsics.Vector64,System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;Negate;(System.Runtime.Intrinsics.Vector64);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;None;(System.Runtime.Intrinsics.Vector64,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector64;NoneWhereAllBitsSet;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;OnesComplement;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;RadiansToDegrees;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;RadiansToDegrees;(System.Runtime.Intrinsics.Vector64);summary;df-generated | @@ -49395,7 +50800,11 @@ neutral | System.Runtime.Intrinsics;Vector64;op_UnaryNegation;(System.Runtime.Intrinsics.Vector64);summary;df-generated | | System.Runtime.Intrinsics;Vector64;op_UnsignedRightShift;(System.Runtime.Intrinsics.Vector64,System.Int32);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Add;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;All;(System.Runtime.Intrinsics.Vector128,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;AllWhereAllBitsSet;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;AndNot;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;Any;(System.Runtime.Intrinsics.Vector128,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;AnyWhereAllBitsSet;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;As;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;AsByte;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;AsDouble;(System.Runtime.Intrinsics.Vector128);summary;df-generated | @@ -49441,6 +50850,8 @@ neutral | System.Runtime.Intrinsics;Vector128;CopyTo;(System.Runtime.Intrinsics.Vector128,T[],System.Int32);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Cos;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Cos;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;Count;(System.Runtime.Intrinsics.Vector128,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;CountWhereAllBitsSet;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Create;(System.Byte);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Create;(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Create;(System.Double);summary;df-generated | @@ -49530,11 +50941,23 @@ neutral | System.Runtime.Intrinsics;Vector128;GreaterThanOrEqualAny;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Hypot;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Hypot;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;IndexOf;(System.Runtime.Intrinsics.Vector128,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;IndexOfWhereAllBitsSet;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;IsEvenInteger;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;IsFinite;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;IsInfinity;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;IsInteger;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;IsNaN;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;IsNegative;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;IsNegativeInfinity;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;IsNormal;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;IsOddInteger;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;IsPositive;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;IsPositiveInfinity;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;IsSubnormal;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;IsZero;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;LastIndexOf;(System.Runtime.Intrinsics.Vector128,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;LastIndexOfWhereAllBitsSet;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Lerp;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Lerp;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;LessThan;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | @@ -49575,6 +50998,8 @@ neutral | System.Runtime.Intrinsics;Vector128;Narrow;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Narrow;(System.Runtime.Intrinsics.Vector128,System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;Negate;(System.Runtime.Intrinsics.Vector128);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;None;(System.Runtime.Intrinsics.Vector128,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector128;NoneWhereAllBitsSet;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;OnesComplement;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;RadiansToDegrees;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;RadiansToDegrees;(System.Runtime.Intrinsics.Vector128);summary;df-generated | @@ -49681,7 +51106,11 @@ neutral | System.Runtime.Intrinsics;Vector128;op_UnaryNegation;(System.Runtime.Intrinsics.Vector128);summary;df-generated | | System.Runtime.Intrinsics;Vector128;op_UnsignedRightShift;(System.Runtime.Intrinsics.Vector128,System.Int32);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Add;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;All;(System.Runtime.Intrinsics.Vector256,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;AllWhereAllBitsSet;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;AndNot;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;Any;(System.Runtime.Intrinsics.Vector256,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;AnyWhereAllBitsSet;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;As;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;AsByte;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;AsDouble;(System.Runtime.Intrinsics.Vector256);summary;df-generated | @@ -49719,6 +51148,8 @@ neutral | System.Runtime.Intrinsics;Vector256;CopyTo;(System.Runtime.Intrinsics.Vector256,T[],System.Int32);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Cos;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Cos;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;Count;(System.Runtime.Intrinsics.Vector256,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;CountWhereAllBitsSet;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Create;(System.Byte);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Create;(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Create;(System.Double);summary;df-generated | @@ -49809,11 +51240,23 @@ neutral | System.Runtime.Intrinsics;Vector256;GreaterThanOrEqualAny;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Hypot;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Hypot;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;IndexOf;(System.Runtime.Intrinsics.Vector256,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;IndexOfWhereAllBitsSet;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;IsEvenInteger;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;IsFinite;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;IsInfinity;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;IsInteger;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;IsNaN;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;IsNegative;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;IsNegativeInfinity;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;IsNormal;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;IsOddInteger;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;IsPositive;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;IsPositiveInfinity;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;IsSubnormal;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;IsZero;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;LastIndexOf;(System.Runtime.Intrinsics.Vector256,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;LastIndexOfWhereAllBitsSet;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Lerp;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Lerp;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;LessThan;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | @@ -49854,6 +51297,8 @@ neutral | System.Runtime.Intrinsics;Vector256;Narrow;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Narrow;(System.Runtime.Intrinsics.Vector256,System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;Negate;(System.Runtime.Intrinsics.Vector256);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;None;(System.Runtime.Intrinsics.Vector256,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector256;NoneWhereAllBitsSet;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;OnesComplement;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;RadiansToDegrees;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;RadiansToDegrees;(System.Runtime.Intrinsics.Vector256);summary;df-generated | @@ -49960,7 +51405,11 @@ neutral | System.Runtime.Intrinsics;Vector256;op_UnaryNegation;(System.Runtime.Intrinsics.Vector256);summary;df-generated | | System.Runtime.Intrinsics;Vector256;op_UnsignedRightShift;(System.Runtime.Intrinsics.Vector256,System.Int32);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Add;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;All;(System.Runtime.Intrinsics.Vector512,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;AllWhereAllBitsSet;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;AndNot;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;Any;(System.Runtime.Intrinsics.Vector512,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;AnyWhereAllBitsSet;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;As;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;AsByte;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;AsDouble;(System.Runtime.Intrinsics.Vector512);summary;df-generated | @@ -49998,6 +51447,8 @@ neutral | System.Runtime.Intrinsics;Vector512;CopyTo;(System.Runtime.Intrinsics.Vector512,T[],System.Int32);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Cos;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Cos;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;Count;(System.Runtime.Intrinsics.Vector512,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;CountWhereAllBitsSet;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Create;(System.Byte);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Create;(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Create;(System.Double);summary;df-generated | @@ -50089,11 +51540,23 @@ neutral | System.Runtime.Intrinsics;Vector512;GreaterThanOrEqualAny;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Hypot;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Hypot;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;IndexOf;(System.Runtime.Intrinsics.Vector512,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;IndexOfWhereAllBitsSet;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;IsEvenInteger;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;IsFinite;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;IsInfinity;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;IsInteger;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;IsNaN;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;IsNegative;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;IsNegativeInfinity;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;IsNormal;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;IsOddInteger;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;IsPositive;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;IsPositiveInfinity;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;IsSubnormal;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;IsZero;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;LastIndexOf;(System.Runtime.Intrinsics.Vector512,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;LastIndexOfWhereAllBitsSet;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Lerp;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Lerp;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;LessThan;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | @@ -50134,6 +51597,8 @@ neutral | System.Runtime.Intrinsics;Vector512;Narrow;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Narrow;(System.Runtime.Intrinsics.Vector512,System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;Negate;(System.Runtime.Intrinsics.Vector512);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;None;(System.Runtime.Intrinsics.Vector512,T);summary;df-generated | +| System.Runtime.Intrinsics;Vector512;NoneWhereAllBitsSet;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;OnesComplement;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;RadiansToDegrees;(System.Runtime.Intrinsics.Vector512);summary;df-generated | | System.Runtime.Intrinsics;Vector512;RadiansToDegrees;(System.Runtime.Intrinsics.Vector512);summary;df-generated | @@ -50265,8 +51730,10 @@ neutral | System.Runtime.Loader;AssemblyLoadContext;remove_Resolving;(System.Func);summary;df-generated | | System.Runtime.Loader;AssemblyLoadContext;remove_ResolvingUnmanagedDll;(System.Func);summary;df-generated | | System.Runtime.Loader;AssemblyLoadContext;remove_Unloading;(System.Action);summary;df-generated | +| System.Runtime.Serialization.DataContracts;DataContract;Equals;(System.Object);summary;df-generated | | System.Runtime.Serialization.DataContracts;DataContract;GetArrayTypeName;(System.Boolean);summary;df-generated | | System.Runtime.Serialization.DataContracts;DataContract;GetBuiltInDataContract;(System.String,System.String);summary;df-generated | +| System.Runtime.Serialization.DataContracts;DataContract;GetHashCode;();summary;df-generated | | System.Runtime.Serialization.DataContracts;DataContract;GetXmlName;(System.Type);summary;df-generated | | System.Runtime.Serialization.DataContracts;DataContract;get_ContractType;();summary;df-generated | | System.Runtime.Serialization.DataContracts;DataContract;get_IsBuiltInDataContract;();summary;df-generated | @@ -50279,7 +51746,9 @@ neutral | System.Runtime.Serialization.DataContracts;DataContractSet;get_Contracts;();summary;df-generated | | System.Runtime.Serialization.DataContracts;DataContractSet;get_ProcessedContracts;();summary;df-generated | | System.Runtime.Serialization.DataContracts;DataContractSet;get_SurrogateData;();summary;df-generated | +| System.Runtime.Serialization.DataContracts;XmlDataContract;get_ContractType;();summary;df-generated | | System.Runtime.Serialization.DataContracts;XmlDataContract;get_IsAnonymous;();summary;df-generated | +| System.Runtime.Serialization.DataContracts;XmlDataContract;get_IsBuiltInDataContract;();summary;df-generated | | System.Runtime.Serialization.Formatters.Binary;BinaryFormatter;Deserialize;(System.IO.Stream);summary;df-generated | | System.Runtime.Serialization.Formatters.Binary;BinaryFormatter;Serialize;(System.IO.Stream,System.Object);summary;df-generated | | System.Runtime.Serialization.Json;DataContractJsonSerializer;DataContractJsonSerializer;(System.Type);summary;df-generated | @@ -50676,6 +52145,27 @@ neutral | System.Security.AccessControl;DiscretionaryAcl;SetAccess;(System.Security.AccessControl.AccessControlType,System.Security.Principal.SecurityIdentifier,System.Int32,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags);summary;df-generated | | System.Security.AccessControl;DiscretionaryAcl;SetAccess;(System.Security.AccessControl.AccessControlType,System.Security.Principal.SecurityIdentifier,System.Int32,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.ObjectAceFlags,System.Guid,System.Guid);summary;df-generated | | System.Security.AccessControl;DiscretionaryAcl;SetAccess;(System.Security.AccessControl.AccessControlType,System.Security.Principal.SecurityIdentifier,System.Security.AccessControl.ObjectAccessRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleAccessRule;EventWaitHandleAccessRule;(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleAccessRule;EventWaitHandleAccessRule;(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleAccessRule;get_EventWaitHandleRights;();summary;df-generated | +| System.Security.AccessControl;EventWaitHandleAuditRule;EventWaitHandleAuditRule;(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AuditFlags);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleAuditRule;get_EventWaitHandleRights;();summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;AccessRuleFactory;(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;AddAccessRule;(System.Security.AccessControl.EventWaitHandleAccessRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;AddAuditRule;(System.Security.AccessControl.EventWaitHandleAuditRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;AuditRuleFactory;(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;RemoveAccessRule;(System.Security.AccessControl.EventWaitHandleAccessRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;RemoveAccessRuleAll;(System.Security.AccessControl.EventWaitHandleAccessRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;RemoveAccessRuleSpecific;(System.Security.AccessControl.EventWaitHandleAccessRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;RemoveAuditRule;(System.Security.AccessControl.EventWaitHandleAuditRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;RemoveAuditRuleAll;(System.Security.AccessControl.EventWaitHandleAuditRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;RemoveAuditRuleSpecific;(System.Security.AccessControl.EventWaitHandleAuditRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;ResetAccessRule;(System.Security.AccessControl.EventWaitHandleAccessRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;SetAccessRule;(System.Security.AccessControl.EventWaitHandleAccessRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;SetAuditRule;(System.Security.AccessControl.EventWaitHandleAuditRule);summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;get_AccessRightType;();summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;get_AccessRuleType;();summary;df-generated | +| System.Security.AccessControl;EventWaitHandleSecurity;get_AuditRuleType;();summary;df-generated | | System.Security.AccessControl;FileSecurity;FileSecurity;(System.String,System.Security.AccessControl.AccessControlSections);summary;df-generated | | System.Security.AccessControl;FileSystemAccessRule;FileSystemAccessRule;(System.Security.Principal.IdentityReference,System.Security.AccessControl.FileSystemRights,System.Security.AccessControl.AccessControlType);summary;df-generated | | System.Security.AccessControl;FileSystemAccessRule;FileSystemAccessRule;(System.Security.Principal.IdentityReference,System.Security.AccessControl.FileSystemRights,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType);summary;df-generated | @@ -50731,6 +52221,28 @@ neutral | System.Security.AccessControl;GenericSecurityDescriptor;get_BinaryLength;();summary;df-generated | | System.Security.AccessControl;GenericSecurityDescriptor;get_ControlFlags;();summary;df-generated | | System.Security.AccessControl;GenericSecurityDescriptor;get_Revision;();summary;df-generated | +| System.Security.AccessControl;MutexAccessRule;MutexAccessRule;(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType);summary;df-generated | +| System.Security.AccessControl;MutexAccessRule;MutexAccessRule;(System.String,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType);summary;df-generated | +| System.Security.AccessControl;MutexAccessRule;get_MutexRights;();summary;df-generated | +| System.Security.AccessControl;MutexAuditRule;MutexAuditRule;(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AuditFlags);summary;df-generated | +| System.Security.AccessControl;MutexAuditRule;get_MutexRights;();summary;df-generated | +| System.Security.AccessControl;MutexSecurity;AccessRuleFactory;(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;AddAccessRule;(System.Security.AccessControl.MutexAccessRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;AddAuditRule;(System.Security.AccessControl.MutexAuditRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;AuditRuleFactory;(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;MutexSecurity;(System.String,System.Security.AccessControl.AccessControlSections);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;RemoveAccessRule;(System.Security.AccessControl.MutexAccessRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;RemoveAccessRuleAll;(System.Security.AccessControl.MutexAccessRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;RemoveAccessRuleSpecific;(System.Security.AccessControl.MutexAccessRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;RemoveAuditRule;(System.Security.AccessControl.MutexAuditRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;RemoveAuditRuleAll;(System.Security.AccessControl.MutexAuditRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;RemoveAuditRuleSpecific;(System.Security.AccessControl.MutexAuditRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;ResetAccessRule;(System.Security.AccessControl.MutexAccessRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;SetAccessRule;(System.Security.AccessControl.MutexAccessRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;SetAuditRule;(System.Security.AccessControl.MutexAuditRule);summary;df-generated | +| System.Security.AccessControl;MutexSecurity;get_AccessRightType;();summary;df-generated | +| System.Security.AccessControl;MutexSecurity;get_AccessRuleType;();summary;df-generated | +| System.Security.AccessControl;MutexSecurity;get_AuditRuleType;();summary;df-generated | | System.Security.AccessControl;NativeObjectSecurity;NativeObjectSecurity;(System.Boolean,System.Security.AccessControl.ResourceType);summary;df-generated | | System.Security.AccessControl;NativeObjectSecurity;NativeObjectSecurity;(System.Boolean,System.Security.AccessControl.ResourceType,System.Runtime.InteropServices.SafeHandle,System.Security.AccessControl.AccessControlSections);summary;df-generated | | System.Security.AccessControl;NativeObjectSecurity;NativeObjectSecurity;(System.Boolean,System.Security.AccessControl.ResourceType,System.Runtime.InteropServices.SafeHandle,System.Security.AccessControl.AccessControlSections,System.Security.AccessControl.NativeObjectSecurity+ExceptionFromErrorCode,System.Object);summary;df-generated | @@ -50863,6 +52375,28 @@ neutral | System.Security.AccessControl;RegistrySecurity;get_AccessRightType;();summary;df-generated | | System.Security.AccessControl;RegistrySecurity;get_AccessRuleType;();summary;df-generated | | System.Security.AccessControl;RegistrySecurity;get_AuditRuleType;();summary;df-generated | +| System.Security.AccessControl;SemaphoreAccessRule;SemaphoreAccessRule;(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType);summary;df-generated | +| System.Security.AccessControl;SemaphoreAccessRule;SemaphoreAccessRule;(System.String,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType);summary;df-generated | +| System.Security.AccessControl;SemaphoreAccessRule;get_SemaphoreRights;();summary;df-generated | +| System.Security.AccessControl;SemaphoreAuditRule;SemaphoreAuditRule;(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AuditFlags);summary;df-generated | +| System.Security.AccessControl;SemaphoreAuditRule;get_SemaphoreRights;();summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;AccessRuleFactory;(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;AddAccessRule;(System.Security.AccessControl.SemaphoreAccessRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;AddAuditRule;(System.Security.AccessControl.SemaphoreAuditRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;AuditRuleFactory;(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;RemoveAccessRule;(System.Security.AccessControl.SemaphoreAccessRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;RemoveAccessRuleAll;(System.Security.AccessControl.SemaphoreAccessRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;RemoveAccessRuleSpecific;(System.Security.AccessControl.SemaphoreAccessRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;RemoveAuditRule;(System.Security.AccessControl.SemaphoreAuditRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;RemoveAuditRuleAll;(System.Security.AccessControl.SemaphoreAuditRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;RemoveAuditRuleSpecific;(System.Security.AccessControl.SemaphoreAuditRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;ResetAccessRule;(System.Security.AccessControl.SemaphoreAccessRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;SemaphoreSecurity;(System.String,System.Security.AccessControl.AccessControlSections);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;SetAccessRule;(System.Security.AccessControl.SemaphoreAccessRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;SetAuditRule;(System.Security.AccessControl.SemaphoreAuditRule);summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;get_AccessRightType;();summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;get_AccessRuleType;();summary;df-generated | +| System.Security.AccessControl;SemaphoreSecurity;get_AuditRuleType;();summary;df-generated | | System.Security.AccessControl;SystemAcl;AddAudit;(System.Security.AccessControl.AuditFlags,System.Security.Principal.SecurityIdentifier,System.Int32,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags);summary;df-generated | | System.Security.AccessControl;SystemAcl;AddAudit;(System.Security.AccessControl.AuditFlags,System.Security.Principal.SecurityIdentifier,System.Int32,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.ObjectAceFlags,System.Guid,System.Guid);summary;df-generated | | System.Security.AccessControl;SystemAcl;AddAudit;(System.Security.Principal.SecurityIdentifier,System.Security.AccessControl.ObjectAuditRule);summary;df-generated | @@ -51573,6 +53107,8 @@ neutral | System.Security.Cryptography;CngUIPolicy;get_FriendlyName;();summary;df-generated | | System.Security.Cryptography;CngUIPolicy;get_ProtectionLevel;();summary;df-generated | | System.Security.Cryptography;CngUIPolicy;get_UseContext;();summary;df-generated | +| System.Security.Cryptography;CompositeMLDsa;Dispose;();summary;df-generated | +| System.Security.Cryptography;CompositeMLDsaAlgorithm;Equals;(System.Security.Cryptography.CompositeMLDsaAlgorithm);summary;df-generated | | System.Security.Cryptography;CryptoConfig;AddAlgorithm;(System.Type,System.String[]);summary;df-generated | | System.Security.Cryptography;CryptoConfig;AddOID;(System.String,System.String[]);summary;df-generated | | System.Security.Cryptography;CryptoConfig;CreateFromName;(System.String);summary;df-generated | @@ -52267,6 +53803,10 @@ neutral | System.Security.Cryptography;MD5CryptoServiceProvider;HashFinal;();summary;df-generated | | System.Security.Cryptography;MD5CryptoServiceProvider;Initialize;();summary;df-generated | | System.Security.Cryptography;MD5CryptoServiceProvider;TryHashFinal;(System.Span,System.Int32);summary;df-generated | +| System.Security.Cryptography;MLDsa;Dispose;();summary;df-generated | +| System.Security.Cryptography;MLDsaAlgorithm;Equals;(System.Security.Cryptography.MLDsaAlgorithm);summary;df-generated | +| System.Security.Cryptography;MLKem;Dispose;();summary;df-generated | +| System.Security.Cryptography;MLKemAlgorithm;Equals;(System.Security.Cryptography.MLKemAlgorithm);summary;df-generated | | System.Security.Cryptography;MaskGenerationMethod;GenerateMask;(System.Byte[],System.Int32);summary;df-generated | | System.Security.Cryptography;OidCollection;get_Count;();summary;df-generated | | System.Security.Cryptography;OidCollection;get_IsSynchronized;();summary;df-generated | @@ -52288,17 +53828,27 @@ neutral | System.Security.Cryptography;PbeParameters;get_HashAlgorithm;();summary;df-generated | | System.Security.Cryptography;PbeParameters;get_IterationCount;();summary;df-generated | | System.Security.Cryptography;PemEncoding;Find;(System.ReadOnlySpan);summary;df-generated | +| System.Security.Cryptography;PemEncoding;FindUtf8;(System.ReadOnlySpan);summary;df-generated | | System.Security.Cryptography;PemEncoding;GetEncodedSize;(System.Int32,System.Int32);summary;df-generated | | System.Security.Cryptography;PemEncoding;TryFind;(System.ReadOnlySpan,System.Security.Cryptography.PemFields);summary;df-generated | +| System.Security.Cryptography;PemEncoding;TryFindUtf8;(System.ReadOnlySpan,System.Security.Cryptography.PemFields);summary;df-generated | | System.Security.Cryptography;PemEncoding;TryWrite;(System.ReadOnlySpan,System.ReadOnlySpan,System.Span,System.Int32);summary;df-generated | +| System.Security.Cryptography;PemEncoding;TryWriteUtf8;(System.ReadOnlySpan,System.ReadOnlySpan,System.Span,System.Int32);summary;df-generated | | System.Security.Cryptography;PemEncoding;Write;(System.ReadOnlySpan,System.ReadOnlySpan);summary;df-generated | | System.Security.Cryptography;PemEncoding;WriteString;(System.ReadOnlySpan,System.ReadOnlySpan);summary;df-generated | +| System.Security.Cryptography;PemEncoding;WriteUtf8;(System.ReadOnlySpan,System.ReadOnlySpan);summary;df-generated | | System.Security.Cryptography;PemFields;get_Base64Data;();summary;df-generated | | System.Security.Cryptography;PemFields;get_DecodedDataLength;();summary;df-generated | | System.Security.Cryptography;PemFields;get_Label;();summary;df-generated | | System.Security.Cryptography;PemFields;get_Location;();summary;df-generated | | System.Security.Cryptography;ProtectedData;Protect;(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope);summary;df-generated | +| System.Security.Cryptography;ProtectedData;Protect;(System.ReadOnlySpan,System.Security.Cryptography.DataProtectionScope,System.ReadOnlySpan);summary;df-generated | +| System.Security.Cryptography;ProtectedData;Protect;(System.ReadOnlySpan,System.Security.Cryptography.DataProtectionScope,System.Span,System.ReadOnlySpan);summary;df-generated | +| System.Security.Cryptography;ProtectedData;TryProtect;(System.ReadOnlySpan,System.Security.Cryptography.DataProtectionScope,System.Span,System.Int32,System.ReadOnlySpan);summary;df-generated | +| System.Security.Cryptography;ProtectedData;TryUnprotect;(System.ReadOnlySpan,System.Security.Cryptography.DataProtectionScope,System.Span,System.Int32,System.ReadOnlySpan);summary;df-generated | | System.Security.Cryptography;ProtectedData;Unprotect;(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope);summary;df-generated | +| System.Security.Cryptography;ProtectedData;Unprotect;(System.ReadOnlySpan,System.Security.Cryptography.DataProtectionScope,System.ReadOnlySpan);summary;df-generated | +| System.Security.Cryptography;ProtectedData;Unprotect;(System.ReadOnlySpan,System.Security.Cryptography.DataProtectionScope,System.Span,System.ReadOnlySpan);summary;df-generated | | System.Security.Cryptography;RC2;Create;();summary;df-generated | | System.Security.Cryptography;RC2;Create;(System.String);summary;df-generated | | System.Security.Cryptography;RC2CryptoServiceProvider;CreateDecryptor;(System.Byte[],System.Byte[]);summary;df-generated | @@ -52684,6 +54234,8 @@ neutral | System.Security.Cryptography;Shake256;get_IsSupported;();summary;df-generated | | System.Security.Cryptography;SignatureDescription;CreateDigest;();summary;df-generated | | System.Security.Cryptography;SignatureDescription;SignatureDescription;(System.Security.SecurityElement);summary;df-generated | +| System.Security.Cryptography;SlhDsa;Dispose;();summary;df-generated | +| System.Security.Cryptography;SlhDsaAlgorithm;Equals;(System.Security.Cryptography.SlhDsaAlgorithm);summary;df-generated | | System.Security.Cryptography;SymmetricAlgorithm;Clear;();summary;df-generated | | System.Security.Cryptography;SymmetricAlgorithm;Create;();summary;df-generated | | System.Security.Cryptography;SymmetricAlgorithm;Create;(System.String);summary;df-generated | @@ -53576,7 +55128,9 @@ neutral | System.Text.Json.Nodes;JsonArray;JsonArray;(System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json.Nodes.JsonNode[]);summary;df-generated | | System.Text.Json.Nodes;JsonArray;JsonArray;(System.Text.Json.Nodes.JsonNode[]);summary;df-generated | | System.Text.Json.Nodes;JsonArray;Remove;(System.Text.Json.Nodes.JsonNode);summary;df-generated | +| System.Text.Json.Nodes;JsonArray;RemoveAll;(System.Func);summary;df-generated | | System.Text.Json.Nodes;JsonArray;RemoveAt;(System.Int32);summary;df-generated | +| System.Text.Json.Nodes;JsonArray;RemoveRange;(System.Int32,System.Int32);summary;df-generated | | System.Text.Json.Nodes;JsonArray;WriteTo;(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions);summary;df-generated | | System.Text.Json.Nodes;JsonArray;get_Count;();summary;df-generated | | System.Text.Json.Nodes;JsonArray;get_IsReadOnly;();summary;df-generated | @@ -53978,6 +55532,7 @@ neutral | System.Text.Json;Utf8JsonWriter;WriteBase64String;(System.ReadOnlySpan,System.ReadOnlySpan);summary;df-generated | | System.Text.Json;Utf8JsonWriter;WriteBase64String;(System.String,System.ReadOnlySpan);summary;df-generated | | System.Text.Json;Utf8JsonWriter;WriteBase64String;(System.Text.Json.JsonEncodedText,System.ReadOnlySpan);summary;df-generated | +| System.Text.Json;Utf8JsonWriter;WriteBase64StringSegment;(System.ReadOnlySpan,System.Boolean);summary;df-generated | | System.Text.Json;Utf8JsonWriter;WriteBase64StringValue;(System.ReadOnlySpan);summary;df-generated | | System.Text.Json;Utf8JsonWriter;WriteBoolean;(System.ReadOnlySpan,System.Boolean);summary;df-generated | | System.Text.Json;Utf8JsonWriter;WriteBoolean;(System.ReadOnlySpan,System.Boolean);summary;df-generated | @@ -54082,6 +55637,8 @@ neutral | System.Text.Json;Utf8JsonWriter;WriteStringValue;(System.ReadOnlySpan);summary;df-generated | | System.Text.Json;Utf8JsonWriter;WriteStringValue;(System.String);summary;df-generated | | System.Text.Json;Utf8JsonWriter;WriteStringValue;(System.Text.Json.JsonEncodedText);summary;df-generated | +| System.Text.Json;Utf8JsonWriter;WriteStringValueSegment;(System.ReadOnlySpan,System.Boolean);summary;df-generated | +| System.Text.Json;Utf8JsonWriter;WriteStringValueSegment;(System.ReadOnlySpan,System.Boolean);summary;df-generated | | System.Text.Json;Utf8JsonWriter;get_CurrentDepth;();summary;df-generated | | System.Text.RegularExpressions;Capture;get_ValueSpan;();summary;df-generated | | System.Text.RegularExpressions;CaptureCollection;Contains;(System.Object);summary;df-generated | @@ -54139,8 +55696,14 @@ neutral | System.Text.RegularExpressions;MatchCollection;get_IsReadOnly;();summary;df-generated | | System.Text.RegularExpressions;MatchCollection;get_IsSynchronized;();summary;df-generated | | System.Text.RegularExpressions;MatchCollection;get_Item;(System.Int32);summary;df-generated | +| System.Text.RegularExpressions;Regex+ValueMatchEnumerator;Dispose;();summary;df-generated | | System.Text.RegularExpressions;Regex+ValueMatchEnumerator;MoveNext;();summary;df-generated | +| System.Text.RegularExpressions;Regex+ValueMatchEnumerator;Reset;();summary;df-generated | +| System.Text.RegularExpressions;Regex+ValueMatchEnumerator;get_Current;();summary;df-generated | +| System.Text.RegularExpressions;Regex+ValueSplitEnumerator;Dispose;();summary;df-generated | | System.Text.RegularExpressions;Regex+ValueSplitEnumerator;MoveNext;();summary;df-generated | +| System.Text.RegularExpressions;Regex+ValueSplitEnumerator;Reset;();summary;df-generated | +| System.Text.RegularExpressions;Regex+ValueSplitEnumerator;get_Current;();summary;df-generated | | System.Text.RegularExpressions;Regex;CompileToAssembly;(System.Text.RegularExpressions.RegexCompilationInfo[],System.Reflection.AssemblyName);summary;df-generated | | System.Text.RegularExpressions;Regex;CompileToAssembly;(System.Text.RegularExpressions.RegexCompilationInfo[],System.Reflection.AssemblyName,System.Reflection.Emit.CustomAttributeBuilder[]);summary;df-generated | | System.Text.RegularExpressions;Regex;CompileToAssembly;(System.Text.RegularExpressions.RegexCompilationInfo[],System.Reflection.AssemblyName,System.Reflection.Emit.CustomAttributeBuilder[],System.String);summary;df-generated | @@ -54607,6 +56170,7 @@ neutral | System.Text;Rune;IsValid;(System.Int32);summary;df-generated | | System.Text;Rune;IsValid;(System.UInt32);summary;df-generated | | System.Text;Rune;IsWhiteSpace;(System.Text.Rune);summary;df-generated | +| System.Text;Rune;Parse;(System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System.Text;Rune;Rune;(System.Char);summary;df-generated | | System.Text;Rune;Rune;(System.Char,System.Char);summary;df-generated | | System.Text;Rune;Rune;(System.Int32);summary;df-generated | @@ -54625,6 +56189,7 @@ neutral | System.Text;Rune;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System.Text;Rune;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System.Text;Rune;TryGetRuneAt;(System.String,System.Int32,System.Text.Rune);summary;df-generated | +| System.Text;Rune;TryParse;(System.ReadOnlySpan,System.IFormatProvider,System.Text.Rune);summary;df-generated | | System.Text;Rune;get_IsAscii;();summary;df-generated | | System.Text;Rune;get_IsBmp;();summary;df-generated | | System.Text;Rune;get_Plane;();summary;df-generated | @@ -54638,7 +56203,14 @@ neutral | System.Text;Rune;op_Inequality;(System.Text.Rune,System.Text.Rune);summary;df-generated | | System.Text;Rune;op_LessThan;(System.Text.Rune,System.Text.Rune);summary;df-generated | | System.Text;Rune;op_LessThanOrEqual;(System.Text.Rune,System.Text.Rune);summary;df-generated | +| System.Text;SpanLineEnumerator;Dispose;();summary;df-generated | +| System.Text;SpanLineEnumerator;MoveNext;();summary;df-generated | +| System.Text;SpanLineEnumerator;Reset;();summary;df-generated | +| System.Text;SpanLineEnumerator;get_Current;();summary;df-generated | +| System.Text;SpanRuneEnumerator;Dispose;();summary;df-generated | | System.Text;SpanRuneEnumerator;MoveNext;();summary;df-generated | +| System.Text;SpanRuneEnumerator;Reset;();summary;df-generated | +| System.Text;SpanRuneEnumerator;get_Current;();summary;df-generated | | System.Text;StringBuilder+AppendInterpolatedStringHandler;AppendFormatted;(System.Object,System.Int32,System.String);summary;df-generated | | System.Text;StringBuilder+AppendInterpolatedStringHandler;AppendFormatted;(System.ReadOnlySpan);summary;df-generated | | System.Text;StringBuilder+AppendInterpolatedStringHandler;AppendFormatted;(System.ReadOnlySpan,System.Int32,System.String);summary;df-generated | @@ -55293,6 +56865,9 @@ neutral | System.Threading;EventWaitHandle;Reset;();summary;df-generated | | System.Threading;EventWaitHandle;Set;();summary;df-generated | | System.Threading;EventWaitHandle;TryOpenExisting;(System.String,System.Threading.EventWaitHandle);summary;df-generated | +| System.Threading;EventWaitHandleAcl;Create;(System.Boolean,System.Threading.EventResetMode,System.String,System.Boolean,System.Security.AccessControl.EventWaitHandleSecurity);summary;df-generated | +| System.Threading;EventWaitHandleAcl;OpenExisting;(System.String,System.Security.AccessControl.EventWaitHandleRights);summary;df-generated | +| System.Threading;EventWaitHandleAcl;TryOpenExisting;(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Threading.EventWaitHandle);summary;df-generated | | System.Threading;ExecutionContext;Capture;();summary;df-generated | | System.Threading;ExecutionContext;Dispose;();summary;df-generated | | System.Threading;ExecutionContext;IsFlowSuppressed;();summary;df-generated | @@ -55411,6 +56986,9 @@ neutral | System.Threading;Mutex;OpenExisting;(System.String);summary;df-generated | | System.Threading;Mutex;ReleaseMutex;();summary;df-generated | | System.Threading;Mutex;TryOpenExisting;(System.String,System.Threading.Mutex);summary;df-generated | +| System.Threading;MutexAcl;Create;(System.Boolean,System.String,System.Boolean,System.Security.AccessControl.MutexSecurity);summary;df-generated | +| System.Threading;MutexAcl;OpenExisting;(System.String,System.Security.AccessControl.MutexRights);summary;df-generated | +| System.Threading;MutexAcl;TryOpenExisting;(System.String,System.Security.AccessControl.MutexRights,System.Threading.Mutex);summary;df-generated | | System.Threading;Overlapped;Free;(System.Threading.NativeOverlapped*);summary;df-generated | | System.Threading;Overlapped;Overlapped;(System.Int32,System.Int32,System.Int32,System.IAsyncResult);summary;df-generated | | System.Threading;Overlapped;Pack;(System.Threading.IOCompletionCallback);summary;df-generated | @@ -55469,6 +57047,9 @@ neutral | System.Threading;Semaphore;Semaphore;(System.Int32,System.Int32,System.String);summary;df-generated | | System.Threading;Semaphore;Semaphore;(System.Int32,System.Int32,System.String,System.Boolean);summary;df-generated | | System.Threading;Semaphore;TryOpenExisting;(System.String,System.Threading.Semaphore);summary;df-generated | +| System.Threading;SemaphoreAcl;Create;(System.Int32,System.Int32,System.String,System.Boolean,System.Security.AccessControl.SemaphoreSecurity);summary;df-generated | +| System.Threading;SemaphoreAcl;OpenExisting;(System.String,System.Security.AccessControl.SemaphoreRights);summary;df-generated | +| System.Threading;SemaphoreAcl;TryOpenExisting;(System.String,System.Security.AccessControl.SemaphoreRights,System.Threading.Semaphore);summary;df-generated | | System.Threading;SemaphoreFullException;SemaphoreFullException;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);summary;df-generated | | System.Threading;SemaphoreFullException;SemaphoreFullException;(System.String);summary;df-generated | | System.Threading;SemaphoreFullException;SemaphoreFullException;(System.String,System.Exception);summary;df-generated | @@ -55631,6 +57212,12 @@ neutral | System.Threading;ThreadStateException;ThreadStateException;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);summary;df-generated | | System.Threading;ThreadStateException;ThreadStateException;(System.String);summary;df-generated | | System.Threading;ThreadStateException;ThreadStateException;(System.String,System.Exception);summary;df-generated | +| System.Threading;ThreadingAclExtensions;GetAccessControl;(System.Threading.EventWaitHandle);summary;df-generated | +| System.Threading;ThreadingAclExtensions;GetAccessControl;(System.Threading.Mutex);summary;df-generated | +| System.Threading;ThreadingAclExtensions;GetAccessControl;(System.Threading.Semaphore);summary;df-generated | +| System.Threading;ThreadingAclExtensions;SetAccessControl;(System.Threading.EventWaitHandle,System.Security.AccessControl.EventWaitHandleSecurity);summary;df-generated | +| System.Threading;ThreadingAclExtensions;SetAccessControl;(System.Threading.Mutex,System.Security.AccessControl.MutexSecurity);summary;df-generated | +| System.Threading;ThreadingAclExtensions;SetAccessControl;(System.Threading.Semaphore,System.Security.AccessControl.SemaphoreSecurity);summary;df-generated | | System.Threading;Timer;Change;(System.Int32,System.Int32);summary;df-generated | | System.Threading;Timer;Change;(System.Int64,System.Int64);summary;df-generated | | System.Threading;Timer;Change;(System.TimeSpan,System.TimeSpan);summary;df-generated | @@ -55657,6 +57244,7 @@ neutral | System.Threading;Volatile;Read;(System.UInt64);summary;df-generated | | System.Threading;Volatile;Read;(System.UIntPtr);summary;df-generated | | System.Threading;Volatile;Read;(T);summary;df-generated | +| System.Threading;Volatile;ReadBarrier;();summary;df-generated | | System.Threading;Volatile;Write;(System.Boolean,System.Boolean);summary;df-generated | | System.Threading;Volatile;Write;(System.Byte,System.Byte);summary;df-generated | | System.Threading;Volatile;Write;(System.Double,System.Double);summary;df-generated | @@ -55671,6 +57259,7 @@ neutral | System.Threading;Volatile;Write;(System.UInt64,System.UInt64);summary;df-generated | | System.Threading;Volatile;Write;(System.UIntPtr,System.UIntPtr);summary;df-generated | | System.Threading;Volatile;Write;(T,T);summary;df-generated | +| System.Threading;Volatile;WriteBarrier;();summary;df-generated | | System.Threading;WaitHandle;Close;();summary;df-generated | | System.Threading;WaitHandle;Dispose;();summary;df-generated | | System.Threading;WaitHandle;Dispose;(System.Boolean);summary;df-generated | @@ -56661,11 +58250,13 @@ neutral | System.Xml;XmlDictionaryReaderQuotas;get_ModifiedQuotas;();summary;df-generated | | System.Xml;XmlDictionaryString;get_Empty;();summary;df-generated | | System.Xml;XmlDictionaryString;get_Key;();summary;df-generated | +| System.Xml;XmlDictionaryWriter;Close;();summary;df-generated | | System.Xml;XmlDictionaryWriter;CreateMtomWriter;(System.IO.Stream,System.Text.Encoding,System.Int32,System.String);summary;df-generated | | System.Xml;XmlDictionaryWriter;CreateMtomWriter;(System.IO.Stream,System.Text.Encoding,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean);summary;df-generated | | System.Xml;XmlDictionaryWriter;CreateTextWriter;(System.IO.Stream);summary;df-generated | | System.Xml;XmlDictionaryWriter;CreateTextWriter;(System.IO.Stream,System.Text.Encoding);summary;df-generated | | System.Xml;XmlDictionaryWriter;CreateTextWriter;(System.IO.Stream,System.Text.Encoding,System.Boolean);summary;df-generated | +| System.Xml;XmlDictionaryWriter;Dispose;(System.Boolean);summary;df-generated | | System.Xml;XmlDictionaryWriter;EndCanonicalization;();summary;df-generated | | System.Xml;XmlDictionaryWriter;StartCanonicalization;(System.IO.Stream,System.Boolean,System.String[]);summary;df-generated | | System.Xml;XmlDictionaryWriter;WriteValue;(System.Guid);summary;df-generated | @@ -57588,6 +59179,7 @@ neutral | System;Char;MinMagnitude;(System.Char,System.Char);summary;df-generated | | System;Char;MinMagnitudeNumber;(System.Char,System.Char);summary;df-generated | | System;Char;MultiplyAddEstimate;(System.Char,System.Char,System.Char);summary;df-generated | +| System;Char;Parse;(System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System;Char;Parse;(System.ReadOnlySpan,System.Globalization.NumberStyles,System.IFormatProvider);summary;df-generated | | System;Char;Parse;(System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System;Char;Parse;(System.String);summary;df-generated | @@ -57653,6 +59245,7 @@ neutral | System;Char;TryConvertToTruncating;(System.Char,TOther);summary;df-generated | | System;Char;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System;Char;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | +| System;Char;TryParse;(System.ReadOnlySpan,System.IFormatProvider,System.Char);summary;df-generated | | System;Char;TryParse;(System.ReadOnlySpan,System.Globalization.NumberStyles,System.IFormatProvider,System.Char);summary;df-generated | | System;Char;TryParse;(System.ReadOnlySpan,System.IFormatProvider,System.Char);summary;df-generated | | System;Char;TryParse;(System.String,System.Char);summary;df-generated | @@ -57707,6 +59300,7 @@ neutral | System;Console;Write;(System.Int32);summary;df-generated | | System;Console;Write;(System.Int64);summary;df-generated | | System;Console;Write;(System.Object);summary;df-generated | +| System;Console;Write;(System.ReadOnlySpan);summary;df-generated | | System;Console;Write;(System.Single);summary;df-generated | | System;Console;Write;(System.String);summary;df-generated | | System;Console;Write;(System.String,System.Object);summary;df-generated | @@ -57726,6 +59320,7 @@ neutral | System;Console;WriteLine;(System.Int32);summary;df-generated | | System;Console;WriteLine;(System.Int64);summary;df-generated | | System;Console;WriteLine;(System.Object);summary;df-generated | +| System;Console;WriteLine;(System.ReadOnlySpan);summary;df-generated | | System;Console;WriteLine;(System.Single);summary;df-generated | | System;Console;WriteLine;(System.String);summary;df-generated | | System;Console;WriteLine;(System.String,System.Object);summary;df-generated | @@ -58258,6 +59853,7 @@ neutral | System;Double;Cbrt;(System.Double);summary;df-generated | | System;Double;Ceiling;(System.Double);summary;df-generated | | System;Double;Clamp;(System.Double,System.Double,System.Double);summary;df-generated | +| System;Double;ClampNative;(System.Double,System.Double,System.Double);summary;df-generated | | System;Double;CompareTo;(System.Double);summary;df-generated | | System;Double;CompareTo;(System.Object);summary;df-generated | | System;Double;ConvertToInteger;(System.Double);summary;df-generated | @@ -58318,10 +59914,12 @@ neutral | System;Double;Max;(System.Double,System.Double);summary;df-generated | | System;Double;MaxMagnitude;(System.Double,System.Double);summary;df-generated | | System;Double;MaxMagnitudeNumber;(System.Double,System.Double);summary;df-generated | +| System;Double;MaxNative;(System.Double,System.Double);summary;df-generated | | System;Double;MaxNumber;(System.Double,System.Double);summary;df-generated | | System;Double;Min;(System.Double,System.Double);summary;df-generated | | System;Double;MinMagnitude;(System.Double,System.Double);summary;df-generated | | System;Double;MinMagnitudeNumber;(System.Double,System.Double);summary;df-generated | +| System;Double;MinNative;(System.Double,System.Double);summary;df-generated | | System;Double;MinNumber;(System.Double,System.Double);summary;df-generated | | System;Double;MultiplyAddEstimate;(System.Double,System.Double,System.Double);summary;df-generated | | System;Double;Parse;(System.ReadOnlySpan,System.Globalization.NumberStyles,System.IFormatProvider);summary;df-generated | @@ -58613,6 +60211,7 @@ neutral | System;Guid;Guid;(System.String);summary;df-generated | | System;Guid;Guid;(System.UInt32,System.UInt16,System.UInt16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte);summary;df-generated | | System;Guid;NewGuid;();summary;df-generated | +| System;Guid;Parse;(System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System;Guid;Parse;(System.ReadOnlySpan);summary;df-generated | | System;Guid;Parse;(System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System;Guid;Parse;(System.String);summary;df-generated | @@ -58627,6 +60226,7 @@ neutral | System;Guid;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System;Guid;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan);summary;df-generated | | System;Guid;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | +| System;Guid;TryParse;(System.ReadOnlySpan,System.IFormatProvider,System.Guid);summary;df-generated | | System;Guid;TryParse;(System.ReadOnlySpan,System.Guid);summary;df-generated | | System;Guid;TryParse;(System.ReadOnlySpan,System.IFormatProvider,System.Guid);summary;df-generated | | System;Guid;TryParse;(System.String,System.Guid);summary;df-generated | @@ -59669,7 +61269,9 @@ neutral | System;Memory;get_IsEmpty;();summary;df-generated | | System;Memory;get_Length;();summary;df-generated | | System;Memory;get_Span;();summary;df-generated | +| System;MemoryExtensions+SpanSplitEnumerator;Dispose;();summary;df-generated | | System;MemoryExtensions+SpanSplitEnumerator;MoveNext;();summary;df-generated | +| System;MemoryExtensions+SpanSplitEnumerator;Reset;();summary;df-generated | | System;MemoryExtensions+SpanSplitEnumerator;get_Current;();summary;df-generated | | System;MemoryExtensions+TryWriteInterpolatedStringHandler;AppendFormatted;(System.Object,System.Int32,System.String);summary;df-generated | | System;MemoryExtensions+TryWriteInterpolatedStringHandler;AppendFormatted;(System.ReadOnlySpan);summary;df-generated | @@ -59970,7 +61572,9 @@ neutral | System;ReadOnlyMemory;get_IsEmpty;();summary;df-generated | | System;ReadOnlyMemory;get_Length;();summary;df-generated | | System;ReadOnlyMemory;get_Span;();summary;df-generated | +| System;ReadOnlySpan+Enumerator;Dispose;();summary;df-generated | | System;ReadOnlySpan+Enumerator;MoveNext;();summary;df-generated | +| System;ReadOnlySpan+Enumerator;Reset;();summary;df-generated | | System;ReadOnlySpan+Enumerator;get_Current;();summary;df-generated | | System;ReadOnlySpan;CastUp;(System.ReadOnlySpan);summary;df-generated | | System;ReadOnlySpan;Equals;(System.Object);summary;df-generated | @@ -60155,6 +61759,7 @@ neutral | System;Single;Cbrt;(System.Single);summary;df-generated | | System;Single;Ceiling;(System.Single);summary;df-generated | | System;Single;Clamp;(System.Single,System.Single,System.Single);summary;df-generated | +| System;Single;ClampNative;(System.Single,System.Single,System.Single);summary;df-generated | | System;Single;CompareTo;(System.Object);summary;df-generated | | System;Single;CompareTo;(System.Single);summary;df-generated | | System;Single;ConvertToInteger;(System.Single);summary;df-generated | @@ -60215,10 +61820,12 @@ neutral | System;Single;Max;(System.Single,System.Single);summary;df-generated | | System;Single;MaxMagnitude;(System.Single,System.Single);summary;df-generated | | System;Single;MaxMagnitudeNumber;(System.Single,System.Single);summary;df-generated | +| System;Single;MaxNative;(System.Single,System.Single);summary;df-generated | | System;Single;MaxNumber;(System.Single,System.Single);summary;df-generated | | System;Single;Min;(System.Single,System.Single);summary;df-generated | | System;Single;MinMagnitude;(System.Single,System.Single);summary;df-generated | | System;Single;MinMagnitudeNumber;(System.Single,System.Single);summary;df-generated | +| System;Single;MinNative;(System.Single,System.Single);summary;df-generated | | System;Single;MinNumber;(System.Single,System.Single);summary;df-generated | | System;Single;MultiplyAddEstimate;(System.Single,System.Single,System.Single);summary;df-generated | | System;Single;Parse;(System.ReadOnlySpan,System.Globalization.NumberStyles,System.IFormatProvider);summary;df-generated | @@ -60321,7 +61928,9 @@ neutral | System;Single;get_Radix;();summary;df-generated | | System;Single;get_Tau;();summary;df-generated | | System;Single;get_Zero;();summary;df-generated | +| System;Span+Enumerator;Dispose;();summary;df-generated | | System;Span+Enumerator;MoveNext;();summary;df-generated | +| System;Span+Enumerator;Reset;();summary;df-generated | | System;Span+Enumerator;get_Current;();summary;df-generated | | System;Span;Equals;(System.Object);summary;df-generated | | System;Span;GetHashCode;();summary;df-generated | @@ -60452,6 +62061,8 @@ neutral | System;StringComparer;get_InvariantCultureIgnoreCase;();summary;df-generated | | System;StringComparer;get_Ordinal;();summary;df-generated | | System;StringComparer;get_OrdinalIgnoreCase;();summary;df-generated | +| System;StringNormalizationExtensions;GetNormalizedLength;(System.ReadOnlySpan,System.Text.NormalizationForm);summary;df-generated | +| System;StringNormalizationExtensions;IsNormalized;(System.ReadOnlySpan,System.Text.NormalizationForm);summary;df-generated | | System;StringNormalizationExtensions;IsNormalized;(System.String);summary;df-generated | | System;StringNormalizationExtensions;IsNormalized;(System.String,System.Text.NormalizationForm);summary;df-generated | | System;SystemException;SystemException;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);summary;df-generated | @@ -60558,6 +62169,7 @@ neutral | System;TimeSpan;FromMicroseconds;(System.Double);summary;df-generated | | System;TimeSpan;FromMicroseconds;(System.Int64);summary;df-generated | | System;TimeSpan;FromMilliseconds;(System.Double);summary;df-generated | +| System;TimeSpan;FromMilliseconds;(System.Int64);summary;df-generated | | System;TimeSpan;FromMilliseconds;(System.Int64,System.Int64);summary;df-generated | | System;TimeSpan;FromMinutes;(System.Double);summary;df-generated | | System;TimeSpan;FromMinutes;(System.Int64);summary;df-generated | @@ -61674,6 +63286,8 @@ neutral | System;Version;Equals;(System.Object);summary;df-generated | | System;Version;Equals;(System.Version);summary;df-generated | | System;Version;GetHashCode;();summary;df-generated | +| System;Version;Parse;(System.ReadOnlySpan);summary;df-generated | +| System;Version;Parse;(System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | | System;Version;Parse;(System.ReadOnlySpan);summary;df-generated | | System;Version;Parse;(System.String);summary;df-generated | | System;Version;ToString;();summary;df-generated | @@ -61684,6 +63298,8 @@ neutral | System;Version;TryFormat;(System.Span,System.Int32);summary;df-generated | | System;Version;TryFormat;(System.Span,System.Int32,System.Int32);summary;df-generated | | System;Version;TryFormat;(System.Span,System.Int32,System.ReadOnlySpan,System.IFormatProvider);summary;df-generated | +| System;Version;TryParse;(System.ReadOnlySpan,System.IFormatProvider,System.Version);summary;df-generated | +| System;Version;TryParse;(System.ReadOnlySpan,System.Version);summary;df-generated | | System;Version;TryParse;(System.ReadOnlySpan,System.Version);summary;df-generated | | System;Version;TryParse;(System.String,System.Version);summary;df-generated | | System;Version;Version;(System.Int32,System.Int32);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 c885864a31ee..464f9cafcd77 100644 --- a/csharp/ql/test/library-tests/dataflow/library/FlowSummariesFiltered.expected +++ b/csharp/ql/test/library-tests/dataflow/library/FlowSummariesFiltered.expected @@ -123,6 +123,7 @@ | 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;ExceptionHandlerOptions;set_SuppressDiagnosticsCallback;(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 | @@ -202,6 +203,7 @@ | Microsoft.AspNetCore.Components.Rendering;RenderTreeBuilder;AddContent;(System.Int32,Microsoft.AspNetCore.Components.RenderFragment);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Rendering;RenderTreeBuilder;AddContent;(System.Int32,Microsoft.AspNetCore.Components.RenderFragment,TValue);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Rendering;RenderTreeBuilder;AddElementReferenceCapture;(System.Int32,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components.Routing;IHostEnvironmentNavigationManager;Initialize;(System.String,System.String,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Routing;NavLink;set_ChildContent;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Routing;Router;set_Found;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components.Routing;Router;set_Navigating;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -331,9 +333,12 @@ | Microsoft.AspNetCore.Components;NavigationManager;RegisterLocationChangingHandler;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components;NavigationManager;ToAbsoluteUri;(System.String);Argument[0];ReturnValue;taint;manual | | Microsoft.AspNetCore.Components;NavigationManager;add_LocationChanged;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components;NavigationManager;add_OnNotFound;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components;NavigationManager;remove_LocationChanged;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components;NavigationManager;remove_OnNotFound;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components;PersistentComponentState;RegisterOnPersisting;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Components;PersistentComponentState;RegisterOnPersisting;(System.Func,Microsoft.AspNetCore.Components.IComponentRenderMode);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Components;PersistentComponentState;RegisterOnRestoring;(System.Action,Microsoft.AspNetCore.Components.RestoreOptions);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | 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 | @@ -442,6 +447,9 @@ | Microsoft.AspNetCore.HttpsPolicy;HttpsRedirectionMiddleware;HttpsRedirectionMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.Extensions.Options.IOptions,Microsoft.Extensions.Configuration.IConfiguration,Microsoft.Extensions.Logging.ILoggerFactory);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.HttpsPolicy;HttpsRedirectionMiddleware;HttpsRedirectionMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.Extensions.Options.IOptions,Microsoft.Extensions.Configuration.IConfiguration,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Identity;IdentityCookieAuthenticationBuilderExtensions;AddIdentityCookies;(Microsoft.AspNetCore.Authentication.AuthenticationBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Identity;IdentityPasskeyOptions;set_IsAllowedAlgorithm;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Identity;IdentityPasskeyOptions;set_ValidateOrigin;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.AspNetCore.Identity;IdentityPasskeyOptions;set_VerifyAttestationStatement;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Identity;SecurityStampValidatorOptions;set_OnRefreshingPrincipal;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Localization;CustomRequestCultureProvider;CustomRequestCultureProvider;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.AspNetCore.Localization;RequestLocalizationMiddleware;RequestLocalizationMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.Extensions.Options.IOptions,Microsoft.Extensions.Logging.ILoggerFactory);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -650,6 +658,7 @@ | Microsoft.AspNetCore.Server.Kestrel.Https;HttpsConnectionAdapterOptions;set_ClientCertificateValidation;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | 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;HttpsConnectionAdapterOptions;set_TlsClientHelloBytesCallback;(System.Action>);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 | @@ -701,7 +710,11 @@ | 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.ReadOnlySpan,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.Runtime.CompilerServices.DefaultInterpolatedStringHandler,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,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.ReadOnlySpan,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.Hybrid;HybridCache;GetOrCreateAsync;(System.Runtime.CompilerServices.DefaultInterpolatedStringHandler,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.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 | @@ -1435,6 +1448,7 @@ | Microsoft.Extensions.DependencyInjection;SocketsHttpHandlerBuilderExtensions;Configure;(Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.DependencyInjection;TagHelperServicesExtensions;AddCacheTagHelperLimits;(Microsoft.Extensions.DependencyInjection.IMvcBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.DependencyInjection;TagHelperServicesExtensions;AddCacheTagHelperLimits;(Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| Microsoft.Extensions.DependencyInjection;ValidationServiceCollectionExtensions;AddValidation;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Diagnostics.HealthChecks;HealthCheckPublisherOptions;set_Predicate;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Diagnostics.HealthChecks;HealthCheckRegistration;HealthCheckRegistration;(System.String,System.Func,System.Nullable,System.Collections.Generic.IEnumerable);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | Microsoft.Extensions.Diagnostics.HealthChecks;HealthCheckRegistration;HealthCheckRegistration;(System.String,System.Func,System.Nullable,System.Collections.Generic.IEnumerable,System.Nullable);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -2300,6 +2314,8 @@ | Microsoft.Extensions.Primitives;StringValues;set_Item;(System.Int32,System.String);Argument[0];ReturnValue;taint;manual | | Microsoft.Extensions.Primitives;StringValues;set_Item;(System.Int32,System.String);Argument[1];ReturnValue;taint;manual | | Microsoft.Extensions.Primitives;StringValues;set_Item;(System.Int32,System.String);Argument[this];ReturnValue;taint;manual | +| Microsoft.Extensions.Validation;ValidateContext;add_OnValidationError;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| Microsoft.Extensions.Validation;ValidateContext;remove_OnValidationError;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | Microsoft.VisualBasic;Collection;Clear;();Argument[this].WithoutElement;Argument[this];value;manual | | Microsoft.VisualBasic;Collection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.IEnumerator.Current];value;manual | | Microsoft.VisualBasic;Collection;get_Item;(System.Int32);Argument[this].Element;ReturnValue;value;manual | @@ -2508,6 +2524,14 @@ | 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 | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnection;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnection;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionAsync;(System.Action,System.Threading.CancellationToken);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionAsync;(System.String,System.Action,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionString;(System.String,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionString;(System.String,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionStringAsync;(System.String,System.Action,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.Data;IDbConnectionFactoryExtended;OpenDbConnectionStringAsync;(System.String,System.String,System.Action,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.FluentValidation.Attributes;AttributedValidatorFactory;AttributedValidatorFactory;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.FluentValidation.Internal;AccessorCache;GetCachedAccessor;(System.Reflection.MemberInfo,System.Linq.Expressions.Expression>,System.Boolean);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.FluentValidation.Internal;CollectionPropertyRule;CollectionPropertyRule;(System.Reflection.MemberInfo,System.Func,System.Linq.Expressions.LambdaExpression,System.Func,System.Type,System.Type);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -2813,6 +2837,7 @@ | ServiceStack.Messaging;TransientMessageServiceBase;CreateMessageHandlerFactory;(System.Func,System.Object>,System.Action,System.Exception>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.Metadata;IndexOperationsControl;set_GetOperation;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2822,8 +2847,10 @@ | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.CSharp;CSharpGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Dart;DartGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Dart;DartGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2831,6 +2858,7 @@ | ServiceStack.NativeTypes.Dart;DartGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Dart;DartGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2839,7 +2867,24 @@ | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.FSharp;FSharpGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Go;GoGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Java;JavaGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Java;JavaGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Java;JavaGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Java;JavaGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Java;JavaGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2849,6 +2894,7 @@ | ServiceStack.NativeTypes.Java;JavaGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Java;JavaGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2858,13 +2904,14 @@ | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Kotlin;KotlinGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Php;PhpGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.NativeTypes.Php;PhpGenerator;set_IsPropertyOptional;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Php;PhpGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2873,13 +2920,15 @@ | ServiceStack.NativeTypes.Php;PhpGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Php;PhpGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Python;PythonGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Python;PythonGenerator;set_EnumNameFormat;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.NativeTypes.Python;PythonGenerator;set_IsPropertyOptional;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Python;PythonGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2887,7 +2936,41 @@ | ServiceStack.NativeTypes.Python;PythonGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Python;PythonGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_EnumNameFormat;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Ruby;RubyGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Rust;RustGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Swift;SwiftGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_EnumNameStrategy;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2898,19 +2981,22 @@ | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.Swift;SwiftGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;CommonJsGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.TypeScript;CommonJsGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;CommonJsGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;CommonJsGenerator;set_ReturnTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;MjsGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.TypeScript;MjsGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;MjsGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;MjsGenerator;set_ReturnTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | -| ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_IsPropertyOptional;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2919,6 +3005,7 @@ | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.TypeScript;TypeScriptGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -2927,6 +3014,22 @@ | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes.VbNet;VbNetGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_AddCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_AddHeader;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_CookedDeclarationTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_CookedTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_DeclarationTypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_FilterTypes;(System.Func,System.Collections.Generic.List>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_InnerTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_InsertCodeFilter;(ServiceStack.NativeTypes.AddCodeDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_IsPropertyOptional;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_PostPropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_PostTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_PrePropertyFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_PreTypeFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_PropertyTypeFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_ReturnMarkerFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.NativeTypes.Zig;ZigGenerator;set_TypeFilter;(ServiceStack.NativeTypes.TypeFilterDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes;AddCodeDelegate;BeginInvoke;(System.Collections.Generic.List,ServiceStack.MetadataTypesConfig,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes;CreateTypeOptions;set_ImplementsFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.NativeTypes;INativeTypesMetadata;GetMetadataTypes;(ServiceStack.Web.IRequest,ServiceStack.MetadataTypesConfig,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | @@ -2999,6 +3102,22 @@ | ServiceStack.OrmLite.Legacy;OrmLiteWriteExpressionsApiLegacy;Delete;(System.Data.IDbConnection,System.Func,ServiceStack.OrmLite.SqlExpression>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite.Legacy;OrmLiteWriteExpressionsApiLegacy;InsertOnly;(System.Data.IDbConnection,T,System.Func,ServiceStack.OrmLite.SqlExpression>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite.Legacy;OrmLiteWriteExpressionsApiLegacy;UpdateOnly;(System.Data.IDbConnection,T,System.Func,ServiceStack.OrmLite.SqlExpression>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks1;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks1;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks2;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks2;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks3;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks3;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks4;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks4;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks5;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks5;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks6;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks6;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks7;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasks7;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasksBuilder;Add;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;AsyncDbTasksBuilder;Add;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;DbDataParameterExtensions;AddParam;(ServiceStack.OrmLite.IOrmLiteDialectProvider,System.Data.IDbCommand,System.Object,ServiceStack.OrmLite.FieldDefinition,System.Action);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;FieldDefinition;Clone;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;FieldDefinition;set_GetValueFn;(ServiceStack.GetMemberDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -3011,6 +3130,9 @@ | ServiceStack.OrmLite;IOrmLiteDialectProvider;ToAddForeignKeyStatement;(System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,ServiceStack.OrmLite.OnFkOption,ServiceStack.OrmLite.OnFkOption,System.String);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;IOrmLiteDialectProvider;ToAddForeignKeyStatement;(System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,ServiceStack.OrmLite.OnFkOption,ServiceStack.OrmLite.OnFkOption,System.String);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;IOrmLiteDialectProvider;ToCreateIndexStatement;(System.Linq.Expressions.Expression>,System.String,System.Boolean);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;IOrmLiteDialectProvider;set_OnAfterExecuteNonQuery;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;IOrmLiteDialectProvider;set_OnBeforeExecuteNonQuery;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;IOrmLiteDialectProvider;set_OnDisposeConnection;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;IOrmLiteDialectProvider;set_OnOpenConnection;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;IOrmLiteDialectProvider;set_ParamNameFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;IOrmLiteExecFilter;Exec;(System.Data.IDbConnection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -3069,7 +3191,22 @@ | ServiceStack.OrmLite;OrmLiteConfig;set_UpdateFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteConnectionFactory;set_ConnectionFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteConnectionFactory;set_OnDispose;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;Open;(ServiceStack.Data.IDbConnectionFactory,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;Open;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenAsync;(ServiceStack.Data.IDbConnectionFactory,System.Action,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenAsync;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnection;(ServiceStack.Data.IDbConnectionFactory,ServiceStack.ConnectionInfo,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnection;(ServiceStack.Data.IDbConnectionFactory,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnection;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionAsync;(ServiceStack.Data.IDbConnectionFactory,ServiceStack.ConnectionInfo,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionAsync;(ServiceStack.Data.IDbConnectionFactory,System.Action,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionAsync;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionString;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionString;(ServiceStack.Data.IDbConnectionFactory,System.String,System.String,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionStringAsync;(ServiceStack.Data.IDbConnectionFactory,System.String,System.Action,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteConnectionFactoryExtensions;OpenDbConnectionStringAsync;(ServiceStack.Data.IDbConnectionFactory,System.String,System.String,System.Action,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteContext;GetOrCreate;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteDialectProviderBase;ConfigureJson;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteDialectProviderBase;set_CreateTableFieldsStrategy;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteReadApi;ExecuteNonQuery;(System.Data.IDbConnection,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteReadApi;Exists;(System.Data.IDbConnection,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | @@ -3146,6 +3283,7 @@ | ServiceStack.OrmLite;OrmLiteWriteApi;Insert;(System.Data.IDbConnection,T,System.Action,System.Boolean);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteWriteApi;InsertAll;(System.Data.IDbConnection,System.Collections.Generic.IEnumerable,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteWriteApi;InsertIntoSelect;(System.Data.IDbConnection,ServiceStack.OrmLite.ISqlExpression,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;OrmLiteWriteApi;ResetSequence;(System.Data.IDbConnection,System.Linq.Expressions.Expression>,System.Int32);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteWriteApi;Update;(System.Data.IDbConnection,System.Action,T[]);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteWriteApi;Update;(System.Data.IDbConnection,System.Collections.Generic.Dictionary,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;OrmLiteWriteApi;Update;(System.Data.IDbConnection,T,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | @@ -3400,6 +3538,10 @@ | ServiceStack.OrmLite;SqlExpression;set_SqlFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;SqlExpressionExtensions;Column
;(ServiceStack.OrmLite.IOrmLiteDialectProvider,System.Linq.Expressions.Expression>,System.Boolean);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;SqlExpressionExtensions;Column
;(ServiceStack.OrmLite.ISqlExpression,System.Linq.Expressions.Expression>,System.Boolean);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;SqlServerConfiguration;AddSqlServer;(ServiceStack.OrmLite.OrmLiteConfigurationBuilder,System.String,System.String,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;SqlServerConfiguration;AddSqlServer;(ServiceStack.OrmLite.OrmLiteConfigurationBuilder,System.String,System.String,System.Action);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;SqlServerConfiguration;UseSqlServer;(ServiceStack.OrmLite.OrmLiteConfigOptions,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack.OrmLite;SqlServerConfiguration;UseSqlServer;(ServiceStack.OrmLite.OrmLiteConfigOptions,System.String,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;UntypedApi;Exec;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;UntypedApi;Exec;(System.Func>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack.OrmLite;UntypedApi;Exec;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -3744,6 +3886,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;AssemblyUtils;set_ValidateTypeName;(System.Func);Argument[0];Argument[0].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 | @@ -4270,6 +4413,7 @@ | ServiceStack;MemoryServerEvents;set_OnUnsubscribeAsync;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;MemoryServerEvents;set_OnUpdateAsync;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;MemoryServerEvents;set_Serialize;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| ServiceStack;MetadataFeature;set_CreateExampleObjectFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;MetadataFeature;set_DetailPageFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;MetadataFeature;set_IndexPageFilter;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;MetadataFeature;set_TagFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4294,6 +4438,7 @@ | 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 | +| ServiceStack;OrmLiteServiceCollectionExtensions;AddOrmLite;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | ServiceStack;PclExportClient;CreateTimer;(System.Threading.TimerCallback,System.TimeSpan,System.Object);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;PclExportClient;GetHeader;(System.Net.WebHeaderCollection,System.String,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | ServiceStack;PclExportClient;RunOnUiThread;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4342,6 +4487,7 @@ | ServiceStack;RequestExtensions;ToOptimizedResultUsingCache;(ServiceStack.Web.IRequest,ServiceStack.Caching.ICacheClient,System.String,System.Func);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | | ServiceStack;RequestExtensions;ToOptimizedResultUsingCache;(ServiceStack.Web.IRequest,ServiceStack.Caching.ICacheClient,System.String,System.Nullable,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack;RequestExtensions;ToOptimizedResultUsingCacheAsync;(ServiceStack.Web.IRequest,ServiceStack.Caching.ICacheClientAsync,System.String,System.Func,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| ServiceStack;RequestExtensions;ToOptimizedResultUsingCacheAsync;(ServiceStack.Web.IRequest,ServiceStack.Caching.ICacheClientAsync,System.String,System.Nullable,System.Func>,System.Threading.CancellationToken);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack;RequestExtensions;ToOptimizedResultUsingCacheAsync;(ServiceStack.Web.IRequest,ServiceStack.Caching.ICacheClientAsync,System.String,System.Nullable,System.Func,System.Threading.CancellationToken);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | ServiceStack;RequestLogsFeature;set_CurrentDateFn;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | ServiceStack;RequestLogsFeature;set_IgnoreFilter;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -4410,6 +4556,10 @@ | 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;GetDbConnection;(ServiceStack.Web.IRequest,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceStackHost;GetDbConnection;(System.String,ServiceStack.Web.IRequest,System.Action);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceStackHost;GetDbConnectionAsync;(ServiceStack.Web.IRequest,System.Action);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| ServiceStack;ServiceStackHost;GetDbConnectionAsync;(System.String,ServiceStack.Web.IRequest,System.Action);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 | @@ -5089,6 +5239,7 @@ | System.Collections.Frozen;FrozenSet;TryGetValue;(T,T);Argument[this].Property[System.Collections.Frozen.FrozenSet`1.Items].Element;Argument[1];value;dfc-generated | | System.Collections.Frozen;FrozenSet;get_Items;();Argument[this];ReturnValue;taint;df-generated | | System.Collections.Generic;CollectionExtensions;AsReadOnly;(System.Collections.Generic.IList);Argument[0].Element;ReturnValue;taint;df-generated | +| System.Collections.Generic;CollectionExtensions;AsReadOnly;(System.Collections.Generic.ISet);Argument[0].Element;ReturnValue;taint;df-generated | | System.Collections.Generic;CollectionExtensions;AsReadOnly;(System.Collections.Generic.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.Generic;CollectionExtensions;AsReadOnly;(System.Collections.Generic.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.Generic;CollectionExtensions;CopyTo;(System.Collections.Generic.List,System.Span);Argument[0].Element;Argument[1];taint;df-generated | @@ -5256,6 +5407,7 @@ | System.Collections.Generic;OrderedDictionary;OrderedDictionary;(System.Int32,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[this].SyntheticField[System.Collections.Generic.OrderedDictionary`2._comparer];value;dfc-generated | | System.Collections.Generic;OrderedDictionary;Remove;(TKey,TValue);Argument[this];Argument[1];taint;df-generated | | System.Collections.Generic;OrderedDictionary;TryGetValue;(TKey,TValue);Argument[this];Argument[1];taint;df-generated | +| System.Collections.Generic;OrderedDictionary;TryGetValue;(TKey,TValue,System.Int32);Argument[this];Argument[1];taint;df-generated | | System.Collections.Generic;OrderedDictionary;get_Comparer;();Argument[this].SyntheticField[System.Collections.Generic.OrderedDictionary`2._comparer];ReturnValue;value;dfc-generated | | System.Collections.Generic;OrderedDictionary;get_Keys;();Argument[this].Property[System.Collections.Generic.OrderedDictionary`2.Keys];ReturnValue;value;dfc-generated | | System.Collections.Generic;OrderedDictionary;get_Values;();Argument[this].Property[System.Collections.Generic.OrderedDictionary`2.Values];ReturnValue;value;dfc-generated | @@ -6021,6 +6173,8 @@ | System.Collections.ObjectModel;ObservableCollection;SetItem;(System.Int32,T);Argument[1];Argument[this];taint;df-generated | | System.Collections.ObjectModel;ObservableCollection;add_PropertyChanged;(System.ComponentModel.PropertyChangedEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Collections.ObjectModel;ObservableCollection;remove_PropertyChanged;(System.ComponentModel.PropertyChangedEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Collections.ObjectModel;ReadOnlyCollection;CreateCollection;(System.ReadOnlySpan);Argument[0];ReturnValue;taint;df-generated | +| System.Collections.ObjectModel;ReadOnlyCollection;CreateSet;(System.ReadOnlySpan);Argument[0];ReturnValue;taint;df-generated | | System.Collections.ObjectModel;ReadOnlyCollection;ReadOnlyCollection;(System.Collections.Generic.IList);Argument[0];Argument[this].SyntheticField[System.Collections.ObjectModel.ReadOnlyCollection`1.list];value;dfc-generated | | System.Collections.ObjectModel;ReadOnlyCollection;get_Item;(System.Int32);Argument[this].Element;ReturnValue;value;manual | | System.Collections.ObjectModel;ReadOnlyCollection;get_Items;();Argument[this].SyntheticField[System.Collections.ObjectModel.ReadOnlyCollection`1.list];ReturnValue;value;dfc-generated | @@ -8857,9 +9011,27 @@ | System.Formats.Asn1;AsnReader;TryReadBitString;(System.Span,System.Int32,System.Int32,System.Nullable);Argument[this];Argument[0];taint;df-generated | | System.Formats.Asn1;AsnReader;TryReadCharacterStringBytes;(System.Span,System.Formats.Asn1.Asn1Tag,System.Int32);Argument[this];Argument[0];taint;df-generated | | System.Formats.Asn1;AsnReader;TryReadOctetString;(System.Span,System.Int32,System.Nullable);Argument[this];Argument[0];taint;df-generated | +| System.Formats.Asn1;AsnWriter;Encode;(System.Func,TReturn>);Argument[0].ReturnValue;ReturnValue;value;dfc-generated | +| System.Formats.Asn1;AsnWriter;Encode;(System.Func,TReturn>);Argument[0].ReturnValue;ReturnValue;value;hq-generated | +| System.Formats.Asn1;AsnWriter;Encode;(System.Func,TReturn>);Argument[0];Argument[0].Parameter[delegate-self];value;dfc-generated | +| System.Formats.Asn1;AsnWriter;Encode;(System.Func,TReturn>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[0];Argument[1].Parameter[0];value;dfc-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[0];Argument[1].Parameter[0];value;hq-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[1].ReturnValue;ReturnValue;value;dfc-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[1].ReturnValue;ReturnValue;value;hq-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Func,TReturn>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Formats.Asn1;AsnWriter;Encode;(TState,System.Action>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Formats.Asn1;AsnWriter;PushOctetString;(System.Nullable);Argument[this];ReturnValue;taint;df-generated | | System.Formats.Asn1;AsnWriter;PushSequence;(System.Nullable);Argument[this];ReturnValue;taint;df-generated | | System.Formats.Asn1;AsnWriter;PushSetOf;(System.Nullable);Argument[this];ReturnValue;taint;df-generated | +| System.Formats.Cbor;CborReader;CborReader;(System.ReadOnlyMemory,System.Formats.Cbor.CborConformanceMode,System.Boolean);Argument[0];Argument[this];taint;df-generated | +| System.Formats.Cbor;CborReader;ReadTextString;();Argument[this];ReturnValue;taint;df-generated | +| System.Formats.Cbor;CborReader;Reset;(System.ReadOnlyMemory);Argument[0];Argument[this];taint;df-generated | +| System.Formats.Cbor;CborReader;TryReadByteString;(System.Span,System.Int32);Argument[this];Argument[0];taint;df-generated | +| System.Formats.Cbor;CborWriter;Encode;();Argument[this];ReturnValue;taint;df-generated | +| System.Formats.Cbor;CborWriter;Encode;(System.Span);Argument[this];Argument[0];taint;df-generated | +| System.Formats.Cbor;CborWriter;TryEncode;(System.Span,System.Int32);Argument[this];Argument[0];taint;df-generated | | System.Formats.Tar;GnuTarEntry;GnuTarEntry;(System.Formats.Tar.TarEntry);Argument[0];Argument[this];taint;df-generated | | System.Formats.Tar;PaxTarEntry;PaxTarEntry;(System.Formats.Tar.TarEntry);Argument[0];Argument[this];taint;df-generated | | System.Formats.Tar;TarEntry;ToString;();Argument[this].Property[System.Formats.Tar.TarEntry.Name];ReturnValue;value;dfc-generated | @@ -9059,6 +9231,7 @@ | System.IO;BinaryReader;BinaryReader;(System.IO.Stream,System.Text.Encoding,System.Boolean);Argument[0];Argument[this].SyntheticField[System.IO.BinaryReader._stream];value;dfc-generated | | System.IO;BinaryReader;Read;(System.Byte[],System.Int32,System.Int32);Argument[this];Argument[0].Element;taint;df-generated | | System.IO;BinaryReader;Read;(System.Span);Argument[this];Argument[0];taint;df-generated | +| System.IO;BinaryReader;ReadExactly;(System.Span);Argument[this].SyntheticField[System.IO.BinaryReader._stream];Argument[0].Element;taint;dfc-generated | | System.IO;BinaryReader;ReadString;();Argument[this];ReturnValue;taint;df-generated | | System.IO;BinaryReader;get_BaseStream;();Argument[this].SyntheticField[System.IO.BinaryReader._stream];ReturnValue;value;dfc-generated | | System.IO;BinaryWriter;BinaryWriter;(System.IO.Stream,System.Text.Encoding,System.Boolean);Argument[0];Argument[this].Field[System.IO.BinaryWriter.OutStream];value;dfc-generated | @@ -9975,6 +10148,368 @@ | System.Linq.Expressions;UnaryExpression;Update;(System.Linq.Expressions.Expression);Argument[0];ReturnValue.Property[System.Linq.Expressions.UnaryExpression.Operand];value;dfc-generated | | System.Linq.Expressions;UnaryExpression;Update;(System.Linq.Expressions.Expression);Argument[this].Property[System.Linq.Expressions.UnaryExpression.Method];ReturnValue.Property[System.Linq.Expressions.UnaryExpression.Method];value;dfc-generated | | System.Linq.Expressions;UnaryExpression;Update;(System.Linq.Expressions.Expression);Argument[this];ReturnValue;value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[2];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[2];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[4];Argument[3].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Func>,System.Threading.CancellationToken);Argument[4];Argument[3].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[1];Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[1];Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[2].ReturnValue;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[2].ReturnValue;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[3].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[3].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Func,System.Threading.CancellationToken);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[3];Argument[2].Parameter[2];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func>,System.Threading.CancellationToken);Argument[3];Argument[2].Parameter[2];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[1];Argument[2].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[2].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[2].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,TAccumulate,System.Func,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[2];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[2];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1].ReturnValue;ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TAccumulate,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].ReturnValue;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].ReturnValue;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3].Parameter[0];value;hq-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AggregateBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,TAccumulate,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;AllAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;AnyAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;Append;(System.Collections.Generic.IAsyncEnumerable,TSource);Argument[1];ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Cast;(System.Collections.Generic.IAsyncEnumerable);Argument[0];ReturnValue;value;dfc-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;CountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;CountBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;CountBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;DefaultIfEmpty;(System.Collections.Generic.IAsyncEnumerable,TSource);Argument[1];ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;DistinctBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;DistinctBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ExceptBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ExceptBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;FirstOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,TSource,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;GroupJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,TResult>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;IntersectBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;IntersectBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Join;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;LastOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,TSource,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LeftJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;LongCountAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;MaxByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;MinByAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Order;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IComparer);Argument[1];ReturnValue;taint;df-generated | +| System.Linq;AsyncEnumerable;OrderBy;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;OrderBy;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;OrderByDescending;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;OrderByDescending;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;OrderDescending;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IComparer);Argument[1];ReturnValue;taint;df-generated | +| System.Linq;AsyncEnumerable;Prepend;(System.Collections.Generic.IAsyncEnumerable,TSource);Argument[1];ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Repeat;(TResult,System.Int32);Argument[0];ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;RightJoin;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Select;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1].ReturnValue.Element;Argument[2].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1].ReturnValue.Element;Argument[2].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1].ReturnValue.Element;Argument[2].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1].ReturnValue.Element;Argument[2].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1].ReturnValue.Element;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1].ReturnValue.Element;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1].ReturnValue.Element;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1].ReturnValue.Element;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SelectMany;(System.Collections.Generic.IAsyncEnumerable,System.Func>>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Threading.CancellationToken);Argument[2];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[2];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,TSource,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;SingleOrDefaultAsync;(System.Collections.Generic.IAsyncEnumerable,TSource,System.Threading.CancellationToken);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated | +| System.Linq;AsyncEnumerable;Skip;(System.Collections.Generic.IAsyncEnumerable,System.Int32);Argument[0];ReturnValue;value;dfc-generated | +| System.Linq;AsyncEnumerable;SkipLast;(System.Collections.Generic.IAsyncEnumerable,System.Int32);Argument[0];ReturnValue;value;dfc-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;SkipWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;TakeWhile;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ThenBy;(System.Linq.IOrderedAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ThenBy;(System.Linq.IOrderedAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ThenByDescending;(System.Linq.IOrderedAsyncEnumerable,System.Func>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ThenByDescending;(System.Linq.IOrderedAsyncEnumerable,System.Func,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToAsyncEnumerable;(System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToDictionaryAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[4];Argument[2].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;dfc-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[3];Argument[1].Parameter[1];value;hq-generated | +| System.Linq;AsyncEnumerable;ToLookupAsync;(System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;UnionBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;UnionBy;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Where;(System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[2].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;AsyncEnumerable;Zip;(System.Collections.Generic.IAsyncEnumerable,System.Collections.Generic.IAsyncEnumerable,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,TAccumulate,System.Func,System.Func);Argument[0].Element;Argument[2].Parameter[1];value;manual | | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,TAccumulate,System.Func,System.Func);Argument[1];Argument[2].Parameter[0];value;manual | | System.Linq;Enumerable;Aggregate;(System.Collections.Generic.IEnumerable,TAccumulate,System.Func,System.Func);Argument[2].ReturnValue;Argument[3].Parameter[0];value;manual | @@ -10205,6 +10740,34 @@ | System.Linq;Enumerable;LastOrDefault;(System.Collections.Generic.IEnumerable,System.Func,TSource);Argument[2];ReturnValue;value;dfc-generated | | System.Linq;Enumerable;LastOrDefault;(System.Collections.Generic.IEnumerable,System.Func,TSource);Argument[2];ReturnValue;value;hq-generated | | System.Linq;Enumerable;LastOrDefault;(System.Collections.Generic.IEnumerable,TSource);Argument[1];ReturnValue;value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[4].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[4].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[4].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[4].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;LeftJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | System.Linq;Enumerable;LongCount;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Enumerable;LongCount;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Enumerable;Max;(System.Collections.Generic.IEnumerable>);Argument[0].Element;ReturnValue;value;dfc-generated | @@ -10289,6 +10852,35 @@ | System.Linq;Enumerable;Prepend;(System.Collections.Generic.IEnumerable,TSource);Argument[1];ReturnValue;taint;df-generated | | System.Linq;Enumerable;Repeat;(TResult,System.Int32);Argument[0];ReturnValue;taint;df-generated | | System.Linq;Enumerable;Reverse;(System.Collections.Generic.IEnumerable);Argument[0].Element;ReturnValue.Element;value;manual | +| System.Linq;Enumerable;Reverse;(TSource[]);Argument[0].Element;ReturnValue;taint;df-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[0].Element;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[4].Parameter[1];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[1].Element;Argument[4].Parameter[1];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[2].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[0].Element;Argument[2].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[3].Parameter[0];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[3].Parameter[0];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[4].Parameter[1];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[1].Element;Argument[4].Parameter[1];value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,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;RightJoin;(System.Collections.Generic.IEnumerable,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;RightJoin;(System.Collections.Generic.IEnumerable,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;RightJoin;(System.Collections.Generic.IEnumerable,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;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4].ReturnValue;ReturnValue.Element;value;hq-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;dfc-generated | +| System.Linq;Enumerable;RightJoin;(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable,System.Func,System.Func,System.Func,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | System.Linq;Enumerable;Select;(System.Collections.Generic.IEnumerable,System.Func);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Enumerable;Select;(System.Collections.Generic.IEnumerable,System.Func);Argument[1].ReturnValue;ReturnValue.Element;value;manual | | System.Linq;Enumerable;Select;(System.Collections.Generic.IEnumerable,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;manual | @@ -10471,6 +11063,8 @@ | System.Linq;EnumerableQuery;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current];value;manual | | System.Linq;EnumerableQuery;ToString;();Argument[this];ReturnValue;taint;df-generated | | System.Linq;EnumerableQuery;get_Expression;();Argument[this].SyntheticField[System.Linq.EnumerableQuery`1._expression];ReturnValue;value;dfc-generated | +| System.Linq;IOrderedAsyncEnumerable;CreateOrderedAsyncEnumerable;(System.Func>,System.Collections.Generic.IComparer,System.Boolean);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | +| System.Linq;IOrderedAsyncEnumerable;CreateOrderedAsyncEnumerable;(System.Func,System.Collections.Generic.IComparer,System.Boolean);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Linq;IOrderedEnumerable;CreateOrderedEnumerable;(System.Func,System.Collections.Generic.IComparer,System.Boolean);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Linq;IQueryable;get_Provider;();Argument[this];ReturnValue;value;dfc-generated | | System.Linq;ImmutableArrayExtensions;Aggregate;(System.Collections.Immutable.ImmutableArray,System.Func);Argument[1].ReturnValue;Argument[1].Parameter[0];value;dfc-generated | @@ -11152,15 +11746,23 @@ | System.Linq;Queryable;LastOrDefault;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;ReturnValue;value;manual | | System.Linq;Queryable;LastOrDefault;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;LastOrDefault;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,TSource);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,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;LeftJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;LongCount;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;LongCount;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;Max;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;Max;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;MaxBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;MaxBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;MaxBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;Min;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;Min;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;MinBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;MinBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;MinBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;OfType;(System.Linq.IQueryable);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Queryable;OrderBy;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | @@ -11176,6 +11778,12 @@ | System.Linq;Queryable;OrderByDescending;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[0].Element;ReturnValue.Element;value;manual | | System.Linq;Queryable;OrderByDescending;(System.Linq.IQueryable,System.Linq.Expressions.Expression>,System.Collections.Generic.IComparer);Argument[1];Argument[1].Parameter[delegate-self];value;manual | | System.Linq;Queryable;Reverse;(System.Linq.IQueryable);Argument[0].Element;ReturnValue.Element;value;manual | +| System.Linq;Queryable;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | +| System.Linq;Queryable;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,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;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,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;RightJoin;(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Linq.Expressions.Expression>,System.Collections.Generic.IEqualityComparer);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated | | System.Linq;Queryable;Select;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[0].Element;Argument[1].Parameter[0];value;manual | | System.Linq;Queryable;Select;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1].ReturnValue;ReturnValue.Element;value;manual | | System.Linq;Queryable;Select;(System.Linq.IQueryable,System.Linq.Expressions.Expression>);Argument[1];Argument[1].Parameter[delegate-self];value;manual | @@ -11701,6 +12309,15 @@ | System.Net.Security;SslStream;get_TransportContext;();Argument[this];ReturnValue;taint;df-generated | | System.Net.Security;SslStreamCertificateContext;Create;(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean);Argument[0];ReturnValue.Property[System.Net.Security.SslStreamCertificateContext.TargetCertificate];value;dfc-generated | | System.Net.Security;SslStreamCertificateContext;Create;(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean,System.Net.Security.SslCertificateTrust);Argument[0];ReturnValue.Property[System.Net.Security.SslStreamCertificateContext.TargetCertificate];value;dfc-generated | +| System.Net.ServerSentEvents;SseFormatter;WriteAsync;(System.Collections.Generic.IAsyncEnumerable>,System.IO.Stream,System.Action,System.Buffers.IBufferWriter>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Net.ServerSentEvents;SseItem;SseItem;(T,System.String);Argument[0];Argument[this].Property[System.Net.ServerSentEvents.SseItem`1.Data];value;dfc-generated | +| System.Net.ServerSentEvents;SseItem;SseItem;(T,System.String);Argument[1];Argument[this].SyntheticField[System.Net.ServerSentEvents.SseItem`1._eventType];value;dfc-generated | +| System.Net.ServerSentEvents;SseItem;get_EventType;();Argument[this].SyntheticField[System.Net.ServerSentEvents.SseItem`1._eventType];ReturnValue;value;dfc-generated | +| System.Net.ServerSentEvents;SseItemParser;BeginInvoke;(System.String,System.ReadOnlySpan,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System.Net.ServerSentEvents;SseParser;Create;(System.IO.Stream);Argument[0];ReturnValue;taint;df-generated | +| System.Net.ServerSentEvents;SseParser;Create;(System.IO.Stream,System.Net.ServerSentEvents.SseItemParser);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Net.ServerSentEvents;SseParser;Enumerate;();Argument[this];ReturnValue;taint;df-generated | +| System.Net.ServerSentEvents;SseParser;EnumerateAsync;(System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated | | System.Net.Sockets;IPPacketInformation;get_Address;();Argument[this];ReturnValue;taint;df-generated | | System.Net.Sockets;IPv6MulticastOption;IPv6MulticastOption;(System.Net.IPAddress);Argument[0];Argument[this];taint;df-generated | | System.Net.Sockets;IPv6MulticastOption;IPv6MulticastOption;(System.Net.IPAddress,System.Int64);Argument[0];Argument[this];taint;df-generated | @@ -12078,13 +12695,20 @@ | System.Numerics;INumber;Clamp;(TSelf,TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Clamp;(TSelf,TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Clamp;(TSelf,TSelf,TSelf);Argument[2];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;ClampNative;(TSelf,TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;ClampNative;(TSelf,TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;ClampNative;(TSelf,TSelf,TSelf);Argument[2];ReturnValue;value;dfc-generated | | System.Numerics;INumber;CopySign;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Max;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Max;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;MaxNative;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;MaxNative;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | | System.Numerics;INumber;MaxNumber;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;MaxNumber;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Min;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;Min;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;MinNative;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | +| System.Numerics;INumber;MinNative;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | | System.Numerics;INumber;MinNumber;(TSelf,TSelf);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumber;MinNumber;(TSelf,TSelf);Argument[1];ReturnValue;value;dfc-generated | | System.Numerics;INumberBase;CreateChecked;(TOther);Argument[0];ReturnValue;value;dfc-generated | @@ -12092,6 +12716,9 @@ | System.Numerics;INumberBase;CreateTruncating;(TOther);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;INumberBase;MultiplyAddEstimate;(TSelf,TSelf,TSelf);Argument[2];ReturnValue;taint;dfc-generated | | System.Numerics;Plane;ToString;();Argument[this].Field[System.Numerics.Plane.Normal];ReturnValue;taint;dfc-generated | +| System.Numerics;Vector2;op_UnaryPlus;(System.Numerics.Vector2);Argument[0];ReturnValue;value;dfc-generated | +| System.Numerics;Vector3;op_UnaryPlus;(System.Numerics.Vector3);Argument[0];ReturnValue;value;dfc-generated | +| System.Numerics;Vector4;op_UnaryPlus;(System.Numerics.Vector4);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;Vector;Abs;(System.Numerics.Vector);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;Vector;CopySign;(System.Numerics.Vector,System.Numerics.Vector);Argument[0];ReturnValue;value;dfc-generated | | System.Numerics;Vector;Round;(System.Numerics.Vector);Argument[0];ReturnValue;value;dfc-generated | @@ -12873,6 +13500,21 @@ | System.Runtime.CompilerServices;CallSite;get_Binder;();Argument[this];ReturnValue;taint;df-generated | | System.Runtime.CompilerServices;ConditionalWeakTable+CreateValueCallback;BeginInvoke;(TKey,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | | System.Runtime.CompilerServices;ConditionalWeakTable;Clear;();Argument[this].WithoutElement;Argument[this];value;manual | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[0];Argument[1].Parameter[0];value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[0];Argument[1].Parameter[0];value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[1].ReturnValue;ReturnValue;value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[1].ReturnValue;ReturnValue;value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,TValue);Argument[1];ReturnValue;value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[0];Argument[1].Parameter[0];value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[0];Argument[1].Parameter[0];value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[1].ReturnValue;ReturnValue;value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[1].ReturnValue;ReturnValue;value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[2];Argument[1].Parameter[1];value;dfc-generated | +| System.Runtime.CompilerServices;ConditionalWeakTable;GetOrAdd;(TKey,System.Func,TArg);Argument[2];Argument[1].Parameter[1];value;hq-generated | | System.Runtime.CompilerServices;ConditionalWeakTable;GetValue;(TKey,System.Runtime.CompilerServices.ConditionalWeakTable+CreateValueCallback);Argument[0];Argument[1].Parameter[0];value;dfc-generated | | System.Runtime.CompilerServices;ConditionalWeakTable;GetValue;(TKey,System.Runtime.CompilerServices.ConditionalWeakTable+CreateValueCallback);Argument[0];Argument[1].Parameter[0];value;hq-generated | | System.Runtime.CompilerServices;ConditionalWeakTable;GetValue;(TKey,System.Runtime.CompilerServices.ConditionalWeakTable+CreateValueCallback);Argument[1].ReturnValue;ReturnValue;value;dfc-generated | @@ -12935,6 +13577,7 @@ | System.Runtime.ExceptionServices;ExceptionDispatchInfo;SetRemoteStackTrace;(System.Exception,System.String);Argument[1];Argument[0].SyntheticField[System.Exception._remoteStackTraceString];taint;dfc-generated | | System.Runtime.ExceptionServices;ExceptionDispatchInfo;SetRemoteStackTrace;(System.Exception,System.String);Argument[1];ReturnValue.SyntheticField[System.Exception._remoteStackTraceString];taint;dfc-generated | | System.Runtime.ExceptionServices;ExceptionDispatchInfo;get_SourceException;();Argument[this].SyntheticField[System.Runtime.ExceptionServices.ExceptionDispatchInfo._exception];ReturnValue;value;dfc-generated | +| System.Runtime.ExceptionServices;ExceptionHandling;SetUnhandledExceptionHandler;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Runtime.InteropServices.JavaScript;JSMarshalerArgument+ArgumentToJSCallback;BeginInvoke;(System.Runtime.InteropServices.JavaScript.JSMarshalerArgument,T,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Runtime.InteropServices.JavaScript;JSMarshalerArgument+ArgumentToManagedCallback;BeginInvoke;(System.Runtime.InteropServices.JavaScript.JSMarshalerArgument,T,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System.Runtime.InteropServices.JavaScript;JSMarshalerArgument;ToJS;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | @@ -13053,6 +13696,7 @@ | System.Runtime.InteropServices;ImmutableCollectionsMarshal;AsArray;(System.Collections.Immutable.ImmutableArray);Argument[0].Element;ReturnValue;taint;df-generated | | System.Runtime.InteropServices;ImmutableCollectionsMarshal;AsImmutableArray;(T[]);Argument[0].Element;ReturnValue;taint;df-generated | | System.Runtime.InteropServices;ImportedFromTypeLibAttribute;ImportedFromTypeLibAttribute;(System.String);Argument[0];Argument[this].Property[System.Runtime.InteropServices.ImportedFromTypeLibAttribute.Value];value;dfc-generated | +| System.Runtime.InteropServices;JsonMarshal;GetRawUtf8PropertyName;(System.Text.Json.JsonProperty);Argument[0];ReturnValue;taint;df-generated | | System.Runtime.InteropServices;ManagedToNativeComInteropStubAttribute;ManagedToNativeComInteropStubAttribute;(System.Type,System.String);Argument[1];Argument[this].Property[System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute.MethodName];value;dfc-generated | | System.Runtime.InteropServices;Marshal;InitHandle;(System.Runtime.InteropServices.SafeHandle,System.IntPtr);Argument[1];Argument[0].Field[System.Runtime.InteropServices.SafeHandle.handle];value;dfc-generated | | System.Runtime.InteropServices;MemoryMarshal;CreateFromPinnedArray;(T[],System.Int32,System.Int32);Argument[0].Element;ReturnValue;taint;df-generated | @@ -13369,6 +14013,12 @@ | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;AddRange;(System.Security.Cryptography.X509Certificates.X509Certificate2Collection);Argument[0].Element;Argument[this].Element;value;manual | | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;AddRange;(System.Security.Cryptography.X509Certificates.X509Certificate2[]);Argument[0].Element;Argument[this].Element;value;manual | | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;Find;(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean);Argument[this].Element;ReturnValue;value;manual | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan);Argument[this].Element;ReturnValue.Element;value;dfc-generated | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan);Argument[this].Element;ReturnValue.Property[System.Collections.CollectionBase.List].Element;value;dfc-generated | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan);Argument[this].Element;ReturnValue.Element;value;dfc-generated | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan);Argument[this].Element;ReturnValue.Property[System.Collections.CollectionBase.List].Element;value;dfc-generated | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.String);Argument[this].Element;ReturnValue.Element;value;dfc-generated | +| System.Security.Cryptography.X509Certificates;X509Certificate2Collection;FindByThumbprint;(System.Security.Cryptography.HashAlgorithmName,System.String);Argument[this].Element;ReturnValue.Property[System.Collections.CollectionBase.List].Element;value;dfc-generated | | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;GetEnumerator;();Argument[this].Element;ReturnValue.Property[System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator.Current];value;manual | | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;Insert;(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2);Argument[1];Argument[this].Element;value;manual | | System.Security.Cryptography.X509Certificates;X509Certificate2Collection;RemoveRange;(System.Security.Cryptography.X509Certificates.X509Certificate2Collection);Argument[0].Element;Argument[this];taint;df-generated | @@ -13755,6 +14405,7 @@ | System.Text.Json.Nodes;JsonArray;Add;(T);Argument[this];Argument[0];taint;df-generated | | System.Text.Json.Nodes;JsonArray;Create;(System.Text.Json.JsonElement,System.Nullable);Argument[0];ReturnValue;taint;df-generated | | System.Text.Json.Nodes;JsonArray;GetValues;();Argument[this];ReturnValue;taint;df-generated | +| System.Text.Json.Nodes;JsonArray;RemoveAll;(System.Func);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System.Text.Json.Nodes;JsonNode;AsArray;();Argument[this];ReturnValue;value;dfc-generated | | System.Text.Json.Nodes;JsonNode;AsObject;();Argument[this];ReturnValue;value;dfc-generated | | System.Text.Json.Nodes;JsonNode;AsValue;();Argument[this];ReturnValue;value;dfc-generated | @@ -14101,6 +14752,7 @@ | System.Text;SpanLineEnumerator;GetEnumerator;();Argument[this];ReturnValue;value;dfc-generated | | System.Text;SpanLineEnumerator;MoveNext;();Argument[this].SyntheticField[System.Text.SpanLineEnumerator._remaining].Element;Argument[this].SyntheticField[System.Text.SpanLineEnumerator._current].Element;value;dfc-generated | | System.Text;SpanLineEnumerator;MoveNext;();Argument[this].SyntheticField[System.Text.SpanLineEnumerator._remaining];Argument[this].SyntheticField[System.Text.SpanLineEnumerator._current];value;dfc-generated | +| System.Text;SpanLineEnumerator;get_Current;();Argument[this].SyntheticField[System.Text.SpanLineEnumerator._current];ReturnValue;value;df-generated | | System.Text;SpanLineEnumerator;get_Current;();Argument[this].SyntheticField[System.Text.SpanLineEnumerator._current];ReturnValue;value;dfc-generated | | System.Text;SpanRuneEnumerator;GetEnumerator;();Argument[this];ReturnValue;value;dfc-generated | | System.Text;SpanRuneEnumerator;get_Current;();Argument[this];ReturnValue;taint;df-generated | @@ -17263,6 +17915,7 @@ | System;Environment;ExpandEnvironmentVariables;(System.String);Argument[0];ReturnValue;value;dfc-generated | | System;EventHandler;BeginInvoke;(System.Object,System.EventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System;EventHandler;BeginInvoke;(System.Object,TEventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | +| System;EventHandler;BeginInvoke;(TSender,TEventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | | System;Exception;Exception;(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext);Argument[0];Argument[this];taint;df-generated | | System;Exception;Exception;(System.String);Argument[0];Argument[this].SyntheticField[System.Exception._message];value;dfc-generated | | System;Exception;Exception;(System.String,System.Exception);Argument[0];Argument[this].SyntheticField[System.Exception._message];value;dfc-generated | @@ -17430,13 +18083,97 @@ | System;MemoryExtensions;CommonPrefixLength;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | | System;MemoryExtensions;CommonPrefixLength;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | | System;MemoryExtensions;CommonPrefixLength;(System.Span,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;Contains;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;Contains;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;ContainsAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | | System;MemoryExtensions;CopyTo;(T[],System.Memory);Argument[0].Element;Argument[1].Property[System.Memory`1.Span].Element;value;dfc-generated | | System;MemoryExtensions;CopyTo;(T[],System.Span);Argument[0].Element;Argument[1].Element;value;dfc-generated | +| System;MemoryExtensions;Count;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;Count;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;Count;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;Count;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;EndsWith;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;EndsWith;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;EndsWith;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;EndsWith;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | | System;MemoryExtensions;EnumerateLines;(System.ReadOnlySpan);Argument[0];ReturnValue.SyntheticField[System.Text.SpanLineEnumerator._remaining];value;dfc-generated | | System;MemoryExtensions;EnumerateRunes;(System.ReadOnlySpan);Argument[0];ReturnValue;taint;df-generated | +| System;MemoryExtensions;IndexOf;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOf;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOf;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOf;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;IndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOf;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOf;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOf;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOf;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAny;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[3];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | +| System;MemoryExtensions;LastIndexOfAnyExcept;(System.ReadOnlySpan,T,T,T,System.Collections.Generic.IEqualityComparer);Argument[3];Argument[4];taint;df-generated | | System;MemoryExtensions;Replace;(System.ReadOnlySpan,System.Span,T,T);Argument[0].Element;Argument[1].Element;value;manual | | System;MemoryExtensions;Replace;(System.ReadOnlySpan,System.Span,T,T);Argument[3];Argument[1].Element;value;manual | +| System;MemoryExtensions;Replace;(System.ReadOnlySpan,System.Span,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[4];taint;df-generated | +| System;MemoryExtensions;Replace;(System.ReadOnlySpan,System.Span,T,T,System.Collections.Generic.IEqualityComparer);Argument[2];Argument[4];taint;df-generated | | System;MemoryExtensions;Replace;(System.Span,T,T);Argument[2];Argument[0].Element;value;manual | +| System;MemoryExtensions;Replace;(System.Span,T,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[3];taint;df-generated | +| System;MemoryExtensions;Replace;(System.Span,T,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[3];taint;df-generated | +| System;MemoryExtensions;SequenceCompareTo;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;SequenceCompareTo;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IComparer);Argument[1];Argument[2];taint;df-generated | | System;MemoryExtensions;SequenceEqual;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | | System;MemoryExtensions;SequenceEqual;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | | System;MemoryExtensions;SequenceEqual;(System.Span,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | @@ -17455,6 +18192,10 @@ | System;MemoryExtensions;SplitAny;(System.ReadOnlySpan,System.Buffers.SearchValues);Argument[1];ReturnValue;taint;df-generated | | System;MemoryExtensions;SplitAny;(System.ReadOnlySpan,System.ReadOnlySpan);Argument[0];ReturnValue;taint;df-generated | | System;MemoryExtensions;SplitAny;(System.ReadOnlySpan,System.ReadOnlySpan);Argument[1];ReturnValue;taint;df-generated | +| System;MemoryExtensions;StartsWith;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;StartsWith;(System.ReadOnlySpan,System.ReadOnlySpan,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | +| System;MemoryExtensions;StartsWith;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[0];Argument[2];taint;df-generated | +| System;MemoryExtensions;StartsWith;(System.ReadOnlySpan,T,System.Collections.Generic.IEqualityComparer);Argument[1];Argument[2];taint;df-generated | | System;MemoryExtensions;Trim;(System.Memory);Argument[0];ReturnValue;taint;df-generated | | System;MemoryExtensions;Trim;(System.ReadOnlyMemory);Argument[0].SyntheticField[System.ReadOnlyMemory`1._object];ReturnValue.SyntheticField[System.ReadOnlyMemory`1._object];value;dfc-generated | | System;MemoryExtensions;Trim;(System.ReadOnlySpan);Argument[0].Element;ReturnValue.Element;value;dfc-generated | @@ -17741,6 +18482,7 @@ | System;String;TryParse;(System.String,System.IFormatProvider,System.String);Argument[0];Argument[2];value;dfc-generated | | System;StringNormalizationExtensions;Normalize;(System.String);Argument[0];ReturnValue;value;dfc-generated | | System;StringNormalizationExtensions;Normalize;(System.String,System.Text.NormalizationForm);Argument[0];ReturnValue;value;dfc-generated | +| System;StringNormalizationExtensions;TryNormalize;(System.ReadOnlySpan,System.Span,System.Int32,System.Text.NormalizationForm);Argument[0].Element;Argument[1].Element;value;dfc-generated | | System;TimeProvider;CreateTimer;(System.Threading.TimerCallback,System.Object,System.TimeSpan,System.TimeSpan);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated | | System;TimeSpan;op_UnaryPlus;(System.TimeSpan);Argument[0];ReturnValue;value;dfc-generated | | System;TimeZone;GetDaylightChanges;(System.Int32);Argument[this];ReturnValue;taint;df-generated | diff --git a/csharp/ql/test/library-tests/dataflow/library/options b/csharp/ql/test/library-tests/dataflow/library/options index 4567d1b25473..80e3083dfa65 100644 --- a/csharp/ql/test/library-tests/dataflow/library/options +++ b/csharp/ql/test/library-tests/dataflow/library/options @@ -1,12 +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/Newtonsoft.Json/13.0.4/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.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/Dapper/2.1.66/Dapper.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/ServiceStack/10.0.4/ServiceStack.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/ServiceStack.OrmLite.SqlServer/10.0.4/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: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Drawing.Common/10.0.1/System.Drawing.Common.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Windows.Extensions/10.0.1/System.Windows.Extensions.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Security.Permissions/10.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/frameworks/Aws/options b/csharp/ql/test/library-tests/frameworks/Aws/options index fff7a0321cd8..9c97aaaaec7b 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.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 +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Amazon.Lambda.Core/2.8.0/Amazon.Lambda.Core.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.3/Amazon.Lambda.APIGatewayEvents.csproj diff --git a/csharp/ql/test/library-tests/frameworks/JsonNET/options b/csharp/ql/test/library-tests/frameworks/JsonNET/options index c1876368cd31..baea6d14732c 100644 --- a/csharp/ql/test/library-tests/frameworks/JsonNET/options +++ b/csharp/ql/test/library-tests/frameworks/JsonNET/options @@ -1 +1 @@ -semmle-extractor-options: /nostdlib /noconfig --load-sources-from-project:../../../resources/stubs/Newtonsoft.Json/13.0.3/Newtonsoft.Json.csproj +semmle-extractor-options: /nostdlib /noconfig --load-sources-from-project:../../../resources/stubs/Newtonsoft.Json/13.0.4/Newtonsoft.Json.csproj diff --git a/csharp/ql/test/library-tests/frameworks/NHibernate/options b/csharp/ql/test/library-tests/frameworks/NHibernate/options index cc66a2162ea0..08592bac6aad 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.5.2/NHibernate.csproj +semmle-extractor-options: /nostdlib /noconfig --load-sources-from-project:../../../resources/stubs/NHibernate/5.6.0/NHibernate.csproj diff --git a/csharp/ql/test/library-tests/frameworks/ServiceStack/options b/csharp/ql/test/library-tests/frameworks/ServiceStack/options index 44ebf9589324..53fa2cb023ff 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.5.2/ServiceStack.csproj -semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj +semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack/10.0.4/ServiceStack.csproj +semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack.OrmLite.SqlServer/10.0.4/ServiceStack.OrmLite.SqlServer.csproj diff --git a/csharp/ql/test/library-tests/security/dataflow/flowsources/options b/csharp/ql/test/library-tests/security/dataflow/flowsources/options index f6b3429939db..6535096343f7 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/9.0.1/System.Data.OleDb.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.OleDb/10.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/Security Features/CWE-089-2/options b/csharp/ql/test/query-tests/Security Features/CWE-089-2/options index 5601356ee484..53003956669a 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-089-2/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-089-2/options @@ -1,4 +1,4 @@ semmle-extractor-options: /nostdlib /noconfig -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Microsoft.Data.SqlClient/6.0.2/Microsoft.Data.SqlClient.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Microsoft.Data.SqlClient/6.1.3/Microsoft.Data.SqlClient.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-089/options b/csharp/ql/test/query-tests/Security Features/CWE-089/options index 7cdc544e958f..8ac012aabddf 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-089/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-089/options @@ -1,7 +1,8 @@ semmle-extractor-options: /nostdlib /noconfig -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/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj +semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Dapper/2.1.66/Dapper.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/NHibernate/5.6.0/NHibernate.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: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SQLite/2.0.2/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 -semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/NHibernate/5.5.2/NHibernate.csproj diff --git a/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInputNewtonsoftJson/options b/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInputNewtonsoftJson/options index 750b4e671894..d91166309092 100644 --- a/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInputNewtonsoftJson/options +++ b/csharp/ql/test/query-tests/Security Features/CWE-502/UnsafeDeserializationUntrustedInputNewtonsoftJson/options @@ -1,3 +1,3 @@ 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/Newtonsoft.Json/13.0.4/Newtonsoft.Json.csproj semmle-extractor-options: ${testdir}/../../../../resources/stubs/System.Web.cs diff --git a/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.cs b/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.3/Amazon.Lambda.APIGatewayEvents.cs similarity index 99% rename from csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.cs rename to csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.3/Amazon.Lambda.APIGatewayEvents.cs index 03c1a88f6871..1382eb86224b 100644 --- a/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.cs +++ b/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.3/Amazon.Lambda.APIGatewayEvents.cs @@ -31,6 +31,7 @@ public class IAMPolicyStatement 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 NotResource { get => throw null; set { } } public System.Collections.Generic.HashSet Resource { get => throw null; set { } } } public System.Collections.Generic.List Statement { get => throw null; set { } } diff --git a/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.csproj b/csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.3/Amazon.Lambda.APIGatewayEvents.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.csproj rename to csharp/ql/test/resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.3/Amazon.Lambda.APIGatewayEvents.csproj diff --git a/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.cs b/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.8.0/Amazon.Lambda.Core.cs similarity index 86% rename from csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.cs rename to csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.8.0/Amazon.Lambda.Core.cs index 1a9cab91201c..3acd4747a20a 100644 --- a/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.cs +++ b/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.8.0/Amazon.Lambda.Core.cs @@ -38,6 +38,8 @@ public interface ILambdaContext string LogStreamName { get; } int MemoryLimitInMB { get; } System.TimeSpan RemainingTime { get; } + virtual string TenantId { get => throw null; } + virtual string TraceId { get => throw null; } } public interface ILambdaLogger { @@ -76,6 +78,10 @@ public interface ILambdaSerializer public static class LambdaLogger { public static void Log(string message) => throw null; + public static void Log(string level, string message, params object[] args) => throw null; + public static void Log(Amazon.Lambda.Core.LogLevel level, string message, params object[] args) => throw null; + public static void Log(string level, System.Exception exception, string message, params object[] args) => throw null; + public static void Log(Amazon.Lambda.Core.LogLevel level, System.Exception exception, string message, params object[] args) => throw null; } [System.AttributeUsage((System.AttributeTargets)65, AllowMultiple = false)] public sealed class LambdaSerializerAttribute : System.Attribute @@ -83,6 +89,11 @@ public sealed class LambdaSerializerAttribute : System.Attribute public LambdaSerializerAttribute(System.Type serializerType) => throw null; public System.Type SerializerType { get => throw null; set { } } } + public class LambdaTraceProvider + { + public LambdaTraceProvider() => throw null; + public static string CurrentTraceId { get => throw null; } + } public enum LogLevel { Trace = 0, diff --git a/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.csproj b/csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.8.0/Amazon.Lambda.Core.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.csproj rename to csharp/ql/test/resources/stubs/Amazon.Lambda.Core/2.8.0/Amazon.Lambda.Core.csproj diff --git a/csharp/ql/test/resources/stubs/Antlr3.Runtime/3.5.1/Antlr3.Runtime.csproj b/csharp/ql/test/resources/stubs/Antlr3.Runtime/3.5.1/Antlr3.Runtime.csproj index b1003793c720..962bde03a21c 100644 --- a/csharp/ql/test/resources/stubs/Antlr3.Runtime/3.5.1/Antlr3.Runtime.csproj +++ b/csharp/ql/test/resources/stubs/Antlr3.Runtime/3.5.1/Antlr3.Runtime.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Azure.Core/1.38.0/Azure.Core.csproj b/csharp/ql/test/resources/stubs/Azure.Core/1.38.0/Azure.Core.csproj deleted file mode 100644 index 4be1ba89cb8b..000000000000 --- a/csharp/ql/test/resources/stubs/Azure.Core/1.38.0/Azure.Core.csproj +++ /dev/null @@ -1,20 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/Azure.Core/1.38.0/Azure.Core.cs b/csharp/ql/test/resources/stubs/Azure.Core/1.47.1/Azure.Core.cs similarity index 92% rename from csharp/ql/test/resources/stubs/Azure.Core/1.38.0/Azure.Core.cs rename to csharp/ql/test/resources/stubs/Azure.Core/1.47.1/Azure.Core.cs index c56fc0888b00..a902202b9640 100644 --- a/csharp/ql/test/resources/stubs/Azure.Core/1.38.0/Azure.Core.cs +++ b/csharp/ql/test/resources/stubs/Azure.Core/1.47.1/Azure.Core.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Azure.Core, Version=1.38.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`. +// Generated from `Azure.Core, Version=1.47.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`. namespace Azure { public abstract class AsyncPageable : System.Collections.Generic.IAsyncEnumerable @@ -22,11 +22,10 @@ public static partial class AzureCoreExtensions public static System.Threading.Tasks.ValueTask ToObjectAsync(this System.BinaryData data, Azure.Core.Serialization.ObjectSerializer serializer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static object ToObjectFromJson(this System.BinaryData data) => throw null; } - public class AzureKeyCredential + public class AzureKeyCredential : System.ClientModel.ApiKeyCredential { - public AzureKeyCredential(string key) => throw null; + public AzureKeyCredential(string key) : base(default(string)) => throw null; public string Key { get => throw null; } - public void Update(string key) => throw null; } public class AzureNamedKeyCredential { @@ -46,10 +45,19 @@ namespace Core public struct AccessToken { public AccessToken(string accessToken, System.DateTimeOffset expiresOn) => throw null; + public AccessToken(string accessToken, System.DateTimeOffset expiresOn, System.DateTimeOffset? refreshOn) => throw null; + public AccessToken(string accessToken, System.DateTimeOffset expiresOn, System.DateTimeOffset? refreshOn, string tokenType) => throw null; public override bool Equals(object obj) => throw null; public System.DateTimeOffset ExpiresOn { get => throw null; } public override int GetHashCode() => throw null; + public System.DateTimeOffset? RefreshOn { get => throw null; } public string Token { get => throw null; } + public string TokenType { get => throw null; } + } + public class AzureCoreContext : System.ClientModel.Primitives.ModelReaderWriterContext + { + public static Azure.Core.AzureCoreContext Default { get => throw null; } + protected override bool TryGetTypeBuilderCore(System.Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder builder) => throw null; } public struct AzureLocation : System.IEquatable { @@ -90,6 +98,7 @@ public struct AzureLocation : System.IEquatable public static Azure.Core.AzureLocation JapanWest { get => throw null; } public static Azure.Core.AzureLocation KoreaCentral { get => throw null; } public static Azure.Core.AzureLocation KoreaSouth { get => throw null; } + public static Azure.Core.AzureLocation MexicoCentral { get => throw null; } public string Name { get => throw null; } public static Azure.Core.AzureLocation NorthCentralUS { get => throw null; } public static Azure.Core.AzureLocation NorthEurope { get => throw null; } @@ -106,6 +115,7 @@ public struct AzureLocation : System.IEquatable public static Azure.Core.AzureLocation SouthCentralUS { get => throw null; } public static Azure.Core.AzureLocation SoutheastAsia { get => throw null; } public static Azure.Core.AzureLocation SouthIndia { get => throw null; } + public static Azure.Core.AzureLocation SpainCentral { get => throw null; } public static Azure.Core.AzureLocation SwedenCentral { get => throw null; } public static Azure.Core.AzureLocation SwedenSouth { get => throw null; } public static Azure.Core.AzureLocation SwitzerlandNorth { get => throw null; } @@ -194,6 +204,7 @@ public class AzureEventSourceListener : System.Diagnostics.Tracing.EventListener { public static Azure.Core.Diagnostics.AzureEventSourceListener CreateConsoleLogger(System.Diagnostics.Tracing.EventLevel level = default(System.Diagnostics.Tracing.EventLevel)) => throw null; public static Azure.Core.Diagnostics.AzureEventSourceListener CreateTraceLogger(System.Diagnostics.Tracing.EventLevel level = default(System.Diagnostics.Tracing.EventLevel)) => throw null; + public AzureEventSourceListener(System.Action log, System.Diagnostics.Tracing.EventLevel level) => throw null; public AzureEventSourceListener(System.Action log, System.Diagnostics.Tracing.EventLevel level) => throw null; protected override sealed void OnEventSourceCreated(System.Diagnostics.Tracing.EventSource eventSource) => throw null; protected override sealed void OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs eventData) => throw null; @@ -317,14 +328,20 @@ public enum GeoObjectType MultiLineString = 5, GeometryCollection = 6, } - public sealed class GeoPoint : Azure.Core.GeoJson.GeoObject + public sealed class GeoPoint : Azure.Core.GeoJson.GeoObject, System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel { public Azure.Core.GeoJson.GeoPosition Coordinates { get => throw null; } + Azure.Core.GeoJson.GeoPoint System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; + Azure.Core.GeoJson.GeoPoint System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; + public GeoPoint() => throw null; public GeoPoint(double longitude, double latitude) => throw null; public GeoPoint(double longitude, double latitude, double? altitude) => throw null; public GeoPoint(Azure.Core.GeoJson.GeoPosition position) => throw null; public GeoPoint(Azure.Core.GeoJson.GeoPosition position, Azure.Core.GeoJson.GeoBoundingBox boundingBox, System.Collections.Generic.IReadOnlyDictionary customProperties) => throw null; + string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; public override Azure.Core.GeoJson.GeoObjectType Type { get => throw null; } + void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; + System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; } public sealed class GeoPointCollection : Azure.Core.GeoJson.GeoObject, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList { @@ -612,6 +629,7 @@ public abstract class RequestContent : System.IDisposable public static Azure.Core.RequestContent Create(object serializable) => throw null; public static Azure.Core.RequestContent Create(object serializable, Azure.Core.Serialization.ObjectSerializer serializer) => throw null; public static Azure.Core.RequestContent Create(object serializable, Azure.Core.Serialization.JsonPropertyNames propertyNameFormat, string dateTimeFormat = default(string)) => throw null; + public static Azure.Core.RequestContent Create(T model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel => throw null; protected RequestContent() => throw null; public abstract void Dispose(); public static implicit operator Azure.Core.RequestContent(string content) => throw null; @@ -837,11 +855,14 @@ public class TelemetryDetails public TelemetryDetails(System.Reflection.Assembly assembly, string applicationId = default(string)) => throw null; public override string ToString() => throw null; } - public abstract class TokenCredential + public abstract class TokenCredential : System.ClientModel.AuthenticationTokenProvider { + public override System.ClientModel.Primitives.GetTokenOptions CreateTokenOptions(System.Collections.Generic.IReadOnlyDictionary properties) => throw null; protected TokenCredential() => throw null; public abstract Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken); + public override System.ClientModel.Primitives.AuthenticationToken GetToken(System.ClientModel.Primitives.GetTokenOptions properties, System.Threading.CancellationToken cancellationToken) => throw null; public abstract System.Threading.Tasks.ValueTask GetTokenAsync(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken); + public override System.Threading.Tasks.ValueTask GetTokenAsync(System.ClientModel.Primitives.GetTokenOptions properties, System.Threading.CancellationToken cancellationToken) => throw null; } public struct TokenRequestContext { @@ -849,9 +870,14 @@ public struct TokenRequestContext public TokenRequestContext(string[] scopes, string parentRequestId) => throw null; public TokenRequestContext(string[] scopes, string parentRequestId, string claims) => throw null; public TokenRequestContext(string[] scopes, string parentRequestId, string claims, string tenantId) => throw null; - public TokenRequestContext(string[] scopes, string parentRequestId = default(string), string claims = default(string), string tenantId = default(string), bool isCaeEnabled = default(bool)) => throw null; + public TokenRequestContext(string[] scopes, string parentRequestId, string claims, string tenantId, bool isCaeEnabled) => throw null; + public TokenRequestContext(string[] scopes, string parentRequestId = default(string), string claims = default(string), string tenantId = default(string), bool isCaeEnabled = default(bool), bool isProofOfPossessionEnabled = default(bool), string proofOfPossessionNonce = default(string), System.Uri requestUri = default(System.Uri), string requestMethod = default(string)) => throw null; public bool IsCaeEnabled { get => throw null; } + public bool IsProofOfPossessionEnabled { get => throw null; } public string ParentRequestId { get => throw null; } + public string ProofOfPossessionNonce { get => throw null; } + public string ResourceRequestMethod { get => throw null; } + public System.Uri ResourceRequestUri { get => throw null; } public string[] Scopes { get => throw null; } public string TenantId { get => throw null; } } @@ -969,6 +995,10 @@ public abstract class Operation public virtual Azure.Core.RehydrationToken? GetRehydrationToken() => throw null; public abstract bool HasCompleted { get; } public abstract string Id { get; } + public static Azure.Operation Rehydrate(Azure.Core.Pipeline.HttpPipeline pipeline, Azure.Core.RehydrationToken rehydrationToken, Azure.Core.ClientOptions options = default(Azure.Core.ClientOptions)) where T : System.ClientModel.Primitives.IPersistableModel => throw null; + public static Azure.Operation Rehydrate(Azure.Core.Pipeline.HttpPipeline pipeline, Azure.Core.RehydrationToken rehydrationToken, Azure.Core.ClientOptions options = default(Azure.Core.ClientOptions)) => throw null; + public static System.Threading.Tasks.Task> RehydrateAsync(Azure.Core.Pipeline.HttpPipeline pipeline, Azure.Core.RehydrationToken rehydrationToken, Azure.Core.ClientOptions options = default(Azure.Core.ClientOptions)) where T : System.ClientModel.Primitives.IPersistableModel => throw null; + public static System.Threading.Tasks.Task RehydrateAsync(Azure.Core.Pipeline.HttpPipeline pipeline, Azure.Core.RehydrationToken rehydrationToken, Azure.Core.ClientOptions options = default(Azure.Core.ClientOptions)) => throw null; public override string ToString() => throw null; public abstract Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); public abstract System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); @@ -1083,12 +1113,18 @@ public abstract class Response : Azure.NullableResponse public static implicit operator T(Azure.Response response) => throw null; public override T Value { get => throw null; } } - public sealed class ResponseError + public sealed class ResponseError : System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel { public string Code { get => throw null; } + Azure.ResponseError System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; + Azure.ResponseError System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; + public ResponseError() => throw null; public ResponseError(string code, string message) => throw null; + string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; public string Message { get => throw null; } public override string ToString() => throw null; + void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; + System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; } public class SyncAsyncEventArgs : System.EventArgs { diff --git a/csharp/ql/test/resources/stubs/Iesi.Collections/4.0.4/Iesi.Collections.csproj b/csharp/ql/test/resources/stubs/Azure.Core/1.47.1/Azure.Core.csproj similarity index 58% rename from csharp/ql/test/resources/stubs/Iesi.Collections/4.0.4/Iesi.Collections.csproj rename to csharp/ql/test/resources/stubs/Azure.Core/1.47.1/Azure.Core.csproj index 032e2630cd1f..86855216a73a 100644 --- a/csharp/ql/test/resources/stubs/Iesi.Collections/4.0.4/Iesi.Collections.csproj +++ b/csharp/ql/test/resources/stubs/Azure.Core/1.47.1/Azure.Core.csproj @@ -7,8 +7,9 @@ - - + + + diff --git a/csharp/ql/test/resources/stubs/Azure.Identity/1.11.4/Azure.Identity.csproj b/csharp/ql/test/resources/stubs/Azure.Identity/1.11.4/Azure.Identity.csproj deleted file mode 100644 index 3ff33c8434fb..000000000000 --- a/csharp/ql/test/resources/stubs/Azure.Identity/1.11.4/Azure.Identity.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/Azure.Identity/1.11.4/Azure.Identity.cs b/csharp/ql/test/resources/stubs/Azure.Identity/1.14.2/Azure.Identity.cs similarity index 92% rename from csharp/ql/test/resources/stubs/Azure.Identity/1.11.4/Azure.Identity.cs rename to csharp/ql/test/resources/stubs/Azure.Identity/1.14.2/Azure.Identity.cs index 253b97a6585a..a72da3d94c2f 100644 --- a/csharp/ql/test/resources/stubs/Azure.Identity/1.11.4/Azure.Identity.cs +++ b/csharp/ql/test/resources/stubs/Azure.Identity/1.14.2/Azure.Identity.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Azure.Identity, Version=1.11.4.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`. +// Generated from `Azure.Identity, Version=1.14.2.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`. namespace Azure { namespace Identity @@ -64,6 +64,7 @@ public class AzureCliCredentialOptions : Azure.Identity.TokenCredentialOptions public System.Collections.Generic.IList AdditionallyAllowedTenants { get => throw null; } public AzureCliCredentialOptions() => throw null; public System.TimeSpan? ProcessTimeout { get => throw null; set { } } + public string Subscription { get => throw null; set { } } public string TenantId { get => throw null; set { } } } public class AzureDeveloperCliCredential : Azure.Core.TokenCredential @@ -80,6 +81,20 @@ public class AzureDeveloperCliCredentialOptions : Azure.Identity.TokenCredential public System.TimeSpan? ProcessTimeout { get => throw null; set { } } public string TenantId { get => throw null; set { } } } + public class AzurePipelinesCredential : Azure.Core.TokenCredential + { + protected AzurePipelinesCredential() => throw null; + public AzurePipelinesCredential(string tenantId, string clientId, string serviceConnectionId, string systemAccessToken, Azure.Identity.AzurePipelinesCredentialOptions options = default(Azure.Identity.AzurePipelinesCredentialOptions)) => throw null; + public override Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken) => throw null; + public override System.Threading.Tasks.ValueTask GetTokenAsync(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken) => throw null; + } + public class AzurePipelinesCredentialOptions : Azure.Identity.TokenCredentialOptions + { + public System.Collections.Generic.IList AdditionallyAllowedTenants { get => throw null; } + public AzurePipelinesCredentialOptions() => throw null; + public bool DisableInstanceDiscovery { get => throw null; set { } } + public Azure.Identity.TokenCachePersistenceOptions TokenCachePersistenceOptions { get => throw null; set { } } + } public class AzurePowerShellCredential : Azure.Core.TokenCredential { public AzurePowerShellCredential() => throw null; @@ -103,6 +118,7 @@ public class BrowserCustomizationOptions } public class ChainedTokenCredential : Azure.Core.TokenCredential { + protected ChainedTokenCredential() => throw null; public ChainedTokenCredential(params Azure.Core.TokenCredential[] sources) => throw null; public override Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public override System.Threading.Tasks.ValueTask GetTokenAsync(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; @@ -120,6 +136,7 @@ public class ClientAssertionCredentialOptions : Azure.Identity.TokenCredentialOp public System.Collections.Generic.IList AdditionallyAllowedTenants { get => throw null; } public ClientAssertionCredentialOptions() => throw null; public bool DisableInstanceDiscovery { get => throw null; set { } } + public Azure.Identity.TokenCachePersistenceOptions TokenCachePersistenceOptions { get => throw null; set { } } } public class ClientCertificateCredential : Azure.Core.TokenCredential { @@ -165,6 +182,7 @@ public class CredentialUnavailableException : Azure.Identity.AuthenticationFaile } public class DefaultAzureCredential : Azure.Core.TokenCredential { + protected DefaultAzureCredential() => throw null; public DefaultAzureCredential(bool includeInteractiveCredentials = default(bool)) => throw null; public DefaultAzureCredential(Azure.Identity.DefaultAzureCredentialOptions options) => throw null; public override Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; @@ -283,9 +301,23 @@ public class ManagedIdentityCredential : Azure.Core.TokenCredential protected ManagedIdentityCredential() => throw null; public ManagedIdentityCredential(string clientId = default(string), Azure.Identity.TokenCredentialOptions options = default(Azure.Identity.TokenCredentialOptions)) => throw null; public ManagedIdentityCredential(Azure.Core.ResourceIdentifier resourceId, Azure.Identity.TokenCredentialOptions options = default(Azure.Identity.TokenCredentialOptions)) => throw null; + public ManagedIdentityCredential(Azure.Identity.ManagedIdentityId id) => throw null; + public ManagedIdentityCredential(Azure.Identity.ManagedIdentityCredentialOptions options) => throw null; public override Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public override System.Threading.Tasks.ValueTask GetTokenAsync(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; } + public class ManagedIdentityCredentialOptions : Azure.Identity.TokenCredentialOptions + { + public ManagedIdentityCredentialOptions(Azure.Identity.ManagedIdentityId managedIdentityId = default(Azure.Identity.ManagedIdentityId)) => throw null; + } + public class ManagedIdentityId + { + public static Azure.Identity.ManagedIdentityId FromUserAssignedClientId(string id) => throw null; + public static Azure.Identity.ManagedIdentityId FromUserAssignedObjectId(string id) => throw null; + public static Azure.Identity.ManagedIdentityId FromUserAssignedResourceId(Azure.Core.ResourceIdentifier id) => throw null; + public static Azure.Identity.ManagedIdentityId SystemAssigned { get => throw null; } + public override string ToString() => throw null; + } public class OnBehalfOfCredential : Azure.Core.TokenCredential { protected OnBehalfOfCredential() => throw null; @@ -293,6 +325,8 @@ public class OnBehalfOfCredential : Azure.Core.TokenCredential public OnBehalfOfCredential(string tenantId, string clientId, System.Security.Cryptography.X509Certificates.X509Certificate2 clientCertificate, string userAssertion, Azure.Identity.OnBehalfOfCredentialOptions options) => throw null; public OnBehalfOfCredential(string tenantId, string clientId, string clientSecret, string userAssertion) => throw null; public OnBehalfOfCredential(string tenantId, string clientId, string clientSecret, string userAssertion, Azure.Identity.OnBehalfOfCredentialOptions options) => throw null; + public OnBehalfOfCredential(string tenantId, string clientId, System.Func> clientAssertionCallback, string userAssertion, Azure.Identity.OnBehalfOfCredentialOptions options = default(Azure.Identity.OnBehalfOfCredentialOptions)) => throw null; + public OnBehalfOfCredential(string tenantId, string clientId, System.Func clientAssertionCallback, string userAssertion, Azure.Identity.OnBehalfOfCredentialOptions options = default(Azure.Identity.OnBehalfOfCredentialOptions)) => throw null; public override Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken) => throw null; public override System.Threading.Tasks.ValueTask GetTokenAsync(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken) => throw null; } diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.csproj b/csharp/ql/test/resources/stubs/Azure.Identity/1.14.2/Azure.Identity.csproj similarity index 53% rename from csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.csproj rename to csharp/ql/test/resources/stubs/Azure.Identity/1.14.2/Azure.Identity.csproj index 2b25400ea6ab..99b40a41ee30 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.csproj +++ b/csharp/ql/test/resources/stubs/Azure.Identity/1.14.2/Azure.Identity.csproj @@ -7,9 +7,10 @@ - - - + + + + diff --git a/csharp/ql/test/resources/stubs/Dapper/2.1.35/Dapper.cs b/csharp/ql/test/resources/stubs/Dapper/2.1.66/Dapper.cs similarity index 100% rename from csharp/ql/test/resources/stubs/Dapper/2.1.35/Dapper.cs rename to csharp/ql/test/resources/stubs/Dapper/2.1.66/Dapper.cs diff --git a/csharp/ql/test/resources/stubs/Dapper/2.1.35/Dapper.csproj b/csharp/ql/test/resources/stubs/Dapper/2.1.66/Dapper.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Dapper/2.1.35/Dapper.csproj rename to csharp/ql/test/resources/stubs/Dapper/2.1.66/Dapper.csproj diff --git a/csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj b/csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj index 2485c5768e39..e9d8f120216b 100644 --- a/csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj +++ b/csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj @@ -10,7 +10,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Iesi.Collections/4.0.4/Iesi.Collections.cs b/csharp/ql/test/resources/stubs/Iesi.Collections/4.1.1/Iesi.Collections.cs similarity index 87% rename from csharp/ql/test/resources/stubs/Iesi.Collections/4.0.4/Iesi.Collections.cs rename to csharp/ql/test/resources/stubs/Iesi.Collections/4.1.1/Iesi.Collections.cs index 351d8e4a7011..9d61a519b1f9 100644 --- a/csharp/ql/test/resources/stubs/Iesi.Collections/4.0.4/Iesi.Collections.cs +++ b/csharp/ql/test/resources/stubs/Iesi.Collections/4.1.1/Iesi.Collections.cs @@ -1,12 +1,12 @@ // This file contains auto-generated code. -// Generated from `Iesi.Collections, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`. +// Generated from `Iesi.Collections, Version=4.1.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`. namespace Iesi { namespace Collections { namespace Generic { - public class LinkedHashSet : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.ISet + public class LinkedHashSet : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.ISet { void System.Collections.Generic.ICollection.Add(T item) => throw null; public bool Add(T item) => throw null; @@ -16,9 +16,18 @@ public class LinkedHashSet : System.Collections.Generic.ICollection, Syste public int Count { get => throw null; } public LinkedHashSet() => throw null; public LinkedHashSet(System.Collections.Generic.IEnumerable initialValues) => throw null; + public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator + { + public T Current { get => throw null; } + object System.Collections.IEnumerator.Current { get => throw null; } + public void Dispose() => throw null; + public bool MoveNext() => throw null; + void System.Collections.IEnumerator.Reset() => throw null; + } public void ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + public Iesi.Collections.Generic.LinkedHashSet.Enumerator GetEnumerator() => throw null; public void 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; @@ -31,7 +40,7 @@ public class LinkedHashSet : System.Collections.Generic.ICollection, Syste public void SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; public void UnionWith(System.Collections.Generic.IEnumerable other) => throw null; } - public sealed class ReadOnlySet : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.ISet + public sealed class ReadOnlySet : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.ISet { void System.Collections.Generic.ICollection.Add(T item) => throw null; bool System.Collections.Generic.ISet.Add(T item) => throw null; @@ -55,7 +64,7 @@ public sealed class ReadOnlySet : System.Collections.Generic.ICollection, void System.Collections.Generic.ISet.SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; void System.Collections.Generic.ISet.UnionWith(System.Collections.Generic.IEnumerable other) => throw null; } - public sealed class SynchronizedSet : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.ISet + public sealed class SynchronizedSet : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.ISet { void System.Collections.Generic.ICollection.Add(T item) => throw null; public bool Add(T item) => throw null; diff --git a/csharp/ql/test/resources/stubs/Microsoft.Bcl.AsyncInterfaces/1.1.1/Microsoft.Bcl.AsyncInterfaces.csproj b/csharp/ql/test/resources/stubs/Iesi.Collections/4.1.1/Iesi.Collections.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.Bcl.AsyncInterfaces/1.1.1/Microsoft.Bcl.AsyncInterfaces.csproj rename to csharp/ql/test/resources/stubs/Iesi.Collections/4.1.1/Iesi.Collections.csproj diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj b/csharp/ql/test/resources/stubs/Microsoft.Bcl.AsyncInterfaces/8.0.0/Microsoft.Bcl.AsyncInterfaces.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Bcl.AsyncInterfaces/8.0.0/Microsoft.Bcl.AsyncInterfaces.csproj diff --git a/csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.0.2/Microsoft.Data.SqlClient.cs b/csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.1.3/Microsoft.Data.SqlClient.cs similarity index 99% rename from csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.0.2/Microsoft.Data.SqlClient.cs rename to csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.1.3/Microsoft.Data.SqlClient.cs index 754a0767f37f..3a2dc1ce6d79 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.0.2/Microsoft.Data.SqlClient.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.1.3/Microsoft.Data.SqlClient.cs @@ -1056,7 +1056,7 @@ public sealed class SqlDataAdapter : System.Data.Common.DbDataAdapter, System.IC System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get => throw null; set { } } public Microsoft.Data.SqlClient.SqlCommand UpdateCommand { get => throw null; set { } } } - public class SqlDataReader : System.Data.Common.DbDataReader, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable + public class SqlDataReader : System.Data.Common.DbDataReader, System.Data.IDataReader, System.Data.IDataRecord, System.Data.Common.IDbColumnSchemaGenerator, System.IDisposable { public override void Close() => throw null; protected Microsoft.Data.SqlClient.SqlConnection Connection { get => throw null; } @@ -1107,6 +1107,7 @@ public class SqlDataReader : System.Data.Common.DbDataReader, System.Data.IDataR public virtual System.Data.SqlTypes.SqlString GetSqlString(int i) => throw null; public virtual object GetSqlValue(int i) => throw null; public virtual int GetSqlValues(object[] values) => throw null; + public virtual Microsoft.Data.SqlTypes.SqlVector GetSqlVector(int i) where T : unmanaged => throw null; public virtual System.Data.SqlTypes.SqlXml GetSqlXml(int i) => throw null; public override System.IO.Stream GetStream(int i) => throw null; public override string GetString(int i) => throw null; @@ -1402,6 +1403,7 @@ public sealed class SqlTransaction : System.Data.Common.DbTransaction public static partial class SqlDbTypeExtensions { public const System.Data.SqlDbType Json = default; + public const System.Data.SqlDbType Vector = default; } namespace SqlTypes { @@ -1438,8 +1440,18 @@ public class SqlJson : System.Data.SqlTypes.INullable public SqlJson(System.Text.Json.JsonDocument jsonDoc) => throw null; public bool IsNull { get => throw null; } public static Microsoft.Data.SqlTypes.SqlJson Null { get => throw null; } + public override string ToString() => throw null; public string Value { get => throw null; } } + public struct SqlVector : System.Data.SqlTypes.INullable where T : unmanaged + { + public static Microsoft.Data.SqlTypes.SqlVector CreateNull(int length) => throw null; + public SqlVector(System.ReadOnlyMemory memory) => throw null; + public bool IsNull { get => throw null; } + public int Length { get => throw null; } + public System.ReadOnlyMemory Memory { get => throw null; } + public static Microsoft.Data.SqlTypes.SqlVector? Null { get => throw null; } + } } } } diff --git a/csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.0.2/Microsoft.Data.SqlClient.csproj b/csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.1.3/Microsoft.Data.SqlClient.csproj similarity index 74% rename from csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.0.2/Microsoft.Data.SqlClient.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.1.3/Microsoft.Data.SqlClient.csproj index b01103f87464..345c740011f2 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.0.2/Microsoft.Data.SqlClient.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Data.SqlClient/6.1.3/Microsoft.Data.SqlClient.csproj @@ -7,15 +7,17 @@ - + + - - + + - + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Caching.Abstractions/9.0.4/Microsoft.Extensions.Caching.Abstractions.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Caching.Abstractions/9.0.4/Microsoft.Extensions.Caching.Abstractions.csproj index 144dee9836f7..2f9dd25350d8 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Caching.Abstractions/9.0.4/Microsoft.Extensions.Caching.Abstractions.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Caching.Abstractions/9.0.4/Microsoft.Extensions.Caching.Abstractions.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Caching.Memory/9.0.4/Microsoft.Extensions.Caching.Memory.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Caching.Memory/9.0.4/Microsoft.Extensions.Caching.Memory.csproj index b3ef41ed5608..56ef124c635f 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Caching.Memory/9.0.4/Microsoft.Extensions.Caching.Memory.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Caching.Memory/9.0.4/Microsoft.Extensions.Caching.Memory.csproj @@ -8,10 +8,10 @@ - - - - + + + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Abstractions/8.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Abstractions/10.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj similarity index 89% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Abstractions/8.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Abstractions/10.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj index 675855d61697..2f9dd25350d8 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Abstractions/8.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Abstractions/10.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Binder/8.0.0/Microsoft.Extensions.Configuration.Binder.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Binder/10.0.0/Microsoft.Extensions.Configuration.Binder.csproj similarity index 69% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Binder/8.0.0/Microsoft.Extensions.Configuration.Binder.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Binder/10.0.0/Microsoft.Extensions.Configuration.Binder.csproj index b45625dcaf91..28ec2b6bd1b8 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Binder/8.0.0/Microsoft.Extensions.Configuration.Binder.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration.Binder/10.0.0/Microsoft.Extensions.Configuration.Binder.csproj @@ -7,7 +7,8 @@ - + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration/8.0.0/Microsoft.Extensions.Configuration.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration/10.0.0/Microsoft.Extensions.Configuration.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration/8.0.0/Microsoft.Extensions.Configuration.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration/10.0.0/Microsoft.Extensions.Configuration.csproj index e491cc391cfd..21f7c3b95852 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration/8.0.0/Microsoft.Extensions.Configuration.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Configuration/10.0.0/Microsoft.Extensions.Configuration.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4/Microsoft.Extensions.DependencyInjection.Abstractions.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4/Microsoft.Extensions.DependencyInjection.Abstractions.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/8.0.0/Microsoft.Extensions.DependencyInjection.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/10.0.0/Microsoft.Extensions.DependencyInjection.csproj similarity index 83% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/8.0.0/Microsoft.Extensions.DependencyInjection.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/10.0.0/Microsoft.Extensions.DependencyInjection.csproj index 9c117ab0052e..e17106d5fbba 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/8.0.0/Microsoft.Extensions.DependencyInjection.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.DependencyInjection/10.0.0/Microsoft.Extensions.DependencyInjection.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/9.0.4/Microsoft.Extensions.Options.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics.Abstractions/10.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj similarity index 69% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/9.0.4/Microsoft.Extensions.Options.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics.Abstractions/10.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj index 3232e8381630..65066aba57e9 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/9.0.4/Microsoft.Extensions.Options.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics.Abstractions/10.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics.Abstractions/8.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics.Abstractions/8.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj deleted file mode 100644 index c6cb5c63e8f0..000000000000 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics.Abstractions/8.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - 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/10.0.0/Microsoft.Extensions.Diagnostics.csproj similarity index 71% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics/8.0.0/Microsoft.Extensions.Diagnostics.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Diagnostics/10.0.0/Microsoft.Extensions.Diagnostics.csproj index 15a14363eda8..dd3bd40edeb4 100644 --- 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/10.0.0/Microsoft.Extensions.Diagnostics.csproj @@ -7,9 +7,9 @@ - - - + + + 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/10.0.0/Microsoft.Extensions.Http.csproj similarity index 66% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Http/8.0.0/Microsoft.Extensions.Http.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Http/10.0.0/Microsoft.Extensions.Http.csproj index 361c7c439cb1..8095e1035a8c 100644 --- 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/10.0.0/Microsoft.Extensions.Http.csproj @@ -7,12 +7,12 @@ - - - - - - + + + + + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/9.0.4/Microsoft.Extensions.Logging.Abstractions.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/10.0.0/Microsoft.Extensions.Logging.Abstractions.csproj similarity index 83% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/9.0.4/Microsoft.Extensions.Logging.Abstractions.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/10.0.0/Microsoft.Extensions.Logging.Abstractions.csproj index 26c5c626f386..e17106d5fbba 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/9.0.4/Microsoft.Extensions.Logging.Abstractions.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/10.0.0/Microsoft.Extensions.Logging.Abstractions.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/8.0.0/Microsoft.Extensions.Logging.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/10.0.0/Microsoft.Extensions.Logging.csproj similarity index 75% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/8.0.0/Microsoft.Extensions.Logging.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/10.0.0/Microsoft.Extensions.Logging.csproj index 6f6268b46f1a..f7e4571309d9 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/8.0.0/Microsoft.Extensions.Logging.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging/10.0.0/Microsoft.Extensions.Logging.csproj @@ -7,9 +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/10.0.0/Microsoft.Extensions.Options.ConfigurationExtensions.csproj similarity index 67% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0/Microsoft.Extensions.Options.ConfigurationExtensions.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Options.ConfigurationExtensions/10.0.0/Microsoft.Extensions.Options.ConfigurationExtensions.csproj index da4c02d67bc0..a0922e56bd4d 100644 --- 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/10.0.0/Microsoft.Extensions.Options.ConfigurationExtensions.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/8.0.0/Microsoft.Extensions.Options.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/10.0.0/Microsoft.Extensions.Options.csproj similarity index 78% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/8.0.0/Microsoft.Extensions.Options.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/10.0.0/Microsoft.Extensions.Options.csproj index ab32cef0094c..7761af383b6f 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/8.0.0/Microsoft.Extensions.Options.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Options/10.0.0/Microsoft.Extensions.Options.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/8.0.0/Microsoft.Extensions.Primitives.csproj b/csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/10.0.0/Microsoft.Extensions.Primitives.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/8.0.0/Microsoft.Extensions.Primitives.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/10.0.0/Microsoft.Extensions.Primitives.csproj diff --git a/csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.61.3/Microsoft.Identity.Client.Extensions.Msal.cs b/csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.73.1/Microsoft.Identity.Client.Extensions.Msal.cs similarity index 99% rename from csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.61.3/Microsoft.Identity.Client.Extensions.Msal.cs rename to csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.73.1/Microsoft.Identity.Client.Extensions.Msal.cs index 878df0d485a8..99b180a207d1 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.61.3/Microsoft.Identity.Client.Extensions.Msal.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.73.1/Microsoft.Identity.Client.Extensions.Msal.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Identity.Client.Extensions.Msal, Version=4.61.3.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae`. +// Generated from `Microsoft.Identity.Client.Extensions.Msal, Version=4.73.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae`. namespace Microsoft { namespace Identity diff --git a/csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.61.3/Microsoft.Identity.Client.Extensions.Msal.csproj b/csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.73.1/Microsoft.Identity.Client.Extensions.Msal.csproj similarity index 82% rename from csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.61.3/Microsoft.Identity.Client.Extensions.Msal.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.73.1/Microsoft.Identity.Client.Extensions.Msal.csproj index 8b04793470c2..ab99a6c97f71 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.61.3/Microsoft.Identity.Client.Extensions.Msal.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Identity.Client.Extensions.Msal/4.73.1/Microsoft.Identity.Client.Extensions.Msal.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.61.3/Microsoft.Identity.Client.cs b/csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.cs similarity index 79% rename from csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.61.3/Microsoft.Identity.Client.cs rename to csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.cs index 01ea5340e8ef..ee811d499a9a 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.61.3/Microsoft.Identity.Client.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Identity.Client, Version=4.61.3.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae`. +// Generated from `Microsoft.Identity.Client, Version=4.73.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae`. namespace Microsoft { namespace Identity @@ -27,7 +27,6 @@ public abstract class AbstractAcquireTokenParameterBuilder : Microsoft.Identi public T WithAuthority(Microsoft.Identity.Client.AadAuthorityAudience authorityAudience, bool validateAuthority = default(bool)) => throw null; public T WithB2CAuthority(string authorityUri) => throw null; public T WithClaims(string claims) => throw null; - public T WithExtraQueryParameters(System.Collections.Generic.Dictionary extraQueryParameters) => throw null; public T WithExtraQueryParameters(string extraQueryParameters) => throw null; protected T WithScopes(System.Collections.Generic.IEnumerable scopes) => throw null; public T WithTenantId(string tenantId) => throw null; @@ -48,8 +47,6 @@ public abstract class AbstractApplicationBuilder : Microsoft.Identity.Client. public T WithCacheOptions(Microsoft.Identity.Client.CacheOptions options) => throw null; public T WithClientCapabilities(System.Collections.Generic.IEnumerable clientCapabilities) => throw null; public T WithClientId(string clientId) => throw null; - public T WithClientName(string clientName) => throw null; - public T WithClientVersion(string clientVersion) => throw null; public T WithExtraQueryParameters(System.Collections.Generic.IDictionary extraQueryParameters) => throw null; public T WithExtraQueryParameters(string extraQueryParameters) => throw null; public T WithInstanceDicoveryMetadata(string instanceDiscoveryJson) => throw null; @@ -72,6 +69,7 @@ public abstract class AbstractConfidentialClientAcquireTokenParameterBuilder public override System.Threading.Tasks.Task ExecuteAsync(System.Threading.CancellationToken cancellationToken) => throw null; protected override void Validate() => throw null; public T WithProofOfPossession(Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration popAuthenticationConfiguration) => throw null; + public T WithSignedHttpRequestProofOfPossession(Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration popAuthenticationConfiguration) => throw null; } public abstract class AbstractManagedIdentityAcquireTokenParameterBuilder : Microsoft.Identity.Client.BaseAbstractAcquireTokenParameterBuilder where T : Microsoft.Identity.Client.BaseAbstractAcquireTokenParameterBuilder { @@ -116,6 +114,10 @@ public sealed class AcquireTokenByRefreshTokenParameterBuilder : Microsoft.Ident protected override void Validate() => throw null; public Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder WithSendX5C(bool withSendX5C) => throw null; } + public sealed class AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder : Microsoft.Identity.Client.AbstractConfidentialClientAcquireTokenParameterBuilder + { + protected override void Validate() => throw null; + } public sealed class AcquireTokenByUsernamePasswordParameterBuilder : Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder { public Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder WithFederationMetadata(string federationMetadata) => throw null; @@ -125,12 +127,15 @@ public sealed class AcquireTokenForClientParameterBuilder : Microsoft.Identity.C { protected override void Validate() => throw null; public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithAzureRegion(bool useAzureRegion) => throw null; + public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithFmiPath(string pathSuffix) => throw null; public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithForceRefresh(bool forceRefresh) => throw null; + public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithMtlsProofOfPossession() => throw null; public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithPreferredAzureRegion(bool useAzureRegion = default(bool), string regionUsedIfAutoDetectFails = default(string), bool fallbackToGlobal = default(bool)) => throw null; public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithSendX5C(bool withSendX5C) => throw null; } public sealed class AcquireTokenForManagedIdentityParameterBuilder : Microsoft.Identity.Client.AbstractManagedIdentityAcquireTokenParameterBuilder { + public Microsoft.Identity.Client.AcquireTokenForManagedIdentityParameterBuilder WithClaims(string claims) => throw null; public Microsoft.Identity.Client.AcquireTokenForManagedIdentityParameterBuilder WithForceRefresh(bool forceRefresh) => throw null; } public sealed class AcquireTokenInteractiveParameterBuilder : Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder @@ -219,6 +224,9 @@ public abstract class ApplicationOptions : Microsoft.Identity.Client.BaseApplica public class AssertionRequestOptions { public System.Threading.CancellationToken CancellationToken { get => throw null; set { } } + public string Claims { get => throw null; set { } } + public string ClientAssertionFmiPath { get => throw null; set { } } + public System.Collections.Generic.IEnumerable ClientCapabilities { get => throw null; set { } } public string ClientID { get => throw null; set { } } public AssertionRequestOptions() => throw null; public string TokenEndpoint { get => throw null; set { } } @@ -242,7 +250,7 @@ public class AuthenticationInfoParameters } public class AuthenticationResult { - public string AccessToken { get => throw null; } + public string AccessToken { get => throw null; set { } } public Microsoft.Identity.Client.IAccount Account { get => throw null; } public System.Collections.Generic.IReadOnlyDictionary AdditionalResponseParameters { get => throw null; } public Microsoft.Identity.Client.AuthenticationResultMetadata AuthenticationResultMetadata { get => throw null; } @@ -260,13 +268,14 @@ public class AuthenticationResult public string TenantId { get => throw null; } public string TokenType { get => throw null; } public string UniqueId { get => throw null; } - public Microsoft.Identity.Client.IUser User { get => throw null; } } public class AuthenticationResultMetadata { + public int CachedAccessTokenCount { get => throw null; set { } } public Microsoft.Identity.Client.Cache.CacheLevel CacheLevel { get => throw null; set { } } public Microsoft.Identity.Client.CacheRefreshReason CacheRefreshReason { get => throw null; set { } } public AuthenticationResultMetadata(Microsoft.Identity.Client.TokenSource tokenSource) => throw null; + public long DurationCreatingExtendedTokenInUs { get => throw null; set { } } public long DurationInCacheInMs { get => throw null; set { } } public long DurationInHttpInMs { get => throw null; set { } } public long DurationTotalInMs { get => throw null; set { } } @@ -278,6 +287,15 @@ public class AuthenticationResultMetadata } namespace AuthScheme { + public interface IAuthenticationOperation + { + string AccessTokenType { get; } + string AuthorizationHeaderPrefix { get; } + void FormatResult(Microsoft.Identity.Client.AuthenticationResult authenticationResult); + System.Collections.Generic.IReadOnlyDictionary GetTokenRequestParams(); + string KeyId { get; } + int TelemetryTokenType { get; } + } namespace PoP { public interface IPoPCryptoProvider @@ -303,9 +321,12 @@ public abstract class BaseAbstractAcquireTokenParameterBuilder where T : Micr public System.Threading.Tasks.Task ExecuteAsync() => throw null; protected virtual void Validate() => throw null; public T WithCorrelationId(System.Guid correlationId) => throw null; + public T WithExtraQueryParameters(System.Collections.Generic.Dictionary extraQueryParameters) => throw null; } public abstract class BaseAbstractApplicationBuilder where T : Microsoft.Identity.Client.BaseAbstractApplicationBuilder { + public T WithClientName(string clientName) => throw null; + public T WithClientVersion(string clientVersion) => throw null; public T WithDebugLoggingCallback(Microsoft.Identity.Client.LogLevel logLevel = default(Microsoft.Identity.Client.LogLevel), bool enablePiiLogging = default(bool), bool withDefaultPlatformLoggingEnabled = default(bool)) => throw null; public T WithExperimentalFeatures(bool enableExperimentalFeatures = default(bool)) => throw null; public T WithHttpClientFactory(Microsoft.Identity.Client.IMsalHttpClientFactory httpClientFactory) => throw null; @@ -332,6 +353,8 @@ public enum OperatingSystems { None = 0, Windows = 1, + Linux = 2, + OSX = 4, } public string Title { get => throw null; set { } } } @@ -370,64 +393,30 @@ public abstract class ClientApplicationBase : Microsoft.Identity.Client.Applicat { public Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder AcquireTokenSilent(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account) => throw null; public Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder AcquireTokenSilent(System.Collections.Generic.IEnumerable scopes, string loginHint) => throw null; - public System.Threading.Tasks.Task AcquireTokenSilentAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, string authority, bool forceRefresh) => throw null; - public System.Threading.Tasks.Task AcquireTokenSilentAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account) => throw null; public Microsoft.Identity.Client.IAppConfig AppConfig { get => throw null; } public string Authority { get => throw null; } - public string ClientId { get => throw null; } - public string Component { get => throw null; set { } } public System.Threading.Tasks.Task GetAccountAsync(string accountId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public System.Threading.Tasks.Task GetAccountAsync(string accountId) => throw null; public System.Threading.Tasks.Task> GetAccountsAsync() => throw null; public System.Threading.Tasks.Task> GetAccountsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public System.Threading.Tasks.Task> GetAccountsAsync(string userFlow) => throw null; public System.Threading.Tasks.Task> GetAccountsAsync(string userFlow, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public Microsoft.Identity.Client.IUser GetUser(string identifier) => throw null; - public string RedirectUri { get => throw null; set { } } - public void Remove(Microsoft.Identity.Client.IUser user) => throw null; public System.Threading.Tasks.Task RemoveAsync(Microsoft.Identity.Client.IAccount account) => throw null; public System.Threading.Tasks.Task RemoveAsync(Microsoft.Identity.Client.IAccount account, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public string SliceParameters { get => throw null; set { } } - public System.Collections.Generic.IEnumerable Users { get => throw null; } public Microsoft.Identity.Client.ITokenCache UserTokenCache { get => throw null; } - public bool ValidateAuthority { get => throw null; set { } } - } - public sealed class ClientAssertionCertificate - { - public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get => throw null; } - public ClientAssertionCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null; - public static int MinKeySizeInBits { get => throw null; } } - public sealed class ClientCredential - { - public ClientCredential(Microsoft.Identity.Client.ClientAssertionCertificate certificate) => throw null; - public ClientCredential(string secret) => throw null; - } - public sealed class ConfidentialClientApplication : Microsoft.Identity.Client.ClientApplicationBase, Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IByRefreshToken, Microsoft.Identity.Client.IClientApplicationBase, Microsoft.Identity.Client.IConfidentialClientApplication, Microsoft.Identity.Client.IConfidentialClientApplicationWithCertificate, Microsoft.Identity.Client.ILongRunningWebApi + public sealed class ConfidentialClientApplication : Microsoft.Identity.Client.ClientApplicationBase, Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IByRefreshToken, Microsoft.Identity.Client.IByUsernameAndPassword, Microsoft.Identity.Client.IClientApplicationBase, Microsoft.Identity.Client.IConfidentialClientApplication, Microsoft.Identity.Client.ILongRunningWebApi { public Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder AcquireTokenByAuthorizationCode(System.Collections.Generic.IEnumerable scopes, string authorizationCode) => throw null; - public System.Threading.Tasks.Task AcquireTokenByAuthorizationCodeAsync(string authorizationCode, System.Collections.Generic.IEnumerable scopes) => throw null; Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder Microsoft.Identity.Client.IByRefreshToken.AcquireTokenByRefreshToken(System.Collections.Generic.IEnumerable scopes, string refreshToken) => throw null; - System.Threading.Tasks.Task Microsoft.Identity.Client.IByRefreshToken.AcquireTokenByRefreshTokenAsync(System.Collections.Generic.IEnumerable scopes, string refreshToken) => throw null; + Microsoft.Identity.Client.AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder Microsoft.Identity.Client.IByUsernameAndPassword.AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable scopes, string username, string password) => throw null; public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder AcquireTokenForClient(System.Collections.Generic.IEnumerable scopes) => throw null; - public System.Threading.Tasks.Task AcquireTokenForClientAsync(System.Collections.Generic.IEnumerable scopes) => throw null; - public System.Threading.Tasks.Task AcquireTokenForClientAsync(System.Collections.Generic.IEnumerable scopes, bool forceRefresh) => throw null; - System.Threading.Tasks.Task Microsoft.Identity.Client.IConfidentialClientApplicationWithCertificate.AcquireTokenForClientWithCertificateAsync(System.Collections.Generic.IEnumerable scopes) => throw null; - System.Threading.Tasks.Task Microsoft.Identity.Client.IConfidentialClientApplicationWithCertificate.AcquireTokenForClientWithCertificateAsync(System.Collections.Generic.IEnumerable scopes, bool forceRefresh) => throw null; public Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder AcquireTokenInLongRunningProcess(System.Collections.Generic.IEnumerable scopes, string longRunningProcessSessionKey) => throw null; public Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder AcquireTokenOnBehalfOf(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UserAssertion userAssertion) => throw null; - public System.Threading.Tasks.Task AcquireTokenOnBehalfOfAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UserAssertion userAssertion) => throw null; - public System.Threading.Tasks.Task AcquireTokenOnBehalfOfAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UserAssertion userAssertion, string authority) => throw null; - System.Threading.Tasks.Task Microsoft.Identity.Client.IConfidentialClientApplicationWithCertificate.AcquireTokenOnBehalfOfWithCertificateAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UserAssertion userAssertion) => throw null; - System.Threading.Tasks.Task Microsoft.Identity.Client.IConfidentialClientApplicationWithCertificate.AcquireTokenOnBehalfOfWithCertificateAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UserAssertion userAssertion, string authority) => throw null; public Microsoft.Identity.Client.ITokenCache AppTokenCache { get => throw null; } public const string AttemptRegionDiscovery = default; public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get => throw null; } - public ConfidentialClientApplication(string clientId, string redirectUri, Microsoft.Identity.Client.ClientCredential clientCredential, Microsoft.Identity.Client.TokenCache userTokenCache, Microsoft.Identity.Client.TokenCache appTokenCache) => throw null; - public ConfidentialClientApplication(string clientId, string authority, string redirectUri, Microsoft.Identity.Client.ClientCredential clientCredential, Microsoft.Identity.Client.TokenCache userTokenCache, Microsoft.Identity.Client.TokenCache appTokenCache) => throw null; public Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder GetAuthorizationRequestUrl(System.Collections.Generic.IEnumerable scopes) => throw null; - public System.Threading.Tasks.Task GetAuthorizationRequestUrlAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, string extraQueryParameters) => throw null; - public System.Threading.Tasks.Task GetAuthorizationRequestUrlAsync(System.Collections.Generic.IEnumerable scopes, string redirectUri, string loginHint, string extraQueryParameters, System.Collections.Generic.IEnumerable extraScopesToConsent, string authority) => throw null; public Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder InitiateLongRunningProcessInWebApi(System.Collections.Generic.IEnumerable scopes, string userToken, ref string longRunningProcessSessionKey) => throw null; public System.Threading.Tasks.Task StopLongRunningProcessInWebApiAsync(string longRunningProcessSessionKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; } @@ -480,6 +469,9 @@ namespace Extensibility public static class AbstractConfidentialClientAcquireTokenParameterBuilderExtension { public static Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder OnBeforeTokenRequest(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder builder, System.Func onBeforeTokenRequestHandler) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder => throw null; + public static Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder WithAdditionalCacheParameters(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder builder, System.Collections.Generic.IEnumerable cacheParameters) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder => throw null; + public static Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder WithAuthenticationExtension(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder builder, Microsoft.Identity.Client.Extensibility.MsalAuthenticationExtension authenticationExtension) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder => throw null; + public static Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder WithFmiPathForClientAssertion(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder builder, string fmiPath) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder => throw null; public static Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder WithProofOfPosessionKeyId(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder builder, string keyId, string expectedTokenTypeFromAad = default(string)) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder => throw null; } public static partial class AcquireTokenForClientBuilderExtensions @@ -522,6 +514,13 @@ public interface ICustomWebUi { System.Threading.Tasks.Task AcquireAuthorizationCodeAsync(System.Uri authorizationUri, System.Uri redirectUri, System.Threading.CancellationToken cancellationToken); } + public class MsalAuthenticationExtension + { + public System.Collections.Generic.IEnumerable AdditionalCacheParameters { get => throw null; set { } } + public Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation AuthenticationOperation { get => throw null; set { } } + public MsalAuthenticationExtension() => throw null; + public System.Func OnBeforeTokenRequestHandler { get => throw null; set { } } + } public sealed class OnBeforeTokenRequestData { public System.Collections.Generic.IDictionary BodyParameters { get => throw null; } @@ -577,53 +576,32 @@ public interface IApplicationBase public interface IByRefreshToken { Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder AcquireTokenByRefreshToken(System.Collections.Generic.IEnumerable scopes, string refreshToken); - System.Threading.Tasks.Task AcquireTokenByRefreshTokenAsync(System.Collections.Generic.IEnumerable scopes, string refreshToken); + } + public interface IByUsernameAndPassword + { + Microsoft.Identity.Client.AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable scopes, string username, string password); } public interface IClientApplicationBase : Microsoft.Identity.Client.IApplicationBase { Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder AcquireTokenSilent(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account); Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder AcquireTokenSilent(System.Collections.Generic.IEnumerable scopes, string loginHint); - System.Threading.Tasks.Task AcquireTokenSilentAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account); - System.Threading.Tasks.Task AcquireTokenSilentAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, string authority, bool forceRefresh); Microsoft.Identity.Client.IAppConfig AppConfig { get; } string Authority { get; } - string ClientId { get; } - string Component { get; set; } System.Threading.Tasks.Task GetAccountAsync(string identifier); System.Threading.Tasks.Task> GetAccountsAsync(); System.Threading.Tasks.Task> GetAccountsAsync(string userFlow); - Microsoft.Identity.Client.IUser GetUser(string identifier); - string RedirectUri { get; set; } - void Remove(Microsoft.Identity.Client.IUser user); System.Threading.Tasks.Task RemoveAsync(Microsoft.Identity.Client.IAccount account); - string SliceParameters { get; set; } - System.Collections.Generic.IEnumerable Users { get; } Microsoft.Identity.Client.ITokenCache UserTokenCache { get; } - bool ValidateAuthority { get; } } public interface IConfidentialClientApplication : Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IClientApplicationBase { Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder AcquireTokenByAuthorizationCode(System.Collections.Generic.IEnumerable scopes, string authorizationCode); - System.Threading.Tasks.Task AcquireTokenByAuthorizationCodeAsync(string authorizationCode, System.Collections.Generic.IEnumerable scopes); Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder AcquireTokenForClient(System.Collections.Generic.IEnumerable scopes); - System.Threading.Tasks.Task AcquireTokenForClientAsync(System.Collections.Generic.IEnumerable scopes); - System.Threading.Tasks.Task AcquireTokenForClientAsync(System.Collections.Generic.IEnumerable scopes, bool forceRefresh); Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder AcquireTokenOnBehalfOf(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UserAssertion userAssertion); - System.Threading.Tasks.Task AcquireTokenOnBehalfOfAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UserAssertion userAssertion); - System.Threading.Tasks.Task AcquireTokenOnBehalfOfAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UserAssertion userAssertion, string authority); Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder AcquireTokenSilent(System.Collections.Generic.IEnumerable scopes, string loginHint); Microsoft.Identity.Client.ITokenCache AppTokenCache { get; } System.Threading.Tasks.Task> GetAccountsAsync(); Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder GetAuthorizationRequestUrl(System.Collections.Generic.IEnumerable scopes); - System.Threading.Tasks.Task GetAuthorizationRequestUrlAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, string extraQueryParameters); - System.Threading.Tasks.Task GetAuthorizationRequestUrlAsync(System.Collections.Generic.IEnumerable scopes, string redirectUri, string loginHint, string extraQueryParameters, System.Collections.Generic.IEnumerable extraScopesToConsent, string authority); - } - public interface IConfidentialClientApplicationWithCertificate - { - System.Threading.Tasks.Task AcquireTokenForClientWithCertificateAsync(System.Collections.Generic.IEnumerable scopes); - System.Threading.Tasks.Task AcquireTokenForClientWithCertificateAsync(System.Collections.Generic.IEnumerable scopes, bool forceRefresh); - System.Threading.Tasks.Task AcquireTokenOnBehalfOfWithCertificateAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UserAssertion userAssertion); - System.Threading.Tasks.Task AcquireTokenOnBehalfOfWithCertificateAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UserAssertion userAssertion, string authority); } public interface ILongRunningWebApi { @@ -638,6 +616,10 @@ public interface IMsalHttpClientFactory { System.Net.Http.HttpClient GetHttpClient(); } + public interface IMsalSFHttpClientFactory : Microsoft.Identity.Client.IMsalHttpClientFactory + { + System.Net.Http.HttpClient GetHttpClient(System.Func validateServerCert); + } public class IntuneAppProtectionPolicyRequiredException : Microsoft.Identity.Client.MsalServiceException { public string AccountUserId { get => throw null; set { } } @@ -648,32 +630,11 @@ public class IntuneAppProtectionPolicyRequiredException : Microsoft.Identity.Cli } public interface IPublicClientApplication : Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IClientApplicationBase { - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable extraScopesToConsent, string authority); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable extraScopesToConsent, string authority); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UIParent parent); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, Microsoft.Identity.Client.UIParent parent); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.UIParent parent); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, Microsoft.Identity.Client.UIParent parent); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, Microsoft.Identity.Client.UIParent parent); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable extraScopesToConsent, string authority, Microsoft.Identity.Client.UIParent parent); - System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable extraScopesToConsent, string authority, Microsoft.Identity.Client.UIParent parent); Microsoft.Identity.Client.AcquireTokenByIntegratedWindowsAuthParameterBuilder AcquireTokenByIntegratedWindowsAuth(System.Collections.Generic.IEnumerable scopes); - System.Threading.Tasks.Task AcquireTokenByIntegratedWindowsAuthAsync(System.Collections.Generic.IEnumerable scopes); - System.Threading.Tasks.Task AcquireTokenByIntegratedWindowsAuthAsync(System.Collections.Generic.IEnumerable scopes, string username); Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable scopes, string username, System.Security.SecureString password); Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable scopes, string username, string password); - System.Threading.Tasks.Task AcquireTokenByUsernamePasswordAsync(System.Collections.Generic.IEnumerable scopes, string username, System.Security.SecureString securePassword); Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder AcquireTokenInteractive(System.Collections.Generic.IEnumerable scopes); Microsoft.Identity.Client.AcquireTokenWithDeviceCodeParameterBuilder AcquireTokenWithDeviceCode(System.Collections.Generic.IEnumerable scopes, System.Func deviceCodeResultCallback); - System.Threading.Tasks.Task AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable scopes, System.Func deviceCodeResultCallback); - System.Threading.Tasks.Task AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable scopes, string extraQueryParameters, System.Func deviceCodeResultCallback); - System.Threading.Tasks.Task AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable scopes, System.Func deviceCodeResultCallback, System.Threading.CancellationToken cancellationToken); - System.Threading.Tasks.Task AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable scopes, string extraQueryParameters, System.Func deviceCodeResultCallback, System.Threading.CancellationToken cancellationToken); bool IsSystemWebViewAvailable { get; } } public interface ITelemetryConfig @@ -693,16 +654,6 @@ public interface ITelemetryEventPayload } public interface ITokenCache { - void Deserialize(byte[] msalV2State); - void DeserializeAdalV3(byte[] adalV3State); - void DeserializeMsalV2(byte[] msalV2State); - void DeserializeMsalV3(byte[] msalV3State, bool shouldClearExistingCache = default(bool)); - void DeserializeUnifiedAndAdalCache(Microsoft.Identity.Client.Cache.CacheData cacheData); - byte[] Serialize(); - byte[] SerializeAdalV3(); - byte[] SerializeMsalV2(); - byte[] SerializeMsalV3(); - Microsoft.Identity.Client.Cache.CacheData SerializeUnifiedAndAdalCache(); void SetAfterAccess(Microsoft.Identity.Client.TokenCacheCallback afterAccess); void SetAfterAccessAsync(System.Func afterAccess); void SetBeforeAccess(Microsoft.Identity.Client.TokenCacheCallback beforeAccess); @@ -719,13 +670,6 @@ public interface ITokenCacheSerializer byte[] SerializeMsalV2(); byte[] SerializeMsalV3(); } - public interface IUser - { - string DisplayableId { get; } - string Identifier { get; } - string IdentityProvider { get; } - string Name { get; } - } namespace Kerberos { public enum KerberosKeyTypes @@ -765,14 +709,6 @@ public enum KerberosTicketContainer } } public delegate void LogCallback(Microsoft.Identity.Client.LogLevel level, string message, bool containsPii); - public sealed class Logger - { - public Logger() => throw null; - public static bool DefaultLoggingEnabled { get => throw null; set { } } - public static Microsoft.Identity.Client.LogLevel Level { get => throw null; set { } } - public static Microsoft.Identity.Client.LogCallback LogCallback { set { } } - public static bool PiiLoggingEnabled { get => throw null; set { } } - } public enum LogLevel { Always = -1, @@ -792,6 +728,7 @@ public enum ManagedIdentitySource CloudShell = 4, ServiceFabric = 5, DefaultToImds = 6, + MachineLearning = 7, } } public sealed class ManagedIdentityApplication : Microsoft.Identity.Client.ApplicationBase, Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IManagedIdentityApplication @@ -803,6 +740,7 @@ public sealed class ManagedIdentityApplicationBuilder : Microsoft.Identity.Clien { public Microsoft.Identity.Client.IManagedIdentityApplication Build() => throw null; public static Microsoft.Identity.Client.ManagedIdentityApplicationBuilder Create(Microsoft.Identity.Client.AppConfig.ManagedIdentityId managedIdentityId) => throw null; + public Microsoft.Identity.Client.ManagedIdentityApplicationBuilder WithClientCapabilities(System.Collections.Generic.IEnumerable clientCapabilities) => throw null; public Microsoft.Identity.Client.ManagedIdentityApplicationBuilder WithTelemetryClient(params Microsoft.IdentityModel.Abstractions.ITelemetryClient[] telemetryClients) => throw null; } public class Metrics @@ -871,6 +809,7 @@ public static class MsalError public const string FailedToGetBrokerResponse = default; public const string FailedToRefreshToken = default; public const string FederatedServiceReturnedError = default; + public const string ForceRefreshNotCompatibleWithTokenHash = default; public const string GetUserNameFailed = default; public const string HttpListenerError = default; public const string HttpStatusCodeNotOk = default; @@ -900,9 +839,13 @@ public static class MsalError public const string LoopbackRedirectUri = default; public const string LoopbackResponseUriMismatch = default; public const string ManagedIdentityRequestFailed = default; + public const string ManagedIdentityResponseParseFailure = default; public const string ManagedIdentityUnreachableNetwork = default; public const string MissingFederationMetadataUrl = default; public const string MissingPassiveAuthEndpoint = default; + public const string MissingTenantedAuthority = default; + public const string MtlsCertificateNotProvided = default; + public const string MtlsPopWithoutRegion = default; public const string MultipleAccountsForLoginHint = default; public const string MultipleTokensMatchedError = default; public const string NetworkNotAvailableError = default; @@ -929,6 +872,7 @@ public static class MsalError public const string RegionDiscoveryFailed = default; public const string RegionDiscoveryNotEnabled = default; public const string RegionDiscoveryWithCustomInstanceMetadata = default; + public const string RegionRequiredForMtlsPop = default; public const string RequestThrottled = default; public const string RequestTimeout = default; public const string RopcDoesNotSupportMsaAccounts = default; @@ -1071,37 +1015,12 @@ public struct Prompt } public sealed class PublicClientApplication : Microsoft.Identity.Client.ClientApplicationBase, Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IByRefreshToken, Microsoft.Identity.Client.IClientApplicationBase, Microsoft.Identity.Client.IPublicClientApplication { - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable extraScopesToConsent, string authority) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable extraScopesToConsent, string authority) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.UIParent parent) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, Microsoft.Identity.Client.UIParent parent) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.UIParent parent) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, Microsoft.Identity.Client.UIParent parent) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, Microsoft.Identity.Client.UIParent parent) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable extraScopesToConsent, string authority, Microsoft.Identity.Client.UIParent parent) => throw null; - public System.Threading.Tasks.Task AcquireTokenAsync(System.Collections.Generic.IEnumerable scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable extraScopesToConsent, string authority, Microsoft.Identity.Client.UIParent parent) => throw null; public Microsoft.Identity.Client.AcquireTokenByIntegratedWindowsAuthParameterBuilder AcquireTokenByIntegratedWindowsAuth(System.Collections.Generic.IEnumerable scopes) => throw null; - public System.Threading.Tasks.Task AcquireTokenByIntegratedWindowsAuthAsync(System.Collections.Generic.IEnumerable scopes) => throw null; - public System.Threading.Tasks.Task AcquireTokenByIntegratedWindowsAuthAsync(System.Collections.Generic.IEnumerable scopes, string username) => throw null; Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder Microsoft.Identity.Client.IByRefreshToken.AcquireTokenByRefreshToken(System.Collections.Generic.IEnumerable scopes, string refreshToken) => throw null; - System.Threading.Tasks.Task Microsoft.Identity.Client.IByRefreshToken.AcquireTokenByRefreshTokenAsync(System.Collections.Generic.IEnumerable scopes, string refreshToken) => throw null; public Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable scopes, string username, System.Security.SecureString password) => throw null; public Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable scopes, string username, string password) => throw null; - public System.Threading.Tasks.Task AcquireTokenByUsernamePasswordAsync(System.Collections.Generic.IEnumerable scopes, string username, System.Security.SecureString securePassword) => throw null; public Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder AcquireTokenInteractive(System.Collections.Generic.IEnumerable scopes) => throw null; public Microsoft.Identity.Client.AcquireTokenWithDeviceCodeParameterBuilder AcquireTokenWithDeviceCode(System.Collections.Generic.IEnumerable scopes, System.Func deviceCodeResultCallback) => throw null; - public System.Threading.Tasks.Task AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable scopes, System.Func deviceCodeResultCallback) => throw null; - public System.Threading.Tasks.Task AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable scopes, string extraQueryParameters, System.Func deviceCodeResultCallback) => throw null; - public System.Threading.Tasks.Task AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable scopes, System.Func deviceCodeResultCallback, System.Threading.CancellationToken cancellationToken) => throw null; - public System.Threading.Tasks.Task AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable scopes, string extraQueryParameters, System.Func deviceCodeResultCallback, System.Threading.CancellationToken cancellationToken) => throw null; - public PublicClientApplication(string clientId) => throw null; - public PublicClientApplication(string clientId, string authority) => throw null; - public PublicClientApplication(string clientId, string authority, Microsoft.Identity.Client.TokenCache userTokenCache) => throw null; public bool IsBrokerAvailable() => throw null; public bool IsEmbeddedWebViewAvailable() => throw null; public bool IsProofOfPossessionSupportedByClient() => throw null; @@ -1152,6 +1071,17 @@ public class RegionDetails public Microsoft.Identity.Client.Region.RegionOutcome RegionOutcome { get => throw null; } public string RegionUsed { get => throw null; } } + namespace RP + { + public static class AcquireTokenForClientParameterBuilderForResourceProviders + { + public static Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithAccessTokenSha256ToRefresh(this Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder builder, string hash) => throw null; + } + public static class ConfidentialClientApplicationBuilderForResourceProviders + { + public static Microsoft.Identity.Client.ConfidentialClientApplicationBuilder WithCertificate(this Microsoft.Identity.Client.ConfidentialClientApplicationBuilder builder, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, bool sendX5C, bool associateTokensWithCertificateSerialNumber) => throw null; + } + } namespace SSHCertificates { public static partial class SSHExtensions @@ -1172,15 +1102,6 @@ public class SystemWebViewOptions public static System.Threading.Tasks.Task OpenWithChromeEdgeBrowserAsync(System.Uri uri) => throw null; public static System.Threading.Tasks.Task OpenWithEdgeBrowserAsync(System.Uri uri) => throw null; } - public class Telemetry - { - public Telemetry() => throw null; - public static Microsoft.Identity.Client.Telemetry GetInstance() => throw null; - public bool HasRegisteredReceiver() => throw null; - public delegate void Receiver(System.Collections.Generic.List> events); - public void RegisterReceiver(Microsoft.Identity.Client.Telemetry.Receiver r) => throw null; - public bool TelemetryOnFailureOnly { get => throw null; set { } } - } public enum TelemetryAudienceType { PreProduction = 0, @@ -1207,23 +1128,12 @@ public class TenantProfile public sealed class TokenCache : Microsoft.Identity.Client.ITokenCache, Microsoft.Identity.Client.ITokenCacheSerializer { public TokenCache() => throw null; - public void Deserialize(byte[] msalV2State) => throw null; - public void DeserializeAdalV3(byte[] adalV3State) => throw null; void Microsoft.Identity.Client.ITokenCacheSerializer.DeserializeAdalV3(byte[] adalV3State) => throw null; - public void DeserializeMsalV2(byte[] msalV2State) => throw null; void Microsoft.Identity.Client.ITokenCacheSerializer.DeserializeMsalV2(byte[] msalV2State) => throw null; - public void DeserializeMsalV3(byte[] msalV3State, bool shouldClearExistingCache) => throw null; void Microsoft.Identity.Client.ITokenCacheSerializer.DeserializeMsalV3(byte[] msalV3State, bool shouldClearExistingCache) => throw null; - public void DeserializeUnifiedAndAdalCache(Microsoft.Identity.Client.Cache.CacheData cacheData) => throw null; - public bool HasStateChanged { get => throw null; set { } } - public byte[] Serialize() => throw null; - public byte[] SerializeAdalV3() => throw null; byte[] Microsoft.Identity.Client.ITokenCacheSerializer.SerializeAdalV3() => throw null; - public byte[] SerializeMsalV2() => throw null; byte[] Microsoft.Identity.Client.ITokenCacheSerializer.SerializeMsalV2() => throw null; - public byte[] SerializeMsalV3() => throw null; byte[] Microsoft.Identity.Client.ITokenCacheSerializer.SerializeMsalV3() => throw null; - public Microsoft.Identity.Client.Cache.CacheData SerializeUnifiedAndAdalCache() => throw null; public void SetAfterAccess(Microsoft.Identity.Client.TokenCacheCallback afterAccess) => throw null; public void SetAfterAccessAsync(System.Func afterAccess) => throw null; public void SetBeforeAccess(Microsoft.Identity.Client.TokenCacheCallback beforeAccess) => throw null; @@ -1231,7 +1141,6 @@ public sealed class TokenCache : Microsoft.Identity.Client.ITokenCache, Microsof public void SetBeforeWrite(Microsoft.Identity.Client.TokenCacheCallback beforeWrite) => throw null; public void SetBeforeWriteAsync(System.Func beforeWrite) => throw null; public void SetIosKeychainSecurityGroup(string securityGroup) => throw null; - public delegate void TokenCacheNotification(Microsoft.Identity.Client.TokenCacheNotificationArgs args); } public delegate void TokenCacheCallback(Microsoft.Identity.Client.TokenCacheNotificationArgs args); public static partial class TokenCacheExtensions @@ -1252,6 +1161,7 @@ public sealed class TokenCacheNotificationArgs public bool HasTokens { get => throw null; } public Microsoft.IdentityModel.Abstractions.IIdentityLogger IdentityLogger { get => throw null; } public bool IsApplicationCache { get => throw null; } + public string NoDistributedCacheUseReason { get => throw null; } public bool PiiLoggingEnabled { get => throw null; } public System.Collections.Generic.IEnumerable RequestScopes { get => throw null; } public string RequestTenantId { get => throw null; } @@ -1259,7 +1169,6 @@ public sealed class TokenCacheNotificationArgs public string SuggestedCacheKey { get => throw null; } public Microsoft.Identity.Client.TelemetryCore.TelemetryClient.TelemetryData TelemetryData { get => throw null; } public Microsoft.Identity.Client.ITokenCacheSerializer TokenCache { get => throw null; } - public Microsoft.Identity.Client.IUser User { get => throw null; } } public enum TokenSource { @@ -1275,15 +1184,6 @@ public class TraceTelemetryConfig : Microsoft.Identity.Client.ITelemetryConfig public System.Action DispatchAction { get => throw null; } public string SessionId { get => throw null; } } - public struct UIBehavior - { - } - public sealed class UIParent - { - public UIParent() => throw null; - public UIParent(object parent, bool useEmbeddedWebView) => throw null; - public static bool IsSystemWebviewAvailable() => throw null; - } public enum UiRequiredExceptionClassification { None = 0, @@ -1304,6 +1204,15 @@ public sealed class UserAssertion } namespace Utils { + public class MacMainThreadScheduler + { + public static Microsoft.Identity.Client.Utils.MacMainThreadScheduler Instance() => throw null; + public bool IsCurrentlyOnMainThread() => throw null; + public bool IsRunning() => throw null; + public System.Threading.Tasks.Task RunOnMainThreadAsync(System.Func asyncAction) => throw null; + public void StartMessageLoop() => throw null; + public void Stop() => throw null; + } namespace Windows { public static class WindowsNativeUtils diff --git a/csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.61.3/Microsoft.Identity.Client.csproj b/csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.csproj similarity index 90% rename from csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.61.3/Microsoft.Identity.Client.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.csproj index 15c39f9afd87..6e6340511434 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.61.3/Microsoft.Identity.Client.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Abstractions/7.5.0/Microsoft.IdentityModel.Abstractions.cs b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Abstractions/7.7.1/Microsoft.IdentityModel.Abstractions.cs similarity index 98% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Abstractions/7.5.0/Microsoft.IdentityModel.Abstractions.cs rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Abstractions/7.7.1/Microsoft.IdentityModel.Abstractions.cs index 04ee4e6d957e..7141caff4f87 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Abstractions/7.5.0/Microsoft.IdentityModel.Abstractions.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Abstractions/7.7.1/Microsoft.IdentityModel.Abstractions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.IdentityModel.Abstractions, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. +// Generated from `Microsoft.IdentityModel.Abstractions, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. namespace Microsoft { namespace IdentityModel diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Abstractions/7.5.0/Microsoft.IdentityModel.Abstractions.csproj b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Abstractions/7.7.1/Microsoft.IdentityModel.Abstractions.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Abstractions/7.5.0/Microsoft.IdentityModel.Abstractions.csproj rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Abstractions/7.7.1/Microsoft.IdentityModel.Abstractions.csproj diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.5.0/Microsoft.IdentityModel.JsonWebTokens.cs b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.7.1/Microsoft.IdentityModel.JsonWebTokens.cs similarity index 95% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.5.0/Microsoft.IdentityModel.JsonWebTokens.cs rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.7.1/Microsoft.IdentityModel.JsonWebTokens.cs index b5068997c2c6..a3f686158bd1 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.5.0/Microsoft.IdentityModel.JsonWebTokens.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.7.1/Microsoft.IdentityModel.JsonWebTokens.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.IdentityModel.JsonWebTokens, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. +// Generated from `Microsoft.IdentityModel.JsonWebTokens, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. namespace Microsoft { namespace IdentityModel @@ -131,6 +131,7 @@ public struct JwtRegisteredClaimNames { public const string Acr = default; public const string Actort = default; + public const string Address = default; public const string Amr = default; public const string AtHash = default; public const string Aud = default; @@ -139,6 +140,7 @@ public struct JwtRegisteredClaimNames public const string Birthdate = default; public const string CHash = default; public const string Email = default; + public const string EmailVerified = default; public const string Exp = default; public const string FamilyName = default; public const string Gender = default; @@ -146,18 +148,26 @@ public struct JwtRegisteredClaimNames public const string Iat = default; public const string Iss = default; public const string Jti = default; + public const string Locale = default; + public const string MiddleName = default; public const string Name = default; public const string NameId = default; public const string Nbf = default; + public const string Nickname = default; public const string Nonce = default; public const string PhoneNumber = default; public const string PhoneNumberVerified = default; + public const string Picture = default; + public const string PreferredUsername = default; public const string Prn = default; + public const string Profile = default; public const string Sid = default; public const string Sub = default; public const string Typ = default; public const string UniqueName = default; + public const string UpdatedAt = default; public const string Website = default; + public const string ZoneInfo = default; } public class JwtTokenUtilities { diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.5.0/Microsoft.IdentityModel.JsonWebTokens.csproj b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.7.1/Microsoft.IdentityModel.JsonWebTokens.csproj similarity index 90% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.5.0/Microsoft.IdentityModel.JsonWebTokens.csproj rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.7.1/Microsoft.IdentityModel.JsonWebTokens.csproj index 2f8d8081f4fa..438457734b02 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.5.0/Microsoft.IdentityModel.JsonWebTokens.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.JsonWebTokens/7.7.1/Microsoft.IdentityModel.JsonWebTokens.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.5.0/Microsoft.IdentityModel.Logging.cs b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.7.1/Microsoft.IdentityModel.Logging.cs similarity index 98% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.5.0/Microsoft.IdentityModel.Logging.cs rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.7.1/Microsoft.IdentityModel.Logging.cs index 0952b4a44244..63dfe97d02cd 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.5.0/Microsoft.IdentityModel.Logging.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.7.1/Microsoft.IdentityModel.Logging.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.IdentityModel.Logging, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. +// Generated from `Microsoft.IdentityModel.Logging, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. namespace Microsoft { namespace IdentityModel diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.5.0/Microsoft.IdentityModel.Logging.csproj b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.7.1/Microsoft.IdentityModel.Logging.csproj similarity index 88% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.5.0/Microsoft.IdentityModel.Logging.csproj rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.7.1/Microsoft.IdentityModel.Logging.csproj index a3ab1ba05873..f82f15035d8c 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.5.0/Microsoft.IdentityModel.Logging.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Logging/7.7.1/Microsoft.IdentityModel.Logging.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.cs b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1/Microsoft.IdentityModel.Protocols.OpenIdConnect.cs similarity index 93% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.cs rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1/Microsoft.IdentityModel.Protocols.OpenIdConnect.cs index 9d945dc9033c..711c87ff7bbe 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1/Microsoft.IdentityModel.Protocols.OpenIdConnect.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. +// Generated from `Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. namespace Microsoft { namespace IdentityModel @@ -30,6 +30,11 @@ public class OpenIdConnectConfiguration : Microsoft.IdentityModel.Tokens.BaseCon public override string ActiveTokenEndpoint { get => throw null; set { } } public System.Collections.Generic.IDictionary AdditionalData { get => throw null; } public string AuthorizationEndpoint { get => throw null; set { } } + public bool AuthorizationResponseIssParameterSupported { get => throw null; set { } } + public string BackchannelAuthenticationEndpoint { get => throw null; set { } } + public System.Collections.Generic.ICollection BackchannelAuthenticationRequestSigningAlgValuesSupported { get => throw null; } + public System.Collections.Generic.ICollection BackchannelTokenDeliveryModesSupported { get => throw null; } + public bool BackchannelUserCodeParameterSupported { get => throw null; set { } } public string CheckSessionIframe { get => throw null; set { } } public System.Collections.Generic.ICollection ClaimsLocalesSupported { get => throw null; } public bool ClaimsParameterSupported { get => throw null; set { } } @@ -39,6 +44,7 @@ public class OpenIdConnectConfiguration : Microsoft.IdentityModel.Tokens.BaseCon public OpenIdConnectConfiguration() => throw null; public OpenIdConnectConfiguration(string json) => throw null; public System.Collections.Generic.ICollection DisplayValuesSupported { get => throw null; } + public System.Collections.Generic.ICollection DPoPSigningAlgValuesSupported { get => throw null; } public string EndSessionEndpoint { get => throw null; set { } } public string FrontchannelLogoutSessionSupported { get => throw null; set { } } public string FrontchannelLogoutSupported { get => throw null; set { } } @@ -56,28 +62,35 @@ public class OpenIdConnectConfiguration : Microsoft.IdentityModel.Tokens.BaseCon public bool LogoutSessionSupported { get => throw null; set { } } public string OpPolicyUri { get => throw null; set { } } public string OpTosUri { get => throw null; set { } } + public System.Collections.Generic.ICollection PromptValuesSupported { get => throw null; } + public string PushedAuthorizationRequestEndpoint { get => throw null; set { } } public string RegistrationEndpoint { get => throw null; set { } } public System.Collections.Generic.ICollection RequestObjectEncryptionAlgValuesSupported { get => throw null; } public System.Collections.Generic.ICollection RequestObjectEncryptionEncValuesSupported { get => throw null; } public System.Collections.Generic.ICollection RequestObjectSigningAlgValuesSupported { get => throw null; } public bool RequestParameterSupported { get => throw null; set { } } public bool RequestUriParameterSupported { get => throw null; set { } } + public bool RequirePushedAuthorizationRequests { get => throw null; set { } } public bool RequireRequestUriRegistration { get => throw null; set { } } public System.Collections.Generic.ICollection ResponseModesSupported { get => throw null; } public System.Collections.Generic.ICollection ResponseTypesSupported { get => throw null; } public System.Collections.Generic.ICollection ScopesSupported { get => throw null; } public string ServiceDocumentation { get => throw null; set { } } public bool ShouldSerializeAcrValuesSupported() => throw null; + public bool ShouldSerializeBackchannelAuthenticationRequestSigningAlgValuesSupported() => throw null; + public bool ShouldSerializeBackchannelTokenDeliveryModesSupported() => throw null; public bool ShouldSerializeClaimsLocalesSupported() => throw null; public bool ShouldSerializeClaimsSupported() => throw null; public bool ShouldSerializeClaimTypesSupported() => throw null; public bool ShouldSerializeDisplayValuesSupported() => throw null; + public bool ShouldSerializeDPoPSigningAlgValuesSupported() => throw null; public bool ShouldSerializeGrantTypesSupported() => throw null; public bool ShouldSerializeIdTokenEncryptionAlgValuesSupported() => throw null; public bool ShouldSerializeIdTokenEncryptionEncValuesSupported() => throw null; public bool ShouldSerializeIdTokenSigningAlgValuesSupported() => throw null; public bool ShouldSerializeIntrospectionEndpointAuthMethodsSupported() => throw null; public bool ShouldSerializeIntrospectionEndpointAuthSigningAlgValuesSupported() => throw null; + public bool ShouldSerializePromptValuesSupported() => throw null; public bool ShouldSerializeRequestObjectEncryptionAlgValuesSupported() => throw null; public bool ShouldSerializeRequestObjectEncryptionEncValuesSupported() => throw null; public bool ShouldSerializeRequestObjectSigningAlgValuesSupported() => throw null; @@ -345,6 +358,11 @@ public static class OpenIdProviderMetadataNames { public const string AcrValuesSupported = default; public const string AuthorizationEndpoint = default; + public const string AuthorizationResponseIssParameterSupported = default; + public const string BackchannelAuthenticationEndpoint = default; + public const string BackchannelAuthenticationRequestSigningAlgValuesSupported = default; + public const string BackchannelTokenDeliveryModesSupported = default; + public const string BackchannelUserCodeParameterSupported = default; public const string CheckSessionIframe = default; public const string ClaimsLocalesSupported = default; public const string ClaimsParameterSupported = default; @@ -352,6 +370,7 @@ public static class OpenIdProviderMetadataNames public const string ClaimTypesSupported = default; public const string Discovery = default; public const string DisplayValuesSupported = default; + public const string DPoPSigningAlgValuesSupported = default; public const string EndSessionEndpoint = default; public const string FrontchannelLogoutSessionSupported = default; public const string FrontchannelLogoutSupported = default; @@ -369,12 +388,15 @@ public static class OpenIdProviderMetadataNames public const string MicrosoftMultiRefreshToken = default; public const string OpPolicyUri = default; public const string OpTosUri = default; + public const string PromptValuesSupported = default; + public const string PushedAuthorizationRequestEndpoint = default; public const string RegistrationEndpoint = default; public const string RequestObjectEncryptionAlgValuesSupported = default; public const string RequestObjectEncryptionEncValuesSupported = default; public const string RequestObjectSigningAlgValuesSupported = default; public const string RequestParameterSupported = default; public const string RequestUriParameterSupported = default; + public const string RequirePushedAuthorizationRequests = default; public const string RequireRequestUriRegistration = default; public const string ResponseModesSupported = default; public const string ResponseTypesSupported = default; diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj similarity index 83% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj index e1b68d55db9e..dc04d90c3bbe 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.5.0/Microsoft.IdentityModel.Protocols.cs b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.7.1/Microsoft.IdentityModel.Protocols.cs similarity index 99% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.5.0/Microsoft.IdentityModel.Protocols.cs rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.7.1/Microsoft.IdentityModel.Protocols.cs index d7d2fc40cd0f..d107fe923975 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.5.0/Microsoft.IdentityModel.Protocols.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.7.1/Microsoft.IdentityModel.Protocols.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.IdentityModel.Protocols, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. +// Generated from `Microsoft.IdentityModel.Protocols, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. namespace Microsoft { namespace IdentityModel diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.5.0/Microsoft.IdentityModel.Protocols.csproj b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.7.1/Microsoft.IdentityModel.Protocols.csproj similarity index 90% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.5.0/Microsoft.IdentityModel.Protocols.csproj rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.7.1/Microsoft.IdentityModel.Protocols.csproj index 2f8d8081f4fa..438457734b02 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.5.0/Microsoft.IdentityModel.Protocols.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Protocols/7.7.1/Microsoft.IdentityModel.Protocols.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.5.0/Microsoft.IdentityModel.Tokens.cs b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.7.1/Microsoft.IdentityModel.Tokens.cs similarity index 98% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.5.0/Microsoft.IdentityModel.Tokens.cs rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.7.1/Microsoft.IdentityModel.Tokens.cs index 8cc98b2580c1..ded6f3fd1b24 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.5.0/Microsoft.IdentityModel.Tokens.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.7.1/Microsoft.IdentityModel.Tokens.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.IdentityModel.Tokens, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. +// Generated from `Microsoft.IdentityModel.Tokens, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. namespace Microsoft { namespace IdentityModel @@ -96,6 +96,20 @@ public class CallContext : Microsoft.IdentityModel.Logging.LoggerContext public CallContext() => throw null; public CallContext(System.Guid activityId) => throw null; } + public class CaseSensitiveClaimsIdentity : System.Security.Claims.ClaimsIdentity + { + public CaseSensitiveClaimsIdentity() => throw null; + public CaseSensitiveClaimsIdentity(string authenticationType) => throw null; + public CaseSensitiveClaimsIdentity(System.Security.Claims.ClaimsIdentity claimsIdentity) => throw null; + public CaseSensitiveClaimsIdentity(System.Collections.Generic.IEnumerable claims) => throw null; + public CaseSensitiveClaimsIdentity(System.Collections.Generic.IEnumerable claims, string authenticationType) => throw null; + public CaseSensitiveClaimsIdentity(System.Collections.Generic.IEnumerable claims, string authenticationType, string nameType, string roleType) => throw null; + public CaseSensitiveClaimsIdentity(string authenticationType, string nameType, string roleType) => throw null; + public override System.Collections.Generic.IEnumerable FindAll(string type) => throw null; + public override System.Security.Claims.Claim FindFirst(string type) => throw null; + public override bool HasClaim(string type, string value) => throw null; + public Microsoft.IdentityModel.Tokens.SecurityToken SecurityToken { get => throw null; } + } public static class CollectionUtilities { public static bool IsNullOrEmpty(this System.Collections.Generic.IEnumerable enumerable) => throw null; diff --git a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.5.0/Microsoft.IdentityModel.Tokens.csproj b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.7.1/Microsoft.IdentityModel.Tokens.csproj similarity index 90% rename from csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.5.0/Microsoft.IdentityModel.Tokens.csproj rename to csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.7.1/Microsoft.IdentityModel.Tokens.csproj index 5355c82a2a2d..0606f831b2a5 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.5.0/Microsoft.IdentityModel.Tokens.csproj +++ b/csharp/ql/test/resources/stubs/Microsoft.IdentityModel.Tokens/7.7.1/Microsoft.IdentityModel.Tokens.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/Microsoft.NETCore.Platforms/3.1.0/Microsoft.NETCore.Platforms.csproj b/csharp/ql/test/resources/stubs/Microsoft.NETCore.Platforms/1.0.1/Microsoft.NETCore.Platforms.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.NETCore.Platforms/3.1.0/Microsoft.NETCore.Platforms.csproj rename to csharp/ql/test/resources/stubs/Microsoft.NETCore.Platforms/1.0.1/Microsoft.NETCore.Platforms.csproj diff --git a/csharp/ql/test/resources/stubs/Microsoft.NETCore.Targets/1.1.0/Microsoft.NETCore.Targets.csproj b/csharp/ql/test/resources/stubs/Microsoft.NETCore.Targets/1.0.1/Microsoft.NETCore.Targets.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.NETCore.Targets/1.1.0/Microsoft.NETCore.Targets.csproj rename to csharp/ql/test/resources/stubs/Microsoft.NETCore.Targets/1.0.1/Microsoft.NETCore.Targets.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.0.1/Microsoft.Win32.Primitives.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/Microsoft.Win32.Primitives/4.3.0/Microsoft.Win32.Primitives.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Win32.Primitives/4.0.1/Microsoft.Win32.Primitives.csproj index e03091cbb831..51f299cfb247 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.0.1/Microsoft.Win32.Primitives.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.cs b/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/10.0.1/Microsoft.Win32.SystemEvents.cs similarity index 97% rename from csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.cs rename to csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/10.0.1/Microsoft.Win32.SystemEvents.cs index a191a823063c..e454001ef439 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.cs +++ b/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/10.0.1/Microsoft.Win32.SystemEvents.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Win32.SystemEvents, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `Microsoft.Win32.SystemEvents, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace Microsoft { namespace Win32 diff --git a/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.csproj b/csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/10.0.1/Microsoft.Win32.SystemEvents.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.csproj rename to csharp/ql/test/resources/stubs/Microsoft.Win32.SystemEvents/10.0.1/Microsoft.Win32.SystemEvents.csproj diff --git a/csharp/ql/test/resources/stubs/NETStandard.Library/1.6.0/NETStandard.Library.csproj b/csharp/ql/test/resources/stubs/NETStandard.Library/1.6.0/NETStandard.Library.csproj new file mode 100644 index 000000000000..f6f435a452e8 --- /dev/null +++ b/csharp/ql/test/resources/stubs/NETStandard.Library/1.6.0/NETStandard.Library.csproj @@ -0,0 +1,56 @@ + + + net10.0 + true + bin\ + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 deleted file mode 100644 index 456dbed0286e..000000000000 --- a/csharp/ql/test/resources/stubs/NETStandard.Library/1.6.1/NETStandard.Library.csproj +++ /dev/null @@ -1,56 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.cs b/csharp/ql/test/resources/stubs/NHibernate/5.6.0/NHibernate.cs similarity index 99% rename from csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.cs rename to csharp/ql/test/resources/stubs/NHibernate/5.6.0/NHibernate.cs index 3e8c5c95a067..97f413aa332b 100644 --- a/csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.cs +++ b/csharp/ql/test/resources/stubs/NHibernate/5.6.0/NHibernate.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `NHibernate, Version=5.5.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`. +// Generated from `NHibernate, Version=5.6.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`. namespace NHibernate { namespace Action @@ -276,6 +276,7 @@ public class ConnectionManager : System.Runtime.Serialization.IDeserializationCa public System.Data.Common.DbConnection Disconnect() => throw null; public void EnlistIfRequired(System.Transactions.Transaction transaction) => throw null; public void EnlistInTransaction(System.Data.Common.DbCommand command) => throw null; + public void EnlistInTransaction(System.Data.Common.DbBatch batch) => throw null; public NHibernate.Engine.ISessionFactoryImplementor Factory { get => throw null; } public void FlushBeginning() => throw null; public void FlushEnding() => throw null; @@ -297,6 +298,25 @@ public class ConnectionManager : System.Runtime.Serialization.IDeserializationCa public bool ShouldAutoJoinTransaction { get => throw null; } public NHibernate.ITransaction Transaction { get => throw null; } } + public class DbBatchBatcher : NHibernate.AdoNet.AbstractBatcher + { + public override void AddToBatch(NHibernate.AdoNet.IExpectation expectation) => throw null; + public override System.Threading.Tasks.Task AddToBatchAsync(NHibernate.AdoNet.IExpectation expectation, System.Threading.CancellationToken cancellationToken) => throw null; + public override int BatchSize { get => throw null; set { } } + public override void CloseCommands() => throw null; + protected override int CountOfStatementsInCurrentBatch { get => throw null; } + public DbBatchBatcher(NHibernate.AdoNet.ConnectionManager connectionManager, NHibernate.IInterceptor interceptor) : base(default(NHibernate.AdoNet.ConnectionManager), default(NHibernate.IInterceptor)) => throw null; + protected override void Dispose(bool isDisposing) => throw null; + protected override void DoExecuteBatch(System.Data.Common.DbCommand ps) => throw null; + protected override System.Threading.Tasks.Task DoExecuteBatchAsync(System.Data.Common.DbCommand ps, System.Threading.CancellationToken cancellationToken) => throw null; + protected void Prepare(System.Data.Common.DbBatch batch) => throw null; + protected System.Threading.Tasks.Task PrepareAsync(System.Data.Common.DbBatch batch, System.Threading.CancellationToken cancellationToken) => throw null; + } + public class DbBatchBatcherFactory : NHibernate.AdoNet.IBatcherFactory + { + public NHibernate.Engine.IBatcher CreateBatcher(NHibernate.AdoNet.ConnectionManager connectionManager, NHibernate.IInterceptor interceptor) => throw null; + public DbBatchBatcherFactory() => throw null; + } public class Expectations { public static NHibernate.AdoNet.IExpectation AppropriateExpectation(NHibernate.Engine.ExecuteUpdateResultCheckStyle style) => throw null; @@ -1637,6 +1657,7 @@ public static class Environment public const string Hbm2ddlAuto = default; public const string Hbm2ddlKeyWords = default; public const string Hbm2ddlThrowOnUpdate = default; + public const string IgnoreSessionSynchronizationFailuresOnSystemTransaction = default; public static void InitializeGlobalProperties(NHibernate.Cfg.IHibernateConfiguration config) => throw null; public const string Isolation = default; public const string LinqToHqlFallbackOnPreEvaluation = default; @@ -2616,10 +2637,13 @@ public class HbmCollectionId : NHibernate.Cfg.MappingSchema.IColumnsMapping, NHi public System.Collections.Generic.IEnumerable Columns { get => throw null; } public HbmCollectionId() => throw null; public NHibernate.Cfg.MappingSchema.HbmGenerator generator; + public NHibernate.Cfg.MappingSchema.HbmGenerator Generator { get => throw null; } + public string generator1; public string length; public NHibernate.Cfg.MappingSchema.HbmMeta[] meta; - public string type; + public NHibernate.Cfg.MappingSchema.HbmType type; public NHibernate.Cfg.MappingSchema.HbmType Type { get => throw null; } + public string type1; } public enum HbmCollectionLazy { @@ -2892,6 +2916,7 @@ public class HbmId : NHibernate.Cfg.MappingSchema.AbstractDecoratable, NHibernat public System.Collections.Generic.IEnumerable Columns { get => throw null; } public HbmId() => throw null; public NHibernate.Cfg.MappingSchema.HbmGenerator generator; + public NHibernate.Cfg.MappingSchema.HbmGenerator Generator { get => throw null; } public string generator1; public string length; public NHibernate.Cfg.MappingSchema.HbmMeta[] meta; @@ -7038,9 +7063,11 @@ public class DB2Dialect : NHibernate.Dialect.Dialect public override string IdentityInsertString { get => throw null; } public override string IdentitySelectString { get => throw null; } public override int MaxAliasLength { get => throw null; } + public override string QuerySequencesString { get => throw null; } public override bool SupportsCrossJoin { get => throw null; } public override bool SupportsEmptyInList { get => throw null; } public override bool SupportsExistsInSelect { get => throw null; } + public override bool SupportsHavingOnGroupedByComputation { get => throw null; } public override bool SupportsIdentityColumns { get => throw null; } public override bool SupportsLimit { get => throw null; } public override bool SupportsLobValueChangePropogation { get => throw null; } @@ -7093,6 +7120,7 @@ public abstract class Dialect public virtual bool DropConstraints { get => throw null; } public virtual string DropForeignKeyString { get => throw null; } public virtual bool DropTemporaryTableAfterUse() => throw null; + public virtual string DropTemporaryTableString { get => throw null; } public virtual string EnableForeignKeyConstraintsString { get => throw null; } protected virtual bool EscapeBackslashInStrings { get => throw null; set { } } public virtual string ForUpdateNowaitString { get => throw null; } @@ -7980,6 +8008,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; + public override string DropTemporaryTableString { get => 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; @@ -8058,6 +8087,7 @@ public class Oracle8iDialect : NHibernate.Dialect.Dialect public override string GetSequenceNextValString(string sequenceName) => throw null; public override bool IsCurrentTimestampSelectStringCallable { get => throw null; } public override int MaxAliasLength { get => throw null; } + public override bool? PerformTemporaryTableDDLInIsolation() => throw null; public override string QuerySequencesString { get => throw null; } protected virtual void RegisterCharacterTypeMappings() => throw null; protected virtual void RegisterDateTimeTypeMappings() => throw null; @@ -8765,6 +8795,14 @@ public class SybaseASE15Dialect : NHibernate.Dialect.Dialect public override bool SupportsTemporaryTables { get => throw null; } public override bool SupportsUnionAll { get => throw null; } } + public class SybaseASE16Dialect : NHibernate.Dialect.SybaseASE15Dialect + { + public SybaseASE16Dialect() => throw null; + public override NHibernate.SqlCommand.SqlString GetLimitString(NHibernate.SqlCommand.SqlString queryString, NHibernate.SqlCommand.SqlString offset, NHibernate.SqlCommand.SqlString limit) => throw null; + public override bool SupportsLimit { get => throw null; } + public override bool SupportsLimitOffset { get => throw null; } + public override bool SupportsVariableLimit { get => throw null; } + } public class SybaseSQLAnywhere10Dialect : NHibernate.Dialect.Dialect { public override string AddColumnString { get => throw null; } @@ -8947,13 +8985,9 @@ public class DB2400Driver : NHibernate.Driver.ReflectionBasedDriver public override bool UseNamedPrefixInParameter { get => throw null; } public override bool UseNamedPrefixInSql { get => throw null; } } - public class DB2CoreDriver : NHibernate.Driver.DB2DriverBase + public class DB2CoreDriver : NHibernate.Driver.DB2NetDriver { - public DB2CoreDriver() : base(default(string)) => throw null; - protected override void InitializeParameter(System.Data.Common.DbParameter dbParam, string name, NHibernate.SqlTypes.SqlType sqlType) => throw null; - public override string NamedPrefix { get => throw null; } - public override bool UseNamedPrefixInParameter { get => throw null; } - public override bool UseNamedPrefixInSql { get => throw null; } + public DB2CoreDriver() => throw null; } public class DB2Driver : NHibernate.Driver.DB2DriverBase { @@ -8970,8 +9004,19 @@ public abstract class DB2DriverBase : NHibernate.Driver.ReflectionBasedDriver public override bool UseNamedPrefixInParameter { get => throw null; } public override bool UseNamedPrefixInSql { get => throw null; } } + public class DB2NetDriver : NHibernate.Driver.DB2DriverBase + { + protected internal DB2NetDriver(string assemblyName) : base(default(string)) => throw null; + public DB2NetDriver() : base(default(string)) => throw null; + protected override void InitializeParameter(System.Data.Common.DbParameter dbParam, string name, NHibernate.SqlTypes.SqlType sqlType) => throw null; + public override string NamedPrefix { get => throw null; } + public override bool UseNamedPrefixInParameter { get => throw null; } + public override bool UseNamedPrefixInSql { get => throw null; } + } public class DbProviderFactoryDriveConnectionCommandProvider : NHibernate.Driver.IDriveConnectionCommandProvider { + public bool CanCreateBatch { get => throw null; } + public System.Data.Common.DbBatch CreateBatch() => throw null; public System.Data.Common.DbCommand CreateCommand() => throw null; public System.Data.Common.DbConnection CreateConnection() => throw null; public DbProviderFactoryDriveConnectionCommandProvider(System.Data.Common.DbProviderFactory dbProviderFactory) => throw null; @@ -8987,11 +9032,14 @@ public abstract class DriverBase : NHibernate.Driver.IDriver, NHibernate.Driver. { public virtual void AdjustCommand(System.Data.Common.DbCommand command) => throw null; public virtual System.Data.Common.DbTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel, System.Data.Common.DbConnection connection) => throw null; + public virtual bool CanCreateBatch { get => throw null; } protected virtual System.Data.Common.DbParameter CloneParameter(System.Data.Common.DbCommand cmd, System.Data.Common.DbParameter originalParameter, NHibernate.SqlTypes.SqlType originalType) => throw null; public virtual int CommandTimeout { get => throw null; } public virtual void Configure(System.Collections.Generic.IDictionary settings) => throw null; + public virtual System.Data.Common.DbBatch CreateBatch() => throw null; public abstract System.Data.Common.DbCommand CreateCommand(); public abstract System.Data.Common.DbConnection CreateConnection(); + public virtual System.Data.Common.DbBatchCommand CreateDbBatchCommandFromDbCommand(System.Data.Common.DbBatch dbBatch, System.Data.Common.DbCommand dbCommand) => throw null; protected DriverBase() => throw null; public virtual void ExpandQueryParameters(System.Data.Common.DbCommand cmd, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType[] parameterTypes) => throw null; public string FormatNameForParameter(string parameterName) => throw null; @@ -9008,6 +9056,8 @@ public abstract class DriverBase : NHibernate.Driver.IDriver, NHibernate.Driver. public virtual System.DateTime MinDate { get => throw null; } public abstract string NamedPrefix { get; } protected virtual void OnBeforePrepare(System.Data.Common.DbCommand command) => throw null; + protected virtual void OnBeforePrepare(System.Data.Common.DbBatch batch) => throw null; + public void PrepareBatch(System.Data.Common.DbBatch batch) => throw null; public void PrepareCommand(System.Data.Common.DbCommand command) => throw null; public void RemoveUnusedCommandParameters(System.Data.Common.DbCommand cmd, NHibernate.SqlCommand.SqlString sqlString) => throw null; public virtual bool RequiresTimeSpanForTime { get => throw null; } @@ -9062,20 +9112,26 @@ public class HanaRowStoreDriver : NHibernate.Driver.HanaDriverBase } public interface IDriveConnectionCommandProvider { + virtual bool CanCreateBatch { get => throw null; } + virtual System.Data.Common.DbBatch CreateBatch() => throw null; System.Data.Common.DbCommand CreateCommand(); System.Data.Common.DbConnection CreateConnection(); } public interface IDriver { void AdjustCommand(System.Data.Common.DbCommand command); + virtual bool CanCreateBatch { get => throw null; } void Configure(System.Collections.Generic.IDictionary settings); + virtual System.Data.Common.DbBatch CreateBatch() => throw null; System.Data.Common.DbConnection CreateConnection(); + virtual System.Data.Common.DbBatchCommand CreateDbBatchCommandFromDbCommand(System.Data.Common.DbBatch dbBatch, System.Data.Common.DbCommand dbCommand) => throw null; void ExpandQueryParameters(System.Data.Common.DbCommand cmd, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType[] parameterTypes); System.Data.Common.DbCommand GenerateCommand(System.Data.CommandType type, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType[] parameterTypes); System.Data.Common.DbParameter GenerateParameter(System.Data.Common.DbCommand command, string name, NHibernate.SqlTypes.SqlType sqlType); NHibernate.Driver.IResultSetsCommand GetResultSetsCommand(NHibernate.Engine.ISessionImplementor session); bool HasDelayedDistributedTransactionCompletion { get; } System.DateTime MinDate { get; } + virtual void PrepareBatch(System.Data.Common.DbBatch dbBatch) => throw null; void PrepareCommand(System.Data.Common.DbCommand command); void RemoveUnusedCommandParameters(System.Data.Common.DbCommand cmd, NHibernate.SqlCommand.SqlString sqlString); bool RequiresTimeSpanForTime { get; } @@ -9322,6 +9378,8 @@ public class OracleManagedDataClientDriver : NHibernate.Driver.OracleDataClientD } public abstract class ReflectionBasedDriver : NHibernate.Driver.DriverBase { + public override bool CanCreateBatch { get => throw null; } + public override System.Data.Common.DbBatch CreateBatch() => throw null; public override System.Data.Common.DbCommand CreateCommand() => throw null; public override System.Data.Common.DbConnection CreateConnection() => throw null; protected ReflectionBasedDriver(string driverAssemblyName, string connectionTypeName, string commandTypeName) => throw null; @@ -9331,6 +9389,8 @@ public abstract class ReflectionBasedDriver : NHibernate.Driver.DriverBase } public class ReflectionDriveConnectionCommandProvider : NHibernate.Driver.IDriveConnectionCommandProvider { + public bool CanCreateBatch { get => throw null; } + public System.Data.Common.DbBatch CreateBatch() => throw null; public System.Data.Common.DbCommand CreateCommand() => throw null; public System.Data.Common.DbConnection CreateConnection() => throw null; public ReflectionDriveConnectionCommandProvider(System.Type connectionType, System.Type commandType) => throw null; @@ -14331,6 +14391,7 @@ public class GuidCombGenerator : NHibernate.Id.IIdentifierGenerator public GuidCombGenerator() => throw null; public object Generate(NHibernate.Engine.ISessionImplementor session, object obj) => throw null; public System.Threading.Tasks.Task GenerateAsync(NHibernate.Engine.ISessionImplementor session, object obj, System.Threading.CancellationToken cancellationToken) => throw null; + protected static System.Guid GenerateComb(System.Guid guid, System.DateTime utcNow) => throw null; } public class GuidGenerator : NHibernate.Id.IIdentifierGenerator { @@ -15014,6 +15075,7 @@ public abstract class AbstractSessionImpl : NHibernate.Engine.ISessionImplemento public abstract System.Threading.Tasks.Task BeforeTransactionCompletionAsync(NHibernate.ITransaction tx, System.Threading.CancellationToken cancellationToken); public System.IDisposable BeginContext() => throw null; public System.IDisposable BeginProcess() => throw null; + protected System.IDisposable BeginProcess(bool noCheckAndUpdate) => throw null; public NHibernate.ITransaction BeginTransaction() => throw null; public NHibernate.ITransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) => throw null; public abstract string BestGuessEntityName(object entity); @@ -15086,6 +15148,7 @@ public abstract class AbstractSessionImpl : NHibernate.Engine.ISessionImplemento public virtual bool IsConnected { get => throw null; } public abstract bool IsEventSource { get; } public abstract bool IsOpen { get; } + public bool IsProcessing { get => throw null; } protected bool IsTransactionCoordinatorShared { get => throw null; } public void JoinTransaction() => throw null; public virtual System.Collections.IList List(NHibernate.IQueryExpression queryExpression, NHibernate.Engine.QueryParameters parameters) => throw null; @@ -15682,6 +15745,7 @@ public static class SessionFactoryObjectFactory public static void AddInstance(string uid, string name, NHibernate.ISessionFactory instance, System.Collections.Generic.IDictionary properties) => throw null; public static NHibernate.ISessionFactory GetInstance(string uid) => throw null; public static NHibernate.ISessionFactory GetNamedInstance(string name) => throw null; + public static NHibernate.ISessionFactory GetOrBuildNamedInstance(string name, System.Func instanceBuilder) => throw null; public static void RemoveInstance(string uid, string name, System.Collections.Generic.IDictionary properties) => throw null; } public class SessionIdLoggingContext : System.IDisposable @@ -16180,6 +16244,7 @@ namespace Intercept public abstract class AbstractFieldInterceptor : NHibernate.Intercept.IFieldInterceptor { public void ClearDirty() => throw null; + public void ClearInitializedLazyFields() => throw null; protected AbstractFieldInterceptor(NHibernate.Engine.ISessionImplementor session, System.Collections.Generic.ISet uninitializedFields, System.Collections.Generic.ISet unwrapProxyFieldNames, string entityName, System.Type mappedClass) => throw null; public string EntityName { get => throw null; } public System.Collections.Generic.ISet GetUninitializedFields() => throw null; @@ -16216,6 +16281,7 @@ public static class FieldInterceptionHelper } public static partial class FieldInterceptorExtensions { + public static void ClearInitializedLazyFields(this NHibernate.Intercept.IFieldInterceptor interceptor) => throw null; public static object Intercept(this NHibernate.Intercept.IFieldInterceptor interceptor, object target, string fieldName, object value, bool setter) => throw null; } public interface IFieldInterceptor @@ -16757,6 +16823,7 @@ public interface ITransaction : System.IDisposable void Commit(); System.Threading.Tasks.Task CommitAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); void Enlist(System.Data.Common.DbCommand command); + virtual void Enlist(System.Data.Common.DbBatch batch) => throw null; bool IsActive { get; } void RegisterSynchronization(NHibernate.Transaction.ISynchronization synchronization); void Rollback(); @@ -19183,6 +19250,7 @@ public class Any : NHibernate.Mapping.SimpleValue public System.Collections.Generic.IDictionary MetaValues { get => throw null; set { } } public void ResetCachedType() => throw null; public override void SetTypeUsingReflection(string className, string propertyName, string access) => throw null; + public override void SetTypeUsingReflection(System.Type propertyOwnerType, string propertyName, string access) => throw null; public override NHibernate.Type.IType Type { get => throw null; } } public class Array : NHibernate.Mapping.List @@ -22788,6 +22856,7 @@ public class Component : NHibernate.Mapping.SimpleValue, NHibernate.Mapping.IMet public int PropertySpan { get => throw null; } public string RoleName { get => throw null; set { } } public override void SetTypeUsingReflection(string className, string propertyName, string accesorName) => throw null; + public override void SetTypeUsingReflection(System.Type propertyOwnerType, string propertyName, string accesorName) => throw null; public override string ToString() => throw null; public virtual System.Collections.Generic.IDictionary TuplizerMap { get => throw null; } public override NHibernate.Type.IType Type { get => throw null; } @@ -23382,6 +23451,7 @@ public class SimpleValue : NHibernate.Mapping.IKeyValue, NHibernate.Mapping.IVal public virtual bool IsValid(NHibernate.Engine.IMapping mapping) => throw null; public string NullValue { get => throw null; set { } } public virtual void SetTypeUsingReflection(string className, string propertyName, string accesorName) => throw null; + public virtual void SetTypeUsingReflection(System.Type propertyOwnerType, string propertyName, string accessorName) => throw null; public NHibernate.Mapping.Table Table { get => throw null; set { } } public override string ToString() => throw null; public virtual NHibernate.Type.IType Type { get => throw null; } @@ -23522,6 +23592,7 @@ public abstract class ToOne : NHibernate.Mapping.SimpleValue, NHibernate.Mapping public string ReferencedEntityName { get => throw null; set { } } public string ReferencedPropertyName { get => throw null; set { } } public override void SetTypeUsingReflection(string className, string propertyName, string accesorName) => throw null; + public override void SetTypeUsingReflection(System.Type propertyOwnerType, string propertyName, string accessorName) => throw null; public abstract override NHibernate.Type.IType Type { get; } public bool UnwrapProxy { get => throw null; set { } } } @@ -27095,6 +27166,7 @@ public class DependentContext : System.IDisposable, NHibernate.Transaction.ITran public override void ExecuteWorkInIsolation(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.Transaction.IIsolatedWork work, bool transacted) => throw null; public override System.Threading.Tasks.Task ExecuteWorkInIsolationAsync(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.Transaction.IIsolatedWork work, bool transacted, System.Threading.CancellationToken cancellationToken) => throw null; public override void ExplicitJoinSystemTransaction(NHibernate.Engine.ISessionImplementor session) => throw null; + protected bool IgnoreSessionSynchronizationFailuresOnSystemTransaction { get => throw null; } public override bool IsInActiveSystemTransaction(NHibernate.Engine.ISessionImplementor session) => throw null; protected virtual void JoinSystemTransaction(NHibernate.Engine.ISessionImplementor session, System.Transactions.Transaction transaction) => throw null; protected int SystemTransactionCompletionLockTimeout { get => throw null; } @@ -27104,6 +27176,7 @@ public class SystemTransactionContext : System.IDisposable, System.Transactions. void System.Transactions.IEnlistmentNotification.Commit(System.Transactions.Enlistment enlistment) => throw null; protected virtual void CompleteTransaction(bool isCommitted) => throw null; public SystemTransactionContext(NHibernate.Engine.ISessionImplementor session, System.Transactions.Transaction transaction, int systemTransactionCompletionLockTimeout, bool useConnectionOnSystemTransactionPrepare) => throw null; + public SystemTransactionContext(NHibernate.Engine.ISessionImplementor session, System.Transactions.Transaction transaction, int systemTransactionCompletionLockTimeout, bool useConnectionOnSystemTransactionPrepare, bool ignoreSessionSynchronizationFailures) => throw null; public void Dispose() => throw null; protected virtual void Dispose(bool disposing) => throw null; protected System.Transactions.Transaction EnlistedTransaction { get => throw null; } @@ -27131,6 +27204,7 @@ public class AdoTransaction : System.IDisposable, NHibernate.ITransaction protected virtual void Dispose(bool isDisposing) => throw null; protected virtual System.Threading.Tasks.Task DisposeAsync(bool isDisposing, System.Threading.CancellationToken cancellationToken) => throw null; public void Enlist(System.Data.Common.DbCommand command) => throw null; + public void Enlist(System.Data.Common.DbBatch batch) => throw null; public bool IsActive { get => throw null; } public System.Data.IsolationLevel IsolationLevel { get => throw null; } public void RegisterSynchronization(NHibernate.Transaction.ISynchronization sync) => throw null; @@ -27481,10 +27555,10 @@ public class DynamicMapEntityTuplizer : NHibernate.Tuple.Entity.AbstractEntityTu protected override NHibernate.Properties.ISetter BuildPropertySetter(NHibernate.Mapping.Property mappedProperty, NHibernate.Mapping.PersistentClass mappedEntity) => throw null; protected override NHibernate.Proxy.IProxyFactory BuildProxyFactory(NHibernate.Mapping.PersistentClass mappingInfo, NHibernate.Properties.IGetter idGetter, NHibernate.Properties.ISetter idSetter) => throw null; public override System.Type ConcreteProxyClass { get => throw null; } + public DynamicMapEntityTuplizer(NHibernate.Tuple.Entity.EntityMetamodel entityMetamodel, NHibernate.Mapping.PersistentClass mappingInfo) : base(default(NHibernate.Tuple.Entity.EntityMetamodel), default(NHibernate.Mapping.PersistentClass)) => throw null; public override NHibernate.EntityMode EntityMode { get => throw null; } public override bool IsInstrumented { get => throw null; } public override System.Type MappedClass { get => throw null; } - internal DynamicMapEntityTuplizer() : base(default(NHibernate.Tuple.Entity.EntityMetamodel), default(NHibernate.Mapping.PersistentClass)) { } } public class EntityMetamodel { @@ -27692,7 +27766,6 @@ public abstract class AbstractBinaryType : NHibernate.Type.MutableType, NHiberna public override object DeepCopyNotNull(object value) => throw null; 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; public override int GetHashCode(object x) => throw null; public override bool IsEqual(object x, object y) => throw null; public abstract override string Name { get; } @@ -27713,7 +27786,6 @@ public abstract class AbstractCharType : NHibernate.Type.PrimitiveType, NHiberna public override object DefaultValue { get => throw null; } 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; public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null; public override System.Type PrimitiveClass { get => throw null; } public override System.Type ReturnedClass { get => throw null; } @@ -27729,7 +27801,6 @@ public abstract class AbstractDateTimeType : NHibernate.Type.PrimitiveType, NHib public override object DefaultValue { get => throw null; } 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; protected virtual System.DateTime GetDateTime(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null; public override bool IsEqual(object x, object y) => throw null; protected virtual System.DateTimeKind Kind { get => throw null; } @@ -27765,7 +27836,6 @@ public abstract class AbstractStringType : NHibernate.Type.ImmutableType, NHiber public override bool Equals(object obj) => throw null; 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; public override int GetHashCode(object x) => throw null; public override int GetHashCode() => throw null; public const string IgnoreCaseParameterName = default; @@ -27954,7 +28024,6 @@ public class BooleanType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICache 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; public override string Name { get => throw null; } public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null; public override System.Type PrimitiveClass { get => throw null; } @@ -27970,7 +28039,6 @@ public class ByteType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheAss public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; public virtual System.Threading.Tasks.Task NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; @@ -27987,7 +28055,6 @@ public abstract class CharBooleanType : NHibernate.Type.BooleanType protected CharBooleanType(NHibernate.SqlTypes.AnsiStringFixedLengthSqlType sqlType) => throw null; protected abstract string FalseString { get; } 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; public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null; public override void Set(System.Data.Common.DbCommand cmd, object value, int index, NHibernate.Engine.ISessionImplementor session) => throw null; public override object StringToObject(string xml) => throw null; @@ -28224,7 +28291,6 @@ public class CultureInfoType : NHibernate.Type.ImmutableType, NHibernate.Type.IL public override System.Threading.Tasks.Task DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null; 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; public override string Name { get => throw null; } public string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null; public override System.Type ReturnedClass { get => throw null; } @@ -28316,7 +28382,6 @@ public class DateTimeOffsetType : NHibernate.Type.PrimitiveType, NHibernate.Type public override object DefaultValue { get => throw null; } 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; public override bool IsEqual(object x, object y) => throw null; public override string Name { get => throw null; } public object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; @@ -28373,7 +28438,6 @@ public class DecimalType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICache public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null; public override System.Type PrimitiveClass { get => throw null; } @@ -28402,7 +28466,6 @@ public class DoubleType : NHibernate.Type.PrimitiveType public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null; public override System.Type PrimitiveClass { get => throw null; } @@ -28481,7 +28544,6 @@ public class EnumCharType : NHibernate.Type.AbstractEnumType public override System.Threading.Tasks.Task DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null; 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; public virtual object GetInstance(object code) => throw null; public virtual object GetValue(object instance) => throw null; public override string Name { get => throw null; } @@ -28499,7 +28561,6 @@ public abstract class EnumStringType : NHibernate.Type.AbstractEnumType public override object Disassemble(object value, NHibernate.Engine.ISessionImplementor session, object owner) => throw null; public override System.Threading.Tasks.Task DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => 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; public virtual object GetInstance(object code) => throw null; public virtual object GetValue(object code) => throw null; public const int MaxLengthForEnumString = 255; @@ -28616,7 +28677,6 @@ public class GuidType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheAss public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null; public override System.Type PrimitiveClass { get => throw null; } @@ -28686,7 +28746,6 @@ public class Int16Type : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheAs public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; public virtual System.Threading.Tasks.Task NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; @@ -28705,7 +28764,6 @@ public class Int32Type : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheAs public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; public virtual System.Threading.Tasks.Task NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; @@ -28724,7 +28782,6 @@ public class Int64Type : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheAs public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; public virtual System.Threading.Tasks.Task NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; @@ -28885,7 +28942,7 @@ public abstract class NullableType : NHibernate.Type.AbstractType public override bool Equals(object obj) => throw null; public virtual object FromStringValue(string xml) => throw null; public abstract object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session); - public abstract object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session); + public virtual object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null; public override sealed int GetColumnSpan(NHibernate.Engine.IMapping session) => throw null; public override int GetHashCode() => throw null; public override bool IsDirty(object old, object current, bool[] checkable, NHibernate.Engine.ISessionImplementor session) => throw null; @@ -28949,7 +29006,6 @@ public class PersistentEnumType : NHibernate.Type.AbstractEnumType public override bool Equals(object obj) => throw null; 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; public static NHibernate.Type.PersistentEnumType.IEnumConverter GetEnumCoverter(System.Type enumClass) => throw null; public override int GetHashCode() => throw null; public virtual object GetInstance(object code) => throw null; @@ -28982,7 +29038,6 @@ public class SByteType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheAs public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null; @@ -29001,7 +29056,6 @@ public class SerializableType : NHibernate.Type.MutableType public override System.Threading.Tasks.Task DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null; public object FromBytes(byte[] bytes) => throw null; public override object FromStringValue(string xml) => throw null; - public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null; public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null; public override int GetHashCode(object x) => throw null; public override bool IsEqual(object x, object y) => throw null; @@ -29026,7 +29080,6 @@ public class SingleType : NHibernate.Type.PrimitiveType public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null; public override System.Type PrimitiveClass { get => throw null; } @@ -29075,7 +29128,6 @@ public class TimeAsTimeSpanType : NHibernate.Type.PrimitiveType, NHibernate.Type public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; public System.Threading.Tasks.Task NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; @@ -29096,7 +29148,6 @@ public class TimeSpanType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICach public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; public System.Threading.Tasks.Task NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; @@ -29124,7 +29175,6 @@ public class TimeType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheAss public override object DefaultValue { get => throw null; } 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; public override int GetHashCode(object x) => throw null; public override bool IsEqual(object x, object y) => throw null; public override string Name { get => throw null; } @@ -29224,7 +29274,6 @@ public class TypeType : NHibernate.Type.ImmutableType public override System.Threading.Tasks.Task DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null; 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; public override string Name { get => throw null; } 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; @@ -29240,7 +29289,6 @@ public class UInt16Type : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheA public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; public virtual System.Threading.Tasks.Task NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; @@ -29259,7 +29307,6 @@ public class UInt32Type : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheA public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; public virtual System.Threading.Tasks.Task NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; @@ -29278,7 +29325,6 @@ public class UInt64Type : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheA public override object DefaultValue { get => throw null; } 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; public override string Name { get => throw null; } public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null; public virtual System.Threading.Tasks.Task NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null; @@ -29300,7 +29346,6 @@ public class UriType : NHibernate.Type.ImmutableType, NHibernate.Type.ICacheAsse public override System.Threading.Tasks.Task DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null; 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; public override string Name { get => throw null; } public string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null; public override System.Type ReturnedClass { get => throw null; } @@ -29347,7 +29392,6 @@ public class XDocType : NHibernate.Type.MutableType public override System.Threading.Tasks.Task DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null; 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; public override bool IsEqual(object x, object y) => throw null; public override string Name { get => throw null; } public override System.Type ReturnedClass { get => throw null; } @@ -29366,7 +29410,6 @@ public class XmlDocType : NHibernate.Type.MutableType public override System.Threading.Tasks.Task DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null; 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; public override bool IsEqual(object x, object y) => throw null; public override string Name { get => throw null; } public override System.Type ReturnedClass { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.csproj b/csharp/ql/test/resources/stubs/NHibernate/5.6.0/NHibernate.csproj similarity index 85% rename from csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.csproj rename to csharp/ql/test/resources/stubs/NHibernate/5.6.0/NHibernate.csproj index d7190e71fe25..c5b84119fa77 100644 --- a/csharp/ql/test/resources/stubs/NHibernate/5.5.2/NHibernate.csproj +++ b/csharp/ql/test/resources/stubs/NHibernate/5.6.0/NHibernate.csproj @@ -8,10 +8,10 @@ - + - + diff --git a/csharp/ql/test/resources/stubs/Newtonsoft.Json/13.0.3/Newtonsoft.Json.cs b/csharp/ql/test/resources/stubs/Newtonsoft.Json/13.0.4/Newtonsoft.Json.cs similarity index 99% rename from csharp/ql/test/resources/stubs/Newtonsoft.Json/13.0.3/Newtonsoft.Json.cs rename to csharp/ql/test/resources/stubs/Newtonsoft.Json/13.0.4/Newtonsoft.Json.cs index aa426bf8e88a..a7f5ef219e10 100644 --- a/csharp/ql/test/resources/stubs/Newtonsoft.Json/13.0.3/Newtonsoft.Json.cs +++ b/csharp/ql/test/resources/stubs/Newtonsoft.Json/13.0.4/Newtonsoft.Json.cs @@ -1389,13 +1389,17 @@ public abstract class JToken : System.ICloneable, System.Dynamic.IDynamicMetaObj public T ToObject(Newtonsoft.Json.JsonSerializer jsonSerializer) => throw null; public object ToObject(System.Type objectType, Newtonsoft.Json.JsonSerializer jsonSerializer) => throw null; public override string ToString() => throw null; + public string ToString(Newtonsoft.Json.Formatting formatting) => throw null; public string ToString(Newtonsoft.Json.Formatting formatting, params Newtonsoft.Json.JsonConverter[] converters) => throw null; public abstract Newtonsoft.Json.Linq.JTokenType Type { get; } public virtual T Value(object key) => throw null; public virtual System.Collections.Generic.IEnumerable Values() => throw null; + public void WriteTo(Newtonsoft.Json.JsonWriter writer) => throw null; public abstract void WriteTo(Newtonsoft.Json.JsonWriter writer, params Newtonsoft.Json.JsonConverter[] converters); public virtual System.Threading.Tasks.Task WriteToAsync(Newtonsoft.Json.JsonWriter writer, System.Threading.CancellationToken cancellationToken, params Newtonsoft.Json.JsonConverter[] converters) => throw null; public System.Threading.Tasks.Task WriteToAsync(Newtonsoft.Json.JsonWriter writer, params Newtonsoft.Json.JsonConverter[] converters) => throw null; + public System.Threading.Tasks.Task WriteToAsync(Newtonsoft.Json.JsonWriter writer, System.Threading.CancellationToken cancellationToken) => throw null; + public System.Threading.Tasks.Task WriteToAsync(Newtonsoft.Json.JsonWriter writer) => throw null; } public class JTokenEqualityComparer : System.Collections.Generic.IEqualityComparer { diff --git a/csharp/ql/test/resources/stubs/Newtonsoft.Json/13.0.3/Newtonsoft.Json.csproj b/csharp/ql/test/resources/stubs/Newtonsoft.Json/13.0.4/Newtonsoft.Json.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Newtonsoft.Json/13.0.3/Newtonsoft.Json.csproj rename to csharp/ql/test/resources/stubs/Newtonsoft.Json/13.0.4/Newtonsoft.Json.csproj diff --git a/csharp/ql/test/resources/stubs/Remotion.Linq.EagerFetching/2.2.0/Remotion.Linq.EagerFetching.csproj b/csharp/ql/test/resources/stubs/Remotion.Linq.EagerFetching/2.2.0/Remotion.Linq.EagerFetching.csproj index decc44b4c3c9..b1c3da37a618 100644 --- a/csharp/ql/test/resources/stubs/Remotion.Linq.EagerFetching/2.2.0/Remotion.Linq.EagerFetching.csproj +++ b/csharp/ql/test/resources/stubs/Remotion.Linq.EagerFetching/2.2.0/Remotion.Linq.EagerFetching.csproj @@ -8,12 +8,12 @@ - - - - - - + + + + + + diff --git a/csharp/ql/test/resources/stubs/Remotion.Linq/2.2.0/Remotion.Linq.csproj b/csharp/ql/test/resources/stubs/Remotion.Linq/2.2.0/Remotion.Linq.csproj index bcce1168ac5a..379bd741ab69 100644 --- a/csharp/ql/test/resources/stubs/Remotion.Linq/2.2.0/Remotion.Linq.csproj +++ b/csharp/ql/test/resources/stubs/Remotion.Linq/2.2.0/Remotion.Linq.csproj @@ -7,17 +7,17 @@ - - - - + + + + - - - - - - + + + + + + diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.cs b/csharp/ql/test/resources/stubs/ServiceStack.Client/10.0.4/ServiceStack.Client.cs similarity index 90% rename from csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.cs rename to csharp/ql/test/resources/stubs/ServiceStack.Client/10.0.4/ServiceStack.Client.cs index 4fed50dcbd24..3ff03e94507b 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.Client/10.0.4/ServiceStack.Client.cs @@ -14,6 +14,21 @@ public class AdminApiKeysResponse : ServiceStack.IHasResponseStatus public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } public System.Collections.Generic.List Results { get => throw null; set { } } } + public class AdminCancelJobs : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public string CancelWorker { get => throw null; set { } } + public AdminCancelJobs() => throw null; + public System.Collections.Generic.List Ids { get => throw null; set { } } + public ServiceStack.Jobs.BackgroundJobState? State { get => throw null; set { } } + public string Worker { get => throw null; set { } } + } + public class AdminCancelJobsResponse + { + public AdminCancelJobsResponse() => throw null; + public System.Collections.Generic.Dictionary Errors { get => throw null; set { } } + 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; @@ -29,6 +44,11 @@ public class AdminCreateApiKey : ServiceStack.IPost, ServiceStack.IReturn throw null; set { } } public string UserName { get => throw null; set { } } } + public class AdminCreateRole : ServiceStack.IPost, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public AdminCreateRole() => throw null; + public string Name { get => throw null; set { } } + } public class AdminCreateUser : ServiceStack.AdminUserBase, ServiceStack.IPost, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public AdminCreateUser() => throw null; @@ -47,6 +67,11 @@ public class AdminDeleteApiKey : ServiceStack.IDelete, ServiceStack.IReturn throw null; public int? Id { get => throw null; set { } } } + public class AdminDeleteRole : ServiceStack.IDelete, ServiceStack.IReturn, ServiceStack.IReturnVoid, ServiceStack.IVerb + { + public AdminDeleteRole() => throw null; + public string Id { get => throw null; set { } } + } public class AdminDeleteUser : ServiceStack.IDelete, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public AdminDeleteUser() => throw null; @@ -58,6 +83,60 @@ public class AdminDeleteUserResponse : ServiceStack.IHasResponseStatus public string Id { get => throw null; set { } } public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } } + public class AdminGetJob : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public AdminGetJob() => throw null; + public long? Id { get => throw null; set { } } + public string RefId { get => throw null; set { } } + } + public class AdminGetJobProgress : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public AdminGetJobProgress() => throw null; + public long Id { get => throw null; set { } } + public int? LogStart { get => throw null; set { } } + } + public class AdminGetJobProgressResponse + { + public AdminGetJobProgressResponse() => throw null; + public int? DurationMs { get => throw null; set { } } + public ServiceStack.ResponseStatus Error { get => throw null; set { } } + public string Logs { get => throw null; set { } } + public double? Progress { get => throw null; set { } } + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public ServiceStack.Jobs.BackgroundJobState State { get => throw null; set { } } + public string Status { get => throw null; set { } } + } + public class AdminGetJobResponse + { + public ServiceStack.Jobs.CompletedJob Completed { get => throw null; set { } } + public AdminGetJobResponse() => throw null; + public ServiceStack.Jobs.FailedJob Failed { get => throw null; set { } } + public ServiceStack.Jobs.BackgroundJob Queued { get => throw null; set { } } + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public ServiceStack.Jobs.JobSummary Result { get => throw null; set { } } + } + public class AdminGetRole : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public AdminGetRole() => throw null; + public string Id { get => throw null; set { } } + } + public class AdminGetRoleResponse : ServiceStack.IHasResponseStatus + { + public System.Collections.Generic.List Claims { get => throw null; set { } } + public AdminGetRoleResponse() => throw null; + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public ServiceStack.AdminRole Result { get => throw null; set { } } + } + public class AdminGetRoles : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public AdminGetRoles() => throw null; + } + public class AdminGetRolesResponse : ServiceStack.IHasResponseStatus + { + public AdminGetRolesResponse() => throw null; + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public System.Collections.Generic.List Results { get => throw null; set { } } + } public class AdminGetUser : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public AdminGetUser() => throw null; @@ -77,8 +156,40 @@ public class AdminIdentityUsersInfo : ServiceStack.IMeta public System.Collections.Generic.List QueryIdentityUserProperties { get => throw null; set { } } public System.Collections.Generic.List QueryMediaRules { get => throw null; set { } } } + public class AdminJobDashboard : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public AdminJobDashboard() => throw null; + public System.DateTime? From { get => throw null; set { } } + public System.DateTime? To { get => throw null; set { } } + } + public class AdminJobDashboardResponse + { + public System.Collections.Generic.List Apis { get => throw null; set { } } + public System.Collections.Generic.List Commands { get => throw null; set { } } + public AdminJobDashboardResponse() => throw null; + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public System.Collections.Generic.List Today { get => throw null; set { } } + public System.Collections.Generic.List Workers { get => throw null; set { } } + } + public class AdminJobInfo : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public AdminJobInfo() => throw null; + public System.DateTime? Month { get => throw null; set { } } + } + public class AdminJobInfoResponse + { + public AdminJobInfoResponse() => throw null; + public System.Collections.Generic.List MonthDbs { get => throw null; set { } } + public System.Collections.Generic.Dictionary QueueCounts { get => throw null; set { } } + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public System.Collections.Generic.Dictionary StateCounts { get => throw null; set { } } + public System.Collections.Generic.Dictionary TableCounts { get => throw null; set { } } + public System.Collections.Generic.Dictionary WorkerCounts { get => throw null; set { } } + public System.Collections.Generic.List WorkerStats { get => throw null; set { } } + } public class AdminQueryApiKeys : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { + public string ApiKey { get => throw null; set { } } public AdminQueryApiKeys() => throw null; public int? Id { get => throw null; set { } } public string OrderBy { get => throw null; set { } } @@ -88,6 +199,37 @@ public class AdminQueryApiKeys : ServiceStack.IGet, ServiceStack.IReturn throw null; set { } } public string UserName { get => throw null; set { } } } + public class AdminQueryBackgroundJobs : ServiceStack.QueryDb + { + public AdminQueryBackgroundJobs() => throw null; + public int? Id { get => throw null; set { } } + public string RefId { get => throw null; set { } } + } + public class AdminQueryCompletedJobs : ServiceStack.QueryDb + { + public AdminQueryCompletedJobs() => throw null; + public System.DateTime? Month { get => throw null; set { } } + } + public class AdminQueryFailedJobs : ServiceStack.QueryDb + { + public AdminQueryFailedJobs() => throw null; + public System.DateTime? Month { get => throw null; set { } } + } + public class AdminQueryJobSummary : ServiceStack.QueryDb + { + public AdminQueryJobSummary() => throw null; + public int? Id { get => throw null; set { } } + public string RefId { get => throw null; set { } } + } + public class AdminQueryRequestLogs : ServiceStack.QueryDb + { + public AdminQueryRequestLogs() => throw null; + public System.DateTime? Month { get => throw null; set { } } + } + public class AdminQueryScheduledTasks : ServiceStack.QueryDb + { + public AdminQueryScheduledTasks() => throw null; + } public class AdminQueryUsers : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public AdminQueryUsers() => throw null; @@ -105,10 +247,29 @@ public class AdminRedisInfo : ServiceStack.IMeta public bool? ModifiableConnection { get => throw null; set { } } public int QueryLimit { get => throw null; set { } } } + public class AdminRequeueFailedJobs : ServiceStack.IReturn, ServiceStack.IReturn + { + public AdminRequeueFailedJobs() => throw null; + public System.Collections.Generic.List Ids { get => throw null; set { } } + } + public class AdminRequeueFailedJobsJobsResponse + { + public AdminRequeueFailedJobsJobsResponse() => throw null; + public System.Collections.Generic.Dictionary Errors { get => throw null; set { } } + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public System.Collections.Generic.List Results { get => throw null; set { } } + } + public class AdminRole + { + public AdminRole() => throw null; + public string Id { get => throw null; set { } } + public string Name { get => throw null; set { } } + } public class AdminUi { public ServiceStack.ApiCss Css { get => throw null; set { } } public AdminUi() => throw null; + public System.Collections.Generic.List Pages { get => throw null; set { } } } public class AdminUpdateApiKey : ServiceStack.IPatch, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { @@ -128,14 +289,25 @@ public class AdminUpdateApiKey : ServiceStack.IPatch, ServiceStack.IReturn throw null; set { } } public string UserName { get => throw null; set { } } } + public class AdminUpdateRole : ServiceStack.IPost, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public System.Collections.Generic.List AddClaims { get => throw null; set { } } + public AdminUpdateRole() => throw null; + public string Id { get => throw null; set { } } + public string Name { get => throw null; set { } } + public System.Collections.Generic.List RemoveClaims { get => throw null; set { } } + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + } public class AdminUpdateUser : ServiceStack.AdminUserBase, ServiceStack.IPut, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { + public System.Collections.Generic.List AddClaims { get => throw null; set { } } public System.Collections.Generic.List AddPermissions { get => throw null; set { } } public System.Collections.Generic.List AddRoles { get => throw null; set { } } 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 RemoveClaims { 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 { } } @@ -158,6 +330,7 @@ public abstract class AdminUserBase : ServiceStack.IMeta } public class AdminUserResponse : ServiceStack.IHasResponseStatus { + public System.Collections.Generic.List Claims { get => throw null; set { } } public AdminUserResponse() => throw null; public System.Collections.Generic.List> Details { get => throw null; set { } } public string Id { get => throw null; set { } } @@ -365,6 +538,7 @@ public static class AppMetadataUtils public static ServiceStack.MetadataType GetType(this ServiceStack.AppMetadata app, ServiceStack.MetadataTypeName typeRef) => throw null; public static ServiceStack.MetadataType GetType(this ServiceStack.AppMetadata app, string @namespace, string name) => throw null; public static object GetValue(this ServiceStack.MetadataPropertyType prop, T model) => throw null; + public static bool IsRequired(this ServiceStack.MetadataPropertyType prop) => throw null; public static bool IsSystemType(this ServiceStack.MetadataPropertyType prop) => throw null; public static void PopulateInput(this ServiceStack.MetadataPropertyType property, ServiceStack.InputInfo input) => throw null; public static System.Collections.Generic.List PopulatePrimaryKey(this System.Collections.Generic.List props) => throw null; @@ -569,6 +743,104 @@ public class BrotliCompressor : ServiceStack.Caching.IStreamCompressor public string Encoding { get => throw null; } public static ServiceStack.BrotliCompressor Instance { get => throw null; } } + public class CachedApiClient : ServiceStack.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 + { + public void AddHeader(string name, string value) => throw null; + public string BearerToken { get => throw null; set { } } + public int CacheCount { get => throw null; } + public long CacheHits { get => throw null; } + public long CachesAdded { get => throw null; } + public long CachesRemoved { get => throw null; } + public void CancelAsync() => throw null; + public int CleanCachesWhenCountExceeds { get => throw null; set { } } + public System.TimeSpan? ClearCachesOlderThan { get => throw null; set { } } + public void ClearCookies() => throw null; + public System.TimeSpan? ClearExpiredCachesOlderThan { get => throw null; set { } } + public CachedApiClient(ServiceStack.JsonApiClient client, System.Collections.Concurrent.ConcurrentDictionary cache) => throw null; + public CachedApiClient(ServiceStack.JsonApiClient client) => throw null; + public void CustomMethod(string httpVerb, ServiceStack.IReturnVoid requestDto) => throw null; + public TResponse CustomMethod(string httpVerb, ServiceStack.IReturn requestDto) => throw null; + public TResponse CustomMethod(string httpVerb, object requestDto) => throw null; + public System.Threading.Tasks.Task CustomMethodAsync(string httpVerb, ServiceStack.IReturn requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task CustomMethodAsync(string httpVerb, object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task CustomMethodAsync(string httpVerb, ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task CustomMethodAsync(string httpVerb, string relativeOrAbsoluteUrl, object request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public void Delete(ServiceStack.IReturnVoid requestDto) => throw null; + public TResponse Delete(ServiceStack.IReturn request) => throw null; + public TResponse Delete(object request) => throw null; + public TResponse Delete(string relativeOrAbsoluteUrl) => throw null; + public System.Threading.Tasks.Task DeleteAsync(ServiceStack.IReturn requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task DeleteAsync(object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task DeleteAsync(string relativeOrAbsoluteUrl, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task DeleteAsync(ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public void Dispose() => throw null; + public long ErrorFallbackHits { get => throw null; } + public void Get(ServiceStack.IReturnVoid request) => throw null; + public TResponse Get(ServiceStack.IReturn requestDto) => throw null; + public TResponse Get(object requestDto) => throw null; + public TResponse Get(string relativeOrAbsoluteUrl) => throw null; + public System.Threading.Tasks.Task GetAsync(ServiceStack.IReturn requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task GetAsync(object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task GetAsync(string relativeOrAbsoluteUrl, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task GetAsync(ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Collections.Generic.Dictionary GetCookieValues() => throw null; + public System.Collections.Generic.IEnumerable GetLazy(ServiceStack.IReturn> queryDto) => throw null; + public long NotModifiedHits { get => throw null; } + public object OnExceptionFilter(System.Net.Http.HttpResponseMessage webRes, string requestUri, System.Type responseType) => throw null; + public void Patch(ServiceStack.IReturnVoid requestDto) => throw null; + public TResponse Patch(ServiceStack.IReturn requestDto) => throw null; + public TResponse Patch(object requestDto) => throw null; + public TResponse Patch(string relativeOrAbsoluteUrl, object requestDto) => throw null; + public System.Threading.Tasks.Task PatchAsync(ServiceStack.IReturn requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PatchAsync(object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PatchAsync(ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public void Post(ServiceStack.IReturnVoid requestDto) => throw null; + public TResponse Post(ServiceStack.IReturn requestDto) => throw null; + public TResponse Post(object requestDto) => throw null; + public TResponse Post(string relativeOrAbsoluteUrl, object request) => throw null; + public System.Threading.Tasks.Task PostAsync(ServiceStack.IReturn requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PostAsync(object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PostAsync(string relativeOrAbsoluteUrl, object request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PostAsync(ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public TResponse PostFile(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, string mimeType, string fieldName = default(string)) => throw null; + public TResponse PostFilesWithRequest(object request, System.Collections.Generic.IEnumerable files) => throw null; + public TResponse PostFilesWithRequest(string relativeOrAbsoluteUrl, object request, System.Collections.Generic.IEnumerable files) => 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 void Publish(object requestDto) => throw null; + public void PublishAll(System.Collections.Generic.IEnumerable requestDtos) => throw null; + public System.Threading.Tasks.Task PublishAllAsync(System.Collections.Generic.IEnumerable requestDtos, System.Threading.CancellationToken token) => throw null; + public System.Threading.Tasks.Task PublishAsync(object requestDto, System.Threading.CancellationToken token) => throw null; + public void Put(ServiceStack.IReturnVoid requestDto) => throw null; + public TResponse Put(ServiceStack.IReturn requestDto) => throw null; + public TResponse Put(object requestDto) => throw null; + public TResponse Put(string relativeOrAbsoluteUrl, object requestDto) => throw null; + public System.Threading.Tasks.Task PutAsync(ServiceStack.IReturn requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PutAsync(object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PutAsync(string relativeOrAbsoluteUrl, object request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task PutAsync(ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public int RemoveCachesOlderThan(System.TimeSpan age) => throw null; + public int RemoveExpiredCachesOlderThan(System.TimeSpan age) => throw null; + public TResponse Send(string httpMethod, string relativeOrAbsoluteUrl, object request) => throw null; + public TResponse Send(object request) => throw null; + public System.Collections.Generic.List SendAll(System.Collections.Generic.IEnumerable requests) => throw null; + public System.Threading.Tasks.Task> SendAllAsync(System.Collections.Generic.IEnumerable requests, System.Threading.CancellationToken token) => throw null; + public void SendAllOneWay(System.Collections.Generic.IEnumerable requests) => throw null; + public System.Threading.Tasks.Task SendAsync(string httpMethod, string absoluteUrl, object request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public System.Threading.Tasks.Task SendAsync(object requestDto, System.Threading.CancellationToken token) => throw null; + public void SendOneWay(object requestDto) => throw null; + public void SendOneWay(string relativeOrAbsoluteUri, object requestDto) => throw null; + public string SessionId { get => throw null; set { } } + public void SetCache(System.Collections.Concurrent.ConcurrentDictionary cache) => throw null; + public void SetCookie(string name, string value, System.TimeSpan? expiresIn = default(System.TimeSpan?)) => throw null; + public void SetCredentials(string userName, string password) => throw null; + public int Version { get => throw null; set { } } + } + public static partial class CachedApiClientExtensions + { + public static ServiceStack.IServiceClient WithCache(this ServiceStack.JsonApiClient client) => throw null; + public static ServiceStack.IServiceClient WithCache(this ServiceStack.JsonApiClient client, System.Collections.Concurrent.ConcurrentDictionary cache) => throw null; + } public class CachedServiceClient : ServiceStack.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 { public void AddHeader(string name, string value) => throw null; @@ -723,9 +995,12 @@ public static class ClientConfig 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 string IndentJson(string json) => throw null; + public static void PrintDump(T obj) => throw null; public static void Reset() => throw null; public static bool SkipEmptyArrays { get => throw null; set { } } public static string ToJson(T obj) => throw null; + public static string ToSystemJson(T obj) => throw null; public static ServiceStack.UseSystemJson UseSystemJson { get => throw null; set { } } } public static class ClientDiagnostics @@ -1011,6 +1286,7 @@ public class ExplorerUi { public ServiceStack.ApiCss Css { get => throw null; set { } } public ExplorerUi() => throw null; + public string JsConfig { get => throw null; set { } } public ServiceStack.AppTags Tags { get => throw null; set { } } } public class FieldCss @@ -1161,6 +1437,22 @@ public static class HmacUtils public const int KeySizeBytes = 32; public static bool Verify(byte[] authEncryptedBytes, byte[] authKey) => throw null; } + public class HourStat + { + public int Count { get => throw null; set { } } + public HourStat() => throw null; + public string Hour { get => throw null; set { } } + public ServiceStack.Jobs.BackgroundJobState State { get => throw null; set { } } + } + public class HourSummary + { + public int Cancelled { get => throw null; set { } } + public int Completed { get => throw null; set { } } + public HourSummary() => throw null; + public int Failed { get => throw null; set { } } + public string Hour { get => throw null; set { } } + public int Total { get => throw null; set { } } + } namespace Html { public static class Formats @@ -1408,6 +1700,24 @@ public interface ITimer : System.IDisposable { void Cancel(); } + public class JobStat + { + public int Count { get => throw null; set { } } + public JobStat() => throw null; + public string Name { get => throw null; set { } } + public bool Retries { get => throw null; set { } } + public ServiceStack.Jobs.BackgroundJobState State { get => throw null; set { } } + } + public class JobStatSummary + { + public int Cancelled { get => throw null; set { } } + public int Completed { get => throw null; set { } } + public JobStatSummary() => throw null; + public int Failed { get => throw null; set { } } + public string Name { get => throw null; set { } } + public int Retries { get => throw null; set { } } + public int Total { get => throw null; set { } } + } public class JsonApiClient : System.IDisposable, ServiceStack.IHasBearerToken, ServiceStack.IHasCookieContainer, ServiceStack.IHasSessionId, ServiceStack.IHasVersion, ServiceStack.IHttpRestClientAsync, ServiceStack.IJsonServiceClient, ServiceStack.IOneWayClient, ServiceStack.IReplyClient, ServiceStack.IRestClient, ServiceStack.IRestClientAsync, ServiceStack.IRestClientSync, ServiceStack.IRestServiceClient, ServiceStack.IServiceClient, ServiceStack.IServiceClientAsync, ServiceStack.IServiceClientCommon, ServiceStack.IServiceClientMeta, ServiceStack.IServiceClientSync, ServiceStack.IServiceGateway, ServiceStack.IServiceGatewayAsync, ServiceStack.IServiceGatewayFormAsync { public void AddHeader(string name, string value) => throw null; @@ -1647,6 +1957,7 @@ public static class JwtClaimTypes public const string Actor = default; public const string Address = default; public const string Algorithm = default; + public const string ApiKey = default; public const string Audience = default; public const string AuthClass = default; public const string AuthMethod = default; @@ -1667,6 +1978,7 @@ public static class JwtClaimTypes public const string GivenName = default; public const string Groups = default; public const string IdentityProvider = default; + public const string IdentityRole = default; public const string IssuedAt = default; public const string Issuer = default; public const string JwtId = default; @@ -2032,7 +2344,6 @@ public class MetadataTypesConfig public string Package { get => throw null; set { } } public bool SettersReturnThis { get => throw null; set { } } public System.Collections.Generic.List TreatTypesAsStrings { get => throw null; set { } } - public string UsePath { get => throw null; set { } } } public class ModifyValidationRules : ServiceStack.IReturn, ServiceStack.IReturnVoid { @@ -2065,6 +2376,12 @@ public class NewInstanceResolver : ServiceStack.Configuration.IResolver public NewInstanceResolver() => throw null; public T TryResolve() => throw null; } + public class PageInfo + { + public string Component { get => throw null; set { } } + public PageInfo() => throw null; + public string Page { get => throw null; set { } } + } public class PartialApiKey : ServiceStack.IMeta { public bool Active { get => throw null; set { } } @@ -2257,9 +2574,19 @@ public class ReplaceFileUploadResponse public ReplaceFileUploadResponse() => throw null; public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } } + public class RequestLogsAnalytics + { + public RequestLogsAnalytics() => throw null; + public bool? DisableAnalytics { get => throw null; set { } } + public bool? DisableApiKeyAnalytics { get => throw null; set { } } + public bool? DisableUserAnalytics { get => throw null; set { } } + public System.Collections.Generic.List Months { get => throw null; set { } } + public System.Collections.Generic.Dictionary Tabs { get => throw null; set { } } + } public class RequestLogsInfo : ServiceStack.IMeta { public string AccessRole { get => throw null; set { } } + public ServiceStack.RequestLogsAnalytics Analytics { get => throw null; set { } } public RequestLogsInfo() => throw null; public int DefaultLimit { get => throw null; set { } } public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } @@ -2717,7 +3044,7 @@ public abstract class ServiceClientBase : System.IDisposable, ServiceStack.IHasB public virtual TResponse PostFilesWithRequest(string relativeOrAbsoluteUrl, object request, System.Collections.Generic.IEnumerable files) => throw null; public virtual TResponse PostFileWithRequest(System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string)) => throw null; public virtual TResponse PostFileWithRequest(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string)) => throw null; - protected System.Net.WebRequest PrepareWebRequest(string httpMethod, string requestUri, object request, System.Action sendRequestAction) => throw null; + protected virtual System.Net.WebRequest PrepareWebRequest(string httpMethod, string requestUri, object request, System.Action sendRequestAction) => throw null; public System.Net.IWebProxy Proxy { get => throw null; set { } } public virtual void Publish(object requestDto) => throw null; public void Publish(T requestDto) => throw null; @@ -2853,6 +3180,7 @@ public static partial class ServiceClientExtensions } public static class ServiceClientUtils { + public static object AssertRequestDto(object requestDto) => throw null; public static string GetAutoQueryMethod(System.Type requestType) => throw null; public static string GetHttpMethod(System.Type requestType) => throw null; public static string GetIVerbMethod(System.Type requestType) => throw null; @@ -2942,6 +3270,8 @@ public static class StreamExt public static byte[] Compress(this string text, string compressionType, System.Text.Encoding encoding = default(System.Text.Encoding)) => throw null; public static byte[] CompressBytes(this byte[] bytes, string compressionType) => throw null; public static System.IO.Stream CompressStream(this System.IO.Stream stream, string compressionType) => throw null; + public static string ComputeSha256(this byte[] data) => throw null; + public static string ComputeSha256(this System.IO.Stream stream) => throw null; public static string Decompress(this byte[] gzBuffer, string compressionType) => throw null; public static System.IO.Stream Decompress(this System.IO.Stream gzStream, string compressionType) => throw null; public static byte[] DecompressBytes(this byte[] gzBuffer, string compressionType) => throw null; @@ -3029,6 +3359,7 @@ public class UiInfo : ServiceStack.IMeta { public ServiceStack.AdminUi Admin { get => throw null; set { } } public System.Collections.Generic.List AdminLinks { get => throw null; set { } } + public System.Collections.Generic.List AdminLinksOrder { get => throw null; set { } } public System.Collections.Generic.List AlwaysHideTags { get => throw null; set { } } public ServiceStack.ImageInfo BrandIcon { get => throw null; set { } } public UiInfo() => throw null; @@ -3039,6 +3370,7 @@ public class UiInfo : ServiceStack.IMeta public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } public System.Collections.Generic.List Modules { get => throw null; set { } } public ServiceStack.ThemeInfo Theme { get => throw null; set { } } + public ServiceStack.ImageInfo UserIcon { get => throw null; set { } } } public class UnAssignRoles : ServiceStack.IMeta, ServiceStack.IPost, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { @@ -3118,6 +3450,20 @@ public static partial class UrlExtensions public static string ToUrl(this object requestDto, string httpMethod, System.Func fallback) => throw null; } public delegate string UrlResolverDelegate(ServiceStack.IServiceClientMeta client, string httpMethod, string relativeOrAbsoluteUrl); + public static class UserAgentHelper + { + public static (string, string) GetBrowserInfo(string userAgent) => throw null; + public static string GetDeviceType(string userAgent) => throw null; + public static bool IsBotUserAgent(string userAgent, out string botName) => throw null; + public static readonly System.Text.RegularExpressions.Regex RegexAppleWebKit; + public static readonly System.Text.RegularExpressions.Regex RegexChrome; + public static readonly System.Text.RegularExpressions.Regex RegexChromium; + public static readonly System.Text.RegularExpressions.Regex RegexEdge; + public static readonly System.Text.RegularExpressions.Regex RegexFirefox; + public static readonly System.Text.RegularExpressions.Regex RegexSafari; + public static readonly System.Text.RegularExpressions.Regex RegexSamsung; + public static readonly System.Text.RegularExpressions.Regex RegexUCBrowser; + } public class UserApiKey : ServiceStack.IMeta { public UserApiKey() => throw null; diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.csproj b/csharp/ql/test/resources/stubs/ServiceStack.Client/10.0.4/ServiceStack.Client.csproj similarity index 58% rename from csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.Client/10.0.4/ServiceStack.Client.csproj index f85faa8f7c90..49e6ed36c10f 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Client/8.5.2/ServiceStack.Client.csproj +++ b/csharp/ql/test/resources/stubs/ServiceStack.Client/10.0.4/ServiceStack.Client.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.cs b/csharp/ql/test/resources/stubs/ServiceStack.Common/10.0.4/ServiceStack.Common.cs similarity index 97% rename from csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.cs rename to csharp/ql/test/resources/stubs/ServiceStack.Common/10.0.4/ServiceStack.Common.cs index f14f4dc78cfc..d0a47e0f49c5 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Common/8.5.2/ServiceStack.Common.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.Common/10.0.4/ServiceStack.Common.cs @@ -178,6 +178,53 @@ public static partial class ContainerExtensions public static T Resolve(this ServiceStack.Configuration.IResolver container) => throw null; public static T Resolve(this ServiceStack.IContainer container) => throw null; } + namespace Cronos + { + public sealed class CronExpression : System.IEquatable + { + public static readonly ServiceStack.Cronos.CronExpression Daily; + public bool Equals(ServiceStack.Cronos.CronExpression other) => throw null; + public override bool Equals(object obj) => throw null; + public static readonly ServiceStack.Cronos.CronExpression EveryMinute; + public static readonly ServiceStack.Cronos.CronExpression EverySecond; + public override int GetHashCode() => throw null; + public System.DateTime? GetNextOccurrence(System.DateTime fromUtc, bool inclusive = default(bool)) => throw null; + public System.DateTime? GetNextOccurrence(System.DateTime fromUtc, System.TimeZoneInfo zone, bool inclusive = default(bool)) => throw null; + public System.DateTimeOffset? GetNextOccurrence(System.DateTimeOffset from, System.TimeZoneInfo zone, bool inclusive = default(bool)) => throw null; + public System.Collections.Generic.IEnumerable GetOccurrences(System.DateTime fromUtc, System.DateTime toUtc, bool fromInclusive = default(bool), bool toInclusive = default(bool)) => throw null; + public System.Collections.Generic.IEnumerable GetOccurrences(System.DateTime fromUtc, System.DateTime toUtc, System.TimeZoneInfo zone, bool fromInclusive = default(bool), bool toInclusive = default(bool)) => throw null; + public System.Collections.Generic.IEnumerable GetOccurrences(System.DateTimeOffset from, System.DateTimeOffset to, System.TimeZoneInfo zone, bool fromInclusive = default(bool), bool toInclusive = default(bool)) => throw null; + public static readonly ServiceStack.Cronos.CronExpression Hourly; + public static readonly ServiceStack.Cronos.CronExpression Monthly; + public static bool operator ==(ServiceStack.Cronos.CronExpression left, ServiceStack.Cronos.CronExpression right) => throw null; + public static bool operator !=(ServiceStack.Cronos.CronExpression left, ServiceStack.Cronos.CronExpression right) => throw null; + public static ServiceStack.Cronos.CronExpression Parse(string expression) => throw null; + public static ServiceStack.Cronos.CronExpression Parse(string expression, ServiceStack.Cronos.CronFormat format) => throw null; + public override string ToString() => throw null; + public static bool TryParse(string expression, out ServiceStack.Cronos.CronExpression cronExpression) => throw null; + public static bool TryParse(string expression, ServiceStack.Cronos.CronFormat format, out ServiceStack.Cronos.CronExpression cronExpression) => throw null; + public static readonly ServiceStack.Cronos.CronExpression Weekly; + public static readonly ServiceStack.Cronos.CronExpression Yearly; + } + [System.Flags] + public enum CronFormat + { + Standard = 0, + IncludeSeconds = 1, + } + public class CronFormatException : System.FormatException + { + public CronFormatException() => throw null; + public CronFormatException(string message) => throw null; + public CronFormatException(string message, System.Exception innerException) => throw null; + protected CronFormatException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; + } + public static class DateTimeHelper + { + public static System.DateTimeOffset FloorToSeconds(System.DateTimeOffset dateTimeOffset) => throw null; + public static bool IsRound(System.DateTimeOffset dateTimeOffset) => throw null; + } + } namespace Data { public class DbConnectionFactory : ServiceStack.Data.IDbConnectionFactory @@ -193,9 +240,22 @@ public interface IDbConnectionFactory } public interface IDbConnectionFactoryExtended : ServiceStack.Data.IDbConnectionFactory { + System.Data.IDbConnection OpenDbConnection(System.Action configure); System.Data.IDbConnection OpenDbConnection(string namedConnection); + System.Data.IDbConnection OpenDbConnection(string namedConnection, System.Action configure); + System.Threading.Tasks.Task OpenDbConnectionAsync(System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task OpenDbConnectionAsync(System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task OpenDbConnectionAsync(string namedConnection, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task OpenDbConnectionAsync(string namedConnection, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); System.Data.IDbConnection OpenDbConnectionString(string connectionString); + System.Data.IDbConnection OpenDbConnectionString(string connectionString, System.Action configure); System.Data.IDbConnection OpenDbConnectionString(string connectionString, string providerName); + System.Data.IDbConnection OpenDbConnectionString(string connectionString, string providerName, System.Action configure); + System.Threading.Tasks.Task OpenDbConnectionStringAsync(string connectionString, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task OpenDbConnectionStringAsync(string connectionString, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task OpenDbConnectionStringAsync(string connectionString, string providerName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task OpenDbConnectionStringAsync(string connectionString, string providerName, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + System.Data.IDbConnection Use(System.Data.IDbConnection connection, System.Data.IDbTransaction trans = default(System.Data.IDbTransaction)); } public interface IHasDbCommand { @@ -218,14 +278,19 @@ public static partial class DictionaryExtensions public static TValue GetValue(this System.Collections.Generic.Dictionary dictionary, TKey key, System.Func defaultValue) => throw null; public static TValue GetValueOrDefault(this System.Collections.Generic.Dictionary dictionary, TKey key) => throw null; public static bool IsNullOrEmpty(this System.Collections.IDictionary dictionary) => throw null; + public static System.Collections.Generic.IEnumerable KeysWithoutLock(this System.Collections.Concurrent.ConcurrentDictionary source) => throw null; public static System.Collections.Generic.Dictionary Merge(this System.Collections.Generic.IDictionary initial, params System.Collections.Generic.IEnumerable>[] withSources) => throw null; public static System.Collections.Generic.Dictionary MoveKey(this System.Collections.Generic.Dictionary map, TKey oldKey, TKey newKey, System.Func valueFilter = default(System.Func)) => throw null; public static System.Collections.Generic.KeyValuePair PairWith(this TKey key, TValue value) => throw null; public static System.Collections.Generic.Dictionary RemoveKey(this System.Collections.Generic.Dictionary map, TKey key) => throw null; public static System.Collections.Concurrent.ConcurrentDictionary ToConcurrentDictionary(this System.Collections.Generic.IDictionary from) => throw null; public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Concurrent.ConcurrentDictionary map) => throw null; + public static bool TryGetList(this System.Collections.Generic.Dictionary dictionary, string key, out System.Collections.Generic.List value) => throw null; + public static bool TryGetObject(this System.Collections.Generic.Dictionary dictionary, string key, out System.Collections.Generic.Dictionary value) => throw null; + public static bool TryGetValue(this System.Collections.Generic.Dictionary dictionary, string key, out T value) => throw null; public static bool TryRemove(this System.Collections.Generic.Dictionary map, TKey key, out TValue value) => throw null; public static bool UnorderedEquivalentTo(this System.Collections.Generic.IDictionary thisMap, System.Collections.Generic.IDictionary otherMap) => throw null; + public static System.Collections.Generic.IEnumerable ValuesWithoutLock(this System.Collections.Concurrent.ConcurrentDictionary source) => throw null; } public static partial class DirectoryInfoExtensions { @@ -340,6 +405,18 @@ public static class StaticRandom 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; } + namespace ExpressionUtil + { + public static class ExpressionCacheKey + { + public static bool CanCache(System.Linq.Expressions.Expression expr) => throw null; + public static class ClosureSafety + { + public static bool HasMutableClosure(System.Linq.Expressions.Expression expr) => throw null; + } + public static bool TryGetKey(System.Linq.Expressions.LambdaExpression expr, out string key) => throw null; + } + } public static class ExpressionUtils { public static System.Collections.Generic.Dictionary AssignedValues(this System.Linq.Expressions.Expression> expr) => throw null; @@ -711,6 +788,7 @@ public class FileSystemVirtualFiles : ServiceStack.VirtualPath.AbstractVirtualPa public string EnsureDirectory(string dirPath) => throw null; public override bool FileExists(string virtualPath) => throw null; protected override sealed void Initialize() => throw null; + public static bool IsPathSafe(string basePath, string relativePath) => throw null; public override string RealPathSeparator { get => throw null; } public static void RecreateDirectory(string dirPath, int timeoutMs = default(int)) => throw null; protected ServiceStack.VirtualPath.FileSystemVirtualDirectory RootDir; @@ -1030,9 +1108,31 @@ public static class JS } public static class JSON { + public static object Deserialize(string json, System.Type type) => throw null; public static object parse(string json) => throw null; + public static System.Collections.Generic.List ParseArray(string json) => throw null; + public static System.Collections.Generic.Dictionary ParseObject(string json) => throw null; public static object parseSpan(System.ReadOnlySpan json) => throw null; public static string stringify(object value) => throw null; + public static bool TryParseArray(string json, out System.Collections.Generic.List value) => throw null; + public static bool TryParseObject(string json, out System.Collections.Generic.Dictionary value) => throw null; + } + public class JsonComplexTypeSerializer : ServiceStack.Text.IStringSerializer + { + public JsonComplexTypeSerializer() => throw null; + public ServiceStack.JsonSerializerType DefaultSerializer { get => throw null; set { } } + public To DeserializeFromString(string json) => throw null; + public object DeserializeFromString(string json, System.Type type) => throw null; + public System.Collections.Generic.HashSet JsonObjectTypes { get => throw null; set { } } + public string SerializeToString(TFrom from) => throw null; + public System.Collections.Generic.HashSet ServiceStackJsonTypes { get => throw null; set { } } + public System.Collections.Generic.HashSet SystemJsonTypes { get => throw null; set { } } + } + public enum JsonSerializerType + { + ServiceStackJson = 0, + SystemJson = 1, + JsonObject = 2, } namespace Logging { @@ -4177,6 +4277,21 @@ public class InMemoryLogFactory : ServiceStack.Logging.ILogFactory public ServiceStack.Logging.ILog GetLogger(string typeName) => throw null; } } + public static class SvgCreator + { + public static string CreateGradeDataUri(char grade) => throw null; + public static string CreateGradeSvg(char grade) => throw null; + public static string CreateSvg(char letter, string bgColor = default(string), string textColor = default(string)) => throw null; + public static string CreateSvgDataUri(char letter, string bgColor = default(string), string textColor = default(string)) => throw null; + public static string[] DarkColors { get => throw null; set { } } + public static string DataUriToSvg(string dataUri) => throw null; + public static string Decode(string dataUri) => throw null; + public static string Encode(string svg) => throw null; + public static string GetDarkColor(int index) => throw null; + public static string GradeBgColor(char grade) => throw null; + public static char GradeLetter(int votes) => throw null; + public static string ToDataUri(string svg) => throw null; + } public static class TaskExt { public static System.Threading.Tasks.Task AsTaskException(this System.Exception ex) => throw null; @@ -4235,6 +4350,7 @@ public static partial class TypeExtensions public static ServiceStack.StaticActionInvoker GetStaticActionInvokerToCache(System.Reflection.MethodInfo method) => throw null; public static ServiceStack.StaticMethodInvoker GetStaticInvoker(this System.Reflection.MethodInfo method) => throw null; public static ServiceStack.StaticMethodInvoker GetStaticInvokerToCache(System.Reflection.MethodInfo method) => throw null; + public static bool IsRefStruct(this System.Type type) => throw null; } public class UrnId { @@ -4523,6 +4639,7 @@ public static class VirtualPathUtils public static ServiceStack.IO.IVirtualFile GetDefaultDocument(this ServiceStack.IO.IVirtualDirectory dir, System.Collections.Generic.List defaultDocuments) => throw null; public static ServiceStack.IO.IVirtualNode GetVirtualNode(this ServiceStack.IO.IVirtualPathProvider pathProvider, string virtualPath) => throw null; public static System.Collections.Generic.IEnumerable> GroupByFirstToken(this System.Collections.Generic.IEnumerable resourceNames, char pathSeparator = default(char)) => throw null; + public static readonly System.Collections.Generic.HashSet InvalidFileNameChars; public static bool IsDirectory(this ServiceStack.IO.IVirtualNode node) => throw null; public static bool IsFile(this ServiceStack.IO.IVirtualNode node) => throw null; public static bool IsValidFileName(string path) => throw null; diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Common/10.0.4/ServiceStack.Common.csproj b/csharp/ql/test/resources/stubs/ServiceStack.Common/10.0.4/ServiceStack.Common.csproj new file mode 100644 index 000000000000..8fd09a90a964 --- /dev/null +++ b/csharp/ql/test/resources/stubs/ServiceStack.Common/10.0.4/ServiceStack.Common.csproj @@ -0,0 +1,14 @@ + + + net10.0 + true + bin\ + false + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.cs b/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/10.0.4/ServiceStack.Interfaces.cs similarity index 98% rename from csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.cs rename to csharp/ql/test/resources/stubs/ServiceStack.Interfaces/10.0.4/ServiceStack.Interfaces.cs index 324031064e6c..bffb8be87c5d 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/10.0.4/ServiceStack.Interfaces.cs @@ -1039,6 +1039,12 @@ public class IgnoreOnUpdateAttribute : ServiceStack.AttributeBase { public IgnoreOnUpdateAttribute() => throw null; } + [System.AttributeUsage((System.AttributeTargets)132)] + public class IncludeMetadataAttribute : ServiceStack.AttributeBase + { + public IncludeMetadataAttribute(System.Type type) => throw null; + public System.Type Type { get => throw null; } + } [System.AttributeUsage((System.AttributeTargets)396)] public class IndexAttribute : ServiceStack.AttributeBase { @@ -1056,6 +1062,7 @@ public class MapColumnAttribute : ServiceStack.AttributeBase public MapColumnAttribute(string table, string column) => throw null; public string Table { get => throw null; set { } } } + [System.AttributeUsage((System.AttributeTargets)132, AllowMultiple = true, Inherited = true)] public class MetaAttribute : ServiceStack.AttributeBase { public MetaAttribute(string name, string value) => throw null; @@ -1174,6 +1181,9 @@ public class RangeKeyAttribute : ServiceStack.AttributeBase public class ReferenceAttribute : ServiceStack.AttributeBase { public ReferenceAttribute() => throw null; + public string RefId { get => throw null; set { } } + public string RefLabel { get => throw null; set { } } + public string SelfId { get => throw null; set { } } } [System.AttributeUsage((System.AttributeTargets)128)] public class ReferenceFieldAttribute : ServiceStack.AttributeBase @@ -1347,6 +1357,11 @@ public class EmitFSharp : ServiceStack.EmitCodeAttribute public EmitFSharp(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null; } [System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)] + public class EmitGo : ServiceStack.EmitCodeAttribute + { + public EmitGo(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null; + } + [System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)] public class EmitJava : ServiceStack.EmitCodeAttribute { public EmitJava(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null; @@ -1367,6 +1382,16 @@ public class EmitPython : ServiceStack.EmitCodeAttribute public EmitPython(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null; } [System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)] + public class EmitRuby : ServiceStack.EmitCodeAttribute + { + public EmitRuby(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null; + } + [System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)] + public class EmitRust : ServiceStack.EmitCodeAttribute + { + public EmitRust(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null; + } + [System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)] public class EmitSwift : ServiceStack.EmitCodeAttribute { public EmitSwift(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null; @@ -1381,6 +1406,11 @@ public class EmitVb : ServiceStack.EmitCodeAttribute { public EmitVb(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null; } + [System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)] + public class EmitZig : ServiceStack.EmitCodeAttribute + { + public EmitZig(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null; + } public class EmptyResponse : ServiceStack.IHasResponseStatus { public EmptyResponse() => throw null; @@ -1542,6 +1572,7 @@ public interface IApiKey : ServiceStack.IMeta string Key { get; } int? RefId { get; } string RefIdStr { get; } + string UserAuthId { get; } } public interface IApiKeyResolver { @@ -1550,6 +1581,8 @@ public interface IApiKeyResolver public interface IApiKeySource { System.Threading.Tasks.Task GetApiKeyAsync(string key); + System.Threading.Tasks.Task GetApiKeyByIdAsync(int id); + System.Threading.Tasks.Task> GetApiKeysByUserIdAsync(string userId); } public interface IApiResponseDescription { @@ -1714,6 +1747,10 @@ public interface IHasVersion { int Version { get; set; } } + public interface IHasWriteLock + { + object WriteLock { get; } + } public interface IHtmlString { string ToHtmlString(); @@ -2342,6 +2379,7 @@ public class BackgroundJob : ServiceStack.Jobs.BackgroundJobBase public System.Threading.CancellationToken? Token { get => throw null; set { } } public bool Transient { get => throw null; set { } } public object TransientRequest { get => throw null; set { } } + public object TransientResponse { get => throw null; set { } } } public abstract class BackgroundJobBase : ServiceStack.IMeta { @@ -2442,6 +2480,7 @@ public class FailedJob : ServiceStack.Jobs.BackgroundJobBase public interface IBackgroundJobs { bool CancelJob(long jobId); + System.Collections.Generic.List CancelJobs(ServiceStack.Jobs.BackgroundJobState? state = default(ServiceStack.Jobs.BackgroundJobState?), string worker = default(string)); void CancelWorker(string worker); void CompleteJob(ServiceStack.Jobs.BackgroundJob job, object response = default(object)); object CreateRequest(ServiceStack.Jobs.BackgroundJobBase job); @@ -2465,6 +2504,7 @@ public interface IBackgroundJobs 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.Collections.Generic.ICollection ScheduledTasks { get; } System.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken stoppingToken); System.Threading.Tasks.Task TickAsync(); void UpdateJobStatus(ServiceStack.Jobs.BackgroundJobStatusUpdate status); @@ -2552,13 +2592,18 @@ public enum Lang FSharp = 2, Vb = 4, TypeScript = 8, - Dart = 16, - Swift = 32, - Java = 64, - Kotlin = 128, - Python = 256, - Go = 512, - Php = 1024, + JavaScript = 16, + CommonJs = 32, + Dart = 64, + Swift = 128, + Java = 256, + Kotlin = 512, + Python = 1024, + Go = 2048, + Php = 4096, + Ruby = 8192, + Rust = 16384, + Zig = 32768, } public enum Lifetime { @@ -2574,11 +2619,11 @@ public class LifetimeAttribute : ServiceStack.AttributeBase } public static class Locks { + public static void AddLock(string name) => throw null; 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; } } @@ -3049,6 +3094,10 @@ public interface IHasNamedList : ServiceStack.Model.IHasNamed { } + public interface IHasTag + { + string Tag { get; set; } + } public interface IMutId { T Id { get; set; } @@ -5353,6 +5402,38 @@ public static partial class RequestAttributesExtensions public static ServiceStack.RequestAttributes ToRequestAttribute(this ServiceStack.Format format) => throw null; public static ServiceStack.Feature ToSoapFeature(this ServiceStack.RequestAttributes attributes) => throw null; } + public class RequestLog : ServiceStack.IMeta + { + public string AbsoluteUri { get => throw null; set { } } + public RequestLog() => throw null; + public System.DateTime DateTime { get => throw null; set { } } + public ServiceStack.ResponseStatus Error { get => throw null; set { } } + public string ExceptionDataBody { get => throw null; set { } } + public string ExceptionSource { get => throw null; set { } } + public System.Collections.Generic.Dictionary FormData { get => throw null; set { } } + public string ForwardedFor { get => throw null; set { } } + public System.Collections.Generic.Dictionary Headers { get => throw null; set { } } + public string HttpMethod { get => throw null; set { } } + public long Id { get => throw null; set { } } + public string IpAddress { get => throw null; set { } } + public System.Collections.Generic.Dictionary Items { get => throw null; set { } } + public System.Collections.Generic.Dictionary Meta { get => throw null; set { } } + public string OperationName { get => throw null; set { } } + public string PathInfo { get => throw null; set { } } + public string Referer { get => throw null; set { } } + public string Request { get => throw null; set { } } + public string RequestBody { get => throw null; set { } } + public System.TimeSpan RequestDuration { get => throw null; set { } } + public string Response { get => throw null; set { } } + public string ResponseBody { get => throw null; set { } } + public System.Collections.Generic.Dictionary ResponseHeaders { get => throw null; set { } } + public string SessionBody { get => throw null; set { } } + public string SessionId { get => throw null; set { } } + public int StatusCode { get => throw null; set { } } + public string StatusDescription { get => throw null; set { } } + public string TraceId { get => throw null; set { } } + public string UserAuthId { get => throw null; set { } } + } public class RequestLogEntry : ServiceStack.IMeta { public string AbsoluteUri { get => throw null; set { } } @@ -5558,6 +5639,7 @@ public class StringsResponse : ServiceStack.IHasResponseStatus, ServiceStack.IMe public static class SvgIcons { public const string Apple = default; + public const string Chat = default; public const string Completed = default; public const string Facebook = default; public const string Failed = default; @@ -5766,6 +5848,11 @@ public class ValidateGreaterThanOrEqualAttribute : ServiceStack.ValidateAttribut { public ValidateGreaterThanOrEqualAttribute(int value) => throw null; } + public class ValidateHasAnyRoleAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication + { + public ValidateHasAnyRoleAttribute(string[] roles) => throw null; + public string[] Roles { get => throw null; } + } public class ValidateHasClaimAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication { public ValidateHasClaimAttribute(string type, string value) => throw null; @@ -5777,11 +5864,21 @@ public class ValidateHasPermissionAttribute : ServiceStack.ValidateRequestAttrib public ValidateHasPermissionAttribute(string permission) => throw null; public string Permission { get => throw null; } } + public class ValidateHasPermissionsAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication + { + public ValidateHasPermissionsAttribute(string[] permissions) => throw null; + public string[] Roles { get => throw null; } + } public class ValidateHasRoleAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication { public ValidateHasRoleAttribute(string role) => throw null; public string Role { get => throw null; } } + public class ValidateHasRolesAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication + { + public ValidateHasRolesAttribute(string[] roles) => throw null; + public string[] Roles { get => throw null; } + } public class ValidateHasScopeAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication { public ValidateHasScopeAttribute(string scope) => throw null; @@ -6189,6 +6286,5 @@ 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.5.2/ServiceStack.Interfaces.csproj b/csharp/ql/test/resources/stubs/ServiceStack.Interfaces/10.0.4/ServiceStack.Interfaces.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.Interfaces/10.0.4/ServiceStack.Interfaces.csproj diff --git a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.cs b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/10.0.4/ServiceStack.OrmLite.SqlServer.cs similarity index 88% rename from csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.cs rename to csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/10.0.4/ServiceStack.OrmLite.SqlServer.cs index ea6a03cccef9..2f7903c43393 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/10.0.4/ServiceStack.OrmLite.SqlServer.cs @@ -172,6 +172,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; + protected override string GetModExpression(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; @@ -184,16 +185,17 @@ public class SqlServerOrmLiteDialectProvider : ServiceStack.OrmLite.OrmLiteDiale public override System.Data.IDbConnection CreateConnection(string connectionString, System.Collections.Generic.Dictionary options) => throw null; public override System.Data.IDbDataParameter CreateParam() => throw null; public SqlServerOrmLiteDialectProvider() => throw null; + public System.Collections.Generic.Dictionary DateFormatMap; public override void DisableForeignKeysCheck(System.Data.IDbCommand cmd) => throw null; public override System.Threading.Tasks.Task DisableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public override void DisableIdentityInsert(System.Data.IDbCommand cmd) => throw null; public override System.Threading.Tasks.Task DisableIdentityInsertAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; - public override bool DoesColumnExist(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string)) => throw null; - public override System.Threading.Tasks.Task DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public override bool DoesColumnExist(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef) => throw null; + public override System.Threading.Tasks.Task DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public override bool DoesSchemaExist(System.Data.IDbCommand dbCmd, string schemaName) => throw null; public override System.Threading.Tasks.Task DoesSchemaExistAsync(System.Data.IDbCommand dbCmd, string schemaName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; - public override bool DoesTableExist(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string)) => throw null; - public override System.Threading.Tasks.Task DoesTableExistAsync(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public override bool DoesTableExist(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef) => throw null; + public override System.Threading.Tasks.Task DoesTableExistAsync(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public override void EnableForeignKeysCheck(System.Data.IDbCommand cmd) => throw null; public override System.Threading.Tasks.Task EnableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public override void EnableIdentityInsert(System.Data.IDbCommand cmd) => throw null; @@ -227,21 +229,23 @@ public class SqlServerOrmLiteDialectProvider : ServiceStack.OrmLite.OrmLiteDiale public override string SqlBool(bool value) => throw null; public override string SqlCast(object fieldOrValue, string castAs) => throw null; public override string SqlCurrency(string fieldOrValue, string currencySymbol) => throw null; + public override string SqlDateFormat(string quotedColumn, string format) => throw null; public override ServiceStack.OrmLite.SqlExpression SqlExpression() => throw null; 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 ToAddColumnStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; + public override string ToAlterColumnStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; + public override string ToChangeColumnNameStatement(ServiceStack.OrmLite.TableRef tableRef, 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 ToDropConstraintStatement(ServiceStack.OrmLite.TableRef tableRef, string constraintName) => throw null; + public override string ToDropIndexStatement(string indexName) => 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; + public override string ToRenameColumnStatement(ServiceStack.OrmLite.TableRef tableRef, string oldColumn, string newColumn) => throw null; public override string ToRollbackSavePoint(string name) => throw null; public override string ToSelectStatement(ServiceStack.OrmLite.QueryType queryType, ServiceStack.OrmLite.ModelDefinition modelDef, string selectExpression, string bodyExpression, string orderByExpression = default(string), int? offset = default(int?), int? rows = default(int?), System.Collections.Generic.ISet tags = default(System.Collections.Generic.ISet)) => throw null; public override string ToTableNamesStatement(string schema) => throw null; @@ -297,6 +301,14 @@ public static class SqlServer2022Dialect public static ServiceStack.OrmLite.SqlServer.SqlServer2022OrmLiteDialectProvider Instance { get => throw null; } public static ServiceStack.OrmLite.IOrmLiteDialectProvider Provider { get => throw null; } } + public static class SqlServerConfiguration + { + public static ServiceStack.OrmLite.OrmLiteConfigurationBuilder AddSqlServer(this ServiceStack.OrmLite.OrmLiteConfigurationBuilder builder, string namedConnection, string connectionString, System.Action configure = default(System.Action)) => throw null; + public static ServiceStack.OrmLite.OrmLiteConfigurationBuilder AddSqlServer(this ServiceStack.OrmLite.OrmLiteConfigurationBuilder builder, string namedConnection, string connectionString, System.Action configure = default(System.Action)) where TVersion : ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider, new() => throw null; + public static ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider Configure(ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider dialect) => throw null; + public static ServiceStack.OrmLite.SqlServer.SqlServer2022OrmLiteDialectProvider UseSqlServer(this ServiceStack.OrmLite.OrmLiteConfigOptions config, string connectionString, System.Action configure = default(System.Action)) => throw null; + public static TVersion UseSqlServer(this ServiceStack.OrmLite.OrmLiteConfigOptions config, string connectionString, System.Action configure = default(System.Action)) where TVersion : ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider, new() => throw null; + } public static class SqlServerDialect { public static ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider Instance { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/10.0.4/ServiceStack.OrmLite.SqlServer.csproj similarity index 57% rename from csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/10.0.4/ServiceStack.OrmLite.SqlServer.csproj index 597c06cbe84c..482618761bf5 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj +++ b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite.SqlServer/10.0.4/ServiceStack.OrmLite.SqlServer.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.cs b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/10.0.4/ServiceStack.OrmLite.cs similarity index 92% rename from csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.cs rename to csharp/ql/test/resources/stubs/ServiceStack.OrmLite/10.0.4/ServiceStack.OrmLite.cs index 221186fb2baf..005be030e8d3 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/10.0.4/ServiceStack.OrmLite.cs @@ -6,13 +6,75 @@ namespace OrmLite { public class AliasNamingStrategy : ServiceStack.OrmLite.OrmLiteNamingStrategyBase { - public System.Collections.Generic.Dictionary ColumnAliases; public AliasNamingStrategy() => throw null; public override string GetColumnName(string name) => throw null; public override string GetTableName(string name) => throw null; - public System.Collections.Generic.Dictionary TableAliases; public ServiceStack.OrmLite.INamingStrategy UseNamingStrategy { get => throw null; set { } } } + public struct AsyncDbTasks1 + { + public ServiceStack.OrmLite.AsyncDbTasks2 Add(System.Func> fn) => throw null; + public ServiceStack.OrmLite.AsyncDbTasks2 Add(System.Func fn) => throw null; + public AsyncDbTasks1(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task task1) => throw null; + public System.Threading.Tasks.Task RunAsync() => throw null; + } + public struct AsyncDbTasks2 + { + public ServiceStack.OrmLite.AsyncDbTasks3 Add(System.Func> fn) => throw null; + public ServiceStack.OrmLite.AsyncDbTasks3 Add(System.Func fn) => throw null; + public AsyncDbTasks2(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2) => throw null; + public System.Threading.Tasks.Task<(T1, T2)> RunAsync() => throw null; + } + public struct AsyncDbTasks3 + { + public ServiceStack.OrmLite.AsyncDbTasks4 Add(System.Func> fn) => throw null; + public ServiceStack.OrmLite.AsyncDbTasks4 Add(System.Func fn) => throw null; + public AsyncDbTasks3(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2, System.Threading.Tasks.Task task3) => throw null; + public System.Threading.Tasks.Task<(T1, T2, T3)> RunAsync() => throw null; + } + public struct AsyncDbTasks4 + { + public ServiceStack.OrmLite.AsyncDbTasks5 Add(System.Func> fn) => throw null; + public ServiceStack.OrmLite.AsyncDbTasks5 Add(System.Func fn) => throw null; + public AsyncDbTasks4(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2, System.Threading.Tasks.Task task3, System.Threading.Tasks.Task task4) => throw null; + public System.Threading.Tasks.Task<(T1, T2, T3, T4)> RunAsync() => throw null; + } + public struct AsyncDbTasks5 + { + public ServiceStack.OrmLite.AsyncDbTasks6 Add(System.Func> fn) => throw null; + public ServiceStack.OrmLite.AsyncDbTasks6 Add(System.Func fn) => throw null; + public AsyncDbTasks5(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2, System.Threading.Tasks.Task task3, System.Threading.Tasks.Task task4, System.Threading.Tasks.Task task5) => throw null; + public System.Threading.Tasks.Task<(T1, T2, T3, T4, T5)> RunAsync() => throw null; + } + public struct AsyncDbTasks6 + { + public ServiceStack.OrmLite.AsyncDbTasks7 Add(System.Func> fn) => throw null; + public ServiceStack.OrmLite.AsyncDbTasks7 Add(System.Func fn) => throw null; + public AsyncDbTasks6(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2, System.Threading.Tasks.Task task3, System.Threading.Tasks.Task task4, System.Threading.Tasks.Task task5, System.Threading.Tasks.Task task6) => throw null; + public System.Threading.Tasks.Task<(T1, T2, T3, T4, T5, T6)> RunAsync() => throw null; + } + public struct AsyncDbTasks7 + { + public ServiceStack.OrmLite.AsyncDbTasks8 Add(System.Func> fn) => throw null; + public ServiceStack.OrmLite.AsyncDbTasks8 Add(System.Func fn) => throw null; + public AsyncDbTasks7(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2, System.Threading.Tasks.Task task3, System.Threading.Tasks.Task task4, System.Threading.Tasks.Task task5, System.Threading.Tasks.Task task6, System.Threading.Tasks.Task task7) => throw null; + public System.Threading.Tasks.Task<(T1, T2, T3, T4, T5, T6, T7)> RunAsync() => throw null; + } + public struct AsyncDbTasks8 + { + public AsyncDbTasks8(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task task1, System.Threading.Tasks.Task task2, System.Threading.Tasks.Task task3, System.Threading.Tasks.Task task4, System.Threading.Tasks.Task task5, System.Threading.Tasks.Task task6, System.Threading.Tasks.Task task7, System.Threading.Tasks.Task task8) => throw null; + public System.Threading.Tasks.Task<(T1, T2, T3, T4, T5, T6, T7, T8)> RunAsync() => throw null; + } + public struct AsyncDbTasksBuilder + { + public ServiceStack.OrmLite.AsyncDbTasks1 Add(System.Func> fn) => throw null; + public ServiceStack.OrmLite.AsyncDbTasks1 Add(System.Func fn) => throw null; + public AsyncDbTasksBuilder(ServiceStack.Data.IDbConnectionFactory dbFactory) => throw null; + } + public static class AsyncDbTasksBuilderUtils + { + public static ServiceStack.OrmLite.AsyncDbTasksBuilder AsyncDbTasksBuilder(this ServiceStack.Data.IDbConnectionFactory dbFactory) => throw null; + } public class BulkInsertConfig { public int BatchSize { get => throw null; set { } } @@ -856,6 +918,8 @@ public class FieldDefinition public string Name { get => throw null; set { } } public int Order { get => throw null; set { } } public System.Reflection.PropertyInfo PropertyInfo { get => throw null; set { } } + public string ReferenceRefId { get => throw null; set { } } + public string ReferenceSelfId { get => throw null; set { } } public bool RequiresAlias { get => throw null; } public bool ReturnOnInsert { get => throw null; set { } } public int? Scale { get => throw null; set { } } @@ -916,19 +980,23 @@ public interface IHasUntypedSqlExpression public interface INamingStrategy { string ApplyNameRestrictions(string name); + System.Collections.Generic.Dictionary ColumnAliases { get; } + string GetAlias(string name); string GetColumnName(string name); string GetSchemaName(string name); string GetSchemaName(ServiceStack.OrmLite.ModelDefinition modelDef); string GetSequenceName(string modelName, string fieldName); string GetTableName(string name); string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef); + System.Collections.Generic.Dictionary SchemaAliases { get; } + System.Collections.Generic.Dictionary TableAliases { get; } } public class IndexFieldsCacheKey { - public IndexFieldsCacheKey(string[] fields, ServiceStack.OrmLite.ModelDefinition modelDefinition, ServiceStack.OrmLite.IOrmLiteDialectProvider dialect) => throw null; + public IndexFieldsCacheKey(string fields, ServiceStack.OrmLite.ModelDefinition modelDefinition, ServiceStack.OrmLite.IOrmLiteDialectProvider dialect) => throw null; public ServiceStack.OrmLite.IOrmLiteDialectProvider Dialect { get => throw null; } public override bool Equals(object obj) => throw null; - public string[] Fields { get => throw null; } + public string Fields { get => throw null; } public override int GetHashCode() => throw null; public ServiceStack.OrmLite.ModelDefinition ModelDefinition { get => throw null; } } @@ -947,22 +1015,23 @@ public interface IOrmLiteDialectProvider { void BulkInsert(System.Data.IDbConnection db, System.Collections.Generic.IEnumerable objs, ServiceStack.OrmLite.BulkInsertConfig config = default(ServiceStack.OrmLite.BulkInsertConfig)); System.Data.IDbConnection CreateConnection(string filePath, System.Collections.Generic.Dictionary options); + ServiceStack.OrmLite.OrmLiteConnection CreateOrmLiteConnection(ServiceStack.OrmLite.OrmLiteConnectionFactory factory, string namedConnection = default(string)); System.Data.IDbDataParameter CreateParam(); System.Data.IDbCommand CreateParameterizedDeleteStatement(System.Data.IDbConnection connection, object objWithProperties); void DisableForeignKeysCheck(System.Data.IDbCommand cmd); System.Threading.Tasks.Task DisableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); void DisableIdentityInsert(System.Data.IDbCommand cmd); System.Threading.Tasks.Task DisableIdentityInsertAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); - bool DoesColumnExist(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string)); - System.Threading.Tasks.Task DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + bool DoesColumnExist(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef); + System.Threading.Tasks.Task DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); bool DoesSchemaExist(System.Data.IDbCommand dbCmd, string schema); System.Threading.Tasks.Task DoesSchemaExistAsync(System.Data.IDbCommand dbCmd, string schema, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); bool DoesSequenceExist(System.Data.IDbCommand dbCmd, string sequence); System.Threading.Tasks.Task DoesSequenceExistAsync(System.Data.IDbCommand dbCmd, string sequenceName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); - bool DoesTableExist(System.Data.IDbConnection db, string tableName, string schema = default(string)); - bool DoesTableExist(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string)); - System.Threading.Tasks.Task DoesTableExistAsync(System.Data.IDbConnection db, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); - System.Threading.Tasks.Task DoesTableExistAsync(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + bool DoesTableExist(System.Data.IDbConnection db, ServiceStack.OrmLite.TableRef tableRef); + bool DoesTableExist(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef); + System.Threading.Tasks.Task DoesTableExistAsync(System.Data.IDbConnection db, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task DoesTableExistAsync(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); void EnableForeignKeysCheck(System.Data.IDbCommand cmd); System.Threading.Tasks.Task EnableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); void EnableIdentityInsert(System.Data.IDbCommand cmd); @@ -993,25 +1062,21 @@ public interface IOrmLiteDialectProvider string GetLoadChildrenSubSelect(ServiceStack.OrmLite.SqlExpression expr); object GetParamValue(object value, System.Type fieldType); string GetQuotedColumnName(string columnName); + string GetQuotedColumnName(ServiceStack.OrmLite.FieldDefinition fieldDef); string GetQuotedName(string name); string GetQuotedName(string name, string schema); string GetQuotedTableName(System.Type modelType); string GetQuotedTableName(ServiceStack.OrmLite.ModelDefinition modelDef); - string GetQuotedTableName(string tableName, string schema = default(string)); - string GetQuotedTableName(string tableName, string schema, bool useStrategy); string GetQuotedValue(string paramValue); string GetQuotedValue(object value, System.Type fieldType); string GetRefFieldSql(string subSql, ServiceStack.OrmLite.ModelDefinition refModelDef, ServiceStack.OrmLite.FieldDefinition refField); - string GetRefSelfSql(ServiceStack.OrmLite.SqlExpression refQ, ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.FieldDefinition refSelf, ServiceStack.OrmLite.ModelDefinition refModelDef); + string GetRefSelfSql(ServiceStack.OrmLite.SqlExpression refQ, ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.FieldDefinition refSelf, ServiceStack.OrmLite.ModelDefinition refModelDef, ServiceStack.OrmLite.FieldDefinition refId); string GetRowVersionColumn(ServiceStack.OrmLite.FieldDefinition field, string tablePrefix = default(string)); ServiceStack.OrmLite.SelectItem GetRowVersionSelectColumn(ServiceStack.OrmLite.FieldDefinition field, string tablePrefix = default(string)); + string GetSchemaName(ServiceStack.OrmLite.TableRef tableRef); System.Collections.Generic.List GetSchemas(System.Data.IDbCommand dbCmd); System.Collections.Generic.Dictionary> GetSchemaTables(System.Data.IDbCommand dbCmd); - string GetTableName(System.Type modelType); - string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef); - string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef, bool useStrategy); - string GetTableName(string table, string schema = default(string)); - string GetTableName(string table, string schema, bool useStrategy); + string GetTableNameOnly(ServiceStack.OrmLite.TableRef tableRef); object GetValue(System.Data.IDataReader reader, int columnIndex, System.Type type); int GetValues(System.Data.IDataReader reader, object[] values); bool HasInsertReturnValues(ServiceStack.OrmLite.ModelDefinition modelDef); @@ -1022,6 +1087,9 @@ public interface IOrmLiteDialectProvider System.Threading.Tasks.Task InsertAndGetLastInsertIdAsync(System.Data.IDbCommand dbCmd, System.Threading.CancellationToken token); string MergeParamsIntoSql(string sql, System.Collections.Generic.IEnumerable dbParams); ServiceStack.OrmLite.INamingStrategy NamingStrategy { get; set; } + System.Action OnAfterExecuteNonQuery { get; set; } + System.Action OnBeforeExecuteNonQuery { get; set; } + System.Action OnDisposeConnection { get; set; } System.Action OnOpenConnection { get; set; } System.Threading.Tasks.Task OpenAsync(System.Data.IDbConnection db, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); System.Func ParamNameFilter { get; set; } @@ -1034,6 +1102,8 @@ public interface IOrmLiteDialectProvider void PrepareUpdateRowAddStatement(System.Data.IDbCommand dbCmd, System.Collections.Generic.Dictionary args, string sqlFilter); void PrepareUpdateRowStatement(System.Data.IDbCommand dbCmd, object objWithProperties, System.Collections.Generic.ICollection updateFields = default(System.Collections.Generic.ICollection)); void PrepareUpdateRowStatement(System.Data.IDbCommand dbCmd, System.Collections.Generic.Dictionary args, string sqlFilter); + string QuoteSchema(string schema, string table); + string QuoteTable(ServiceStack.OrmLite.TableRef tableRef); System.Threading.Tasks.Task ReadAsync(System.Data.IDataReader reader, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); System.Threading.Tasks.Task> ReaderEach(System.Data.IDataReader reader, System.Func fn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); System.Threading.Tasks.Task ReaderEach(System.Data.IDataReader reader, System.Action fn, Return source, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); @@ -1046,10 +1116,12 @@ public interface IOrmLiteDialectProvider void SetParameterValues(System.Data.IDbCommand dbCmd, object obj); string SqlBool(bool value); string SqlCast(object fieldOrValue, string castAs); + string SqlChar(int charCode); string SqlConcat(System.Collections.Generic.IEnumerable args); string SqlConflict(string sql, string conflictResolution); string SqlCurrency(string fieldOrValue); string SqlCurrency(string fieldOrValue, string currencySymbol); + string SqlDateFormat(string quotedColumn, string format); ServiceStack.OrmLite.SqlExpression SqlExpression(); string SqlLimit(int? offset = default(int?), int? rows = default(int?)); string SqlRandom { get; } @@ -1057,10 +1129,10 @@ public interface IOrmLiteDialectProvider bool SupportsAsync { get; } bool SupportsConcurrentWrites { get; } bool SupportsSchema { get; } - string ToAddColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef); + string ToAddColumnStatement(ServiceStack.OrmLite.TableRef tableRef, 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)); - string ToAlterColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef); - string ToChangeColumnNameStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn); + string ToAlterColumnStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef); + string ToChangeColumnNameStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn); string ToCreateIndexStatement(System.Linq.Expressions.Expression> field, string indexName = default(string), bool unique = default(bool)); System.Collections.Generic.List ToCreateIndexStatements(System.Type tableType); string ToCreateSavePoint(string name); @@ -1070,9 +1142,10 @@ public interface IOrmLiteDialectProvider string ToCreateTableStatement(System.Type tableType); 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 ToDropColumnStatement(ServiceStack.OrmLite.TableRef tableRef, string column); + string ToDropConstraintStatement(ServiceStack.OrmLite.TableRef tableRef, string constraint); + string ToDropForeignKeyStatement(ServiceStack.OrmLite.TableRef tableRef, string foreignKeyName); + string ToDropIndexStatement(string indexName); string ToExecuteProcedureStatement(object objWithProperties); string ToExistStatement(System.Type fromTableType, object objWithProperties, string sqlFilter, params object[] filterParams); string ToInsertRowSql(T obj, System.Collections.Generic.ICollection insertFields = default(System.Collections.Generic.ICollection)); @@ -1082,7 +1155,8 @@ public interface IOrmLiteDialectProvider string ToPostCreateTableStatement(ServiceStack.OrmLite.ModelDefinition modelDef); string ToPostDropTableStatement(ServiceStack.OrmLite.ModelDefinition modelDef); string ToReleaseSavePoint(string name); - string ToRenameColumnStatement(string schema, string table, string oldColumn, string newColumn); + string ToRenameColumnStatement(ServiceStack.OrmLite.TableRef tableRef, string oldColumn, string newColumn); + string ToResetSequenceStatement(System.Type tableType, string columnName, int value); string ToRollbackSavePoint(string name); string ToRowCountStatement(string innerSql); string ToSelectFromProcedureStatement(object fromObjWithProperties, System.Type outputModelType, string sqlFilter, params object[] filterParams); @@ -1091,6 +1165,7 @@ public interface IOrmLiteDialectProvider string ToTableNamesStatement(string schema); string ToTableNamesWithRowCountsStatement(bool live, string schema); string ToUpdateStatement(System.Data.IDbCommand dbCmd, T item, System.Collections.Generic.ICollection updateFields = default(System.Collections.Generic.ICollection)); + string UnquotedTable(ServiceStack.OrmLite.TableRef tableRef); System.Collections.Generic.Dictionary Variables { get; } } public interface IOrmLiteExecFilter @@ -1349,8 +1424,11 @@ public static class OrmLiteWriteExpressionsApiLegacy public class LowercaseUnderscoreNamingStrategy : ServiceStack.OrmLite.OrmLiteNamingStrategyBase { public LowercaseUnderscoreNamingStrategy() => throw null; + public override string GetAlias(string name) => throw null; public override string GetColumnName(string name) => throw null; + public override string GetSchemaName(string name) => throw null; public override string GetTableName(string name) => throw null; + public bool IgnoreAlias { get => throw null; set { } } } public static class Messages { @@ -1404,6 +1482,7 @@ public class Migrator public ServiceStack.Logging.ILog Log { get => throw null; set { } } public System.Type[] MigrationTypes { get => throw null; } public static void Recreate(System.Data.IDbConnection db) => throw null; + public ServiceStack.AppTaskResult Rerun(string migrationName) => throw null; public ServiceStack.AppTaskResult Revert(string migrationName) => throw null; public ServiceStack.AppTaskResult Revert(string migrationName, bool throwIfError) => throw null; public ServiceStack.AppTaskResult Run() => throw null; @@ -1466,6 +1545,10 @@ public static class ModelDefinition public static ServiceStack.OrmLite.ModelDefinition Definition { get => throw null; } public static string PrimaryKeyName { get => throw null; } } + public class NamingStrategyExtensions + { + public NamingStrategyExtensions() => throw null; + } public abstract class NativeValueOrmLiteConverter : ServiceStack.OrmLite.OrmLiteConverter { protected NativeValueOrmLiteConverter() => throw null; @@ -1498,13 +1581,17 @@ public class OrmLiteCommand : System.Data.IDbCommand, System.IDisposable, Servic public System.Data.IDbCommand DbCommand { get => throw null; } public ServiceStack.OrmLite.IOrmLiteDialectProvider DialectProvider { get => throw null; set { } } public void Dispose() => throw null; + public long EndTimestamp; public int ExecuteNonQuery() => throw null; public System.Data.IDataReader ExecuteReader() => throw null; public System.Data.IDataReader ExecuteReader(System.Data.CommandBehavior behavior) => throw null; public object ExecuteScalar() => throw null; + public System.TimeSpan GetElapsedTime() => throw null; public bool IsDisposed { get => throw null; } + public ServiceStack.OrmLite.OrmLiteConnection OrmLiteConnection { get => throw null; } public System.Data.IDataParameterCollection Parameters { get => throw null; } public void Prepare() => throw null; + public long StartTimestamp; public System.Data.IDbTransaction Transaction { get => throw null; set { } } public System.Data.UpdateRowSource UpdatedRowSource { get => throw null; set { } } } @@ -1523,11 +1610,14 @@ public static class OrmLiteConfig public static ServiceStack.OrmLite.IOrmLiteExecFilter ExecFilter { get => throw null; set { } } public static ServiceStack.OrmLite.IOrmLiteDialectProvider GetDialectProvider(this System.Data.IDbCommand dbCmd) => throw null; public static ServiceStack.OrmLite.IOrmLiteDialectProvider GetDialectProvider(this System.Data.IDbConnection db) => throw null; + public static System.TimeSpan? GetElapsedTime(this System.Data.IDbCommand db) => throw null; public static ServiceStack.OrmLite.IOrmLiteExecFilter GetExecFilter(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null; public static ServiceStack.OrmLite.IOrmLiteExecFilter GetExecFilter(this System.Data.IDbCommand dbCmd) => throw null; public static ServiceStack.OrmLite.IOrmLiteExecFilter GetExecFilter(this System.Data.IDbConnection db) => throw null; public static ServiceStack.OrmLite.ModelDefinition GetModelMetadata(this System.Type modelType) => throw null; public static ServiceStack.OrmLite.INamingStrategy GetNamingStrategy(this System.Data.IDbConnection db) => throw null; + public static string GetTag(this System.Data.IDbConnection db) => throw null; + public static string GetTag(this System.Data.IDbCommand db) => throw null; public const string IdField = default; public static bool IncludeTablePrefixes { get => throw null; set { } } public static System.Action InsertFilter { get => throw null; set { } } @@ -1555,13 +1645,26 @@ public static class OrmLiteConfig public static System.Data.IDbConnection ToDbConnection(this string dbConnectionStringOrFilePath) => throw null; public static System.Data.IDbConnection ToDbConnection(this string dbConnectionStringOrFilePath, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null; public static System.Action UpdateFilter { get => throw null; set { } } + public static System.Data.IDbConnection WithTag(this System.Data.IDbConnection db, string name) => throw null; + } + public class OrmLiteConfigOptions + { + public OrmLiteConfigOptions() => throw null; + public ServiceStack.Data.IDbConnectionFactory DbFactory { get => throw null; } + public void Init(string connectionString, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null; + } + public class OrmLiteConfigurationBuilder + { + public ServiceStack.OrmLite.OrmLiteConfigurationBuilder AddConnection(string name, string connectionString, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider = default(ServiceStack.OrmLite.IOrmLiteDialectProvider)) => throw null; + public OrmLiteConfigurationBuilder(ServiceStack.Data.IDbConnectionFactory dbFactory) => throw null; + public ServiceStack.Data.IDbConnectionFactory DbFactory { get => throw null; } } public static class OrmLiteConflictResolutions { public static void OnConflict(this System.Data.IDbCommand dbCmd, string conflictResolution) => throw null; public static void OnConflictIgnore(this System.Data.IDbCommand dbCmd) => throw null; } - public class OrmLiteConnection : System.Data.IDbConnection, System.IDisposable, ServiceStack.Data.IHasDbConnection, ServiceStack.Data.IHasDbTransaction, ServiceStack.OrmLite.IHasDialectProvider + public class OrmLiteConnection : System.Data.IDbConnection, System.IDisposable, ServiceStack.Data.IHasDbConnection, ServiceStack.Data.IHasDbTransaction, ServiceStack.OrmLite.IHasDialectProvider, ServiceStack.Model.IHasTag { public bool AutoDisposeConnection { get => throw null; set { } } public System.Data.IDbTransaction BeginTransaction() => throw null; @@ -1574,6 +1677,7 @@ public class OrmLiteConnection : System.Data.IDbConnection, System.IDisposable, public int ConnectionTimeout { get => throw null; } public System.Data.IDbCommand CreateCommand() => throw null; public OrmLiteConnection(ServiceStack.OrmLite.OrmLiteConnectionFactory factory) => throw null; + public OrmLiteConnection(ServiceStack.OrmLite.OrmLiteConnectionFactory factory, System.Data.IDbConnection connection, System.Data.IDbTransaction transaction = default(System.Data.IDbTransaction)) => throw null; public string Database { get => throw null; } public System.Data.IDbConnection DbConnection { get => throw null; } public System.Data.IDbTransaction DbTransaction { get => throw null; } @@ -1582,11 +1686,14 @@ public class OrmLiteConnection : System.Data.IDbConnection, System.IDisposable, public readonly ServiceStack.OrmLite.OrmLiteConnectionFactory Factory; public System.Data.IDbCommand LastCommand { get => throw null; set { } } public string LastCommandText { get => throw null; set { } } + public string NamedConnection { get => throw null; set { } } public static explicit operator System.Data.Common.DbConnection(ServiceStack.OrmLite.OrmLiteConnection dbConn) => throw null; public void Open() => throw null; public System.Threading.Tasks.Task OpenAsync(System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public System.Data.ConnectionState State { get => throw null; } + public string Tag { get => throw null; set { } } public System.Data.IDbTransaction Transaction { get => throw null; set { } } + public object WriteLock { get => throw null; set { } } } public class OrmLiteConnectionFactory : ServiceStack.Data.IDbConnectionFactory, ServiceStack.Data.IDbConnectionFactoryExtended { @@ -1597,6 +1704,7 @@ public class OrmLiteConnectionFactory : ServiceStack.Data.IDbConnectionFactory, public string ConnectionString { get => throw null; set { } } public virtual System.Data.IDbConnection CreateDbConnection() => throw null; public static System.Data.IDbConnection CreateDbConnection(string namedConnection) => throw null; + public System.Data.Common.DbConnection CreateDbWithWriteLock(string namedConnection = default(string)) => throw null; public OrmLiteConnectionFactory() => throw null; public OrmLiteConnectionFactory(string connectionString) => throw null; public OrmLiteConnectionFactory(string connectionString, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null; @@ -1606,16 +1714,25 @@ public class OrmLiteConnectionFactory : ServiceStack.Data.IDbConnectionFactory, public static System.Collections.Generic.Dictionary NamedConnections { get => throw null; } public System.Action OnDispose { get => throw null; set { } } public virtual System.Data.IDbConnection OpenDbConnection() => throw null; + public virtual System.Data.IDbConnection OpenDbConnection(System.Action configure) => throw null; public virtual System.Data.IDbConnection OpenDbConnection(string namedConnection) => throw null; + public virtual System.Data.IDbConnection OpenDbConnection(string namedConnection, System.Action configure) => throw null; public virtual System.Threading.Tasks.Task OpenDbConnectionAsync(System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public virtual System.Threading.Tasks.Task OpenDbConnectionAsync(System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual System.Threading.Tasks.Task OpenDbConnectionAsync(string namedConnection, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public virtual System.Threading.Tasks.Task OpenDbConnectionAsync(string namedConnection, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual System.Data.IDbConnection OpenDbConnectionString(string connectionString) => throw null; + public virtual System.Data.IDbConnection OpenDbConnectionString(string connectionString, System.Action configure) => throw null; public virtual System.Data.IDbConnection OpenDbConnectionString(string connectionString, string providerName) => throw null; + public virtual System.Data.IDbConnection OpenDbConnectionString(string connectionString, string providerName, System.Action configure) => throw null; public virtual System.Threading.Tasks.Task OpenDbConnectionStringAsync(string connectionString, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public virtual System.Threading.Tasks.Task OpenDbConnectionStringAsync(string connectionString, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual System.Threading.Tasks.Task OpenDbConnectionStringAsync(string connectionString, string providerName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public virtual System.Threading.Tasks.Task OpenDbConnectionStringAsync(string connectionString, string providerName, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual void RegisterConnection(string namedConnection, string connectionString, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null; public virtual void RegisterConnection(string namedConnection, ServiceStack.OrmLite.OrmLiteConnectionFactory connectionFactory) => throw null; public virtual void RegisterDialectProvider(string providerName, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null; + public virtual System.Data.IDbConnection Use(System.Data.IDbConnection connection, System.Data.IDbTransaction trans = default(System.Data.IDbTransaction)) => throw null; } public static partial class OrmLiteConnectionFactoryExtensions { @@ -1625,23 +1742,36 @@ public static partial class OrmLiteConnectionFactoryExtensions public static ServiceStack.OrmLite.IOrmLiteDialectProvider GetDialectProvider(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string providerName = default(string), string namedConnection = default(string)) => throw null; public static System.Collections.Generic.Dictionary GetNamedConnections(this ServiceStack.Data.IDbConnectionFactory dbFactory) => throw null; public static System.Data.IDbConnection Open(this ServiceStack.Data.IDbConnectionFactory connectionFactory) => throw null; + public static System.Data.IDbConnection Open(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Action configure) => throw null; public static System.Data.IDbConnection Open(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection) => throw null; + public static System.Data.IDbConnection Open(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Action configure) => throw null; public static System.Threading.Tasks.Task OpenAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task OpenAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task OpenAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task OpenAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Data.IDbConnection OpenDbConnection(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Action configure) => throw null; public static System.Data.IDbConnection OpenDbConnection(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection) => throw null; - public static System.Data.IDbConnection OpenDbConnection(this ServiceStack.Data.IDbConnectionFactory dbFactory, ServiceStack.ConnectionInfo connInfo) => throw null; + public static System.Data.IDbConnection OpenDbConnection(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Action configure) => throw null; + public static System.Data.IDbConnection OpenDbConnection(this ServiceStack.Data.IDbConnectionFactory dbFactory, ServiceStack.ConnectionInfo connInfo, System.Action configure = default(System.Action)) => throw null; public static System.Threading.Tasks.Task OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; - public static System.Threading.Tasks.Task OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory dbFactory, ServiceStack.ConnectionInfo connInfo) => throw null; + public static System.Threading.Tasks.Task OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory dbFactory, ServiceStack.ConnectionInfo connInfo, System.Action configure = default(System.Action)) => throw null; public static System.Data.IDbConnection OpenDbConnectionString(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString) => throw null; + public static System.Data.IDbConnection OpenDbConnectionString(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, System.Action configure) => throw null; public static System.Data.IDbConnection OpenDbConnectionString(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, string providerName) => throw null; + public static System.Data.IDbConnection OpenDbConnectionString(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, string providerName, System.Action configure) => throw null; public static System.Threading.Tasks.Task OpenDbConnectionStringAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task OpenDbConnectionStringAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task OpenDbConnectionStringAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, string providerName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task OpenDbConnectionStringAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, string providerName, System.Action configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static void RegisterConnection(this ServiceStack.Data.IDbConnectionFactory dbFactory, string namedConnection, string connectionString, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null; public static void RegisterConnection(this ServiceStack.Data.IDbConnectionFactory dbFactory, string namedConnection, ServiceStack.OrmLite.OrmLiteConnectionFactory connectionFactory) => throw null; public static System.Data.IDbCommand ToDbCommand(this System.Data.IDbCommand dbCmd) => throw null; public static System.Data.IDbConnection ToDbConnection(this System.Data.IDbConnection db) => throw null; public static System.Data.IDbTransaction ToDbTransaction(this System.Data.IDbTransaction dbTrans) => throw null; + public static System.Data.IDbConnection Use(this ServiceStack.Data.IDbConnectionFactory dbFactory, System.Data.IDbConnection connection, System.Data.IDbTransaction trans = default(System.Data.IDbTransaction)) => throw null; } public static class OrmLiteConnectionUtils { @@ -1670,7 +1800,7 @@ public abstract class OrmLiteConverter : ServiceStack.OrmLite.IOrmLiteConverter public virtual object FromDbValue(System.Type fieldType, object value) => throw null; public virtual object GetValue(System.Data.IDataReader reader, int columnIndex, object[] values) => throw null; public virtual void InitDbParam(System.Data.IDbDataParameter p, System.Type fieldType) => throw null; - public static ServiceStack.Logging.ILog Log; + public static ServiceStack.Logging.ILog Log { get => throw null; } public virtual object ToDbValue(System.Type fieldType, object value) => throw null; public virtual string ToQuotedString(System.Type fieldType, object value) => throw null; } @@ -1708,9 +1838,11 @@ public bool AllowLoadLocalInfile { set { } } public string AutoIncrementDefinition; public virtual void BulkInsert(System.Data.IDbConnection db, System.Collections.Generic.IEnumerable objs, ServiceStack.OrmLite.BulkInsertConfig config = default(ServiceStack.OrmLite.BulkInsertConfig)) => throw null; public virtual string ColumnNameOnly(string columnExpr) => throw null; + public ServiceStack.OrmLite.OrmLiteDialectProviderBase ConfigureJson(System.Action configure) => throw null; public System.Collections.Generic.List ConnectionCommands { get => throw null; } public System.Collections.Generic.Dictionary Converters; public abstract System.Data.IDbConnection CreateConnection(string filePath, System.Collections.Generic.Dictionary options); + public virtual ServiceStack.OrmLite.OrmLiteConnection CreateOrmLiteConnection(ServiceStack.OrmLite.OrmLiteConnectionFactory factory, string namedConnection = default(string)) => throw null; public abstract System.Data.IDbDataParameter CreateParam(); public System.Data.IDbCommand CreateParameterizedDeleteStatement(System.Data.IDbConnection connection, object objWithProperties) => throw null; public System.Func> CreateTableFieldsStrategy { get => throw null; set { } } @@ -1721,16 +1853,16 @@ public bool AllowLoadLocalInfile { set { } } public virtual System.Threading.Tasks.Task DisableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual void DisableIdentityInsert(System.Data.IDbCommand cmd) => throw null; public virtual System.Threading.Tasks.Task DisableIdentityInsertAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; - public virtual bool DoesColumnExist(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string)) => throw null; - public virtual System.Threading.Tasks.Task DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public virtual bool DoesColumnExist(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef) => throw null; + public virtual System.Threading.Tasks.Task DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public abstract bool DoesSchemaExist(System.Data.IDbCommand dbCmd, string schemaName); public virtual System.Threading.Tasks.Task DoesSchemaExistAsync(System.Data.IDbCommand dbCmd, string schema, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual bool DoesSequenceExist(System.Data.IDbCommand dbCmd, string sequence) => throw null; public virtual System.Threading.Tasks.Task DoesSequenceExistAsync(System.Data.IDbCommand dbCmd, string sequenceName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; - public virtual bool DoesTableExist(System.Data.IDbConnection db, string tableName, string schema = default(string)) => throw null; - public virtual bool DoesTableExist(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string)) => throw null; - public virtual System.Threading.Tasks.Task DoesTableExistAsync(System.Data.IDbConnection db, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; - public virtual System.Threading.Tasks.Task DoesTableExistAsync(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public virtual bool DoesTableExist(System.Data.IDbConnection db, ServiceStack.OrmLite.TableRef tableRef) => throw null; + public virtual bool DoesTableExist(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef) => throw null; + public virtual System.Threading.Tasks.Task DoesTableExistAsync(System.Data.IDbConnection db, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public virtual System.Threading.Tasks.Task DoesTableExistAsync(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual void EnableForeignKeysCheck(System.Data.IDbCommand cmd) => throw null; public virtual System.Threading.Tasks.Task EnableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual void EnableIdentityInsert(System.Data.IDbCommand cmd) => throw null; @@ -1748,6 +1880,7 @@ public bool AllowLoadLocalInfile { set { } } public virtual string GetAutoIdDefaultValue(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public virtual string GetCheckConstraint(ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public virtual string GetColumnDefinition(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; + public virtual string GetColumnName(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public virtual string GetColumnNames(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; public virtual ServiceStack.OrmLite.SelectItem[] GetColumnNames(ServiceStack.OrmLite.ModelDefinition modelDef, string tablePrefix) => throw null; public string GetColumnTypeDefinition(System.Type columnType, int? fieldLength, int? scale) => throw null; @@ -1774,28 +1907,23 @@ public bool AllowLoadLocalInfile { set { } } public virtual string GetLoadChildrenSubSelect(ServiceStack.OrmLite.SqlExpression expr) => throw null; protected static ServiceStack.OrmLite.ModelDefinition GetModel(System.Type modelType) => throw null; public virtual object GetParamValue(object value, System.Type fieldType) => throw null; + public virtual string GetQuotedColumnName(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public virtual string GetQuotedColumnName(string columnName) => throw null; public virtual string GetQuotedName(string name) => throw null; public virtual string GetQuotedName(string name, string schema) => throw null; public virtual string GetQuotedTableName(System.Type modelType) => throw null; public virtual string GetQuotedTableName(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; - public virtual string GetQuotedTableName(string tableName, string schema = default(string)) => throw null; - public virtual string GetQuotedTableName(string tableName, string schema, bool useStrategy) => throw null; public virtual string GetQuotedValue(string paramValue) => throw null; public virtual string GetQuotedValue(object value, System.Type fieldType) => throw null; protected virtual object GetQuotedValueOrDbNull(ServiceStack.OrmLite.FieldDefinition fieldDef, object obj) => throw null; public virtual string GetRefFieldSql(string subSql, ServiceStack.OrmLite.ModelDefinition refModelDef, ServiceStack.OrmLite.FieldDefinition refField) => throw null; - public virtual string GetRefSelfSql(ServiceStack.OrmLite.SqlExpression refQ, ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.FieldDefinition refSelf, ServiceStack.OrmLite.ModelDefinition refModelDef) => throw null; + public virtual string GetRefSelfSql(ServiceStack.OrmLite.SqlExpression refQ, ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.FieldDefinition refSelf, ServiceStack.OrmLite.ModelDefinition refModelDef, ServiceStack.OrmLite.FieldDefinition refId) => throw null; public virtual string GetRowVersionColumn(ServiceStack.OrmLite.FieldDefinition field, string tablePrefix = default(string)) => throw null; public virtual ServiceStack.OrmLite.SelectItem GetRowVersionSelectColumn(ServiceStack.OrmLite.FieldDefinition field, string tablePrefix = default(string)) => throw null; - public virtual string GetSchemaName(string schema) => throw null; + public virtual string GetSchemaName(ServiceStack.OrmLite.TableRef tableRef) => throw null; public virtual System.Collections.Generic.List GetSchemas(System.Data.IDbCommand dbCmd) => throw null; public virtual System.Collections.Generic.Dictionary> GetSchemaTables(System.Data.IDbCommand dbCmd) => throw null; - public virtual string GetTableName(System.Type modelType) => throw null; - public virtual string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; - public virtual string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef, bool useStrategy) => throw null; - public virtual string GetTableName(string table, string schema = default(string)) => throw null; - public virtual string GetTableName(string table, string schema, bool useStrategy) => throw null; + public virtual string GetTableNameOnly(ServiceStack.OrmLite.TableRef tableRef) => throw null; protected virtual string GetUniqueConstraintName(ServiceStack.DataAnnotations.UniqueConstraintAttribute constraint, string tableName) => throw null; public virtual string GetUniqueConstraints(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; public object GetValue(System.Data.IDataReader reader, int columnIndex, System.Type type) => throw null; @@ -1811,9 +1939,13 @@ public bool AllowLoadLocalInfile { set { } } public virtual void InitUpdateParam(System.Data.IDbDataParameter param) => throw null; public virtual System.Threading.Tasks.Task InsertAndGetLastInsertIdAsync(System.Data.IDbCommand dbCmd, System.Threading.CancellationToken token) => throw null; public virtual bool IsFullSelectStatement(string sql) => throw null; + public virtual string JoinSchema(string schema, string table) => throw null; protected static readonly ServiceStack.Logging.ILog Log; public virtual string MergeParamsIntoSql(string sql, System.Collections.Generic.IEnumerable dbParams) => throw null; public ServiceStack.OrmLite.INamingStrategy NamingStrategy { get => throw null; set { } } + public System.Action OnAfterExecuteNonQuery { get => throw null; set { } } + public System.Action OnBeforeExecuteNonQuery { get => throw null; set { } } + public System.Action OnDisposeConnection { get => throw null; set { } } public System.Collections.Generic.List OneTimeConnectionCommands { get => throw null; } public System.Action OnOpenConnection { get => throw null; set { } } public virtual System.Threading.Tasks.Task OpenAsync(System.Data.IDbConnection db, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; @@ -1827,7 +1959,10 @@ public bool AllowLoadLocalInfile { set { } } public virtual void PrepareUpdateRowAddStatement(System.Data.IDbCommand dbCmd, System.Collections.Generic.Dictionary args, string sqlFilter) => throw null; public virtual void PrepareUpdateRowStatement(System.Data.IDbCommand dbCmd, object objWithProperties, System.Collections.Generic.ICollection updateFields = default(System.Collections.Generic.ICollection)) => throw null; public virtual void PrepareUpdateRowStatement(System.Data.IDbCommand dbCmd, System.Collections.Generic.Dictionary args, string sqlFilter) => throw null; + protected char QuoteChar; public virtual string QuoteIfRequired(string name) => throw null; + public virtual string QuoteSchema(string schema, string table) => throw null; + public virtual string QuoteTable(ServiceStack.OrmLite.TableRef tableRef) => throw null; public virtual System.Threading.Tasks.Task ReadAsync(System.Data.IDataReader reader, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual System.Threading.Tasks.Task> ReaderEach(System.Data.IDataReader reader, System.Func fn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual System.Threading.Tasks.Task ReaderEach(System.Data.IDataReader reader, System.Action fn, Return source, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; @@ -1850,10 +1985,12 @@ public bool AllowLoadLocalInfile { set { } } protected virtual bool ShouldSkipInsert(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public virtual string SqlBool(bool value) => throw null; public virtual string SqlCast(object fieldOrValue, string castAs) => throw null; + public virtual string SqlChar(int charCode) => throw null; public virtual string SqlConcat(System.Collections.Generic.IEnumerable args) => throw null; public virtual string SqlConflict(string sql, string conflictResolution) => throw null; public virtual string SqlCurrency(string fieldOrValue) => throw null; public virtual string SqlCurrency(string fieldOrValue, string currencySymbol) => throw null; + public virtual string SqlDateFormat(string quotedColumn, string format) => throw null; public virtual ServiceStack.OrmLite.SqlExpression SqlExpression() => throw null; public virtual string SqlLimit(int? offset = default(int?), int? rows = default(int?)) => throw null; public virtual string SqlRandom { get => throw null; } @@ -1862,10 +1999,10 @@ public bool AllowLoadLocalInfile { 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 ToAddColumnStatement(ServiceStack.OrmLite.TableRef tableRef, 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; - public virtual string ToAlterColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; - public virtual string ToChangeColumnNameStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null; + public virtual string ToAlterColumnStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; + public virtual string ToChangeColumnNameStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null; protected virtual string ToCreateIndexStatement(bool isUnique, string indexName, ServiceStack.OrmLite.ModelDefinition modelDef, string fieldName, bool isCombined = default(bool), ServiceStack.OrmLite.FieldDefinition fieldDef = default(ServiceStack.OrmLite.FieldDefinition)) => throw null; public virtual string ToCreateIndexStatement(System.Linq.Expressions.Expression> field, string indexName = default(string), bool unique = default(bool)) => throw null; public virtual System.Collections.Generic.List ToCreateIndexStatements(System.Type tableType) => throw null; @@ -1876,9 +2013,10 @@ public bool AllowLoadLocalInfile { set { } } public virtual string ToCreateTableStatement(System.Type tableType) => throw null; 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 ToDropColumnStatement(ServiceStack.OrmLite.TableRef tableRef, string column) => throw null; + public virtual string ToDropConstraintStatement(ServiceStack.OrmLite.TableRef tableRef, string constraintName) => throw null; + public virtual string ToDropForeignKeyStatement(ServiceStack.OrmLite.TableRef tableRef, string foreignKeyName) => throw null; + public virtual string ToDropIndexStatement(string indexName) => 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; public virtual string ToInsertRowSql(T obj, System.Collections.Generic.ICollection insertFields = default(System.Collections.Generic.ICollection)) => throw null; @@ -1888,7 +2026,8 @@ public bool AllowLoadLocalInfile { set { } } public virtual string ToPostCreateTableStatement(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; public virtual string ToPostDropTableStatement(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; public virtual string ToReleaseSavePoint(string name) => throw null; - public virtual string ToRenameColumnStatement(string schema, string table, string oldColumn, string newColumn) => throw null; + public virtual string ToRenameColumnStatement(ServiceStack.OrmLite.TableRef tableRef, string oldColumn, string newColumn) => throw null; + public virtual string ToResetSequenceStatement(System.Type tableType, string columnName, int value) => throw null; public virtual string ToRollbackSavePoint(string name) => throw null; public virtual string ToRowCountStatement(string innerSql) => throw null; public virtual string ToSelectFromProcedureStatement(object fromObjWithProperties, System.Type outputModelType, string sqlFilter, params object[] filterParams) => throw null; @@ -1897,6 +2036,8 @@ public bool AllowLoadLocalInfile { set { } } public virtual string ToTableNamesStatement(string schema) => throw null; public virtual string ToTableNamesWithRowCountsStatement(bool live, string schema) => throw null; public virtual string ToUpdateStatement(System.Data.IDbCommand dbCmd, T item, System.Collections.Generic.ICollection updateFields = default(System.Collections.Generic.ICollection)) => throw null; + public virtual string UnquotedTable(ServiceStack.OrmLite.TableRef tableRef) => throw null; + public virtual bool UseJson { set { } } public ServiceStack.OrmLite.Converters.ValueTypeConverter ValueTypeConverter { get => throw null; set { } } public System.Collections.Generic.Dictionary Variables { get => throw null; set { } } } @@ -1911,12 +2052,15 @@ public static partial class OrmLiteDialectProviderExtensions public static string GetParam(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, string name, string format) => throw null; public static string GetParam(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, string name) => throw null; public static string GetParam(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, int indexNo = default(int)) => throw null; - public static string GetQuotedColumnName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public static string GetQuotedColumnName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.ModelDefinition tableDef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public static string GetQuotedColumnName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.ModelDefinition tableDef, string tableAlias, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public static string GetQuotedColumnName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.ModelDefinition tableDef, string fieldName) => throw null; public static string GetQuotedColumnName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.ModelDefinition tableDef, string tableAlias, string fieldName) => throw null; + public static string GetQuotedTableName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, string tableName) => throw null; public static ServiceStack.OrmLite.Converters.StringConverter GetStringConverter(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect) => throw null; + public static string GetTableName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, string tableName) => throw null; + public static string GetTableName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type table) => throw null; + public static string GetTableName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; public static bool HasConverter(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type type) => throw null; public static void InitDbParam(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Data.IDbDataParameter dbParam, System.Type columnType) => throw null; public static void InitDbParam(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Data.IDbDataParameter dbParam, System.Type columnType, object value) => throw null; @@ -1947,13 +2091,17 @@ public class OrmLiteExecFilter : ServiceStack.OrmLite.IOrmLiteExecFilter public class OrmLiteNamingStrategyBase : ServiceStack.OrmLite.INamingStrategy { public virtual string ApplyNameRestrictions(string name) => throw null; + public System.Collections.Generic.Dictionary ColumnAliases { get => throw null; } public OrmLiteNamingStrategyBase() => throw null; + public virtual string GetAlias(string name) => throw null; public virtual string GetColumnName(string name) => throw null; public virtual string GetSchemaName(string name) => throw null; public virtual string GetSchemaName(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; public virtual string GetSequenceName(string modelName, string fieldName) => throw null; public virtual string GetTableName(string name) => throw null; public virtual string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; + public System.Collections.Generic.Dictionary SchemaAliases { get => throw null; } + public System.Collections.Generic.Dictionary TableAliases { get => throw null; } } public class OrmLitePersistenceProvider : System.IDisposable, ServiceStack.Data.IEntityStore { @@ -1994,6 +2142,7 @@ public static class OrmLiteReadApi public static bool Exists(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.SqlExpression expression) => throw null; public static bool Exists(this System.Data.IDbConnection dbConn, object anonType) => throw null; public static bool Exists(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object)) => throw null; + public static bool ExistsById(this System.Data.IDbConnection dbConn, object id) => throw null; public static System.Collections.Generic.List> KeyValuePairs(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.ISqlExpression query) => throw null; public static System.Collections.Generic.List> KeyValuePairs(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object)) => throw null; public static long LastInsertId(this System.Data.IDbConnection dbConn) => throw null; @@ -2063,6 +2212,7 @@ public static class OrmLiteReadApiAsync public static System.Threading.Tasks.Task ExistsAsync(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.SqlExpression expression, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task ExistsAsync(this System.Data.IDbConnection dbConn, object anonType, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task ExistsAsync(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ExistsByIdAsync(this System.Data.IDbConnection dbConn, object id, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task>> KeyValuePairsAsync(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.ISqlExpression query, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task>> KeyValuePairsAsync(this System.Data.IDbConnection dbConn, string sql, System.Collections.Generic.IEnumerable sqlParams, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task>> KeyValuePairsAsync(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; @@ -2114,6 +2264,7 @@ public static partial class OrmLiteReadCommandExtensions public static System.Data.IDbDataParameter AddParam(this System.Data.IDbCommand dbCmd, string name, object value = default(object), System.Data.ParameterDirection direction = default(System.Data.ParameterDirection), System.Data.DbType? dbType = default(System.Data.DbType?), byte? precision = default(byte?), byte? scale = default(byte?), int? size = default(int?), System.Action paramFilter = default(System.Action)) => throw null; public static void ClearFilters(this System.Data.IDbCommand dbCmd) => throw null; public static System.Data.IDbDataParameter CreateParam(this System.Data.IDbCommand dbCmd, string name, object value = default(object), System.Data.ParameterDirection direction = default(System.Data.ParameterDirection), System.Data.DbType? dbType = default(System.Data.DbType?), byte? precision = default(byte?), byte? scale = default(byte?), int? size = default(int?)) => throw null; + public static ServiceStack.OrmLite.FieldDefinition GetExplicitRefFieldDefIfExists(this ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.ModelDefinition refModelDef) => throw null; public static ServiceStack.OrmLite.FieldDefinition GetRefFieldDef(this ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.ModelDefinition refModelDef, System.Type refType) => throw null; public static ServiceStack.OrmLite.FieldDefinition GetRefFieldDefIfExists(this ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.ModelDefinition refModelDef) => throw null; public static ServiceStack.OrmLite.FieldDefinition GetSelfRefFieldDefIfExists(this ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.ModelDefinition refModelDef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; @@ -2122,7 +2273,6 @@ public static partial class OrmLiteReadCommandExtensions public static System.Collections.Generic.Dictionary> Lookup(this System.Data.IDbCommand dbCmd, string sql, object anonType = default(object)) => throw null; public static System.Data.IDbCommand SetFilters(this System.Data.IDbCommand dbCmd, object anonType) => throw null; public static System.Collections.Generic.List SqlColumn(this System.Data.IDbCommand dbCmd, string sql, object anonType = default(object)) => throw null; - public const string UseDbConnectionExtensions = default; } public static class OrmLiteReadExpressionsApi { @@ -2150,6 +2300,8 @@ public static class OrmLiteReadExpressionsApi public static ServiceStack.OrmLite.ColumnSchema[] GetTableColumns(this System.Data.IDbConnection dbConn, System.Type type) => throw null; public static ServiceStack.OrmLite.ColumnSchema[] GetTableColumns(this System.Data.IDbConnection dbConn, string sql) => throw null; public static string GetTableName(this System.Data.IDbConnection db) => throw null; + public static string GetTableName(this System.Data.IDbConnection db, System.Type type) => throw null; + public static string GetTableName(this System.Data.IDbConnection db, ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; public static System.Collections.Generic.List GetTableNames(this System.Data.IDbConnection db) => throw null; public static System.Collections.Generic.List GetTableNames(this System.Data.IDbConnection db, string schema) => throw null; public static System.Threading.Tasks.Task> GetTableNamesAsync(this System.Data.IDbConnection db) => throw null; @@ -2173,6 +2325,7 @@ public static class OrmLiteReadExpressionsApi public static long RowCount(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.SqlExpression expression) => throw null; public static long RowCount(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object)) => throw null; public static long RowCount(this System.Data.IDbConnection dbConn, string sql, System.Collections.Generic.IEnumerable sqlParams) => throw null; + public static long RowCount(this System.Data.IDbConnection dbConn) => throw null; public static ServiceStack.OrmLite.SavePoint SavePoint(this System.Data.IDbTransaction trans, string name) => throw null; public static System.Threading.Tasks.Task SavePointAsync(this System.Data.IDbTransaction trans, string name) => throw null; public static TKey Scalar(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field) => throw null; @@ -2221,6 +2374,7 @@ public static class OrmLiteReadExpressionsApiAsync public static System.Threading.Tasks.Task> LoadSelectAsync(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.SqlExpression expression, System.Linq.Expressions.Expression> include) => throw null; public static System.Threading.Tasks.Task RowCountAsync(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.SqlExpression expression, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task RowCountAsync(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task RowCountAsync(this System.Data.IDbConnection dbConn) => throw null; public static System.Threading.Tasks.Task ScalarAsync(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task ScalarAsync(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field, System.Linq.Expressions.Expression> predicate, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task> SelectAsync(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> predicate, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; @@ -2327,9 +2481,10 @@ public static class OrmLiteResultsFilterExtensionsAsync } public static class OrmLiteSchemaApi { + public static bool ColumnExists(this System.Data.IDbConnection dbConn, string columnName, ServiceStack.OrmLite.TableRef tableRef) => throw null; public static bool ColumnExists(this System.Data.IDbConnection dbConn, string columnName, string tableName, string schema = default(string)) => throw null; public static bool ColumnExists(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field) => throw null; - public static System.Threading.Tasks.Task ColumnExistsAsync(this System.Data.IDbConnection dbConn, string columnName, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ColumnExistsAsync(this System.Data.IDbConnection dbConn, string columnName, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task ColumnExistsAsync(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static void CreateSchema(this System.Data.IDbConnection dbConn) => throw null; public static bool CreateSchema(this System.Data.IDbConnection dbConn, string schemaName) => throw null; @@ -2349,41 +2504,46 @@ public static class OrmLiteSchemaApi public static System.Collections.Generic.Dictionary> GetSchemaTables(this System.Data.IDbConnection dbConn) => throw null; public static void Migrate(this System.Data.IDbConnection dbConn) => throw null; public static void Revert(this System.Data.IDbConnection dbConn) => throw null; - public static bool TableExists(this System.Data.IDbConnection dbConn, string tableName, string schema = default(string)) => throw null; + public static bool TableExists(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef) => throw null; + public static bool TableExists(this System.Data.IDbConnection dbConn, string tableName, string schema) => throw null; public static bool TableExists(this System.Data.IDbConnection dbConn) => throw null; - public static System.Threading.Tasks.Task TableExistsAsync(this System.Data.IDbConnection dbConn, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task TableExistsAsync(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task TableExistsAsync(this System.Data.IDbConnection dbConn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; } public static class OrmLiteSchemaModifyApi { public static void AddColumn(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field) => throw null; public static void AddColumn(this System.Data.IDbConnection dbConn, System.Type modelType, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; - public static void AddColumn(this System.Data.IDbConnection dbConn, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; + public static void AddColumn(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public static void AddColumn(this System.Data.IDbConnection dbConn, string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public static void AddForeignKey(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field, System.Linq.Expressions.Expression> foreignField, ServiceStack.OrmLite.OnFkOption onUpdate, ServiceStack.OrmLite.OnFkOption onDelete, string foreignKeyName = default(string)) => throw null; public static void AlterColumn(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field) => throw null; public static void AlterColumn(this System.Data.IDbConnection dbConn, System.Type modelType, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; - public static void AlterColumn(this System.Data.IDbConnection dbConn, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; + public static void AlterColumn(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public static void AlterColumn(this System.Data.IDbConnection dbConn, string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public static void AlterTable(this System.Data.IDbConnection dbConn, string command) => throw null; public static void AlterTable(this System.Data.IDbConnection dbConn, System.Type modelType, string command) => throw null; public static void ChangeColumnName(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field, string oldColumn) => throw null; + public static void ChangeColumnName(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null; public static void ChangeColumnName(this System.Data.IDbConnection dbConn, System.Type modelType, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null; public static void CreateIndex(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field, string indexName = default(string), bool unique = default(bool)) => throw null; public static void DropColumn(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field) => throw null; public static void DropColumn(this System.Data.IDbConnection dbConn, string column) => throw null; + public static void DropColumn(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, string column) => throw null; 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, ServiceStack.OrmLite.TableRef tableRef, string constraint) => 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; public static void Migrate(this System.Data.IDbConnection dbConn, System.Type modelType) => throw null; + public static ServiceStack.OrmLite.TableRef QuoteTable(this System.Data.IDbConnection dbConn, string tableName, bool useStrategy = default(bool)) => throw null; + public static ServiceStack.OrmLite.TableRef QuoteTableAlias(this System.Data.IDbConnection dbConn, string tableName) => throw null; public static void RenameColumn(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field, string oldColumn) => throw null; public static void RenameColumn(this System.Data.IDbConnection dbConn, string oldColumn, string newColumn) => throw null; public static void RenameColumn(this System.Data.IDbConnection dbConn, System.Type modelType, string oldColumn, string newColumn) => throw null; - public static void RenameColumn(this System.Data.IDbConnection dbConn, string table, string oldColumn, string newColumn) => throw null; + public static void RenameColumn(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, string oldColumn, string newColumn) => throw null; public static void RenameColumn(this System.Data.IDbConnection dbConn, string schema, string table, string oldColumn, string newColumn) => throw null; public static void Revert(this System.Data.IDbConnection dbConn, System.Type modelType) => throw null; } @@ -2423,6 +2583,7 @@ public class OrmLiteTransaction : System.Data.IDbTransaction, System.IDisposable public System.Data.IsolationLevel IsolationLevel { get => throw null; } public void Rollback() => throw null; public System.Data.IDbTransaction Transaction { get => throw null; set { } } + public object WriteLock { get => throw null; } } public static class OrmLiteUtils { @@ -2452,6 +2613,7 @@ public static class OrmLiteUtils public static System.Collections.Generic.List GetNonDefaultValueInsertFields(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider, object obj) => throw null; public static void HandleException(System.Exception ex, string message = default(string), params object[] args) => throw null; public static string[] IllegalSqlFragmentTokens; + public static bool IsQuoted(string symbol) => throw null; public static bool IsRefType(this System.Type fieldType) => throw null; public static bool IsScalar() => throw null; public static bool isUnsafeSql(string sql, System.Text.RegularExpressions.Regex verifySql) => throw null; @@ -2536,6 +2698,8 @@ public static class OrmLiteWriteApi public static long InsertIntoSelect(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.ISqlExpression query) => throw null; public static long InsertIntoSelect(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.ISqlExpression query, System.Action commandFilter) => throw null; public static void InsertUsingDefaults(this System.Data.IDbConnection dbConn, params T[] objs) => throw null; + public static object ResetSequence(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression> field, int value = default(int)) => throw null; + public static object ResetSequence(this System.Data.IDbConnection dbConn, System.Type tableType, string columnName, int value = default(int)) => throw null; public static bool Save(this System.Data.IDbConnection dbConn, T obj, bool references = default(bool)) => throw null; public static int Save(this System.Data.IDbConnection dbConn, params T[] objs) => throw null; public static int SaveAll(this System.Data.IDbConnection dbConn, System.Collections.Generic.IEnumerable objs) => throw null; @@ -2554,6 +2718,7 @@ public static class OrmLiteWriteApi public static class OrmLiteWriteApiAsync { public static System.Threading.Tasks.Task DeleteAllAsync(this System.Data.IDbConnection dbConn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task DeleteAllAsync(this System.Data.IDbConnection dbConn, System.Collections.Generic.IEnumerable rows, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task DeleteAllAsync(this System.Data.IDbConnection dbConn, System.Type tableType, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task DeleteAsync(this System.Data.IDbConnection dbConn, object anonFilter, System.Action commandFilter = default(System.Action), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task DeleteAsync(this System.Data.IDbConnection dbConn, System.Collections.Generic.Dictionary filters, System.Action commandFilter = default(System.Action), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; @@ -2717,7 +2882,9 @@ public abstract class SelectItem public class SelectItemColumn : ServiceStack.OrmLite.SelectItem { public string ColumnName { get => throw null; set { } } + public SelectItemColumn(ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider, ServiceStack.OrmLite.FieldDefinition fieldDef, string quotedTableAlias = default(string)) : base(default(ServiceStack.OrmLite.IOrmLiteDialectProvider), default(string)) => throw null; public SelectItemColumn(ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider, string columnName, string columnAlias = default(string), string quotedTableAlias = default(string)) : base(default(ServiceStack.OrmLite.IOrmLiteDialectProvider), default(string)) => throw null; + public string GetColumnName() => throw null; public string QuotedTableAlias { get => throw null; set { } } public override string ToString() => throw null; } @@ -2727,6 +2894,62 @@ public class SelectItemExpression : ServiceStack.OrmLite.SelectItem public string SelectExpression { get => throw null; set { } } public override string ToString() => throw null; } + public class SingleWriterDbCommand : System.Data.Common.DbCommand + { + public override void Cancel() => throw null; + public override string CommandText { get => throw null; set { } } + public override int CommandTimeout { get => throw null; set { } } + public override System.Data.CommandType CommandType { get => throw null; set { } } + protected override System.Data.Common.DbParameter CreateDbParameter() => throw null; + public SingleWriterDbCommand(ServiceStack.OrmLite.SingleWriterDbConnection db, System.Data.Common.DbCommand cmd, object writeLock) => throw null; + protected override System.Data.Common.DbConnection DbConnection { get => throw null; set { } } + protected override System.Data.Common.DbParameterCollection DbParameterCollection { get => throw null; } + protected override System.Data.Common.DbTransaction DbTransaction { get => throw null; set { } } + public override bool DesignTimeVisible { get => throw null; set { } } + protected override void Dispose(bool disposing) => throw null; + protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) => throw null; + public override int ExecuteNonQuery() => throw null; + public override object ExecuteScalar() => throw null; + public override void Prepare() => throw null; + public override System.Data.UpdateRowSource UpdatedRowSource { get => throw null; set { } } + } + public class SingleWriterDbConnection : System.Data.Common.DbConnection, ServiceStack.Model.IHasTag, ServiceStack.IHasWriteLock + { + protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) => throw null; + public override void ChangeDatabase(string databaseName) => throw null; + public override void Close() => throw null; + public override string ConnectionString { get => throw null; set { } } + protected override System.Data.Common.DbCommand CreateDbCommand() => throw null; + public SingleWriterDbConnection(System.Data.Common.DbConnection db, object writeLock) => throw null; + public SingleWriterDbConnection(ServiceStack.OrmLite.OrmLiteConnectionFactory factory, object writeLock) => throw null; + public override string Database { get => throw null; } + public override string DataSource { get => throw null; } + public System.Data.Common.DbConnection Db { get => throw null; } + protected override void Dispose(bool disposing) => throw null; + public ServiceStack.OrmLite.OrmLiteConnectionFactory Factory { get => throw null; } + public override void Open() => throw null; + public override string ServerVersion { get => throw null; } + public override System.Data.ConnectionState State { get => throw null; } + public string Tag { get => throw null; set { } } + public object WriteLock { get => throw null; } + } + public static partial class SingleWriterExtensions + { + public static System.Data.Common.DbConnection CreateSingleWriterDb(this ServiceStack.Data.IDbConnectionFactory dbFactory, string namedConnection = default(string)) => throw null; + public static object GetWriteLock(this System.Data.IDbConnection dbConnection) => throw null; + public static System.Data.Common.DbConnection OpenSingleWriterDb(this ServiceStack.Data.IDbConnectionFactory dbFactory, string namedConnection = default(string)) => throw null; + public static System.Data.Common.DbConnection WithWriteLock(this System.Data.IDbConnection db, object writeLock) => throw null; + } + public class SingleWriterTransaction : System.Data.Common.DbTransaction + { + public override void Commit() => throw null; + public SingleWriterTransaction(ServiceStack.OrmLite.SingleWriterDbConnection dbConnection, System.Data.Common.DbTransaction transaction, System.Data.IsolationLevel isolationLevel) => throw null; + protected override System.Data.Common.DbConnection DbConnection { get => throw null; } + protected override void Dispose(bool disposing) => throw null; + public override System.Data.IsolationLevel IsolationLevel { get => throw null; } + public override void Rollback() => throw null; + public readonly System.Data.Common.DbTransaction Transaction; + } public static class Sql { public static T AllFields(T item) => throw null; @@ -2842,6 +3065,20 @@ public abstract class SqlExpression : ServiceStack.OrmLite.IHasDialectProvide public ServiceStack.OrmLite.SqlExpression CustomJoin(string joinString) => throw null; protected bool CustomSelect { get => throw null; set { } } public ServiceStack.OrmLite.IOrmLiteDialectProvider DialectProvider { get => throw null; set { } } + public class DialectSql + { + public string Bool(bool value) => throw null; + public string Cast(object fieldOrValue, string castAs) => throw null; + public string Char(int charCode) => throw null; + public string Concat(System.Collections.Generic.IEnumerable args) => throw null; + public string Conflict(string sql, string conflictResolution) => throw null; + public DialectSql(ServiceStack.OrmLite.IOrmLiteDialectProvider dialect) => throw null; + public string Currency(string fieldOrValue) => throw null; + public string Currency(string fieldOrValue, string currencySymbol) => throw null; + public string DateFormat(string quotedColumn, string format) => throw null; + public string Limit(int? offset = default(int?), int? rows = default(int?)) => throw null; + public string Random { get => throw null; } + } public string Dump(bool includeParams) => throw null; public virtual ServiceStack.OrmLite.SqlExpression Ensure(System.Linq.Expressions.Expression> predicate) => throw null; public virtual ServiceStack.OrmLite.SqlExpression Ensure(System.Linq.Expressions.Expression> predicate) => throw null; @@ -2865,6 +3102,7 @@ public abstract class SqlExpression : ServiceStack.OrmLite.IHasDialectProvide protected object GetFalseExpression() => throw null; protected virtual object GetMemberExpression(System.Linq.Expressions.MemberExpression m) => throw null; public ServiceStack.OrmLite.ModelDefinition GetModelDefinition(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; + protected virtual string GetModExpression(System.Linq.Expressions.BinaryExpression b, object left, object right) => throw null; protected virtual string GetQuotedColumnName(ServiceStack.OrmLite.ModelDefinition tableDef, string memberName) => throw null; protected virtual string GetQuotedColumnName(ServiceStack.OrmLite.ModelDefinition tableDef, string tableAlias, string memberName) => throw null; protected object GetQuotedFalseValue() => throw null; @@ -2903,6 +3141,7 @@ public abstract class SqlExpression : ServiceStack.OrmLite.IHasDialectProvide protected virtual bool IsConstantExpression(System.Linq.Expressions.Expression e) => throw null; protected virtual bool IsFieldName(object quotedExp) => throw null; public bool IsJoinedTable(System.Type type) => throw null; + protected bool IsNull(object expr) => throw null; protected virtual bool IsParameterAccess(System.Linq.Expressions.Expression e) => throw null; protected virtual bool IsParameterOrConvertAccess(System.Linq.Expressions.Expression e) => throw null; protected bool isSelectExpression; @@ -3036,6 +3275,8 @@ public abstract class SqlExpression : ServiceStack.OrmLite.IHasDialectProvide public virtual ServiceStack.OrmLite.SqlExpression SetTableAlias(string tableAlias) => throw null; public virtual ServiceStack.OrmLite.SqlExpression Skip(int? skip = default(int?)) => throw null; protected bool skipParameterizationForThisExpression; + public ServiceStack.OrmLite.SqlExpression.DialectSql sql { get => throw null; } + public string SqlColumn(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null; public string SqlColumn(string columnName) => throw null; public System.Func SqlFilter { get => throw null; set { } } public string SqlTable(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; @@ -3105,6 +3346,7 @@ public abstract class SqlExpression : ServiceStack.OrmLite.IHasDialectProvide protected virtual object VisitNewArray(System.Linq.Expressions.NewArrayExpression na) => throw null; protected virtual System.Collections.Generic.List VisitNewArrayFromExpressionList(System.Linq.Expressions.NewArrayExpression na) => throw null; protected virtual object VisitParameter(System.Linq.Expressions.ParameterExpression p) => throw null; + protected virtual object VisitSpanContainsMethodCall(System.Linq.Expressions.MethodCallExpression m) => throw null; protected virtual object VisitSqlMethodCall(System.Linq.Expressions.MethodCallExpression m) => throw null; protected virtual object VisitStaticArrayMethodCall(System.Linq.Expressions.MethodCallExpression m) => throw null; protected virtual object VisitStaticStringMethodCall(System.Linq.Expressions.MethodCallExpression m) => throw null; @@ -3186,6 +3428,21 @@ public class TableOptions public TableOptions() => throw null; public string Expression { get => throw null; set { } } } + public struct TableRef + { + public TableRef(string name) => throw null; + public TableRef(string schema, string name) => throw null; + public TableRef(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null; + public TableRef(System.Type modelType) => throw null; + public string GetSchemaName() => throw null; + public string GetTableName() => throw null; + public static ServiceStack.OrmLite.TableRef Literal(string quotedName) => throw null; + public ServiceStack.OrmLite.ModelDefinition ModelDef { get => throw null; set { } } + public string Name { get => throw null; set { } } + public static implicit operator ServiceStack.OrmLite.TableRef(string name) => throw null; + public string QuotedName { get => throw null; set { } } + public string Schema { get => throw null; set { } } + } public class UntypedApi : ServiceStack.OrmLite.IUntypedApi { public System.Collections.IEnumerable Cast(System.Collections.IEnumerable results) => throw null; @@ -3334,4 +3591,12 @@ public struct XmlValue public string Xml { get => throw null; } } } + public static class OrmLiteLog + { + public static ServiceStack.Logging.ILog Log; + } + public static partial class OrmLiteServiceCollectionExtensions + { + public static ServiceStack.OrmLite.OrmLiteConfigurationBuilder AddOrmLite(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configure) => throw null; + } } diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/8.0.0/Microsoft.Extensions.Logging.Abstractions.csproj b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/10.0.4/ServiceStack.OrmLite.csproj similarity index 71% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/8.0.0/Microsoft.Extensions.Logging.Abstractions.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.OrmLite/10.0.4/ServiceStack.OrmLite.csproj index 9c117ab0052e..de7868300896 100644 --- a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Logging.Abstractions/8.0.0/Microsoft.Extensions.Logging.Abstractions.csproj +++ b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/10.0.4/ServiceStack.OrmLite.csproj @@ -7,7 +7,8 @@ - + + diff --git a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.csproj b/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.csproj deleted file mode 100644 index dc9c0b1497b9..000000000000 --- a/csharp/ql/test/resources/stubs/ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.cs b/csharp/ql/test/resources/stubs/ServiceStack.Text/10.0.4/ServiceStack.Text.cs similarity index 99% rename from csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.cs rename to csharp/ql/test/resources/stubs/ServiceStack.Text/10.0.4/ServiceStack.Text.cs index 05fd13e3db06..336300639ebf 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack.Text/10.0.4/ServiceStack.Text.cs @@ -1070,6 +1070,9 @@ public static partial class MapExtensions } public static class MimeTypes { + public const string AudioMp3 = default; + public const string AudioMpeg = default; + public const string AudioWav = default; public const string Binary = default; public const string Bson = default; public const string Cert = default; @@ -1264,7 +1267,9 @@ public abstract class PclExport public string PlatformName; public static class Platforms { + public const string Net10 = default; public const string Net6 = default; + public const string Net8 = default; public const string NetFX = default; public const string NetStandard = default; } @@ -1331,6 +1336,7 @@ public static partial class PlatformExtensions public static TAttribute FirstAttribute(this System.Reflection.ParameterInfo paramInfo) => throw null; public static TAttribute FirstAttribute(this System.Reflection.PropertyInfo propertyInfo) => throw null; public static System.Type FirstGenericTypeDefinition(this System.Type type) => throw null; + public static T FirstInheritedAttribute(this System.Type type) where T : System.Attribute => throw null; public static object FromObjectDictionary(this System.Collections.Generic.IEnumerable> values, System.Type type) => throw null; public static T FromObjectDictionary(this System.Collections.Generic.IEnumerable> values) => throw null; public static System.Type[] GenericTypeArguments(this System.Type type) => throw null; @@ -1780,6 +1786,12 @@ 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 TypeJsonConverter : System.Text.Json.Serialization.JsonConverter + { + public TypeJsonConverter() => throw null; + public override System.Type 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.Type value, System.Text.Json.JsonSerializerOptions options) => throw null; + } public class XsdTimeOnlyJsonConverter : System.Text.Json.Serialization.JsonConverter { public XsdTimeOnlyJsonConverter() => throw null; @@ -1830,6 +1842,7 @@ namespace Text { public static class AssemblyUtils { + public static bool DefaultValidateTypeName(string typeName) => throw null; public static System.Type FindType(string typeName) => throw null; public static System.Type FindType(string typeName, string assemblyName) => throw null; public static System.Type FindTypeFromLoadedAssemblies(string typeName) => throw null; @@ -1837,6 +1850,9 @@ public static class AssemblyUtils public static System.Reflection.Assembly LoadAssembly(string assemblyPath) => throw null; public static System.Type MainInterface() => throw null; public static string ToTypeString(this System.Type type) => throw null; + public static System.Type UncheckedFindType(string typeName) => throw null; + public static System.Func ValidateTypeName { get => throw null; set { } } + public static System.Text.RegularExpressions.Regex ValidateTypeRegex { get => throw null; set { } } public static string WriteType(System.Type type) => throw null; } public class CachedTypeInfo @@ -2438,6 +2454,7 @@ public static partial class DateTimeExtensions 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 static System.DateTime WithDay(this System.DateTime from, int day) => throw null; } public sealed class DefaultMemory : ServiceStack.Text.MemoryProvider { @@ -2535,6 +2552,7 @@ public static class Env public static bool IsIOS { get => throw null; set { } } public static bool IsLinux { get => throw null; set { } } public static bool IsMono { get => throw null; set { } } + public static bool IsNet10 { get => throw null; set { } } public static bool IsNet6 { get => throw null; set { } } public static bool IsNet8 { get => throw null; set { } } public static bool IsNetCore { get => throw null; set { } } @@ -2979,8 +2997,8 @@ public class JsonSerializer : ServiceStack.Text.ITypeSerializer public class JsonStringSerializer : ServiceStack.Text.IStringSerializer { public JsonStringSerializer() => throw null; - public To DeserializeFromString(string serializedText) => throw null; - public object DeserializeFromString(string serializedText, System.Type type) => throw null; + public To DeserializeFromString(string json) => throw null; + public object DeserializeFromString(string json, System.Type type) => throw null; public string SerializeToString(TFrom from) => throw null; } public struct JsonValue : ServiceStack.Text.IValueWriter @@ -3446,6 +3464,7 @@ public static class StringBuilderCache } public static class StringBuilderCacheAlt { + public static System.Text.StringBuilder Allocate(int capacity) => throw null; public static System.Text.StringBuilder Allocate() => throw null; public static void Free(System.Text.StringBuilder sb) => throw null; public static string ReturnAndFree(System.Text.StringBuilder sb) => throw null; @@ -3495,11 +3514,13 @@ public static partial class StringSpanExtensions public static short ParseInt16(this System.ReadOnlySpan value) => throw null; public static int ParseInt32(this System.ReadOnlySpan value) => throw null; public static long ParseInt64(this System.ReadOnlySpan value) => throw null; + public static object ParseInteger(this System.ReadOnlySpan value) => throw null; public static sbyte ParseSByte(this System.ReadOnlySpan value) => throw null; public static object ParseSignedInteger(this System.ReadOnlySpan value) => throw null; public static ushort ParseUInt16(this System.ReadOnlySpan value) => throw null; public static uint ParseUInt32(this System.ReadOnlySpan value) => throw null; public static ulong ParseUInt64(this System.ReadOnlySpan value) => throw null; + public static object ParseUnsignedInteger(this System.ReadOnlySpan value) => throw null; public static System.ReadOnlySpan RightPart(this System.ReadOnlySpan strVal, char needle) => throw null; public static System.ReadOnlySpan RightPart(this System.ReadOnlySpan strVal, string needle) => throw null; public static System.ReadOnlySpan SafeSlice(this System.ReadOnlySpan value, int startIndex) => throw null; @@ -3569,6 +3590,10 @@ public class TypePair public override int GetHashCode() => throw null; } } + public static class SystemJsonUtils + { + public static object AsObject(this System.Text.Json.JsonElement element) => throw null; + } public static class SystemTime { public static System.DateTime Now { get => throw null; } diff --git a/csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/9.0.4/Microsoft.Extensions.Primitives.csproj b/csharp/ql/test/resources/stubs/ServiceStack.Text/10.0.4/ServiceStack.Text.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Microsoft.Extensions.Primitives/9.0.4/Microsoft.Extensions.Primitives.csproj rename to csharp/ql/test/resources/stubs/ServiceStack.Text/10.0.4/ServiceStack.Text.csproj diff --git a/csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.csproj b/csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.csproj deleted file mode 100644 index 72a6682fc4d5..000000000000 --- a/csharp/ql/test/resources/stubs/ServiceStack.Text/8.5.2/ServiceStack.Text.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.cs b/csharp/ql/test/resources/stubs/ServiceStack/10.0.4/ServiceStack.cs similarity index 95% rename from csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.cs rename to csharp/ql/test/resources/stubs/ServiceStack/10.0.4/ServiceStack.cs index fbde19d6932a..512181531da8 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.cs +++ b/csharp/ql/test/resources/stubs/ServiceStack/10.0.4/ServiceStack.cs @@ -467,6 +467,96 @@ public class AdminUsersService : ServiceStack.Service public System.Threading.Tasks.Task Post(ServiceStack.AdminCreateUser request) => throw null; public System.Threading.Tasks.Task Put(ServiceStack.AdminUpdateUser request) => throw null; } + public class AnalyticsLogInfo + { + public string ApiKey { get => throw null; set { } } + public string Bot { get => throw null; set { } } + public string Browser { get => throw null; set { } } + public AnalyticsLogInfo() => throw null; + public System.DateTime DateTime { get => throw null; set { } } + public string Device { get => throw null; set { } } + public long Id { get => throw null; set { } } + public string Ip { get => throw null; set { } } + public string Op { get => throw null; set { } } + public string UserId { get => throw null; set { } } + public string UserName { get => throw null; set { } } + } + public class AnalyticsReports + { + public System.Collections.Generic.Dictionary ApiKeys { get => throw null; set { } } + public System.Collections.Generic.Dictionary Apis { get => throw null; set { } } + public System.Collections.Generic.Dictionary Bots { get => throw null; set { } } + public System.Collections.Generic.Dictionary Browsers { get => throw null; set { } } + public System.DateTime Created { get => throw null; set { } } + public AnalyticsReports() => throw null; + public System.Collections.Generic.Dictionary Days { get => throw null; set { } } + public System.Collections.Generic.Dictionary Devices { get => throw null; set { } } + public System.Collections.Generic.Dictionary Durations { get => throw null; set { } } + public long Id { get => throw null; set { } } + public System.Collections.Generic.Dictionary Ips { get => throw null; set { } } + public System.Collections.Generic.Dictionary Status { get => throw null; set { } } + public System.Collections.Generic.Dictionary Tags { get => throw null; set { } } + public System.Collections.Generic.Dictionary Users { get => throw null; set { } } + public decimal Version { get => throw null; set { } } + } + public class ApiAnalytics + { + public System.DateTime Created { get => throw null; set { } } + public ApiAnalytics() => throw null; + public long Id { get => throw null; set { } } + public ServiceStack.Admin.AnalyticsReports Report { get => throw null; set { } } + public string Request { get => throw null; set { } } + public decimal Version { get => throw null; set { } } + } + public class ApiKeyAnalytics + { + public string ApiKey { get => throw null; set { } } + public System.DateTime Created { get => throw null; set { } } + public ApiKeyAnalytics() => throw null; + public long Id { get => throw null; set { } } + public ServiceStack.Admin.AnalyticsReports Report { get => throw null; set { } } + public decimal Version { get => throw null; set { } } + } + public class GetAnalyticsInfo : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public string ApiKey { get => throw null; set { } } + public GetAnalyticsInfo() => throw null; + public string Ip { get => throw null; set { } } + public System.DateTime? Month { get => throw null; set { } } + public string Op { get => throw null; set { } } + public string Type { get => throw null; set { } } + public string UserId { get => throw null; set { } } + } + public class GetAnalyticsInfoResponse + { + public GetAnalyticsInfoResponse() => throw null; + public System.Collections.Generic.List Months { get => throw null; set { } } + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public ServiceStack.Admin.AnalyticsLogInfo Result { get => throw null; set { } } + } + public class GetAnalyticsReports : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public GetAnalyticsReports() => throw null; + public string Filter { get => throw null; set { } } + public bool? Force { get => throw null; set { } } + public System.DateTime? Month { get => throw null; set { } } + public string Value { get => throw null; set { } } + } + public class GetAnalyticsReportsResponse + { + public GetAnalyticsReportsResponse() => throw null; + public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } } + public ServiceStack.Admin.AnalyticsReports Result { get => throw null; set { } } + } + public class IpAnalytics + { + public System.DateTime Created { get => throw null; set { } } + public IpAnalytics() => throw null; + public long Id { get => throw null; set { } } + public string Ip { get => throw null; set { } } + public ServiceStack.Admin.AnalyticsReports Report { get => throw null; set { } } + public decimal Version { get => throw null; set { } } + } public class RedisSearchResult { public RedisSearchResult() => throw null; @@ -479,6 +569,7 @@ public class RequestLogs : ServiceStack.IGet, ServiceStack.IReturn throw null; set { } } public int? AfterSecs { get => throw null; set { } } + public string BearerToken { get => throw null; set { } } public int? BeforeId { get => throw null; set { } } public int? BeforeSecs { get => throw null; set { } } public RequestLogs() => throw null; @@ -491,6 +582,7 @@ public class RequestLogs : ServiceStack.IGet, ServiceStack.IReturn throw null; set { } } public long[] Ids { get => throw null; set { } } public string IpAddress { get => throw null; set { } } + public System.DateTime? Month { get => throw null; set { } } public string OperationName { get => throw null; set { } } public string OrderBy { get => throw null; set { } } public string PathInfo { get => throw null; set { } } @@ -512,8 +604,28 @@ public class RequestLogsResponse public class RequestLogsService : ServiceStack.Service { public System.Threading.Tasks.Task Any(ServiceStack.Admin.RequestLogs request) => throw null; + public System.Threading.Tasks.Task Any(ServiceStack.Admin.GetAnalyticsInfo request) => throw null; + public System.Threading.Tasks.Task Any(ServiceStack.Admin.GetAnalyticsReports request) => throw null; public RequestLogsService(ServiceStack.Web.IRequestLogger requestLogger) => throw null; } + public class RequestSummary + { + public System.Collections.Generic.Dictionary ApiKeys { get => throw null; set { } } + public System.Collections.Generic.Dictionary Apis { get => throw null; set { } } + public RequestSummary() => throw null; + public System.Collections.Generic.Dictionary Durations { get => throw null; set { } } + public System.Collections.Generic.Dictionary Ips { get => throw null; set { } } + public double MaxDuration { get => throw null; set { } } + public long MaxRequestLength { get => throw null; set { } } + public double MinDuration { get => throw null; set { } } + public long MinRequestLength { get => throw null; set { } } + public string Name { get => throw null; set { } } + public System.Collections.Generic.Dictionary Status { get => throw null; set { } } + public double TotalDuration { get => throw null; set { } } + public long TotalRequestLength { get => throw null; set { } } + public long TotalRequests { get => throw null; set { } } + public System.Collections.Generic.Dictionary Users { get => throw null; set { } } + } public class ServerStats { public ServerStats() => throw null; @@ -522,6 +634,15 @@ public class ServerStats public System.Collections.Generic.Dictionary Redis { get => throw null; set { } } public System.Collections.Generic.Dictionary ServerEvents { get => throw null; set { } } } + public class UserAnalytics + { + public System.DateTime Created { get => throw null; set { } } + public UserAnalytics() => throw null; + public long Id { get => throw null; set { } } + public ServiceStack.Admin.AnalyticsReports Report { get => throw null; set { } } + public string UserId { get => throw null; set { } } + public decimal Version { get => throw null; set { } } + } } public class AdminRedisFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin { @@ -541,15 +662,18 @@ public enum AdminUiFeature { None = 0, Users = 1, - Validation = 2, - Logging = 4, - Profiling = 8, - Redis = 16, - Database = 32, - Commands = 64, - ApiKeys = 128, - BackgroundJobs = 256, - All = 511, + Roles = 2, + Validation = 4, + Logging = 8, + Analytics = 16, + Profiling = 32, + Redis = 64, + Database = 128, + Commands = 256, + ApiKeys = 512, + BackgroundJobs = 1024, + Dynamic = 2048, + All = 4095, } public class AdminUsersFeature : ServiceStack.IAfterInitAppHost, ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin { @@ -590,6 +714,20 @@ public class AlwaysValidValidator : ServiceStack.FluentValidation.Validators.Noo public AlwaysValidValidator() => throw null; public override System.Collections.Generic.IEnumerable Validate(ServiceStack.FluentValidation.Validators.PropertyValidatorContext context) => throw null; } + public class AnalyticsConfig + { + public int BatchSize { get => throw null; set { } } + public AnalyticsConfig() => throw null; + public int DetailLimit { get => throw null; set { } } + public int[] DurationRanges { get => throw null; set { } } + public int SummaryLimit { get => throw null; set { } } + } + public class AnalyticsInfo + { + public AnalyticsInfo() => throw null; + public System.Collections.Generic.List Months { get => throw null; set { } } + public System.Collections.Generic.Dictionary Tabs { get => throw null; set { } } + } public static class ApiHandlers { public static System.Func Csv(string apiPath) => throw null; @@ -631,7 +769,7 @@ public abstract class AppHostBase : ServiceStack.ServiceStackHost, ServiceStack. 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 virtual Microsoft.AspNetCore.Builder.RouteHandlerBuilder ConfigureOperationEndpoint(Microsoft.AspNetCore.Builder.RouteHandlerBuilder builder, ServiceStack.Host.Operation operation, ServiceStack.EndpointOptions options = default(ServiceStack.EndpointOptions), System.Type responseType = default(System.Type)) => 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; @@ -686,6 +824,15 @@ public static partial class AppHostExtensions public static string ResolveStaticBaseUrl(this ServiceStack.IAppHost appHost) => throw null; public static ServiceStack.IAppHost Start(this ServiceStack.IAppHost appHost, System.Collections.Generic.IEnumerable urlBases) => throw null; } + public class AppHostStartup : Microsoft.Extensions.Hosting.IHostedService + { + public System.DateTime? CompletedAt { get => throw null; set { } } + public AppHostStartup(Microsoft.Extensions.Logging.ILogger log, Microsoft.Extensions.Hosting.IHostApplicationLifetime appLifetime) => throw null; + public int LoadedPlugins { get => throw null; set { } } + public System.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken token) => throw null; + public System.DateTime StartedAt { get => throw null; set { } } + public System.Threading.Tasks.Task StopAsync(System.Threading.CancellationToken cancellationToken) => throw null; + } public static class ApplyToUtils { public static readonly System.Collections.Generic.Dictionary ApplyToVerbs; @@ -1093,6 +1240,7 @@ public class BasicAuthProvider : ServiceStack.Auth.CredentialsAuthProvider, Serv 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; + protected override System.Threading.Tasks.Task ResetSessionBeforeLoginAsync(ServiceStack.IServiceBase authService, ServiceStack.Auth.IAuthSession session, string userName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public override string Type { get => throw null; } } public class BasicAuthProviderSync : ServiceStack.Auth.CredentialsAuthProviderSync, ServiceStack.Auth.IAuthWithRequestSync @@ -1393,7 +1541,7 @@ public interface IAuthSession : ServiceStack.Text.IRuntimeSerializable string UserAuthName { get; set; } string UserName { get; set; } } - public interface IAuthSessionExtended : ServiceStack.Auth.IAuthSession, ServiceStack.Text.IRuntimeSerializable + public interface IAuthSessionExtended : ServiceStack.Auth.IAuthSession, ServiceStack.Auth.IRequireClaimsPrincipal, ServiceStack.Text.IRuntimeSerializable { string Address { get; set; } string Address2 { get; set; } @@ -1432,6 +1580,7 @@ public interface IAuthSessionExtended : ServiceStack.Auth.IAuthSession, ServiceS string State { get; set; } bool? TwoFactorEnabled { get; set; } string Type { get; set; } + System.Security.Claims.ClaimsPrincipal User { get; set; } ServiceStack.Web.IHttpResult Validate(ServiceStack.IServiceBase authService, ServiceStack.Auth.IAuthSession session, ServiceStack.Auth.IAuthTokens tokens, System.Collections.Generic.Dictionary authInfo); System.Threading.Tasks.Task ValidateAsync(ServiceStack.IServiceBase authService, ServiceStack.Auth.IAuthSession session, ServiceStack.Auth.IAuthTokens tokens, System.Collections.Generic.Dictionary authInfo, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); string Webpage { get; set; } @@ -1462,6 +1611,7 @@ 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 System.Threading.Tasks.Task>> GetUsersByIdsAsync(ServiceStack.Web.IRequest req, System.Collections.Generic.List ids, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; } public interface IHashProvider { @@ -1483,6 +1633,7 @@ 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)); + System.Threading.Tasks.Task>> GetUsersByIdsAsync(System.Collections.Generic.List ids, ServiceStack.Web.IRequest request = default(ServiceStack.Web.IRequest)); } public interface IIdentityBasicAuthProvider { @@ -1608,6 +1759,10 @@ public interface IRedisClientManagerFacade : ServiceStack.Auth.IClearable, Servi ServiceStack.Auth.IRedisClientFacade GetClient(); System.Threading.Tasks.Task GetClientAsync(System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); } + public interface IRequireClaimsPrincipal + { + System.Security.Claims.ClaimsPrincipal User { get; set; } + } public interface ITypedRedisClientFacade { void DeleteById(string id); @@ -1646,14 +1801,15 @@ 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)); + System.Threading.Tasks.Task>> GetUsersByIdsAsync(ServiceStack.Web.IRequest req, System.Collections.Generic.List ids, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); } public interface IUserSessionSource { - ServiceStack.Auth.IAuthSession GetUserSession(string userAuthId); + ServiceStack.Auth.IAuthSession GetUserSession(string userAuthId, ServiceStack.Web.IRequest request = default(ServiceStack.Web.IRequest)); } public interface IUserSessionSourceAsync { - System.Threading.Tasks.Task GetUserSessionAsync(string userAuthId, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task GetUserSessionAsync(string userAuthId, ServiceStack.Web.IRequest request = default(ServiceStack.Web.IRequest), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); } public interface IWebSudoAuthSession : ServiceStack.Auth.IAuthSession, ServiceStack.Text.IRuntimeSerializable { @@ -2134,6 +2290,7 @@ 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 System.Threading.Tasks.Task>> GetUsersByIdsAsync(ServiceStack.Web.IRequest req, System.Collections.Generic.List ids, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; } public static partial class SocialExtensions { @@ -2565,7 +2722,7 @@ public static partial class AuthSessionExtensions public static void UpdateFromUserAuthRepo(this ServiceStack.Auth.IAuthSession session, ServiceStack.Web.IRequest req, ServiceStack.Auth.IAuthRepository authRepo = default(ServiceStack.Auth.IAuthRepository)) => throw null; public static System.Threading.Tasks.Task UpdateFromUserAuthRepoAsync(this ServiceStack.Auth.IAuthSession session, ServiceStack.Web.IRequest req, ServiceStack.Auth.IAuthRepositoryAsync authRepo = default(ServiceStack.Auth.IAuthRepositoryAsync)) => throw null; } - public class AuthUserSession : ServiceStack.Auth.IAuthSession, ServiceStack.Auth.IAuthSessionExtended, ServiceStack.IMeta, ServiceStack.Text.IRuntimeSerializable + public class AuthUserSession : ServiceStack.Auth.IAuthSession, ServiceStack.Auth.IAuthSessionExtended, ServiceStack.IMeta, ServiceStack.Auth.IRequireClaimsPrincipal, ServiceStack.Text.IRuntimeSerializable { public string Address { get => throw null; set { } } public string Address2 { get => throw null; set { } } @@ -2649,6 +2806,7 @@ public class AuthUserSession : ServiceStack.Auth.IAuthSession, ServiceStack.Auth public string TwitterUserId { get => throw null; set { } } public bool? TwoFactorEnabled { get => throw null; set { } } public string Type { get => throw null; set { } } + public System.Security.Claims.ClaimsPrincipal User { get => throw null; set { } } public virtual string UserAuthId { get => throw null; set { } } public virtual string UserAuthName { get => throw null; set { } } public virtual string UserName { get => throw null; set { } } @@ -3278,6 +3436,7 @@ public class CommandsFeature : ServiceStack.IConfigureServices, ServiceStack.Mod public int FailuresCapacity { get => throw null; set { } } public ServiceStack.CommandInfo GetCommandInfo(string commandName) => throw null; public object GetCommandResult(ServiceStack.IAsyncCommand command) => throw null; + public string GetCommandResultAsString(object command, ServiceStack.CommandResult commandResult) => 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; @@ -3854,6 +4013,7 @@ public static class ErrorMessages public static string RegisterUpdatesDisabled; public static string RequestAlreadyProcessedFmt; public static string Requires2FA; + public static string RoleNotExists; public static string SessionIdEmpty; public static string ShouldNotRegisterAuthSession; public static string SubscriptionForbiddenFmt; @@ -5203,6 +5363,7 @@ public class HtmlFormat : ServiceStack.Model.IHasId, ServiceStack.Model. { public HtmlFormat() => throw null; public string DefaultResolveTemplate(ServiceStack.Web.IRequest req) => throw null; + public static string EncodeForJavaScriptString(string input) => throw null; public static string HtmlTitleFormat; public static bool Humanize; public string Id { get => throw null; set { } } @@ -5277,11 +5438,21 @@ public class GreaterEqualCondition : ServiceStack.QueryCondition public static ServiceStack.GreaterEqualCondition Instance; public override bool Match(object a, object b) => throw null; } + public class HasAnyRoleValidator : ServiceStack.TypeValidator, ServiceStack.IAuthTypeValidator + { + public HasAnyRoleValidator(string[] roles) : 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[] Roles { get => throw null; } + public override System.Threading.Tasks.Task ThrowIfNotValidAsync(object dto, ServiceStack.Web.IRequest request) => throw null; + } public class HasClaimValidator : ServiceStack.TypeValidator, ServiceStack.IAuthTypeValidator { + public static System.Collections.Generic.Dictionary ClaimErrorMessages { get => throw null; } public HasClaimValidator(string type, string value) : 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; + protected override string ResolveErrorMessage(ServiceStack.Web.IRequest request, object dto) => throw null; public override System.Threading.Tasks.Task ThrowIfNotValidAsync(object dto, ServiceStack.Web.IRequest request) => throw null; public string Type { get => throw null; } public string Value { get => throw null; } @@ -5364,7 +5535,7 @@ public class BasicHttpResponse : ServiceStack.Host.BasicResponse, ServiceStack.W public BasicHttpResponse(ServiceStack.Host.BasicRequest requestContext) : base(default(ServiceStack.Host.BasicRequest)) => throw null; public void SetCookie(System.Net.Cookie cookie) => throw null; } - public class BasicRequest : ServiceStack.Configuration.IHasResolver, ServiceStack.IHasServiceScope, ServiceStack.IO.IHasVirtualFiles, ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver, System.IServiceProvider + public class BasicRequest : ServiceStack.IHasClaimsPrincipal, ServiceStack.Configuration.IHasResolver, ServiceStack.IHasServiceScope, ServiceStack.IO.IHasVirtualFiles, ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver, System.IServiceProvider { public string AbsoluteUri { get => throw null; set { } } public string[] AcceptTypes { get => throw null; set { } } @@ -5410,6 +5581,7 @@ public class BasicRequest : ServiceStack.Configuration.IHasResolver, ServiceStac public T TryResolve() => throw null; public System.Uri UrlReferrer { get => throw null; set { } } public bool UseBufferedStream { get => throw null; set { } } + public System.Security.Claims.ClaimsPrincipal User { get => throw null; set { } } public string UserAgent { get => throw null; set { } } public string UserHostAddress { get => throw null; set { } } public string Verb { get => throw null; set { } } @@ -6362,6 +6534,7 @@ public bool AllowNonHttpOnlyCookies { set { } } public ServiceStack.AppInfo AppInfo { get => throw null; set { } } public ServiceStack.Auth.IAuthSession AuthSecretSession { get => throw null; set { } } public bool BufferSyncSerializers { get => throw null; set { } } + public ServiceStack.Auth.IAuthSession CloneAuthSecretSession() => throw null; public long? CompressFilesLargerThanBytes { get => throw null; set { } } public System.Collections.Generic.HashSet CompressFilesWithExtensions { get => throw null; set { } } public HostConfig() => throw null; @@ -6394,6 +6567,7 @@ public bool AllowNonHttpOnlyCookies { set { } } public System.Collections.Generic.HashSet IgnoreWarningsOnPropertyNames { get => throw null; } public static ServiceStack.HostConfig Instance { get => throw null; } public System.Text.RegularExpressions.Regex IsMobileRegex { get => throw null; set { } } + public string JsonpContentType { get => throw null; set { } } public ServiceStack.Logging.ILogFactory LogFactory { get => throw null; set { } } public bool LogUnobservedTaskExceptions { get => throw null; set { } } public System.Collections.Generic.Dictionary MapExceptionToStatusCode { get => throw null; set { } } @@ -6470,6 +6644,7 @@ public static class HostContext public static bool IsAspNetHost { get => throw null; } public static bool IsHttpListenerHost { get => throw null; } public static bool IsNetCore { get => throw null; } + public static bool IsPortAvailable(int port) => throw null; public static ServiceStack.Caching.MemoryCacheClient LocalCache { get => throw null; } public static ServiceStack.IO.MemoryVirtualFiles MemoryVirtualFiles { get => throw null; } public static ServiceStack.Host.ServiceMetadata Metadata { get => throw null; } @@ -7313,7 +7488,9 @@ public interface IAppHost : ServiceStack.Configuration.IResolver System.Collections.Generic.List> GlobalRequestFiltersAsync { get; } System.Collections.Generic.List> GlobalResponseFilters { get; } System.Collections.Generic.List> GlobalResponseFiltersAsync { get; set; } + ServiceStack.Host.IHttpHandler InitRequest(ServiceStack.Host.IHttpHandler handler, ServiceStack.Web.IHttpRequest httpReq); System.Collections.Generic.List InsertVirtualFileSources { get; set; } + bool IsDisposed { get; } void LoadPlugin(params ServiceStack.IPlugin[] plugins); string MapProjectPath(string relativePath); ServiceStack.Host.ServiceMetadata Metadata { get; } @@ -7353,6 +7530,7 @@ public interface IAppHost : ServiceStack.Configuration.IResolver ServiceStack.Host.ServiceController ServiceController { get; } System.Collections.Generic.List ServiceExceptionHandlers { get; } System.Collections.Generic.List ServiceExceptionHandlersAsync { get; } + string TryGetUserId(ServiceStack.Web.IRequest req); System.Collections.Generic.List UncaughtExceptionHandlers { get; } System.Collections.Generic.List UncaughtExceptionHandlersAsync { get; } System.Collections.Generic.List ViewEngines { get; } @@ -7362,7 +7540,7 @@ 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)); + Microsoft.AspNetCore.Builder.RouteHandlerBuilder ConfigureOperationEndpoint(Microsoft.AspNetCore.Builder.RouteHandlerBuilder builder, ServiceStack.Host.Operation operation, ServiceStack.EndpointOptions options = default(ServiceStack.EndpointOptions), System.Type responseType = default(System.Type)); ServiceStack.EndpointOptions CreateEndpointOptions(); System.Collections.Generic.Dictionary EndpointVerbs { get; } Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment { get; } @@ -7537,6 +7715,11 @@ public interface IMarkdownTransformer public interface IMsgPackPlugin { } + public interface INativeTypesFormatter + { + void AddHeader(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.NativeTypes.ILangGenerator gen, ServiceStack.Web.IRequest req); + string Transform(string code, ServiceStack.NativeTypes.ILangGenerator gen, ServiceStack.Web.IRequest req); + } public class InBetweenCondition : ServiceStack.QueryCondition, ServiceStack.IQueryMultiple { public override string Alias { get => throw null; } @@ -7695,10 +7878,27 @@ public interface IRepository System.Data.IDbConnection Db { get; } ServiceStack.Data.IDbConnectionFactory DbFactory { get; } } + public interface IRequireAnalytics + { + void ClearAnalyticsCaches(System.DateTime month); + ServiceStack.AnalyticsInfo GetAnalyticInfo(ServiceStack.AnalyticsConfig config); + ServiceStack.Admin.AnalyticsReports GetAnalyticsReports(ServiceStack.AnalyticsConfig config, System.DateTime month); + ServiceStack.Admin.AnalyticsReports GetApiAnalytics(ServiceStack.AnalyticsConfig config, System.DateTime month, string op); + ServiceStack.Admin.AnalyticsReports GetApiKeyAnalytics(ServiceStack.AnalyticsConfig config, System.DateTime month, string apiKey); + ServiceStack.Admin.AnalyticsReports GetIpAnalytics(ServiceStack.AnalyticsConfig config, System.DateTime month, string ip); + long GetTotal(System.DateTime month); + ServiceStack.Admin.AnalyticsReports GetUserAnalytics(ServiceStack.AnalyticsConfig config, System.DateTime month, string userId); + System.Collections.Generic.List QueryLogs(ServiceStack.Admin.RequestLogs request); + System.Threading.Tasks.Task TickAsync(Microsoft.Extensions.Logging.ILogger log, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)); + } public interface IRequireConfiguration { Microsoft.Extensions.Configuration.IConfiguration Configuration { get; set; } } + public interface IRequireLoadAsync + { + System.Threading.Tasks.Task LoadAsync(System.Threading.CancellationToken token); + } public interface IRequireRegistration { void Register(ServiceStack.IAppHost appHost); @@ -7913,6 +8113,7 @@ public static class Keywords public const string FilePath = default; public static string Format; public const string GrpcResponseStatus = default; + public const string HasClearedSession = default; public const string HasGlobalHeaders = default; public const string HasLogged = default; public const string HasPreAuthenticated = default; @@ -8570,10 +8771,12 @@ public class MetadataFeature : ServiceStack.IConfigureServices, ServiceStack.Mod 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 System.Func CreateExampleObjectFn { get => throw null; set { } } 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 static object DefaultCreateExampleObjectFn(System.Type dtoType) => throw null; public System.Action DetailPageFilter { get => throw null; set { } } public bool EnableAppMetadata { get => throw null; set { } } public bool EnableNav { get => throw null; set { } } @@ -8745,6 +8948,7 @@ namespace CSharp public class CSharpGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } 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; @@ -8752,6 +8956,7 @@ public class CSharpGenerator : 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 static System.Collections.Generic.Dictionary AttributeConstructorArgs { get => throw null; set { } } + public ServiceStack.MetadataTypesConfig Config { get => throw null; } public CSharpGenerator(ServiceStack.MetadataTypesConfig config) => throw null; public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; public static System.Func, System.Collections.Generic.List> FilterTypes; @@ -8760,6 +8965,7 @@ public class CSharpGenerator : ServiceStack.NativeTypes.ILangGenerator public virtual string GetPropertyType(ServiceStack.MetadataPropertyType prop) => throw null; public static System.Action InnerTypeFilter { get => throw null; set { } } public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } + public ServiceStack.Lang Lang { get => throw null; } public static string NameOnly(string type, bool includeNested = default(bool)) => throw null; public static System.Action PostPropertyFilter { get => throw null; set { } } public static System.Action PostTypeFilter { get => throw null; set { } } @@ -8772,7 +8978,6 @@ public class CSharpGenerator : ServiceStack.NativeTypes.ILangGenerator public static System.Collections.Generic.Dictionary TypeAliases; public static ServiceStack.NativeTypes.TypeFilterDelegate TypeFilter { get => throw null; set { } } public string TypeValue(string type, string value) => throw null; - public static bool UseNullableAnnotations { set { } } public bool WithoutOptions { get => throw null; set { } } } public static partial class CSharpGeneratorExtensions @@ -8785,6 +8990,7 @@ namespace Dart public class DartGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } 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; @@ -8792,12 +8998,15 @@ public class DartGenerator : 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 static System.Collections.Generic.HashSet ArrayTypes; + public ServiceStack.MetadataTypesConfig Config { get => throw null; } public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; public DartGenerator(ServiceStack.MetadataTypesConfig config) => throw null; public string DartLiteral(string typeName) => throw null; public static System.Collections.Generic.Dictionary DartToJsonConverters; public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; public static System.Collections.Generic.List DefaultImports; + public static bool DefaultIsPropertyOptional(ServiceStack.NativeTypes.Dart.DartGenerator 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; public static bool GenerateServiceStackTypes { get => throw null; } @@ -8810,6 +9019,8 @@ public class DartGenerator : ServiceStack.NativeTypes.ILangGenerator public static System.Collections.Generic.HashSet IgnoreTypeInfosFor; public static System.Action InnerTypeFilter { get => throw null; set { } } public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } + public static System.Func IsPropertyOptional { get => throw null; set { } } + public ServiceStack.Lang Lang { get => throw null; } public string NameOnly(string type) => throw null; public static System.Action PostPropertyFilter { get => throw null; set { } } public static System.Action PostTypeFilter { get => throw null; set { } } @@ -8845,12 +9056,14 @@ namespace FSharp public class FSharpGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } 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 ServiceStack.MetadataTypesConfig Config { get => throw null; } public FSharpGenerator(ServiceStack.MetadataTypesConfig config) => throw null; public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; public static System.Collections.Generic.HashSet ExportMarkerInterfaces { get => throw null; } @@ -8860,6 +9073,7 @@ public class FSharpGenerator : ServiceStack.NativeTypes.ILangGenerator public virtual string GetPropertyType(ServiceStack.MetadataPropertyType prop) => throw null; public static System.Action InnerTypeFilter { get => throw null; set { } } public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } + public ServiceStack.Lang Lang { get => throw null; } public string NameOnly(string type) => throw null; public static System.Action PostPropertyFilter { get => throw null; set { } } public static System.Action PostTypeFilter { get => throw null; set { } } @@ -8878,10 +9092,76 @@ public static partial class FSharpGeneratorExtensions public static bool Contains(this System.Collections.Generic.Dictionary> map, string key, string value) => throw null; } } + namespace Go + { + public class GoGenerator : ServiceStack.NativeTypes.ILangGenerator + { + public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } + 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 static System.Collections.Generic.HashSet AllowedKeyTypes; + public System.Collections.Generic.List AllTypes { 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 ServiceStack.MetadataTypesConfig Config { get => throw null; } + public System.Collections.Generic.List ConflictTypeNames; + public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; + public static System.Func CookedDeclarationTypeFilter { get => throw null; set { } } + public static System.Func CookedTypeFilter { get => throw null; set { } } + public GoGenerator(ServiceStack.MetadataTypesConfig config) => throw null; + public string DeclarationType(string type, string[] genericArgs, out string addDeclaration) => throw null; + public static ServiceStack.NativeTypes.TypeFilterDelegate DeclarationTypeFilter { get => throw null; set { } } + public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; + public static System.Collections.Generic.List DefaultImports; + public static bool DefaultIsPropertyOptional(ServiceStack.NativeTypes.Go.GoGenerator generator, ServiceStack.MetadataType type, ServiceStack.MetadataPropertyType prop) => throw null; + public static System.Collections.Generic.HashSet DictionaryTypes; + public static System.Func, System.Collections.Generic.List> FilterTypes { get => throw null; set { } } + public ServiceStack.MetadataType FindType(ServiceStack.MetadataTypeName typeRef) => throw null; + public ServiceStack.MetadataType FindType(string name, string @namespace = default(string)) => throw null; + public static bool GenerateServiceStackTypes { get => throw null; } + public string GenericArg(string arg) => throw null; + public string GetCode(ServiceStack.MetadataTypes metadata, ServiceStack.Web.IRequest request, ServiceStack.NativeTypes.INativeTypesMetadata nativeTypes) => throw null; + public string GetPropertyName(string name) => throw null; + public string GetPropertyName(ServiceStack.MetadataPropertyType prop) => throw null; + public virtual string GetPropertyType(ServiceStack.MetadataPropertyType prop, out bool isNullable) => throw null; + public static System.Collections.Generic.HashSet IgnoreTypeInfosFor; + public void Init(ServiceStack.MetadataTypes metadata) => throw null; + public static System.Action InnerTypeFilter { get => throw null; set { } } + public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } + public static System.Func IsPropertyOptional { get => throw null; set { } } + public ServiceStack.Lang Lang { get => throw null; } + public string NameOnly(string type) => throw null; + public static System.Action PostPropertyFilter { get => throw null; set { } } + public static System.Action PostTypeFilter { get => throw null; set { } } + public static System.Action PrePropertyFilter { get => throw null; set { } } + public static System.Action PreTypeFilter { get => throw null; set { } } + public static System.Func PropertyTypeFilter { get => throw null; set { } } + public static System.Func ReturnMarkerFilter { get => throw null; set { } } + public string Type(ServiceStack.MetadataTypeName typeName) => throw null; + public string Type(string type, string[] genericArgs) => throw null; + public static System.Collections.Generic.Dictionary TypeAliases; + public static ServiceStack.NativeTypes.TypeFilterDelegate TypeFilter { get => throw null; set { } } + public string TypeValue(string type, string value) => throw null; + public System.Collections.Generic.HashSet UseGenericDefinitionsFor { get => throw null; set { } } + public bool WithoutOptions { get => throw null; set { } } + } + public static partial class GoGeneratorExtensions + { + public static string GoPropertyStyle(this string name) => throw null; + public static string InReturnMarker(this string type) => throw null; + public static string PropertyStyle(this string name) => throw null; + } + } public interface ILangGenerator { System.Collections.Generic.List AddQueryParamOptions { get; set; } + ServiceStack.MetadataTypesConfig Config { get; } string GetCode(ServiceStack.MetadataTypes metadata, ServiceStack.Web.IRequest request, ServiceStack.NativeTypes.INativeTypesMetadata nativeTypes); + ServiceStack.Lang Lang { get; } bool WithoutOptions { get; set; } } public interface INativeTypesMetadata @@ -8896,6 +9176,7 @@ public class JavaGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } public static bool AddGsonImport { set { } } + public static System.Func AddHeader { get => throw null; set { } } public void AddProperties(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataType type, bool includeResponseStatus, bool addPropertyAccessors, string settersReturnType) => 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; @@ -8904,6 +9185,7 @@ public static bool AddGsonImport { set { } } 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 ServiceStack.MetadataTypesConfig Config { get => throw null; } public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; public JavaGenerator(ServiceStack.MetadataTypesConfig config) => throw null; public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; @@ -8921,6 +9203,7 @@ public static bool AddGsonImport { set { } } public static System.Action InnerTypeFilter { get => throw null; set { } } public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } public static string JavaIoNamespace; + public ServiceStack.Lang Lang { get => throw null; } public string NameOnly(string type) => throw null; public static System.Action PostPropertyFilter { get => throw null; set { } } public static System.Action PostTypeFilter { get => throw null; set { } } @@ -8951,6 +9234,7 @@ public class KotlinGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } public static bool AddGsonImport { set { } } + public static System.Func AddHeader { get => throw null; set { } } 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; @@ -8958,6 +9242,7 @@ public static bool AddGsonImport { set { } } 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 ServiceStack.MetadataTypesConfig Config { get => throw null; } 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; @@ -8974,6 +9259,7 @@ public static bool AddGsonImport { set { } } public static System.Action InnerTypeFilter { get => throw null; set { } } public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } public static string JavaIoNamespace; + public ServiceStack.Lang Lang { get => throw null; } public string NameOnly(string type) => throw null; public static System.Action PostPropertyFilter { get => throw null; set { } } public static System.Action PostTypeFilter { get => throw null; set { } } @@ -9124,6 +9410,10 @@ public class NativeTypesService : ServiceStack.Service public object Any(ServiceStack.NativeTypes.TypesMjs request) => throw null; public object Any(ServiceStack.NativeTypes.TypesPhp request) => throw null; public object Any(ServiceStack.NativeTypes.TypesPython request) => throw null; + public object Any(ServiceStack.NativeTypes.TypesRuby request) => throw null; + public object Any(ServiceStack.NativeTypes.TypesGo request) => throw null; + public object Any(ServiceStack.NativeTypes.TypesRust request) => throw null; + public object Any(ServiceStack.NativeTypes.TypesZig request) => throw null; public object Any(ServiceStack.NativeTypes.TypesDart request) => throw null; public object Any(ServiceStack.NativeTypes.TypesSwift request) => throw null; public object Any(ServiceStack.NativeTypes.TypesJava request) => throw null; @@ -9143,6 +9433,7 @@ public class PhpGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } public System.Collections.Generic.HashSet AddedDeclarations { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } 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 static System.Collections.Generic.HashSet AllowedKeyTypes; @@ -9153,7 +9444,7 @@ public class PhpGenerator : ServiceStack.NativeTypes.ILangGenerator public bool AppendDataMember(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataDataMember dmMeta, int dataMemberIndex) => throw null; public static System.Collections.Generic.HashSet ArrayTypes; public System.Collections.Generic.List BuiltInTypes { get => throw null; set { } } - public readonly ServiceStack.MetadataTypesConfig Config; + public ServiceStack.MetadataTypesConfig Config { get => throw null; } public System.Collections.Generic.List ConflictTypeNames; public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; public static System.Collections.Generic.HashSet ConvertValueTypes { get => throw null; set { } } @@ -9165,7 +9456,7 @@ public class PhpGenerator : ServiceStack.NativeTypes.ILangGenerator public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; public static string DefaultGlobalNamespace; public static System.Collections.Generic.List DefaultImports; - public static bool? DefaultIsPropertyOptional(ServiceStack.NativeTypes.Php.PhpGenerator generator, ServiceStack.MetadataType type, ServiceStack.MetadataPropertyType prop) => throw null; + public static bool DefaultIsPropertyOptional(ServiceStack.NativeTypes.Php.PhpGenerator generator, ServiceStack.MetadataType type, ServiceStack.MetadataPropertyType prop) => throw null; public static System.Collections.Generic.HashSet DictionaryTypes; public static System.Func, System.Collections.Generic.List> FilterTypes { get => throw null; set { } } public ServiceStack.MetadataType FindType(ServiceStack.MetadataTypeName typeRef) => throw null; @@ -9184,7 +9475,8 @@ public class PhpGenerator : ServiceStack.NativeTypes.ILangGenerator public void Init(ServiceStack.MetadataTypes metadata) => throw null; public static System.Action InnerTypeFilter { get => throw null; set { } } public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } - public static System.Func IsPropertyOptional { get => throw null; set { } } + public static System.Func IsPropertyOptional { get => throw null; set { } } + public ServiceStack.Lang Lang { get => throw null; } public string NameOnly(string type) => throw null; public static System.Action PostPropertyFilter { get => throw null; set { } } public static System.Action PostTypeFilter { get => throw null; set { } } @@ -9200,7 +9492,6 @@ public class PhpGenerator : ServiceStack.NativeTypes.ILangGenerator public static ServiceStack.NativeTypes.TypeFilterDelegate TypeFilter { get => throw null; set { } } public string TypeValue(string type, string value) => throw null; public System.Collections.Generic.HashSet UseGenericDefinitionsFor { get => throw null; set { } } - public static bool UseNullableProperties { set { } } public bool WithoutOptions { get => throw null; set { } } } public static partial class PhpGeneratorExtensions @@ -9215,8 +9506,10 @@ public class PythonGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } public System.Collections.Generic.HashSet AddedDeclarations { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } 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 static System.Collections.Generic.List AfterImports { get => throw null; set { } } public static System.Collections.Generic.HashSet AllowedKeyTypes; public System.Collections.Generic.List AllTypes { get => throw null; set { } } public bool AppendAttributes(ServiceStack.NativeTypes.StringBuilderWrapper sb, System.Collections.Generic.List attributes) => throw null; @@ -9225,7 +9518,8 @@ public class PythonGenerator : ServiceStack.NativeTypes.ILangGenerator 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 string ClassType(string typeName, string extend, out string[] genericArgs) => throw null; - public readonly ServiceStack.MetadataTypesConfig Config; + public ServiceStack.MetadataTypesConfig Config { get => throw null; } + public System.Collections.Generic.List ConflictTypeNames; public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; public static System.Func CookedDeclarationTypeFilter { get => throw null; set { } } public static System.Func CookedTypeFilter { get => throw null; set { } } @@ -9236,8 +9530,9 @@ public class PythonGenerator : ServiceStack.NativeTypes.ILangGenerator public static ServiceStack.NativeTypes.TypeFilterDelegate DeclarationTypeFilter { get => throw null; set { } } public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; 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 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.Func EnumNameFormat { get => throw null; set { } } 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; @@ -9248,10 +9543,12 @@ public class PythonGenerator : ServiceStack.NativeTypes.ILangGenerator public static System.Collections.Generic.HashSet IgnoreAttributes { get => throw null; } public static System.Collections.Generic.HashSet IgnoreReturnMarkersForSubTypesOf; public static System.Collections.Generic.HashSet IgnoreTypeInfosFor; + public void Init(ServiceStack.MetadataTypes metadata) => throw null; public static System.Action InnerTypeFilter { get => throw null; set { } } public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } - public static System.Func IsPropertyOptional { get => throw null; set { } } + public static System.Func IsPropertyOptional { get => throw null; set { } } public static System.Collections.Generic.HashSet KeyWords; + public ServiceStack.Lang Lang { get => throw null; } public string NameOnly(string type) => throw null; public static System.Action PostPropertyFilter { get => throw null; set { } } public static System.Action PostTypeFilter { get => throw null; set { } } @@ -9274,6 +9571,134 @@ public static partial class PythonGeneratorExtensions public static string PropertyStyle(this string name) => throw null; } } + namespace Ruby + { + public class RubyGenerator : ServiceStack.NativeTypes.ILangGenerator + { + public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } + public System.Collections.Generic.HashSet AddedDeclarations { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } + 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 System.Collections.Generic.List AllTypes { get => throw null; set { } } + public bool AppendAttributes(ServiceStack.NativeTypes.StringBuilderWrapper sb, System.Collections.Generic.List attributes) => throw null; + public void AppendComments(ServiceStack.NativeTypes.StringBuilderWrapper sb, string desc) => throw null; + public void AppendDataContract(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataDataContract dataContract) => throw null; + public bool AppendDataMember(ServiceStack.NativeTypes.StringBuilderWrapper sb, ServiceStack.MetadataDataMember dataMember, int dataMemberIndex) => throw null; + public ServiceStack.MetadataTypesConfig Config { get => throw null; } + public System.Collections.Generic.List ConflictTypeNames; + public static System.Func CookedDeclarationTypeFilter { get => throw null; set { } } + public static System.Func CookedTypeFilter { get => throw null; set { } } + public RubyGenerator(ServiceStack.MetadataTypesConfig config) => throw null; + public static ServiceStack.NativeTypes.TypeFilterDelegate DeclarationTypeFilter { get => throw null; set { } } + public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; + public static System.Collections.Generic.List DefaultImports; + public static bool DefaultIsPropertyOptional(ServiceStack.NativeTypes.Ruby.RubyGenerator generator, ServiceStack.MetadataType type, ServiceStack.MetadataPropertyType prop) => throw null; + public static readonly System.Collections.Generic.Dictionary DefaultValues; + public static System.Func EnumNameFormat { get => throw null; set { } } + public static System.Func, System.Collections.Generic.List> FilterTypes { get => throw null; set { } } + public static bool GenerateServiceStackTypes { get => throw null; } + public string GetCode(ServiceStack.MetadataTypes metadata, ServiceStack.Web.IRequest request, ServiceStack.NativeTypes.INativeTypesMetadata nativeTypes) => throw null; + public virtual string GetPropertyType(ServiceStack.MetadataPropertyType prop, out bool isNullable) => throw null; + public static bool IgnoreAllAttributes { get => throw null; set { } } + public static System.Collections.Generic.HashSet IgnoreAttributes { get => throw null; } + public static System.Collections.Generic.HashSet IgnoreReturnMarkersForSubTypesOf; + public static System.Collections.Generic.HashSet IgnoreTypeInfosFor; + public void Init(ServiceStack.MetadataTypes metadata) => throw null; + public static System.Action InnerTypeFilter { get => throw null; set { } } + public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } + public static System.Func IsPropertyOptional { get => throw null; set { } } + public static System.Collections.Generic.HashSet KeyWords; + public ServiceStack.Lang Lang { get => throw null; } + public static string NameOnly(string type) => throw null; + public static System.Action PostPropertyFilter { get => throw null; set { } } + public static System.Action PostTypeFilter { get => throw null; set { } } + public static System.Action PrePropertyFilter { get => throw null; set { } } + public static System.Action PreTypeFilter { get => throw null; set { } } + public static System.Func PropertyTypeFilter { get => throw null; set { } } + public static System.Func ReturnMarkerFilter { get => throw null; set { } } + public static System.Collections.Generic.Dictionary ReturnTypeAliases; + public static ServiceStack.Text.TextCase TextCase { get => throw null; set { } } + public string Type(ServiceStack.MetadataTypeName typeName, bool includeNested = default(bool)) => throw null; + public string Type(string type, string[] genericArgs, bool includeNested = default(bool)) => throw null; + public static string TypeAlias(string type) => throw null; + public static System.Collections.Generic.Dictionary TypeAliases; + public static ServiceStack.NativeTypes.TypeFilterDelegate TypeFilter { get => throw null; set { } } + public string TypeValue(string type, string value) => throw null; + public bool WithoutOptions { get => throw null; set { } } + } + public static partial class RubyGeneratorExtensions + { + public static string PropertyStyle(this string name) => throw null; + } + } + namespace Rust + { + public class RustGenerator : ServiceStack.NativeTypes.ILangGenerator + { + public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } + 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 System.Collections.Generic.List AllTypes { 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 ServiceStack.MetadataTypesConfig Config { get => throw null; } + public System.Collections.Generic.List ConflictTypeNames; + public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; + public static System.Func CookedDeclarationTypeFilter { get => throw null; set { } } + public static System.Func CookedTypeFilter { get => throw null; set { } } + public RustGenerator(ServiceStack.MetadataTypesConfig config) => throw null; + public string DeclarationType(string type, string[] genericArgs, out string addDeclaration) => throw null; + public static ServiceStack.NativeTypes.TypeFilterDelegate DeclarationTypeFilter { get => throw null; set { } } + public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; + public static System.Collections.Generic.List DefaultImports; + public static bool DefaultIsPropertyOptional(ServiceStack.NativeTypes.Rust.RustGenerator generator, ServiceStack.MetadataType type, ServiceStack.MetadataPropertyType prop) => throw null; + public static System.Collections.Generic.HashSet DictionaryTypes; + public string EscapeKeyword(string name) => throw null; + public static System.Func, System.Collections.Generic.List> FilterTypes { get => throw null; set { } } + public ServiceStack.MetadataType FindType(ServiceStack.MetadataTypeName typeRef) => throw null; + public ServiceStack.MetadataType FindType(string name, string @namespace = default(string)) => throw null; + public static bool GenerateServiceStackTypes { get => throw null; } + public string GenericArg(string arg) => throw null; + public string GetCode(ServiceStack.MetadataTypes metadata, ServiceStack.Web.IRequest request, ServiceStack.NativeTypes.INativeTypesMetadata nativeTypes) => throw null; + public string GetPropertyName(string name) => throw null; + public string GetPropertyName(ServiceStack.MetadataPropertyType prop) => throw null; + public virtual string GetPropertyType(ServiceStack.MetadataPropertyType prop, out bool isNullable) => throw null; + public static System.Collections.Generic.List IgnoreAttributeNames { get => throw null; set { } } + public static System.Collections.Generic.HashSet IgnoreTypeInfosFor; + public void Init(ServiceStack.MetadataTypes metadata) => throw null; + public static System.Action InnerTypeFilter { get => throw null; set { } } + public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } + public static System.Func IsPropertyOptional { get => throw null; set { } } + public ServiceStack.Lang Lang { get => throw null; } + public string NameOnly(string type) => throw null; + public static System.Action PostPropertyFilter { get => throw null; set { } } + public static System.Action PostTypeFilter { get => throw null; set { } } + public static System.Action PrePropertyFilter { get => throw null; set { } } + public static System.Action PreTypeFilter { get => throw null; set { } } + public static System.Func PropertyTypeFilter { get => throw null; set { } } + public static System.Func ReturnMarkerFilter { get => throw null; set { } } + public static System.Collections.Generic.Dictionary ReturnTypeAliases; + public static System.Collections.Generic.HashSet RustKeywords; + public string Type(ServiceStack.MetadataTypeName typeName) => throw null; + public string Type(string type, string[] genericArgs) => throw null; + public static System.Collections.Generic.Dictionary TypeAliases; + public static ServiceStack.NativeTypes.TypeFilterDelegate TypeFilter { get => throw null; set { } } + public string TypeValue(string type, string value) => throw null; + public System.Collections.Generic.HashSet UseGenericDefinitionsFor { get => throw null; set { } } + public static bool UseNullableProperties { set { } } + public bool WithoutOptions { get => throw null; set { } } + } + public static partial class RustGeneratorExtensions + { + public static string InReturnMarker(this string type) => throw null; + public static string PropertyStyle(this string name) => throw null; + } + } public class StringBuilderWrapper { public void AppendLine(string str = default(string)) => throw null; @@ -9290,12 +9715,14 @@ 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 static System.Func AddHeader { get => throw null; set { } } 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 ServiceStack.MetadataTypesConfig Config { get => throw null; } public static System.Collections.Concurrent.ConcurrentDictionary Converters; public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; public static string CSharpStyleEnums(string enumName) => throw null; @@ -9318,6 +9745,7 @@ public class SwiftGenerator : ServiceStack.NativeTypes.ILangGenerator 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 { } } + public ServiceStack.Lang Lang { get => throw null; } public string NameOnly(string type) => throw null; public static System.Collections.Generic.HashSet OverrideInitForBaseClasses; public static System.Action PostPropertyFilter { get => throw null; set { } } @@ -9366,10 +9794,11 @@ public class CommonJsGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } public System.Collections.Generic.HashSet AddedDeclarations { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } public System.Collections.Generic.List AddQueryParamOptions { get => throw null; set { } } public System.Collections.Generic.List AllTypes { get => throw null; } public static int BatchSize { get => throw null; set { } } - public readonly ServiceStack.MetadataTypesConfig Config; + public ServiceStack.MetadataTypesConfig Config { get => throw null; } public static string CreateEmptyClass(string name) => throw null; public CommonJsGenerator(ServiceStack.MetadataTypesConfig config) => throw null; public string DeclarationType(string type, string[] genericArgs, out string addDeclaration) => throw null; @@ -9377,6 +9806,7 @@ public class CommonJsGenerator : ServiceStack.NativeTypes.ILangGenerator public ServiceStack.NativeTypes.TypeScript.TypeScriptGenerator Gen { get => throw null; set { } } public string GetCode(ServiceStack.MetadataTypes metadata, ServiceStack.Web.IRequest request, ServiceStack.NativeTypes.INativeTypesMetadata nativeTypes) => throw null; public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } + public ServiceStack.Lang Lang { get => throw null; } public System.Func ReturnTypeFilter { get => throw null; set { } } public string Type(string type, string[] genericArgs) => throw null; public bool WithoutOptions { get => throw null; set { } } @@ -9385,10 +9815,11 @@ public class MjsGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } public System.Collections.Generic.HashSet AddedDeclarations { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } 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 System.Collections.Generic.List AllTypes { get => throw null; } - public readonly ServiceStack.MetadataTypesConfig Config; + public ServiceStack.MetadataTypesConfig Config { get => throw null; } public static string CreateEmptyClass(string name) => throw null; public MjsGenerator(ServiceStack.MetadataTypesConfig config) => throw null; public string DeclarationType(string type, string[] genericArgs, out string addDeclaration) => throw null; @@ -9397,6 +9828,7 @@ public class MjsGenerator : ServiceStack.NativeTypes.ILangGenerator public string GetCode(ServiceStack.MetadataTypes metadata, ServiceStack.Web.IRequest request, ServiceStack.NativeTypes.INativeTypesMetadata nativeTypes) => throw null; public string GetPropertyName(ServiceStack.MetadataPropertyType prop) => throw null; public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } + public ServiceStack.Lang Lang { get => throw null; } public System.Func ReturnTypeFilter { get => throw null; set { } } public string Type(string type, string[] genericArgs) => throw null; public bool WithoutOptions { get => throw null; set { } } @@ -9405,6 +9837,7 @@ public class TypeScriptGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } public System.Collections.Generic.HashSet AddedDeclarations { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } 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 static System.Collections.Generic.HashSet AllowedKeyTypes; @@ -9414,7 +9847,7 @@ public class TypeScriptGenerator : 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 static System.Collections.Generic.HashSet ArrayTypes; - public readonly ServiceStack.MetadataTypesConfig Config; + public ServiceStack.MetadataTypesConfig Config { get => throw null; } public System.Collections.Generic.List ConflictTypeNames; public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; public static System.Func CookedDeclarationTypeFilter { get => throw null; set { } } @@ -9424,7 +9857,7 @@ public class TypeScriptGenerator : ServiceStack.NativeTypes.ILangGenerator public static ServiceStack.NativeTypes.TypeFilterDelegate DeclarationTypeFilter { get => throw null; set { } } public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; public static System.Collections.Generic.List DefaultImports; - public static bool? DefaultIsPropertyOptional(ServiceStack.NativeTypes.TypeScript.TypeScriptGenerator generator, ServiceStack.MetadataType type, ServiceStack.MetadataPropertyType prop) => throw null; + public static bool DefaultIsPropertyOptional(ServiceStack.NativeTypes.TypeScript.TypeScriptGenerator generator, ServiceStack.MetadataType type, ServiceStack.MetadataPropertyType prop) => throw null; public string DictionaryDeclaration { get => throw null; set { } } public static System.Collections.Generic.HashSet DictionaryTypes; public static bool EmitPartialConstructors { get => throw null; set { } } @@ -9440,7 +9873,8 @@ public class TypeScriptGenerator : ServiceStack.NativeTypes.ILangGenerator public static System.Action InnerTypeFilter { get => throw null; set { } } public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } public static bool InsertTsNoCheck { get => throw null; set { } } - public static System.Func IsPropertyOptional { get => throw null; set { } } + public static System.Func IsPropertyOptional { get => throw null; set { } } + public ServiceStack.Lang Lang { get => throw null; } public string NameOnly(string type) => throw null; public static System.Action PostPropertyFilter { get => throw null; set { } } public static System.Action PostTypeFilter { get => throw null; set { } } @@ -9455,7 +9889,6 @@ public class TypeScriptGenerator : ServiceStack.NativeTypes.ILangGenerator public static ServiceStack.NativeTypes.TypeFilterDelegate TypeFilter { get => throw null; set { } } public string TypeValue(string type, string value) => throw null; public System.Collections.Generic.HashSet UseGenericDefinitionsFor { get => throw null; set { } } - public static bool UseNullableProperties { set { } } public static bool UseUnionTypeEnums { get => throw null; set { } } public bool WithoutOptions { get => throw null; set { } } } @@ -9477,6 +9910,10 @@ public class TypesFSharp : ServiceStack.NativeTypes.NativeTypesBase, ServiceStac { public TypesFSharp() => throw null; } + public class TypesGo : ServiceStack.NativeTypes.NativeTypesBase, ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public TypesGo() => throw null; + } public class TypesJava : ServiceStack.NativeTypes.NativeTypesBase, ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public TypesJava() => throw null; @@ -9505,6 +9942,14 @@ public class TypesPython : ServiceStack.NativeTypes.NativeTypesBase, ServiceStac { public TypesPython() => throw null; } + public class TypesRuby : ServiceStack.NativeTypes.NativeTypesBase, ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public TypesRuby() => throw null; + } + public class TypesRust : ServiceStack.NativeTypes.NativeTypesBase, ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public TypesRust() => throw null; + } public class TypesSwift : ServiceStack.NativeTypes.NativeTypesBase, ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public TypesSwift() => throw null; @@ -9525,17 +9970,23 @@ public class TypesVbNet : ServiceStack.NativeTypes.NativeTypesBase, ServiceStack { public TypesVbNet() => throw null; } + public class TypesZig : ServiceStack.NativeTypes.NativeTypesBase, ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb + { + public TypesZig() => throw null; + } namespace VbNet { public class VbNetGenerator : ServiceStack.NativeTypes.ILangGenerator { public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } 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; 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 ServiceStack.MetadataTypesConfig Config { get => throw null; } public VbNetGenerator(ServiceStack.MetadataTypesConfig config) => throw null; public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; public string EscapeKeyword(string name) => throw null; @@ -9546,6 +9997,7 @@ public class VbNetGenerator : ServiceStack.NativeTypes.ILangGenerator public static System.Action InnerTypeFilter { get => throw null; set { } } public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } public static System.Collections.Generic.HashSet KeyWords; + public ServiceStack.Lang Lang { get => throw null; } public string NameOnly(string type, bool includeNested = default(bool)) => throw null; public static System.Action PostPropertyFilter { get => throw null; set { } } public static System.Action PostTypeFilter { get => throw null; set { } } @@ -9568,6 +10020,75 @@ public static partial class VbNetGeneratorExtensions public static ServiceStack.MetadataAttribute ToMetadataAttribute(this ServiceStack.MetadataRoute route) => throw null; } } + namespace Zig + { + public class ZigGenerator : ServiceStack.NativeTypes.ILangGenerator + { + public static ServiceStack.NativeTypes.AddCodeDelegate AddCodeFilter { get => throw null; set { } } + public System.Collections.Generic.HashSet AddedDeclarations { get => throw null; set { } } + public static System.Func AddHeader { get => throw null; set { } } + 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 static System.Collections.Generic.HashSet AllowedKeyTypes; + public System.Collections.Generic.List AllTypes { 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 ServiceStack.MetadataTypesConfig Config { get => throw null; } + public System.Collections.Generic.List ConflictTypeNames; + public string ConvertFromCSharp(ServiceStack.TextNode node) => throw null; + public static System.Func CookedDeclarationTypeFilter { get => throw null; set { } } + public static System.Func CookedTypeFilter { get => throw null; set { } } + public ZigGenerator(ServiceStack.MetadataTypesConfig config) => throw null; + public string DeclarationType(string type, string[] genericArgs, out string addDeclaration) => throw null; + public static ServiceStack.NativeTypes.TypeFilterDelegate DeclarationTypeFilter { get => throw null; set { } } + public static System.Collections.Generic.List DefaultFilterTypes(System.Collections.Generic.List types) => throw null; + public static System.Collections.Generic.List DefaultImports; + public static bool DefaultIsPropertyOptional(ServiceStack.NativeTypes.Zig.ZigGenerator generator, ServiceStack.MetadataType type, ServiceStack.MetadataPropertyType prop) => throw null; + public string DictionaryDeclaration { get => throw null; set { } } + public static System.Collections.Generic.HashSet DictionaryTypes; + public static bool EmitPartialConstructors { get => throw null; set { } } + public static System.Func, System.Collections.Generic.List> FilterTypes { get => throw null; set { } } + public ServiceStack.MetadataType FindType(ServiceStack.MetadataTypeName typeRef) => throw null; + public ServiceStack.MetadataType FindType(string name, string @namespace = default(string)) => throw null; + public static bool GenerateServiceStackTypes { get => throw null; } + public string GenericArg(string arg) => throw null; + public string GetCode(ServiceStack.MetadataTypes metadata, ServiceStack.Web.IRequest request, ServiceStack.NativeTypes.INativeTypesMetadata nativeTypes) => throw null; + public string GetPropertyName(string name) => throw null; + public string GetPropertyName(ServiceStack.MetadataPropertyType prop) => throw null; + public virtual string GetPropertyType(ServiceStack.MetadataPropertyType prop, out bool isNullable) => throw null; + public static System.Collections.Generic.HashSet IgnoreTypeInfosFor; + public void Init(ServiceStack.MetadataTypes metadata) => throw null; + public static System.Action InnerTypeFilter { get => throw null; set { } } + public static ServiceStack.NativeTypes.AddCodeDelegate InsertCodeFilter { get => throw null; set { } } + public static bool InsertTsNoCheck { get => throw null; set { } } + public static System.Func IsPropertyOptional { get => throw null; set { } } + public ServiceStack.Lang Lang { get => throw null; } + public string NameOnly(string type) => throw null; + public static System.Action PostPropertyFilter { get => throw null; set { } } + public static System.Action PostTypeFilter { get => throw null; set { } } + public static System.Action PrePropertyFilter { get => throw null; set { } } + public static System.Action PreTypeFilter { get => throw null; set { } } + public static System.Func PropertyTypeFilter { get => throw null; set { } } + public static System.Func ReturnMarkerFilter { get => throw null; set { } } + public static System.Collections.Generic.Dictionary ReturnTypeAliases; + public string Type(ServiceStack.MetadataTypeName typeName) => throw null; + public string Type(string type, string[] genericArgs) => throw null; + public static System.Collections.Generic.Dictionary TypeAliases; + public static ServiceStack.NativeTypes.TypeFilterDelegate TypeFilter { get => throw null; set { } } + public string TypeValue(string type, string value) => throw null; + public System.Collections.Generic.HashSet UseGenericDefinitionsFor { get => throw null; set { } } + public static bool UseUnionTypeEnums { get => throw null; set { } } + public bool WithoutOptions { get => throw null; set { } } + } + public static partial class ZigGeneratorExtensions + { + public static string InReturnMarker(this string type) => throw null; + public static string PropertyStyle(this string name) => throw null; + } + } } public class NativeTypesFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin { @@ -9778,6 +10299,7 @@ public static class Plugins public const string AdminIdentityUsers = default; public const string AdminRedis = default; public const string AdminUsers = default; + public const string AiChat = default; public const string ApiKeys = default; public const string Auth = default; public const string AutoQuery = default; @@ -9846,7 +10368,7 @@ public class PocoDataSource public bool TryUpdate(T item) => throw null; public bool TryUpdateById(T item, object itemId) => throw null; } - public class Postman + public class Postman : ServiceStack.IGet, ServiceStack.IReturn, ServiceStack.IReturn, ServiceStack.IVerb { public Postman() => throw null; public bool ExportSession { get => throw null; set { } } @@ -9882,10 +10404,11 @@ public static partial class PostmanExtensions public static string AsFriendlyName(this System.Type type, ServiceStack.PostmanFeature feature) => throw null; public static string ToPostmanPathVariables(this string path) => throw null; } - public class PostmanFeature : ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin + public class PostmanFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin { public string AtRestPath { get => throw null; set { } } public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; + public void Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; public PostmanFeature() => throw null; public System.Collections.Generic.List DefaultLabelFmt { get => throw null; set { } } public System.Collections.Generic.List DefaultVerbsForAny { get => throw null; set { } } @@ -9946,6 +10469,7 @@ public class PredefinedRoutesFeature : ServiceStack.IAfterInitAppHost, ServiceSt 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 bool ExcludeFromDescription { 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 { } } @@ -10162,17 +10686,22 @@ public static partial class RequestExtensions public static bool IsDirectory(this ServiceStack.Web.IRequest request) => throw null; public static bool IsFile(this ServiceStack.Web.IRequest request) => throw null; public static bool IsInProcessRequest(this ServiceStack.Web.IRequest httpReq) => throw null; + public static bool IsSet(this ServiceStack.Web.IRequest httpReq, string key) => throw null; + public static bool IsSet(this ServiceStack.Web.IResponse httpRes, string key) => throw null; public static void RegisterForDispose(this ServiceStack.Web.IRequest request, System.IDisposable disposable) => throw null; public static void ReleaseIfInProcessRequest(this ServiceStack.Web.IRequest httpReq) => throw null; public static ServiceStack.AuthUserSession ReloadSession(this ServiceStack.Web.IRequest request) => throw null; public static void SetInProcessRequest(this ServiceStack.Web.IRequest httpReq) => throw null; public static void SetItem(this ServiceStack.Web.IRequest httpReq, string key, object value) => throw null; + public static void SetTrue(this ServiceStack.Web.IRequest httpReq, string key) => throw null; + public static void SetTrue(this ServiceStack.Web.IResponse httpRes, string key) => throw null; public static object ToOptimizedResult(this ServiceStack.Web.IRequest request, object dto) => throw null; public static System.Threading.Tasks.Task ToOptimizedResultAsync(this ServiceStack.Web.IRequest request, object dto) => throw null; public static object ToOptimizedResultUsingCache(this ServiceStack.Web.IRequest req, ServiceStack.Caching.ICacheClient cacheClient, string cacheKey, System.Func factoryFn) => throw null; public static object ToOptimizedResultUsingCache(this ServiceStack.Web.IRequest req, ServiceStack.Caching.ICacheClient cacheClient, string cacheKey, System.TimeSpan? expireCacheIn, System.Func factoryFn) => throw null; public static System.Threading.Tasks.Task ToOptimizedResultUsingCacheAsync(this ServiceStack.Web.IRequest req, ServiceStack.Caching.ICacheClientAsync cacheClient, string cacheKey, System.Func factoryFn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task ToOptimizedResultUsingCacheAsync(this ServiceStack.Web.IRequest req, ServiceStack.Caching.ICacheClientAsync cacheClient, string cacheKey, System.TimeSpan? expireCacheIn, System.Func factoryFn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ToOptimizedResultUsingCacheAsync(this ServiceStack.Web.IRequest req, ServiceStack.Caching.ICacheClientAsync cacheClient, string cacheKey, System.TimeSpan? expireCacheIn, System.Func> factoryFn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; } public abstract class RequestFilterAsyncAttribute : ServiceStack.AttributeBase, ServiceStack.Web.IHasRequestFilterAsync, ServiceStack.Web.IRequestFilterBase { @@ -10210,6 +10739,7 @@ public class RequestInfoFeature : ServiceStack.Model.IHasId, ServiceStac public class RequestLogsFeature : ServiceStack.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPreInitPlugin { public string AccessRole { get => throw null; set { } } + public ServiceStack.AnalyticsConfig AnalyticsConfig { 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 { } } @@ -10219,13 +10749,16 @@ public class RequestLogsFeature : ServiceStack.IConfigureServices, ServiceStack. public System.Func CurrentDateFn { get => throw null; set { } } public bool DefaultIgnoreFilter(object o) => throw null; public int DefaultLimit { get => throw null; set { } } + public bool DisableAnalytics { get => throw null; set { } } + public bool DisableApiKeyAnalytics { get => throw null; set { } } + public bool DisableUserAnalytics { get => throw null; set { } } public bool EnableErrorTracking { get => throw null; set { } } public bool EnableRequestBodyTracking { get => throw null; set { } } public bool EnableResponseTracking { get => throw null; set { } } public bool EnableSessionTracking { get => throw null; set { } } - public System.Type[] ExcludeRequestDtoTypes { get => throw null; set { } } - public System.Type[] ExcludeResponseTypes { get => throw null; set { } } - public System.Type[] HideRequestBodyForRequestDtoTypes { get => throw null; set { } } + public System.Collections.Generic.List ExcludeRequestDtoTypes { get => throw null; set { } } + public System.Collections.Generic.List ExcludeResponseTypes { get => throw null; set { } } + public System.Collections.Generic.List HideRequestBodyForRequestDtoTypes { get => throw null; set { } } public string Id { get => throw null; set { } } public System.Func IgnoreFilter { get => throw null; set { } } public System.Collections.Generic.List IgnoreTypes { get => throw null; set { } } @@ -10318,6 +10851,8 @@ public class RequiresAnyRoleAttribute : ServiceStack.AuthenticateAttribute public RequiresAnyRoleAttribute(ServiceStack.ApplyTo applyTo, params string[] roles) => throw null; public RequiresAnyRoleAttribute(params string[] roles) => throw null; public override System.Threading.Tasks.Task ExecuteAsync(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res, object requestDto) => throw null; + public static System.Threading.Tasks.Task HasAnyRoleAsync(ServiceStack.Web.IRequest req, string[] requiredRoles) => throw null; + public static System.Threading.Tasks.Task HasAnyRoleAsync(ServiceStack.Web.IRequest req, ServiceStack.Auth.IAuthSession session, System.Collections.Generic.ICollection requiredRoles, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public virtual bool HasAnyRoles(ServiceStack.Web.IRequest req, ServiceStack.Auth.IAuthSession session, ServiceStack.Auth.IAuthRepository authRepo) => throw null; public System.Collections.Generic.List RequiredRoles { get => throw null; set { } } } @@ -10414,6 +10949,11 @@ public static class Selector public static string Id(System.Type type) => throw null; public static string Id() => throw null; } + public static class ServerClaimUtils + { + public static string GetRequiredUserId(this ServiceStack.Web.IRequest req) => throw null; + public static string GetUserId(this ServiceStack.Web.IRequest req) => throw null; + } public static partial class ServerEventExtensions { public static ServiceStack.SubscriptionInfo GetInfo(this ServiceStack.IEventSubscription sub) => throw null; @@ -10781,8 +11321,14 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public ServiceStack.Host.Handlers.IServiceStackHandler GetCustomErrorHandler(System.Net.HttpStatusCode errorStatus) => throw null; public ServiceStack.Host.IHttpHandler GetCustomErrorHttpHandler(System.Net.HttpStatusCode errorStatus) => throw null; public virtual System.Data.IDbConnection GetDbConnection(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; - public virtual System.Data.IDbConnection GetDbConnection(string namedConnection) => throw null; - public virtual string GetDbNamedConnection(ServiceStack.Web.IRequest req) => throw null; + public virtual System.Data.IDbConnection GetDbConnection(ServiceStack.Web.IRequest req, System.Action configure) => throw null; + public virtual System.Data.IDbConnection GetDbConnection(string namedConnection, ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; + public virtual System.Data.IDbConnection GetDbConnection(string namedConnection, ServiceStack.Web.IRequest req, System.Action configure) => throw null; + public virtual System.Threading.Tasks.Task GetDbConnectionAsync(ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; + public virtual System.Threading.Tasks.Task GetDbConnectionAsync(ServiceStack.Web.IRequest req, System.Action configure) => throw null; + public virtual System.Threading.Tasks.Task GetDbConnectionAsync(string namedConnection, ServiceStack.Web.IRequest req = default(ServiceStack.Web.IRequest)) => throw null; + public virtual System.Threading.Tasks.Task GetDbConnectionAsync(string namedConnection, ServiceStack.Web.IRequest req, System.Action configure) => throw null; + public virtual string GetDbNamedConnection(ServiceStack.Web.IRequest req, object dto = default(object)) => 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; @@ -10834,9 +11380,11 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public 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 virtual System.Threading.Tasks.Task HandleShortCircuitedErrors(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res, object requestDto) => throw null; protected virtual System.Threading.Tasks.Task HandleUncaughtException(ServiceStack.Web.IRequest httpReq, ServiceStack.Web.IResponse httpRes, string operationName, System.Exception ex) => throw null; + protected void HandleUnobservedTaskException(object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs args) => throw null; public bool HasAccessToMetadata(ServiceStack.Web.IRequest httpReq, ServiceStack.Web.IResponse httpRes) => throw null; public bool HasFeature(ServiceStack.Feature feature) => throw null; public static bool HasInit { get => throw null; } + public static bool HasLoaded { get => throw null; set { } } public bool HasPlugin() where T : class, ServiceStack.IPlugin => throw null; public bool HasPlugin(System.Type pluginType) => throw null; public bool HasStarted { get => throw null; } @@ -10844,14 +11392,16 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab 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 virtual ServiceStack.Host.IHttpHandler InitRequest(ServiceStack.Host.IHttpHandler handler, ServiceStack.Web.IHttpRequest httpReq) => 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 bool IsDisposed { get => throw null; } 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; - protected ServiceStack.Logging.ILog Log; + public ServiceStack.Logging.ILog Log; public virtual string MapProjectPath(string relativePath) => throw null; public ServiceStack.Host.ServiceMetadata Metadata { get => throw null; set { } } public ServiceStack.Metadata.MetadataPagesConfig MetadataPagesConfig { get => throw null; } @@ -10871,7 +11421,7 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public System.Collections.Generic.List> OnEndRequestCallbacks { get => throw null; set { } } 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 OnLogError(ServiceStack.Logging.ILog logger, 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 { } } @@ -10943,6 +11493,7 @@ public abstract class ServiceStackHost : ServiceStack.IAppHost, System.IDisposab public System.DateTime StartedAt { get => throw null; set { } } public System.Collections.Generic.List StartUpErrors { get => throw null; set { } } public bool TestMode { get => throw null; set { } } + public static void ThrowIfDisposed() => throw null; 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; @@ -11516,6 +12067,7 @@ public static class Svg public static System.Collections.Generic.Dictionary AppendToCssFiles { get => throw null; set { } } public static class Body { + public static string Analytics; public static string Command; public static string Database; public static string History; @@ -11526,6 +12078,7 @@ public static class Body public static string Logs; public static string Profiling; public static string Redis; + public static string Role; public static string Table; public static string User; public static string UserDetails; @@ -11537,7 +12090,6 @@ public static class Body public static System.Collections.Generic.Dictionary> CssFiles { get => throw null; set { } } public static System.Collections.Generic.Dictionary CssFillColor { get => throw null; set { } } public static System.Collections.Generic.Dictionary DataUris { get => throw null; set { } } - public static string Encode(string svg) => throw null; public static string Fill(string svg, string fillColor) => throw null; public static string[] FillColors { get => throw null; set { } } public static string GetBackgroundImageCss(string name) => throw null; @@ -11559,8 +12111,10 @@ public static class Icons public const string Male = default; public const string MaleBusiness = default; public const string MaleColor = default; + public const string Role = default; public const string Stats = default; public const string Tasks = default; + public const string User = default; public const string Users = default; } public static System.Collections.Generic.Dictionary Images { get => throw null; set { } } @@ -11791,13 +12345,15 @@ public abstract class TypeValidator : ServiceStack.ITypeValidator public virtual System.Threading.Tasks.Task IsValidAsync(object dto, ServiceStack.Web.IRequest request) => throw null; public string Message { get => throw null; set { } } protected string ResolveErrorCode() => throw null; - protected string ResolveErrorMessage(ServiceStack.Web.IRequest request, object dto) => throw null; + protected virtual string ResolveErrorMessage(ServiceStack.Web.IRequest request, object dto) => throw null; + protected virtual string ResolveErrorMessage(ServiceStack.Web.IRequest request, object dto, string messageExpr) => throw null; protected int ResolveStatusCode() => throw null; 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.IConfigureServices, ServiceStack.Model.IHasId, ServiceStack.Model.IHasStringId, ServiceStack.IPlugin, ServiceStack.IPostInitPlugin, ServiceStack.IPreInitPlugin { + public void AddAdminComponent(string page, string component) => throw null; 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 { } } @@ -11866,11 +12422,12 @@ public class ValidateScripts : ServiceStack.Script.ScriptMethods public ServiceStack.FluentValidation.Validators.IPropertyValidator ExclusiveBetween(System.IComparable from, System.IComparable to) => throw null; public ServiceStack.FluentValidation.Validators.IPropertyValidator GreaterThan(int value) => throw null; public ServiceStack.FluentValidation.Validators.IPropertyValidator GreaterThanOrEqual(int value) => throw null; + public ServiceStack.ITypeValidator HasAnyRole(string roles) => throw null; public ServiceStack.ITypeValidator HasClaim(string type, string value) => throw null; public ServiceStack.ITypeValidator HasPermission(string permission) => throw null; - public ServiceStack.ITypeValidator HasPermissions(string[] permission) => throw null; + public ServiceStack.ITypeValidator HasPermissions(string permissions) => throw null; public ServiceStack.ITypeValidator HasRole(string role) => throw null; - public ServiceStack.ITypeValidator HasRoles(string[] roles) => throw null; + public ServiceStack.ITypeValidator HasRoles(string roles) => throw null; public ServiceStack.ITypeValidator HasScope(string scope) => throw null; public ServiceStack.FluentValidation.Validators.IPropertyValidator InclusiveBetween(System.IComparable from, System.IComparable to) => throw null; public static ServiceStack.ValidateScripts Instance; @@ -11940,6 +12497,7 @@ public class ValidationFeature : ServiceStack.IAfterInitAppHost, ServiceStack.Mo 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 System.Threading.Tasks.Task AssertRequiredRole(ServiceStack.Web.IRequest request, string authSecret = default(string)) => throw null; public void BeforePluginsLoaded(ServiceStack.IAppHost appHost) => throw null; public System.Collections.Generic.Dictionary ConditionErrorCodes { get => throw null; } public ValidationFeature() => throw null; @@ -11960,6 +12518,7 @@ public class ValidationFeature : ServiceStack.IAfterInitAppHost, ServiceStack.Mo } public static class ValidationFilters { + public static System.Threading.Tasks.Task GatewayResponseFiltersAsync(ServiceStack.Web.IRequest req, object requestDto) => throw null; public static System.Collections.Generic.IEnumerable GetResetFields(object o) => throw null; public static System.Collections.Generic.IEnumerable GetResetFields(this ServiceStack.Web.IRequest req) => throw null; public static System.Threading.Tasks.Task RequestFilterAsync(ServiceStack.Web.IRequest req, ServiceStack.Web.IResponse res, object requestDto) => throw null; diff --git a/csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.csproj b/csharp/ql/test/resources/stubs/ServiceStack/10.0.4/ServiceStack.csproj similarity index 58% rename from csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.csproj rename to csharp/ql/test/resources/stubs/ServiceStack/10.0.4/ServiceStack.csproj index 4dbb285aaa55..c856f171c5c2 100644 --- a/csharp/ql/test/resources/stubs/ServiceStack/8.5.2/ServiceStack.csproj +++ b/csharp/ql/test/resources/stubs/ServiceStack/10.0.4/ServiceStack.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/csharp/ql/test/resources/stubs/System.AppContext/4.3.0/System.AppContext.csproj b/csharp/ql/test/resources/stubs/System.AppContext/4.1.0/System.AppContext.csproj similarity index 87% rename from csharp/ql/test/resources/stubs/System.AppContext/4.3.0/System.AppContext.csproj rename to csharp/ql/test/resources/stubs/System.AppContext/4.1.0/System.AppContext.csproj index 45b1e4e8f0ef..93882d1b381e 100644 --- a/csharp/ql/test/resources/stubs/System.AppContext/4.3.0/System.AppContext.csproj +++ b/csharp/ql/test/resources/stubs/System.AppContext/4.1.0/System.AppContext.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Buffers/4.3.0/System.Buffers.csproj b/csharp/ql/test/resources/stubs/System.Buffers/4.0.0/System.Buffers.csproj similarity index 68% rename from csharp/ql/test/resources/stubs/System.Buffers/4.3.0/System.Buffers.csproj rename to csharp/ql/test/resources/stubs/System.Buffers/4.0.0/System.Buffers.csproj index d6f8f78264eb..449246328239 100644 --- a/csharp/ql/test/resources/stubs/System.Buffers/4.3.0/System.Buffers.csproj +++ b/csharp/ql/test/resources/stubs/System.Buffers/4.0.0/System.Buffers.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/csharp/ql/test/resources/stubs/System.ClientModel/1.0.0/System.ClientModel.cs b/csharp/ql/test/resources/stubs/System.ClientModel/1.0.0/System.ClientModel.cs deleted file mode 100644 index 964fecb626d4..000000000000 --- a/csharp/ql/test/resources/stubs/System.ClientModel/1.0.0/System.ClientModel.cs +++ /dev/null @@ -1,42 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.ClientModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`. -namespace System -{ - namespace ClientModel - { - namespace Primitives - { - public interface IJsonModel : System.ClientModel.Primitives.IPersistableModel - { - T Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options); - void Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options); - } - public interface IPersistableModel - { - T Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options); - string GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options); - System.BinaryData Write(System.ClientModel.Primitives.ModelReaderWriterOptions options); - } - public static class ModelReaderWriter - { - public static T Read(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel => throw null; - public static object Read(System.BinaryData data, System.Type returnType, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) => throw null; - public static System.BinaryData Write(T model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel => throw null; - public static System.BinaryData Write(object model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) => throw null; - } - public class ModelReaderWriterOptions - { - public ModelReaderWriterOptions(string format) => throw null; - public string Format { get => throw null; } - public static System.ClientModel.Primitives.ModelReaderWriterOptions Json { get => throw null; } - public static System.ClientModel.Primitives.ModelReaderWriterOptions Xml { get => throw null; } - } - [System.AttributeUsage((System.AttributeTargets)4)] - public sealed class PersistableModelProxyAttribute : System.Attribute - { - public PersistableModelProxyAttribute(System.Type proxyType) => throw null; - public System.Type ProxyType { get => throw null; } - } - } - } -} diff --git a/csharp/ql/test/resources/stubs/System.ClientModel/1.5.1/System.ClientModel.cs b/csharp/ql/test/resources/stubs/System.ClientModel/1.5.1/System.ClientModel.cs new file mode 100644 index 000000000000..54988cc2b82e --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.ClientModel/1.5.1/System.ClientModel.cs @@ -0,0 +1,443 @@ +// This file contains auto-generated code. +// Generated from `System.ClientModel, Version=1.5.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`. +namespace System +{ + namespace ClientModel + { + public class ApiKeyCredential + { + public ApiKeyCredential(string key) => throw null; + public void Deconstruct(out string key) => throw null; + public void Update(string key) => throw null; + } + public abstract class AsyncCollectionResult : System.ClientModel.Primitives.AsyncCollectionResult, System.Collections.Generic.IAsyncEnumerable + { + protected AsyncCollectionResult() => throw null; + public System.Collections.Generic.IAsyncEnumerator GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + protected abstract System.Collections.Generic.IAsyncEnumerable GetValuesFromPageAsync(System.ClientModel.ClientResult page); + } + public abstract class AuthenticationTokenProvider + { + public abstract System.ClientModel.Primitives.GetTokenOptions CreateTokenOptions(System.Collections.Generic.IReadOnlyDictionary properties); + protected AuthenticationTokenProvider() => throw null; + public abstract System.ClientModel.Primitives.AuthenticationToken GetToken(System.ClientModel.Primitives.GetTokenOptions options, System.Threading.CancellationToken cancellationToken); + public abstract System.Threading.Tasks.ValueTask GetTokenAsync(System.ClientModel.Primitives.GetTokenOptions options, System.Threading.CancellationToken cancellationToken); + } + public abstract class BinaryContent : System.IDisposable + { + public static System.ClientModel.BinaryContent Create(System.BinaryData value) => throw null; + public static System.ClientModel.BinaryContent Create(T model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel => throw null; + public static System.ClientModel.BinaryContent Create(System.IO.Stream stream) => throw null; + public static System.ClientModel.BinaryContent CreateJson(T jsonSerializable, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; + public static System.ClientModel.BinaryContent CreateJson(T jsonSerializable, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; + public static System.ClientModel.BinaryContent CreateJson(string jsonString, bool validate = default(bool)) => throw null; + protected BinaryContent() => throw null; + public abstract void Dispose(); + public string MediaType { get => throw null; set { } } + public abstract bool TryComputeLength(out long length); + public abstract void WriteTo(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + public abstract System.Threading.Tasks.Task WriteToAsync(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + } + public class ClientResult + { + protected ClientResult(System.ClientModel.Primitives.PipelineResponse response) => throw null; + public static System.ClientModel.ClientResult FromOptionalValue(T value, System.ClientModel.Primitives.PipelineResponse response) => throw null; + public static System.ClientModel.ClientResult FromResponse(System.ClientModel.Primitives.PipelineResponse response) => throw null; + public static System.ClientModel.ClientResult FromValue(T value, System.ClientModel.Primitives.PipelineResponse response) => throw null; + public System.ClientModel.Primitives.PipelineResponse GetRawResponse() => throw null; + } + public class ClientResult : System.ClientModel.ClientResult + { + protected ClientResult(T value, System.ClientModel.Primitives.PipelineResponse response) : base(default(System.ClientModel.Primitives.PipelineResponse)) => throw null; + public static implicit operator T(System.ClientModel.ClientResult result) => throw null; + public virtual T Value { get => throw null; } + } + public class ClientResultException : System.Exception + { + public static System.Threading.Tasks.Task CreateAsync(System.ClientModel.Primitives.PipelineResponse response, System.Exception innerException = default(System.Exception)) => throw null; + public ClientResultException(System.ClientModel.Primitives.PipelineResponse response, System.Exception innerException = default(System.Exception)) => throw null; + public ClientResultException(string message, System.ClientModel.Primitives.PipelineResponse response = default(System.ClientModel.Primitives.PipelineResponse), System.Exception innerException = default(System.Exception)) => throw null; + public System.ClientModel.Primitives.PipelineResponse GetRawResponse() => throw null; + public int Status { get => throw null; set { } } + } + public abstract class CollectionResult : System.ClientModel.Primitives.CollectionResult, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected CollectionResult() => throw null; + public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + protected abstract System.Collections.Generic.IEnumerable GetValuesFromPage(System.ClientModel.ClientResult page); + } + public class ContinuationToken + { + protected ContinuationToken() => throw null; + protected ContinuationToken(System.BinaryData bytes) => throw null; + public static System.ClientModel.ContinuationToken FromBytes(System.BinaryData bytes) => throw null; + public virtual System.BinaryData ToBytes() => throw null; + } + namespace Primitives + { + public static partial class ActivityExtensions + { + public static System.Diagnostics.Activity MarkClientActivityFailed(this System.Diagnostics.Activity activity, System.Exception exception) => throw null; + public static System.Diagnostics.Activity StartClientActivity(this System.Diagnostics.ActivitySource activitySource, System.ClientModel.Primitives.ClientPipelineOptions options, string name, System.Diagnostics.ActivityKind kind = default(System.Diagnostics.ActivityKind), System.Diagnostics.ActivityContext parentContext = default(System.Diagnostics.ActivityContext), System.Collections.Generic.IEnumerable> tags = default(System.Collections.Generic.IEnumerable>)) => throw null; + } + public class ApiKeyAuthenticationPolicy : System.ClientModel.Primitives.AuthenticationPolicy + { + public static System.ClientModel.Primitives.ApiKeyAuthenticationPolicy CreateBasicAuthorizationPolicy(System.ClientModel.ApiKeyCredential credential) => throw null; + public static System.ClientModel.Primitives.ApiKeyAuthenticationPolicy CreateBearerAuthorizationPolicy(System.ClientModel.ApiKeyCredential credential) => throw null; + public static System.ClientModel.Primitives.ApiKeyAuthenticationPolicy CreateHeaderApiKeyPolicy(System.ClientModel.ApiKeyCredential credential, string headerName, string keyPrefix = default(string)) => throw null; + public override sealed void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + public override sealed System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + } + public abstract class AsyncCollectionResult + { + protected AsyncCollectionResult() => throw null; + public abstract System.ClientModel.ContinuationToken GetContinuationToken(System.ClientModel.ClientResult page); + public abstract System.Collections.Generic.IAsyncEnumerable GetRawPagesAsync(); + } + public abstract class AuthenticationPolicy : System.ClientModel.Primitives.PipelinePolicy + { + protected AuthenticationPolicy() => throw null; + } + public class AuthenticationToken + { + public AuthenticationToken(string tokenValue, string tokenType, System.DateTimeOffset expiresOn, System.DateTimeOffset? refreshOn = default(System.DateTimeOffset?)) => throw null; + public System.DateTimeOffset? ExpiresOn { get => throw null; } + public System.DateTimeOffset? RefreshOn { get => throw null; } + public string TokenType { get => throw null; } + public string TokenValue { get => throw null; } + } + public class BearerTokenPolicy : System.ClientModel.Primitives.AuthenticationPolicy + { + public BearerTokenPolicy(System.ClientModel.AuthenticationTokenProvider tokenProvider, System.Collections.Generic.IEnumerable> contexts) => throw null; + public BearerTokenPolicy(System.ClientModel.AuthenticationTokenProvider tokenProvider, string scope) => throw null; + public override void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + public override System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + } + public class ClientCache + { + public ClientCache(int maxSize) => throw null; + public T GetClient(object clientId, System.Func createClient) where T : class => throw null; + } + public struct ClientConnection + { + public object Credential { get => throw null; } + public System.ClientModel.Primitives.CredentialKind CredentialKind { get => throw null; } + public ClientConnection(string id, string locator, object credential, System.ClientModel.Primitives.CredentialKind credentialKind) => throw null; + public ClientConnection(string id, string locator) => throw null; + public string Id { get => throw null; } + public string Locator { get => throw null; } + public override string ToString() => throw null; + public bool TryGetLocatorAsUri(out System.Uri uri) => throw null; + } + public class ClientConnectionCollection : System.Collections.ObjectModel.KeyedCollection + { + public void AddRange(System.Collections.Generic.IEnumerable connections) => throw null; + public ClientConnectionCollection() => throw null; + protected override string GetKeyForItem(System.ClientModel.Primitives.ClientConnection item) => throw null; + } + public abstract class ClientConnectionProvider + { + protected ClientConnectionProvider(int maxCacheSize) => throw null; + public abstract System.Collections.Generic.IEnumerable GetAllConnections(); + public abstract System.ClientModel.Primitives.ClientConnection GetConnection(string connectionId); + public System.ClientModel.Primitives.ClientCache Subclients { get => throw null; } + } + [System.Flags] + public enum ClientErrorBehaviors + { + Default = 0, + NoThrow = 1, + } + public class ClientLoggingOptions + { + public System.Collections.Generic.IList AllowedHeaderNames { get => throw null; } + public System.Collections.Generic.IList AllowedQueryParameters { get => throw null; } + protected void AssertNotFrozen() => throw null; + public ClientLoggingOptions() => throw null; + public bool? EnableLogging { get => throw null; set { } } + public bool? EnableMessageContentLogging { get => throw null; set { } } + public bool? EnableMessageLogging { get => throw null; set { } } + public virtual void Freeze() => throw null; + public Microsoft.Extensions.Logging.ILoggerFactory LoggerFactory { get => throw null; set { } } + public int? MessageContentSizeLimit { get => throw null; set { } } + } + public sealed class ClientPipeline + { + public static System.ClientModel.Primitives.ClientPipeline Create(System.ClientModel.Primitives.ClientPipelineOptions options = default(System.ClientModel.Primitives.ClientPipelineOptions)) => throw null; + public static System.ClientModel.Primitives.ClientPipeline Create(System.ClientModel.Primitives.ClientPipelineOptions options, System.ReadOnlySpan perCallPolicies, System.ReadOnlySpan perTryPolicies, System.ReadOnlySpan beforeTransportPolicies) => throw null; + public System.ClientModel.Primitives.PipelineMessage CreateMessage() => throw null; + public void Send(System.ClientModel.Primitives.PipelineMessage message) => throw null; + public System.Threading.Tasks.ValueTask SendAsync(System.ClientModel.Primitives.PipelineMessage message) => throw null; + } + public class ClientPipelineOptions + { + public void AddPolicy(System.ClientModel.Primitives.PipelinePolicy policy, System.ClientModel.Primitives.PipelinePosition position) => throw null; + protected void AssertNotFrozen() => throw null; + public System.ClientModel.Primitives.ClientLoggingOptions ClientLoggingOptions { get => throw null; set { } } + public ClientPipelineOptions() => throw null; + public bool? EnableDistributedTracing { get => throw null; set { } } + public virtual void Freeze() => throw null; + public System.ClientModel.Primitives.PipelinePolicy MessageLoggingPolicy { get => throw null; set { } } + public System.TimeSpan? NetworkTimeout { get => throw null; set { } } + public System.ClientModel.Primitives.PipelinePolicy RetryPolicy { get => throw null; set { } } + public System.ClientModel.Primitives.PipelineTransport Transport { get => throw null; set { } } + } + public class ClientRetryPolicy : System.ClientModel.Primitives.PipelinePolicy + { + public ClientRetryPolicy(int maxRetries = default(int)) => throw null; + public ClientRetryPolicy(int maxRetries, bool enableLogging, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null; + public static System.ClientModel.Primitives.ClientRetryPolicy Default { get => throw null; } + protected virtual System.TimeSpan GetNextDelay(System.ClientModel.Primitives.PipelineMessage message, int tryCount) => throw null; + protected virtual void OnRequestSent(System.ClientModel.Primitives.PipelineMessage message) => throw null; + protected virtual System.Threading.Tasks.ValueTask OnRequestSentAsync(System.ClientModel.Primitives.PipelineMessage message) => throw null; + protected virtual void OnSendingRequest(System.ClientModel.Primitives.PipelineMessage message) => throw null; + protected virtual System.Threading.Tasks.ValueTask OnSendingRequestAsync(System.ClientModel.Primitives.PipelineMessage message) => throw null; + protected virtual void OnTryComplete(System.ClientModel.Primitives.PipelineMessage message) => throw null; + public override sealed void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + public override sealed System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + protected virtual bool ShouldRetry(System.ClientModel.Primitives.PipelineMessage message, System.Exception exception) => throw null; + protected virtual System.Threading.Tasks.ValueTask ShouldRetryAsync(System.ClientModel.Primitives.PipelineMessage message, System.Exception exception) => throw null; + protected virtual void Wait(System.TimeSpan time, System.Threading.CancellationToken cancellationToken) => throw null; + protected virtual System.Threading.Tasks.Task WaitAsync(System.TimeSpan time, System.Threading.CancellationToken cancellationToken) => throw null; + } + public abstract class CollectionResult + { + protected CollectionResult() => throw null; + public abstract System.ClientModel.ContinuationToken GetContinuationToken(System.ClientModel.ClientResult page); + public abstract System.Collections.Generic.IEnumerable GetRawPages(); + } + public enum CredentialKind + { + None = 0, + ApiKeyString = 1, + TokenCredential = 2, + } + public class GetTokenOptions + { + public const string AuthorizationUrlPropertyName = default; + public GetTokenOptions(System.Collections.Generic.IReadOnlyDictionary properties) => throw null; + public System.Collections.Generic.IReadOnlyDictionary Properties { get => throw null; } + public const string RefreshUrlPropertyName = default; + public const string ScopesPropertyName = default; + public const string TokenUrlPropertyName = default; + } + public class HttpClientPipelineTransport : System.ClientModel.Primitives.PipelineTransport, System.IDisposable + { + protected override System.ClientModel.Primitives.PipelineMessage CreateMessageCore() => throw null; + public HttpClientPipelineTransport() => throw null; + public HttpClientPipelineTransport(System.Net.Http.HttpClient client) => throw null; + public HttpClientPipelineTransport(System.Net.Http.HttpClient client, bool enableLogging, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null; + public void Dispose() => throw null; + protected virtual void Dispose(bool disposing) => throw null; + protected virtual void OnReceivedResponse(System.ClientModel.Primitives.PipelineMessage message, System.Net.Http.HttpResponseMessage httpResponse) => throw null; + protected virtual void OnSendingRequest(System.ClientModel.Primitives.PipelineMessage message, System.Net.Http.HttpRequestMessage httpRequest) => throw null; + protected override sealed void ProcessCore(System.ClientModel.Primitives.PipelineMessage message) => throw null; + protected override sealed System.Threading.Tasks.ValueTask ProcessCoreAsync(System.ClientModel.Primitives.PipelineMessage message) => throw null; + public static System.ClientModel.Primitives.HttpClientPipelineTransport Shared { get => throw null; } + } + public interface IJsonModel : System.ClientModel.Primitives.IPersistableModel + { + T Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options); + void Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options); + } + public interface IPersistableModel + { + T Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options); + string GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options); + System.BinaryData Write(System.ClientModel.Primitives.ModelReaderWriterOptions options); + } + public class JsonModelConverter : System.Text.Json.Serialization.JsonConverter> + { + public override bool CanConvert(System.Type typeToConvert) => throw null; + public JsonModelConverter() => throw null; + public JsonModelConverter(System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null; + public JsonModelConverter(System.ClientModel.Primitives.ModelReaderWriterOptions options, System.ClientModel.Primitives.ModelReaderWriterContext context) => throw null; + public override System.ClientModel.Primitives.IJsonModel 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.ClientModel.Primitives.IJsonModel value, System.Text.Json.JsonSerializerOptions options) => throw null; + } + public class MessageLoggingPolicy : System.ClientModel.Primitives.PipelinePolicy + { + public MessageLoggingPolicy(System.ClientModel.Primitives.ClientLoggingOptions options = default(System.ClientModel.Primitives.ClientLoggingOptions)) => throw null; + public static System.ClientModel.Primitives.MessageLoggingPolicy Default { get => throw null; } + public override sealed void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + public override sealed System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + } + public static class ModelReaderWriter + { + public static T Read(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel => throw null; + public static T Read(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options, System.ClientModel.Primitives.ModelReaderWriterContext context) => throw null; + public static object Read(System.BinaryData data, System.Type returnType, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) => throw null; + public static object Read(System.BinaryData data, System.Type returnType, System.ClientModel.Primitives.ModelReaderWriterOptions options, System.ClientModel.Primitives.ModelReaderWriterContext context) => throw null; + public static System.BinaryData Write(T model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel => throw null; + public static System.BinaryData Write(object model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) => throw null; + public static System.BinaryData Write(T model, System.ClientModel.Primitives.ModelReaderWriterOptions options, System.ClientModel.Primitives.ModelReaderWriterContext context) => throw null; + public static System.BinaryData Write(object model, System.ClientModel.Primitives.ModelReaderWriterOptions options, System.ClientModel.Primitives.ModelReaderWriterContext context) => throw null; + } + [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true)] + public class ModelReaderWriterBuildableAttribute : System.Attribute + { + public ModelReaderWriterBuildableAttribute(System.Type type) => throw null; + } + public abstract class ModelReaderWriterContext + { + protected ModelReaderWriterContext() => throw null; + public System.ClientModel.Primitives.ModelReaderWriterTypeBuilder GetTypeBuilder(System.Type type) => throw null; + public bool TryGetTypeBuilder(System.Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder builder) => throw null; + protected virtual bool TryGetTypeBuilderCore(System.Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder builder) => throw null; + } + [System.AttributeUsage((System.AttributeTargets)1)] + public sealed class ModelReaderWriterContextTypeAttribute : System.Attribute + { + public ModelReaderWriterContextTypeAttribute(System.Type contextType) => throw null; + } + public class ModelReaderWriterOptions + { + public ModelReaderWriterOptions(string format) => throw null; + public string Format { get => throw null; } + public static System.ClientModel.Primitives.ModelReaderWriterOptions Json { get => throw null; } + public static System.ClientModel.Primitives.ModelReaderWriterOptions Xml { get => throw null; } + } + public abstract class ModelReaderWriterTypeBuilder + { + protected virtual void AddItem(object collectionBuilder, object item) => throw null; + protected virtual void AddItemWithKey(object collectionBuilder, string key, object item) => throw null; + protected abstract System.Type BuilderType { get; } + protected virtual object ConvertCollectionBuilder(object collectionBuilder) => throw null; + protected abstract object CreateInstance(); + protected ModelReaderWriterTypeBuilder() => throw null; + protected virtual System.Collections.IEnumerable GetItems(object collection) => throw null; + protected virtual System.Type ItemType { get => throw null; } + } + public abstract class OperationResult + { + protected OperationResult(System.ClientModel.Primitives.PipelineResponse response) => throw null; + public System.ClientModel.Primitives.PipelineResponse GetRawResponse() => throw null; + public bool HasCompleted { get => throw null; set { } } + public abstract System.ClientModel.ContinuationToken RehydrationToken { get; set; } + protected void SetRawResponse(System.ClientModel.Primitives.PipelineResponse response) => throw null; + public abstract System.ClientModel.ClientResult UpdateStatus(System.ClientModel.Primitives.RequestOptions options = default(System.ClientModel.Primitives.RequestOptions)); + public abstract System.Threading.Tasks.ValueTask UpdateStatusAsync(System.ClientModel.Primitives.RequestOptions options = default(System.ClientModel.Primitives.RequestOptions)); + public virtual void WaitForCompletion(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public virtual System.Threading.Tasks.ValueTask WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + } + [System.AttributeUsage((System.AttributeTargets)4)] + public sealed class PersistableModelProxyAttribute : System.Attribute + { + public PersistableModelProxyAttribute(System.Type proxyType) => throw null; + public System.Type ProxyType { get => throw null; } + } + public class PipelineMessage : System.IDisposable + { + public void Apply(System.ClientModel.Primitives.RequestOptions options) => throw null; + public bool BufferResponse { get => throw null; set { } } + public System.Threading.CancellationToken CancellationToken { get => throw null; set { } } + protected PipelineMessage(System.ClientModel.Primitives.PipelineRequest request) => throw null; + public void Dispose() => throw null; + protected virtual void Dispose(bool disposing) => throw null; + public System.ClientModel.Primitives.PipelineResponse ExtractResponse() => throw null; + public System.TimeSpan? NetworkTimeout { get => throw null; set { } } + public System.ClientModel.Primitives.PipelineRequest Request { get => throw null; } + public System.ClientModel.Primitives.PipelineResponse Response { get => throw null; set { } } + public System.ClientModel.Primitives.PipelineMessageClassifier ResponseClassifier { get => throw null; set { } } + public void SetProperty(System.Type key, object value) => throw null; + public bool TryGetProperty(System.Type key, out object value) => throw null; + } + public abstract class PipelineMessageClassifier + { + public static System.ClientModel.Primitives.PipelineMessageClassifier Create(System.ReadOnlySpan successStatusCodes) => throw null; + protected PipelineMessageClassifier() => throw null; + public static System.ClientModel.Primitives.PipelineMessageClassifier Default { get => throw null; } + public abstract bool TryClassify(System.ClientModel.Primitives.PipelineMessage message, out bool isError); + public abstract bool TryClassify(System.ClientModel.Primitives.PipelineMessage message, System.Exception exception, out bool isRetriable); + } + public abstract class PipelinePolicy + { + protected PipelinePolicy() => throw null; + public abstract void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex); + public abstract System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex); + protected static void ProcessNext(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + protected static System.Threading.Tasks.ValueTask ProcessNextAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + } + public enum PipelinePosition + { + PerCall = 0, + PerTry = 1, + BeforeTransport = 2, + } + public abstract class PipelineRequest : System.IDisposable + { + public System.ClientModel.BinaryContent Content { get => throw null; set { } } + protected abstract System.ClientModel.BinaryContent ContentCore { get; set; } + protected PipelineRequest() => throw null; + public abstract void Dispose(); + public System.ClientModel.Primitives.PipelineRequestHeaders Headers { get => throw null; } + protected abstract System.ClientModel.Primitives.PipelineRequestHeaders HeadersCore { get; } + public string Method { get => throw null; set { } } + protected abstract string MethodCore { get; set; } + public System.Uri Uri { get => throw null; set { } } + protected abstract System.Uri UriCore { get; set; } + } + public abstract class PipelineRequestHeaders : System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable + { + public abstract void Add(string name, string value); + protected PipelineRequestHeaders() => throw null; + public abstract System.Collections.Generic.IEnumerator> GetEnumerator(); + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + public abstract bool Remove(string name); + public abstract void Set(string name, string value); + public abstract bool TryGetValue(string name, out string value); + public abstract bool TryGetValues(string name, out System.Collections.Generic.IEnumerable values); + } + public abstract class PipelineResponse : System.IDisposable + { + public abstract System.BinaryData BufferContent(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + public abstract System.Threading.Tasks.ValueTask BufferContentAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + public abstract System.BinaryData Content { get; } + public abstract System.IO.Stream ContentStream { get; set; } + protected PipelineResponse() => throw null; + public abstract void Dispose(); + public System.ClientModel.Primitives.PipelineResponseHeaders Headers { get => throw null; } + protected abstract System.ClientModel.Primitives.PipelineResponseHeaders HeadersCore { get; } + public virtual bool IsError { get => throw null; } + protected virtual bool IsErrorCore { get => throw null; set { } } + public abstract string ReasonPhrase { get; } + public abstract int Status { get; } + } + public abstract class PipelineResponseHeaders : System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable + { + protected PipelineResponseHeaders() => throw null; + public abstract System.Collections.Generic.IEnumerator> GetEnumerator(); + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + public abstract bool TryGetValue(string name, out string value); + public abstract bool TryGetValues(string name, out System.Collections.Generic.IEnumerable values); + } + public abstract class PipelineTransport : System.ClientModel.Primitives.PipelinePolicy + { + public System.ClientModel.Primitives.PipelineMessage CreateMessage() => throw null; + protected abstract System.ClientModel.Primitives.PipelineMessage CreateMessageCore(); + protected PipelineTransport() => throw null; + protected PipelineTransport(bool enableLogging, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null; + public void Process(System.ClientModel.Primitives.PipelineMessage message) => throw null; + public override sealed void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + public System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message) => throw null; + public override sealed System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList pipeline, int currentIndex) => throw null; + protected abstract void ProcessCore(System.ClientModel.Primitives.PipelineMessage message); + protected abstract System.Threading.Tasks.ValueTask ProcessCoreAsync(System.ClientModel.Primitives.PipelineMessage message); + } + public class RequestOptions + { + public void AddHeader(string name, string value) => throw null; + public void AddPolicy(System.ClientModel.Primitives.PipelinePolicy policy, System.ClientModel.Primitives.PipelinePosition position) => throw null; + protected virtual void Apply(System.ClientModel.Primitives.PipelineMessage message) => throw null; + protected void AssertNotFrozen() => throw null; + public bool BufferResponse { get => throw null; set { } } + public System.Threading.CancellationToken CancellationToken { get => throw null; set { } } + public RequestOptions() => throw null; + public System.ClientModel.Primitives.ClientErrorBehaviors ErrorOptions { get => throw null; set { } } + public virtual void Freeze() => throw null; + public void SetHeader(string name, string value) => throw null; + } + } + } +} diff --git a/csharp/ql/test/resources/stubs/System.ClientModel/1.0.0/System.ClientModel.csproj b/csharp/ql/test/resources/stubs/System.ClientModel/1.5.1/System.ClientModel.csproj similarity index 69% rename from csharp/ql/test/resources/stubs/System.ClientModel/1.0.0/System.ClientModel.csproj rename to csharp/ql/test/resources/stubs/System.ClientModel/1.5.1/System.ClientModel.csproj index 758bf53c79a8..d2eff8d09d9b 100644 --- a/csharp/ql/test/resources/stubs/System.ClientModel/1.0.0/System.ClientModel.csproj +++ b/csharp/ql/test/resources/stubs/System.ClientModel/1.5.1/System.ClientModel.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/System.Collections.Concurrent/4.3.0/System.Collections.Concurrent.csproj b/csharp/ql/test/resources/stubs/System.Collections.Concurrent/4.0.12/System.Collections.Concurrent.csproj similarity index 51% rename from csharp/ql/test/resources/stubs/System.Collections.Concurrent/4.3.0/System.Collections.Concurrent.csproj rename to csharp/ql/test/resources/stubs/System.Collections.Concurrent/4.0.12/System.Collections.Concurrent.csproj index bc793c64812f..b9c6f6c7632c 100644 --- a/csharp/ql/test/resources/stubs/System.Collections.Concurrent/4.3.0/System.Collections.Concurrent.csproj +++ b/csharp/ql/test/resources/stubs/System.Collections.Concurrent/4.0.12/System.Collections.Concurrent.csproj @@ -7,16 +7,16 @@ - - - - - - - - - - + + + + + + + + + + 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.0.11/System.Collections.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Collections/4.3.0/System.Collections.csproj rename to csharp/ql/test/resources/stubs/System.Collections/4.0.11/System.Collections.csproj index e03091cbb831..51f299cfb247 100644 --- a/csharp/ql/test/resources/stubs/System.Collections/4.3.0/System.Collections.csproj +++ b/csharp/ql/test/resources/stubs/System.Collections/4.0.11/System.Collections.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/System.ComponentModel.Primitives/4.3.0/System.ComponentModel.Primitives.csproj b/csharp/ql/test/resources/stubs/System.ComponentModel.Primitives/4.3.0/System.ComponentModel.Primitives.csproj deleted file mode 100644 index d9054dba10f1..000000000000 --- a/csharp/ql/test/resources/stubs/System.ComponentModel.Primitives/4.3.0/System.ComponentModel.Primitives.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.ComponentModel/4.3.0/System.ComponentModel.csproj b/csharp/ql/test/resources/stubs/System.ComponentModel/4.3.0/System.ComponentModel.csproj deleted file mode 100644 index 45b1e4e8f0ef..000000000000 --- a/csharp/ql/test/resources/stubs/System.ComponentModel/4.3.0/System.ComponentModel.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.cs b/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.cs similarity index 99% rename from csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.cs rename to csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.cs index 044a42d18996..ee908bcef880 100644 --- a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.cs +++ b/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Configuration.ConfigurationManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Configuration.ConfigurationManager, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Configuration diff --git a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj b/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.csproj similarity index 81% rename from csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj rename to csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.csproj index 992d2312bd55..9b9c5a80132e 100644 --- a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj +++ b/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.4/System.Configuration.ConfigurationManager.csproj b/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.4/System.Configuration.ConfigurationManager.csproj deleted file mode 100644 index 992d2312bd55..000000000000 --- a/csharp/ql/test/resources/stubs/System.Configuration.ConfigurationManager/9.0.4/System.Configuration.ConfigurationManager.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - 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.0.0/System.Console.csproj similarity index 65% rename from csharp/ql/test/resources/stubs/System.Console/4.3.0/System.Console.csproj rename to csharp/ql/test/resources/stubs/System.Console/4.0.0/System.Console.csproj index 28e7058a12ea..0bc52d5af52e 100644 --- a/csharp/ql/test/resources/stubs/System.Console/4.3.0/System.Console.csproj +++ b/csharp/ql/test/resources/stubs/System.Console/4.0.0/System.Console.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.cs b/csharp/ql/test/resources/stubs/System.Data.OleDb/10.0.1/System.Data.OleDb.cs similarity index 99% rename from csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.cs rename to csharp/ql/test/resources/stubs/System.Data.OleDb/10.0.1/System.Data.OleDb.cs index 8d350b712d94..4a7986f04397 100644 --- a/csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.cs +++ b/csharp/ql/test/resources/stubs/System.Data.OleDb/10.0.1/System.Data.OleDb.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Data.OleDb, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Data.OleDb, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Data diff --git a/csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.csproj b/csharp/ql/test/resources/stubs/System.Data.OleDb/10.0.1/System.Data.OleDb.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.csproj rename to csharp/ql/test/resources/stubs/System.Data.OleDb/10.0.1/System.Data.OleDb.csproj index 0e4bf5f125b5..ea8190b6fac6 100644 --- a/csharp/ql/test/resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.csproj +++ b/csharp/ql/test/resources/stubs/System.Data.OleDb/10.0.1/System.Data.OleDb.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/System.Data.SQLite.Core/1.0.119/System.Data.SQLite.Core.csproj b/csharp/ql/test/resources/stubs/System.Data.SQLite.Core/1.0.119/System.Data.SQLite.Core.csproj deleted file mode 100644 index 5b0ee2f26961..000000000000 --- a/csharp/ql/test/resources/stubs/System.Data.SQLite.Core/1.0.119/System.Data.SQLite.Core.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.cs b/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.cs deleted file mode 100644 index b662c5b373db..000000000000 --- a/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.cs +++ /dev/null @@ -1,27 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`. -namespace System -{ - namespace Data - { - namespace SQLite - { - namespace EF6 - { - public sealed class SQLiteProviderFactory : System.Data.Common.DbProviderFactory, System.IDisposable, System.IServiceProvider - { - public override System.Data.Common.DbCommand CreateCommand() => throw null; - public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() => throw null; - public override System.Data.Common.DbConnection CreateConnection() => throw null; - public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() => throw null; - public override System.Data.Common.DbDataAdapter CreateDataAdapter() => throw null; - public override System.Data.Common.DbParameter CreateParameter() => throw null; - public SQLiteProviderFactory() => throw null; - public void Dispose() => throw null; - public object GetService(System.Type serviceType) => throw null; - public static readonly System.Data.SQLite.EF6.SQLiteProviderFactory Instance; - } - } - } - } -} diff --git a/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.csproj b/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.csproj deleted file mode 100644 index 5497fba3f3b2..000000000000 --- a/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Data.SQLite/1.0.119/System.Data.SQLite.csproj b/csharp/ql/test/resources/stubs/System.Data.SQLite/1.0.119/System.Data.SQLite.csproj deleted file mode 100644 index d425aed68d50..000000000000 --- a/csharp/ql/test/resources/stubs/System.Data.SQLite/1.0.119/System.Data.SQLite.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.119/System.Data.SQLite.cs b/csharp/ql/test/resources/stubs/System.Data.SQLite/2.0.2/System.Data.SQLite.cs similarity index 99% rename from csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.119/System.Data.SQLite.cs rename to csharp/ql/test/resources/stubs/System.Data.SQLite/2.0.2/System.Data.SQLite.cs index f352035a57b0..78118dfbe047 100644 --- a/csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.119/System.Data.SQLite.cs +++ b/csharp/ql/test/resources/stubs/System.Data.SQLite/2.0.2/System.Data.SQLite.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`. +// Generated from `System.Data.SQLite, Version=2.0.2.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`. namespace System { namespace Data @@ -469,7 +469,6 @@ public sealed class SQLiteConnection : System.Data.Common.DbConnection, System.I public override string Database { get => throw null; } public override string DataSource { get => throw null; } protected override System.Data.Common.DbProviderFactory DbProviderFactory { get => throw null; } - public static string DecryptLegacyDatabase(string fileName, byte[] passwordBytes, int? pageSize, System.Data.SQLite.SQLiteProgressEventHandler progress) => throw null; public System.Data.DbType? DefaultDbType { get => throw null; set { } } public static System.Data.SQLite.SQLiteConnectionFlags DefaultFlags { get => throw null; } public int DefaultMaximumSleepTime { get => throw null; set { } } @@ -583,6 +582,12 @@ public enum SQLiteConnectionEventType SqlStringPreview = 23, Canceled = 24, DataReaderPreview = 25, + DisposedCommand = 26, + FinalizingCommand = 27, + FinalizedCommand = 28, + DisposedDataReader = 29, + FinalizingDataReader = 30, + FinalizedDataReader = 31, } [System.Flags] public enum SQLiteConnectionFlags : long @@ -833,6 +838,7 @@ public enum SQLiteDateFormats UnixEpoch = 3, InvariantCulture = 4, CurrentCulture = 5, + Binary = 6, Default = 1, } public class SQLiteDelegateFunction : System.Data.SQLite.SQLiteFunction @@ -964,7 +970,6 @@ public enum SQLiteErrorCode Constraint_RowId = 2579, Constraint_Pinned = 2835, Constraint_DataType = 3091, - Misuse_No_License = 277, Notice_Recover_Wal = 283, Notice_Recover_Rollback = 539, Notice_Rbu = 795, @@ -992,12 +997,6 @@ public enum SQLiteExecuteType Reader = 3, Default = 1, } - public static class SQLiteExtra - { - public static int Cleanup() => throw null; - public static int Configure(string argument) => throw null; - public static int Verify(string argument) => throw null; - } public sealed class SQLiteFactory : System.Data.Common.DbProviderFactory, System.IDisposable, System.IServiceProvider { public override System.Data.Common.DbCommand CreateCommand() => throw null; diff --git a/csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.119/Stub.System.Data.SQLite.Core.NetStandard.csproj b/csharp/ql/test/resources/stubs/System.Data.SQLite/2.0.2/System.Data.SQLite.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/Stub.System.Data.SQLite.Core.NetStandard/1.0.119/Stub.System.Data.SQLite.Core.NetStandard.csproj rename to csharp/ql/test/resources/stubs/System.Data.SQLite/2.0.2/System.Data.SQLite.csproj 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.0.11/System.Diagnostics.Debug.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj rename to csharp/ql/test/resources/stubs/System.Diagnostics.Debug/4.0.11/System.Diagnostics.Debug.csproj index e03091cbb831..51f299cfb247 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.0.11/System.Diagnostics.Debug.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/9.0.1/System.Diagnostics.EventLog.csproj b/csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/10.0.1/System.Diagnostics.EventLog.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/9.0.1/System.Diagnostics.EventLog.csproj rename to csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/10.0.1/System.Diagnostics.EventLog.csproj diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/9.0.4/System.Diagnostics.EventLog.csproj b/csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/9.0.4/System.Diagnostics.EventLog.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/System.Diagnostics.EventLog/9.0.4/System.Diagnostics.EventLog.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.cs b/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/10.0.1/System.Diagnostics.PerformanceCounter.cs similarity index 99% rename from csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.cs rename to csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/10.0.1/System.Diagnostics.PerformanceCounter.cs index f7bd07d1a39a..88d7786b3803 100644 --- a/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.cs +++ b/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/10.0.1/System.Diagnostics.PerformanceCounter.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.PerformanceCounter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Diagnostics.PerformanceCounter, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Diagnostics diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.csproj b/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/10.0.1/System.Diagnostics.PerformanceCounter.csproj similarity index 86% rename from csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.csproj rename to csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/10.0.1/System.Diagnostics.PerformanceCounter.csproj index 8daf53f8044c..a70fc56b8817 100644 --- a/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.csproj +++ b/csharp/ql/test/resources/stubs/System.Diagnostics.PerformanceCounter/10.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.0.1/System.Diagnostics.Tools.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Diagnostics.Tools/4.3.0/System.Diagnostics.Tools.csproj rename to csharp/ql/test/resources/stubs/System.Diagnostics.Tools/4.0.1/System.Diagnostics.Tools.csproj index e03091cbb831..51f299cfb247 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.0.1/System.Diagnostics.Tools.csproj @@ -7,9 +7,9 @@ - - - + + + 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.1.0/System.Diagnostics.Tracing.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Diagnostics.Tracing/4.3.0/System.Diagnostics.Tracing.csproj rename to csharp/ql/test/resources/stubs/System.Diagnostics.Tracing/4.1.0/System.Diagnostics.Tracing.csproj index e03091cbb831..51f299cfb247 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.1.0/System.Diagnostics.Tracing.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.cs b/csharp/ql/test/resources/stubs/System.Drawing.Common/10.0.1/System.Drawing.Common.cs similarity index 99% rename from csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.cs rename to csharp/ql/test/resources/stubs/System.Drawing.Common/10.0.1/System.Drawing.Common.cs index 31267d2557b1..d1b885584fe0 100644 --- a/csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.cs +++ b/csharp/ql/test/resources/stubs/System.Drawing.Common/10.0.1/System.Drawing.Common.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Drawing @@ -3262,6 +3262,7 @@ public enum HotkeyPrefix public sealed class InstalledFontCollection : System.Drawing.Text.FontCollection { public InstalledFontCollection() => throw null; + protected override void Dispose(bool disposing) => throw null; } public sealed class PrivateFontCollection : System.Drawing.Text.FontCollection { diff --git a/csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.csproj b/csharp/ql/test/resources/stubs/System.Drawing.Common/10.0.1/System.Drawing.Common.csproj similarity index 90% rename from csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.csproj rename to csharp/ql/test/resources/stubs/System.Drawing.Common/10.0.1/System.Drawing.Common.csproj index 2a731d898154..e6859428282d 100644 --- a/csharp/ql/test/resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.csproj +++ b/csharp/ql/test/resources/stubs/System.Drawing.Common/10.0.1/System.Drawing.Common.csproj @@ -7,7 +7,7 @@ - + diff --git a/csharp/ql/test/resources/stubs/System.Drawing.Common/10.0.1/System.Private.Windows.GdiPlus.cs b/csharp/ql/test/resources/stubs/System.Drawing.Common/10.0.1/System.Private.Windows.GdiPlus.cs new file mode 100644 index 000000000000..c8619e41b83c --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Drawing.Common/10.0.1/System.Private.Windows.GdiPlus.cs @@ -0,0 +1,11 @@ +// This file contains auto-generated code. +// Generated from `System.Private.Windows.GdiPlus, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. +namespace System +{ + namespace Drawing + { + public static partial class IIconExtensions + { + } + } +} diff --git a/csharp/ql/test/resources/stubs/System.Dynamic.Runtime/4.3.0/System.Dynamic.Runtime.csproj b/csharp/ql/test/resources/stubs/System.Dynamic.Runtime/4.3.0/System.Dynamic.Runtime.csproj deleted file mode 100644 index c295597573c8..000000000000 --- a/csharp/ql/test/resources/stubs/System.Dynamic.Runtime/4.3.0/System.Dynamic.Runtime.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - - - - - - - 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.0.1/System.Globalization.Calendars.csproj similarity index 69% rename from csharp/ql/test/resources/stubs/System.Globalization.Calendars/4.3.0/System.Globalization.Calendars.csproj rename to csharp/ql/test/resources/stubs/System.Globalization.Calendars/4.0.1/System.Globalization.Calendars.csproj index 4a713846d3b9..31f5b0cbbee7 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.0.1/System.Globalization.Calendars.csproj @@ -7,10 +7,10 @@ - - - - + + + + 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.0.1/System.Globalization.Extensions.csproj similarity index 66% rename from csharp/ql/test/resources/stubs/System.Globalization.Extensions/4.3.0/System.Globalization.Extensions.csproj rename to csharp/ql/test/resources/stubs/System.Globalization.Extensions/4.0.1/System.Globalization.Extensions.csproj index d0fc9d064fe1..6df74b949781 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.0.1/System.Globalization.Extensions.csproj @@ -7,12 +7,12 @@ - - - - - - + + + + + + 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.0.11/System.Globalization.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Globalization/4.3.0/System.Globalization.csproj rename to csharp/ql/test/resources/stubs/System.Globalization/4.0.11/System.Globalization.csproj index e03091cbb831..51f299cfb247 100644 --- a/csharp/ql/test/resources/stubs/System.Globalization/4.3.0/System.Globalization.csproj +++ b/csharp/ql/test/resources/stubs/System.Globalization/4.0.11/System.Globalization.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/System.IO.Compression.ZipFile/4.3.0/System.IO.Compression.ZipFile.csproj b/csharp/ql/test/resources/stubs/System.IO.Compression.ZipFile/4.0.1/System.IO.Compression.ZipFile.csproj similarity index 56% rename from csharp/ql/test/resources/stubs/System.IO.Compression.ZipFile/4.3.0/System.IO.Compression.ZipFile.csproj rename to csharp/ql/test/resources/stubs/System.IO.Compression.ZipFile/4.0.1/System.IO.Compression.ZipFile.csproj index 84d7216ee2d9..b10e0f950728 100644 --- a/csharp/ql/test/resources/stubs/System.IO.Compression.ZipFile/4.3.0/System.IO.Compression.ZipFile.csproj +++ b/csharp/ql/test/resources/stubs/System.IO.Compression.ZipFile/4.0.1/System.IO.Compression.ZipFile.csproj @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.IO.Compression/4.1.0/System.IO.Compression.csproj b/csharp/ql/test/resources/stubs/System.IO.Compression/4.1.0/System.IO.Compression.csproj new file mode 100644 index 000000000000..a0e61d42e8d8 --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.IO.Compression/4.1.0/System.IO.Compression.csproj @@ -0,0 +1,26 @@ + + + net10.0 + true + bin\ + false + + + + + + + + + + + + + + + + + + + + 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 deleted file mode 100644 index 5af530f71b35..000000000000 --- a/csharp/ql/test/resources/stubs/System.IO.Compression/4.3.0/System.IO.Compression.csproj +++ /dev/null @@ -1,27 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.IO.FileSystem.Primitives/4.3.0/System.IO.FileSystem.Primitives.csproj b/csharp/ql/test/resources/stubs/System.IO.FileSystem.Primitives/4.0.1/System.IO.FileSystem.Primitives.csproj similarity index 87% rename from csharp/ql/test/resources/stubs/System.IO.FileSystem.Primitives/4.3.0/System.IO.FileSystem.Primitives.csproj rename to csharp/ql/test/resources/stubs/System.IO.FileSystem.Primitives/4.0.1/System.IO.FileSystem.Primitives.csproj index 45b1e4e8f0ef..93882d1b381e 100644 --- a/csharp/ql/test/resources/stubs/System.IO.FileSystem.Primitives/4.3.0/System.IO.FileSystem.Primitives.csproj +++ b/csharp/ql/test/resources/stubs/System.IO.FileSystem.Primitives/4.0.1/System.IO.FileSystem.Primitives.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.0.1/System.IO.FileSystem.csproj similarity index 53% rename from csharp/ql/test/resources/stubs/System.IO.FileSystem/4.3.0/System.IO.FileSystem.csproj rename to csharp/ql/test/resources/stubs/System.IO.FileSystem/4.0.1/System.IO.FileSystem.csproj index 2d8600a5a32a..d2cd65392c0d 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.0.1/System.IO.FileSystem.csproj @@ -7,14 +7,14 @@ - - - - - - - - + + + + + + + + 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.1.0/System.IO.csproj similarity index 62% rename from csharp/ql/test/resources/stubs/System.IO/4.3.0/System.IO.csproj rename to csharp/ql/test/resources/stubs/System.IO/4.1.0/System.IO.csproj index cf4711e44718..1480bf6b9969 100644 --- a/csharp/ql/test/resources/stubs/System.IO/4.3.0/System.IO.csproj +++ b/csharp/ql/test/resources/stubs/System.IO/4.1.0/System.IO.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.5.0/System.IdentityModel.Tokens.Jwt.cs b/csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.7.1/System.IdentityModel.Tokens.Jwt.cs similarity index 96% rename from csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.5.0/System.IdentityModel.Tokens.Jwt.cs rename to csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.7.1/System.IdentityModel.Tokens.Jwt.cs index ad97899809de..e46a4b04251d 100644 --- a/csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.5.0/System.IdentityModel.Tokens.Jwt.cs +++ b/csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.7.1/System.IdentityModel.Tokens.Jwt.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IdentityModel.Tokens.Jwt, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. +// Generated from `System.IdentityModel.Tokens.Jwt, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`. namespace System { namespace IdentityModel @@ -106,6 +106,7 @@ public struct JwtRegisteredClaimNames { public const string Acr = default; public const string Actort = default; + public const string Address = default; public const string Amr = default; public const string AtHash = default; public const string Aud = default; @@ -114,6 +115,7 @@ public struct JwtRegisteredClaimNames public const string Birthdate = default; public const string CHash = default; public const string Email = default; + public const string EmailVerified = default; public const string Exp = default; public const string FamilyName = default; public const string Gender = default; @@ -121,16 +123,26 @@ public struct JwtRegisteredClaimNames public const string Iat = default; public const string Iss = default; public const string Jti = default; + public const string Locale = default; + public const string MiddleName = default; public const string Name = default; public const string NameId = default; public const string Nbf = default; + public const string Nickname = default; public const string Nonce = default; + public const string PhoneNumber = default; + public const string PhoneNumberVerified = default; + public const string Picture = default; + public const string PreferredUsername = default; public const string Prn = default; + public const string Profile = default; public const string Sid = default; public const string Sub = default; public const string Typ = default; public const string UniqueName = default; + public const string UpdatedAt = default; public const string Website = default; + public const string ZoneInfo = default; } public class JwtSecurityToken : Microsoft.IdentityModel.Tokens.SecurityToken { diff --git a/csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.5.0/System.IdentityModel.Tokens.Jwt.csproj b/csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.7.1/System.IdentityModel.Tokens.Jwt.csproj similarity index 82% rename from csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.5.0/System.IdentityModel.Tokens.Jwt.csproj rename to csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.7.1/System.IdentityModel.Tokens.Jwt.csproj index ad74be7ad082..f07efa77d379 100644 --- a/csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.5.0/System.IdentityModel.Tokens.Jwt.csproj +++ b/csharp/ql/test/resources/stubs/System.IdentityModel.Tokens.Jwt/7.7.1/System.IdentityModel.Tokens.Jwt.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/System.Linq.Expressions/4.1.0/System.Linq.Expressions.csproj b/csharp/ql/test/resources/stubs/System.Linq.Expressions/4.1.0/System.Linq.Expressions.csproj new file mode 100644 index 000000000000..a8566669bc4c --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Linq.Expressions/4.1.0/System.Linq.Expressions.csproj @@ -0,0 +1,29 @@ + + + net10.0 + true + bin\ + false + + + + + + + + + + + + + + + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Linq.Expressions/4.3.0/System.Linq.Expressions.csproj b/csharp/ql/test/resources/stubs/System.Linq.Expressions/4.3.0/System.Linq.Expressions.csproj deleted file mode 100644 index a44d7b8937ec..000000000000 --- a/csharp/ql/test/resources/stubs/System.Linq.Expressions/4.3.0/System.Linq.Expressions.csproj +++ /dev/null @@ -1,29 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Linq.Queryable/4.0.1/System.Linq.Queryable.csproj b/csharp/ql/test/resources/stubs/System.Linq.Queryable/4.0.1/System.Linq.Queryable.csproj index d80dbdd4d7c0..1dc7b0ff8e05 100644 --- a/csharp/ql/test/resources/stubs/System.Linq.Queryable/4.0.1/System.Linq.Queryable.csproj +++ b/csharp/ql/test/resources/stubs/System.Linq.Queryable/4.0.1/System.Linq.Queryable.csproj @@ -7,14 +7,14 @@ - - - - - - - - + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Linq/4.3.0/System.Linq.csproj b/csharp/ql/test/resources/stubs/System.Linq/4.1.0/System.Linq.csproj similarity index 68% rename from csharp/ql/test/resources/stubs/System.Linq/4.3.0/System.Linq.csproj rename to csharp/ql/test/resources/stubs/System.Linq/4.1.0/System.Linq.csproj index 5e81708b4cc3..713486916f60 100644 --- a/csharp/ql/test/resources/stubs/System.Linq/4.3.0/System.Linq.csproj +++ b/csharp/ql/test/resources/stubs/System.Linq/4.1.0/System.Linq.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Memory.Data/1.0.2/System.Memory.Data.cs b/csharp/ql/test/resources/stubs/System.Memory.Data/1.0.2/System.Memory.Data.cs deleted file mode 100644 index 123c87b4e1c6..000000000000 --- a/csharp/ql/test/resources/stubs/System.Memory.Data/1.0.2/System.Memory.Data.cs +++ /dev/null @@ -1,27 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Memory.Data, Version=1.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. -namespace System -{ - public class BinaryData - { - public BinaryData(byte[] data) => throw null; - public BinaryData(object jsonSerializable, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Type type = default(System.Type)) => throw null; - public BinaryData(System.ReadOnlyMemory data) => throw null; - public BinaryData(string data) => throw null; - public override bool Equals(object obj) => throw null; - public static System.BinaryData FromBytes(System.ReadOnlyMemory data) => throw null; - public static System.BinaryData FromBytes(byte[] data) => throw null; - public static System.BinaryData FromObjectAsJson(T jsonSerializable, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public static System.BinaryData FromStream(System.IO.Stream stream) => throw null; - public static System.Threading.Tasks.Task FromStreamAsync(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; - public static System.BinaryData FromString(string data) => throw null; - public override int GetHashCode() => throw null; - public static implicit operator System.ReadOnlyMemory(System.BinaryData data) => throw null; - public static implicit operator System.ReadOnlySpan(System.BinaryData data) => throw null; - public byte[] ToArray() => throw null; - public System.ReadOnlyMemory ToMemory() => throw null; - public T ToObjectFromJson(System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; - public System.IO.Stream ToStream() => throw null; - public override string ToString() => throw null; - } -} diff --git a/csharp/ql/test/resources/stubs/System.Memory.Data/1.0.2/System.Memory.Data.csproj b/csharp/ql/test/resources/stubs/System.Memory.Data/1.0.2/System.Memory.Data.csproj deleted file mode 100644 index c9b6459dcb3b..000000000000 --- a/csharp/ql/test/resources/stubs/System.Memory.Data/1.0.2/System.Memory.Data.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Memory.Data/8.0.1/System.Memory.Data.cs b/csharp/ql/test/resources/stubs/System.Memory.Data/8.0.1/System.Memory.Data.cs new file mode 100644 index 000000000000..84297ff29779 --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Memory.Data/8.0.1/System.Memory.Data.cs @@ -0,0 +1,58 @@ +// This file contains auto-generated code. +// Generated from `System.Memory.Data, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +namespace System +{ + public class BinaryData + { + public BinaryData(byte[] data) => throw null; + public BinaryData(byte[] data, string mediaType) => throw null; + public BinaryData(object jsonSerializable, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions), System.Type type = default(System.Type)) => throw null; + public BinaryData(object jsonSerializable, System.Text.Json.Serialization.JsonSerializerContext context, System.Type type = default(System.Type)) => throw null; + public BinaryData(System.ReadOnlyMemory data) => throw null; + public BinaryData(System.ReadOnlyMemory data, string mediaType) => throw null; + public BinaryData(string data) => throw null; + public BinaryData(string data, string mediaType) => throw null; + public static System.BinaryData Empty { get => throw null; } + public override bool Equals(object obj) => throw null; + public static System.BinaryData FromBytes(System.ReadOnlyMemory data) => throw null; + public static System.BinaryData FromBytes(System.ReadOnlyMemory data, string mediaType) => throw null; + public static System.BinaryData FromBytes(byte[] data) => throw null; + public static System.BinaryData FromBytes(byte[] data, string mediaType) => throw null; + public static System.BinaryData FromObjectAsJson(T jsonSerializable, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; + public static System.BinaryData FromObjectAsJson(T jsonSerializable, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; + public static System.BinaryData FromStream(System.IO.Stream stream) => throw null; + public static System.BinaryData FromStream(System.IO.Stream stream, string mediaType) => throw null; + public static System.Threading.Tasks.Task FromStreamAsync(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task FromStreamAsync(System.IO.Stream stream, string mediaType, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.BinaryData FromString(string data) => throw null; + public static System.BinaryData FromString(string data, string mediaType) => throw null; + public override int GetHashCode() => throw null; + public bool IsEmpty { get => throw null; } + public int Length { get => throw null; } + public string MediaType { get => throw null; } + public static implicit operator System.ReadOnlyMemory(System.BinaryData data) => throw null; + public static implicit operator System.ReadOnlySpan(System.BinaryData data) => throw null; + public byte[] ToArray() => throw null; + public System.ReadOnlyMemory ToMemory() => throw null; + public T ToObjectFromJson(System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; + public T ToObjectFromJson(System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; + public System.IO.Stream ToStream() => throw null; + public override string ToString() => throw null; + public System.BinaryData WithMediaType(string mediaType) => throw null; + } + namespace Text + { + namespace Json + { + namespace Serialization + { + public sealed class BinaryDataJsonConverter : System.Text.Json.Serialization.JsonConverter + { + public BinaryDataJsonConverter() => throw null; + public override System.BinaryData 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.BinaryData value, System.Text.Json.JsonSerializerOptions options) => throw null; + } + } + } + } +} diff --git a/csharp/ql/test/resources/stubs/System.Diagnostics.DiagnosticSource/8.0.0/System.Diagnostics.DiagnosticSource.csproj b/csharp/ql/test/resources/stubs/System.Memory.Data/8.0.1/System.Memory.Data.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.Diagnostics.DiagnosticSource/8.0.0/System.Diagnostics.DiagnosticSource.csproj rename to csharp/ql/test/resources/stubs/System.Memory.Data/8.0.1/System.Memory.Data.csproj diff --git a/csharp/ql/test/resources/stubs/System.Memory/4.5.4/System.Memory.csproj b/csharp/ql/test/resources/stubs/System.Memory/4.5.5/System.Memory.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.Memory/4.5.4/System.Memory.csproj rename to csharp/ql/test/resources/stubs/System.Memory/4.5.5/System.Memory.csproj diff --git a/csharp/ql/test/resources/stubs/System.Memory/4.6.0/System.Memory.csproj b/csharp/ql/test/resources/stubs/System.Memory/4.6.0/System.Memory.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/System.Memory/4.6.0/System.Memory.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Net.Http/4.1.0/System.Net.Http.csproj b/csharp/ql/test/resources/stubs/System.Net.Http/4.1.0/System.Net.Http.csproj new file mode 100644 index 000000000000..117175158270 --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Net.Http/4.1.0/System.Net.Http.csproj @@ -0,0 +1,38 @@ + + + net10.0 + true + bin\ + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 deleted file mode 100644 index 36246904dc0f..000000000000 --- a/csharp/ql/test/resources/stubs/System.Net.Http/4.3.0/System.Net.Http.csproj +++ /dev/null @@ -1,38 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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.0.11/System.Net.Primitives.csproj similarity index 69% rename from csharp/ql/test/resources/stubs/System.Net.Primitives/4.3.0/System.Net.Primitives.csproj rename to csharp/ql/test/resources/stubs/System.Net.Primitives/4.0.11/System.Net.Primitives.csproj index 13849284ebda..01aa22e2ffc0 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.0.11/System.Net.Primitives.csproj @@ -7,10 +7,10 @@ - - - - + + + + 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.1.0/System.Net.Sockets.csproj similarity index 58% rename from csharp/ql/test/resources/stubs/System.Net.Sockets/4.3.0/System.Net.Sockets.csproj rename to csharp/ql/test/resources/stubs/System.Net.Sockets/4.1.0/System.Net.Sockets.csproj index 0644b1a5fc3b..e6c7d2d158a5 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.1.0/System.Net.Sockets.csproj @@ -7,12 +7,12 @@ - - - - - - + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Numerics.Vectors/4.5.0/System.Numerics.Vectors.csproj b/csharp/ql/test/resources/stubs/System.Numerics.Vectors/4.5.0/System.Numerics.Vectors.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/System.Numerics.Vectors/4.5.0/System.Numerics.Vectors.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.ObjectModel/4.3.0/System.ObjectModel.csproj b/csharp/ql/test/resources/stubs/System.ObjectModel/4.0.12/System.ObjectModel.csproj similarity index 62% rename from csharp/ql/test/resources/stubs/System.ObjectModel/4.3.0/System.ObjectModel.csproj rename to csharp/ql/test/resources/stubs/System.ObjectModel/4.0.12/System.ObjectModel.csproj index 48f65b0b017d..eb1700d176cc 100644 --- a/csharp/ql/test/resources/stubs/System.ObjectModel/4.3.0/System.ObjectModel.csproj +++ b/csharp/ql/test/resources/stubs/System.ObjectModel/4.0.12/System.ObjectModel.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Reflection.Emit.ILGeneration/4.3.0/System.Reflection.Emit.ILGeneration.csproj b/csharp/ql/test/resources/stubs/System.Reflection.Emit.ILGeneration/4.0.1/System.Reflection.Emit.ILGeneration.csproj similarity index 75% rename from csharp/ql/test/resources/stubs/System.Reflection.Emit.ILGeneration/4.3.0/System.Reflection.Emit.ILGeneration.csproj rename to csharp/ql/test/resources/stubs/System.Reflection.Emit.ILGeneration/4.0.1/System.Reflection.Emit.ILGeneration.csproj index b5752b6f67da..24fa67b47b73 100644 --- a/csharp/ql/test/resources/stubs/System.Reflection.Emit.ILGeneration/4.3.0/System.Reflection.Emit.ILGeneration.csproj +++ b/csharp/ql/test/resources/stubs/System.Reflection.Emit.ILGeneration/4.0.1/System.Reflection.Emit.ILGeneration.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/System.Reflection.Emit.Lightweight/4.0.1/System.Reflection.Emit.Lightweight.csproj b/csharp/ql/test/resources/stubs/System.Reflection.Emit.Lightweight/4.0.1/System.Reflection.Emit.Lightweight.csproj new file mode 100644 index 000000000000..b447e624022a --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Reflection.Emit.Lightweight/4.0.1/System.Reflection.Emit.Lightweight.csproj @@ -0,0 +1,16 @@ + + + net10.0 + true + bin\ + false + + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Reflection.Emit.Lightweight/4.7.0/System.Reflection.Emit.Lightweight.csproj b/csharp/ql/test/resources/stubs/System.Reflection.Emit.Lightweight/4.7.0/System.Reflection.Emit.Lightweight.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/System.Reflection.Emit.Lightweight/4.7.0/System.Reflection.Emit.Lightweight.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Reflection.Emit/4.0.1/System.Reflection.Emit.csproj b/csharp/ql/test/resources/stubs/System.Reflection.Emit/4.0.1/System.Reflection.Emit.csproj new file mode 100644 index 000000000000..f080f3f43e71 --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Reflection.Emit/4.0.1/System.Reflection.Emit.csproj @@ -0,0 +1,17 @@ + + + net10.0 + true + bin\ + false + + + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Reflection.Emit/4.7.0/System.Reflection.Emit.csproj b/csharp/ql/test/resources/stubs/System.Reflection.Emit/4.7.0/System.Reflection.Emit.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/System.Reflection.Emit/4.7.0/System.Reflection.Emit.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - 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.0.1/System.Reflection.Extensions.csproj similarity index 73% rename from csharp/ql/test/resources/stubs/System.Reflection.Extensions/4.3.0/System.Reflection.Extensions.csproj rename to csharp/ql/test/resources/stubs/System.Reflection.Extensions/4.0.1/System.Reflection.Extensions.csproj index 84fe0ba3fd93..7a8f100ae71b 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.0.1/System.Reflection.Extensions.csproj @@ -7,10 +7,10 @@ - - - - + + + + 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.0.1/System.Reflection.Primitives.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Reflection.Primitives/4.3.0/System.Reflection.Primitives.csproj rename to csharp/ql/test/resources/stubs/System.Reflection.Primitives/4.0.1/System.Reflection.Primitives.csproj index e03091cbb831..51f299cfb247 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.0.1/System.Reflection.Primitives.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/System.Text.RegularExpressions/4.3.0/System.Text.RegularExpressions.csproj b/csharp/ql/test/resources/stubs/System.Reflection.TypeExtensions/4.1.0/System.Reflection.TypeExtensions.csproj similarity index 74% rename from csharp/ql/test/resources/stubs/System.Text.RegularExpressions/4.3.0/System.Text.RegularExpressions.csproj rename to csharp/ql/test/resources/stubs/System.Reflection.TypeExtensions/4.1.0/System.Reflection.TypeExtensions.csproj index 45b1e4e8f0ef..5774838610fc 100644 --- a/csharp/ql/test/resources/stubs/System.Text.RegularExpressions/4.3.0/System.Text.RegularExpressions.csproj +++ b/csharp/ql/test/resources/stubs/System.Reflection.TypeExtensions/4.1.0/System.Reflection.TypeExtensions.csproj @@ -7,7 +7,8 @@ - + + diff --git a/csharp/ql/test/resources/stubs/System.Reflection.TypeExtensions/4.7.0/System.Reflection.TypeExtensions.csproj b/csharp/ql/test/resources/stubs/System.Reflection.TypeExtensions/4.7.0/System.Reflection.TypeExtensions.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/System.Reflection.TypeExtensions/4.7.0/System.Reflection.TypeExtensions.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - 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.1.0/System.Reflection.csproj similarity index 71% rename from csharp/ql/test/resources/stubs/System.Reflection/4.3.0/System.Reflection.csproj rename to csharp/ql/test/resources/stubs/System.Reflection/4.1.0/System.Reflection.csproj index 3c5a8575fb74..b63d40c29691 100644 --- a/csharp/ql/test/resources/stubs/System.Reflection/4.3.0/System.Reflection.csproj +++ b/csharp/ql/test/resources/stubs/System.Reflection/4.1.0/System.Reflection.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + 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.0.1/System.Resources.ResourceManager.csproj similarity index 65% rename from csharp/ql/test/resources/stubs/System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj rename to csharp/ql/test/resources/stubs/System.Resources.ResourceManager/4.0.1/System.Resources.ResourceManager.csproj index 7059a7567450..3d3414f8a1c5 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.0.1/System.Resources.ResourceManager.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + 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.1.0/System.Runtime.Extensions.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Runtime.Extensions/4.3.0/System.Runtime.Extensions.csproj rename to csharp/ql/test/resources/stubs/System.Runtime.Extensions/4.1.0/System.Runtime.Extensions.csproj index e03091cbb831..51f299cfb247 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.1.0/System.Runtime.Extensions.csproj @@ -7,9 +7,9 @@ - - - + + + 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.0.1/System.Runtime.Handles.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Runtime.Handles/4.3.0/System.Runtime.Handles.csproj rename to csharp/ql/test/resources/stubs/System.Runtime.Handles/4.0.1/System.Runtime.Handles.csproj index e03091cbb831..51f299cfb247 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.0.1/System.Runtime.Handles.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/System.Runtime.InteropServices.RuntimeInformation/4.3.0/System.Runtime.InteropServices.RuntimeInformation.csproj b/csharp/ql/test/resources/stubs/System.Runtime.InteropServices.RuntimeInformation/4.0.0/System.Runtime.InteropServices.RuntimeInformation.csproj similarity index 55% rename from csharp/ql/test/resources/stubs/System.Runtime.InteropServices.RuntimeInformation/4.3.0/System.Runtime.InteropServices.RuntimeInformation.csproj rename to csharp/ql/test/resources/stubs/System.Runtime.InteropServices.RuntimeInformation/4.0.0/System.Runtime.InteropServices.RuntimeInformation.csproj index 3bcf3a63a774..384e7554defb 100644 --- a/csharp/ql/test/resources/stubs/System.Runtime.InteropServices.RuntimeInformation/4.3.0/System.Runtime.InteropServices.RuntimeInformation.csproj +++ b/csharp/ql/test/resources/stubs/System.Runtime.InteropServices.RuntimeInformation/4.0.0/System.Runtime.InteropServices.RuntimeInformation.csproj @@ -7,13 +7,13 @@ - - - - - - - + + + + + + + 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.1.0/System.Runtime.InteropServices.csproj similarity index 64% rename from csharp/ql/test/resources/stubs/System.Runtime.InteropServices/4.3.0/System.Runtime.InteropServices.csproj rename to csharp/ql/test/resources/stubs/System.Runtime.InteropServices/4.1.0/System.Runtime.InteropServices.csproj index 29b2e27579f8..e290ddcb9ff5 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.1.0/System.Runtime.InteropServices.csproj @@ -7,12 +7,12 @@ - - - - - - + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Runtime.Numerics/4.3.0/System.Runtime.Numerics.csproj b/csharp/ql/test/resources/stubs/System.Runtime.Numerics/4.0.1/System.Runtime.Numerics.csproj similarity index 68% rename from csharp/ql/test/resources/stubs/System.Runtime.Numerics/4.3.0/System.Runtime.Numerics.csproj rename to csharp/ql/test/resources/stubs/System.Runtime.Numerics/4.0.1/System.Runtime.Numerics.csproj index 7391fce40cde..116aea34e043 100644 --- a/csharp/ql/test/resources/stubs/System.Runtime.Numerics/4.3.0/System.Runtime.Numerics.csproj +++ b/csharp/ql/test/resources/stubs/System.Runtime.Numerics/4.0.1/System.Runtime.Numerics.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/csharp/ql/test/resources/stubs/System.Runtime.Serialization.Formatters/4.3.0/System.Runtime.Serialization.Formatters.csproj b/csharp/ql/test/resources/stubs/System.Runtime.Serialization.Formatters/4.3.0/System.Runtime.Serialization.Formatters.csproj deleted file mode 100644 index 11b6e7e27e01..000000000000 --- a/csharp/ql/test/resources/stubs/System.Runtime.Serialization.Formatters/4.3.0/System.Runtime.Serialization.Formatters.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Runtime.Serialization.Primitives/4.3.0/System.Runtime.Serialization.Primitives.csproj b/csharp/ql/test/resources/stubs/System.Runtime.Serialization.Primitives/4.3.0/System.Runtime.Serialization.Primitives.csproj deleted file mode 100644 index a7640c74aa7b..000000000000 --- a/csharp/ql/test/resources/stubs/System.Runtime.Serialization.Primitives/4.3.0/System.Runtime.Serialization.Primitives.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - 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.1.0/System.Runtime.csproj similarity index 86% rename from csharp/ql/test/resources/stubs/System.Runtime/4.3.0/System.Runtime.csproj rename to csharp/ql/test/resources/stubs/System.Runtime/4.1.0/System.Runtime.csproj index c1bb4d18f73d..7b8741c85a56 100644 --- a/csharp/ql/test/resources/stubs/System.Runtime/4.3.0/System.Runtime.csproj +++ b/csharp/ql/test/resources/stubs/System.Runtime/4.1.0/System.Runtime.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Algorithms/4.2.0/System.Security.Cryptography.Algorithms.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Algorithms/4.2.0/System.Security.Cryptography.Algorithms.csproj new file mode 100644 index 000000000000..789a5d50a93a --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Algorithms/4.2.0/System.Security.Cryptography.Algorithms.csproj @@ -0,0 +1,25 @@ + + + net10.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 deleted file mode 100644 index 9f73adccf5d8..000000000000 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Algorithms/4.3.0/System.Security.Cryptography.Algorithms.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - - - - - - - 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.2.0/System.Security.Cryptography.Cng.csproj similarity index 56% rename from csharp/ql/test/resources/stubs/System.Security.Cryptography.Cng/4.3.0/System.Security.Cryptography.Cng.csproj rename to csharp/ql/test/resources/stubs/System.Security.Cryptography.Cng/4.2.0/System.Security.Cryptography.Cng.csproj index ed73cd974f73..b96fd90dbcce 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.2.0/System.Security.Cryptography.Cng.csproj @@ -7,17 +7,17 @@ - - - - - - - - - - - + + + + + + + + + + + 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.0.0/System.Security.Cryptography.Csp.csproj similarity index 52% rename from csharp/ql/test/resources/stubs/System.Security.Cryptography.Csp/4.3.0/System.Security.Cryptography.Csp.csproj rename to csharp/ql/test/resources/stubs/System.Security.Cryptography.Csp/4.0.0/System.Security.Cryptography.Csp.csproj index 894b05f5b5d2..15558b465854 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.0.0/System.Security.Cryptography.Csp.csproj @@ -7,19 +7,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + 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.0.0/System.Security.Cryptography.Encoding.csproj similarity index 52% rename from csharp/ql/test/resources/stubs/System.Security.Cryptography.Encoding/4.3.0/System.Security.Cryptography.Encoding.csproj rename to csharp/ql/test/resources/stubs/System.Security.Cryptography.Encoding/4.0.0/System.Security.Cryptography.Encoding.csproj index 27721f827a71..4f9163d4a97e 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.0.0/System.Security.Cryptography.Encoding.csproj @@ -7,18 +7,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.OpenSsl/4.0.0/System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.OpenSsl/4.0.0/System.Security.Cryptography.OpenSsl.csproj new file mode 100644 index 000000000000..9ef439a79be5 --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.OpenSsl/4.0.0/System.Security.Cryptography.OpenSsl.csproj @@ -0,0 +1,25 @@ + + + net10.0 + true + bin\ + false + + + + + + + + + + + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.OpenSsl/4.3.0/System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.OpenSsl/4.3.0/System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index b8300780e8de..000000000000 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.OpenSsl/4.3.0/System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,25 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Primitives/4.3.0/System.Security.Cryptography.Primitives.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Primitives/4.0.0/System.Security.Cryptography.Primitives.csproj similarity index 53% rename from csharp/ql/test/resources/stubs/System.Security.Cryptography.Primitives/4.3.0/System.Security.Cryptography.Primitives.csproj rename to csharp/ql/test/resources/stubs/System.Security.Cryptography.Primitives/4.0.0/System.Security.Cryptography.Primitives.csproj index 9d13c0aca7e2..92296f2f96a4 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.Primitives/4.3.0/System.Security.Cryptography.Primitives.csproj +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.Primitives/4.0.0/System.Security.Cryptography.Primitives.csproj @@ -7,13 +7,13 @@ - - - - - - - + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/10.0.1/System.Security.Cryptography.ProtectedData.cs b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/10.0.1/System.Security.Cryptography.ProtectedData.cs new file mode 100644 index 000000000000..c27e8b72316f --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/10.0.1/System.Security.Cryptography.ProtectedData.cs @@ -0,0 +1,27 @@ +// This file contains auto-generated code. +// Generated from `System.Security.Cryptography.ProtectedData, Version=10.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[] Protect(System.ReadOnlySpan userData, System.Security.Cryptography.DataProtectionScope scope, System.ReadOnlySpan optionalEntropy = default(System.ReadOnlySpan)) => throw null; + public static int Protect(System.ReadOnlySpan userData, System.Security.Cryptography.DataProtectionScope scope, System.Span destination, System.ReadOnlySpan optionalEntropy = default(System.ReadOnlySpan)) => throw null; + public static bool TryProtect(System.ReadOnlySpan userData, System.Security.Cryptography.DataProtectionScope scope, System.Span destination, out int bytesWritten, System.ReadOnlySpan optionalEntropy = default(System.ReadOnlySpan)) => throw null; + public static bool TryUnprotect(System.ReadOnlySpan encryptedData, System.Security.Cryptography.DataProtectionScope scope, System.Span destination, out int bytesWritten, System.ReadOnlySpan optionalEntropy = default(System.ReadOnlySpan)) => throw null; + public static byte[] Unprotect(byte[] encryptedData, byte[] optionalEntropy, System.Security.Cryptography.DataProtectionScope scope) => throw null; + public static byte[] Unprotect(System.ReadOnlySpan encryptedData, System.Security.Cryptography.DataProtectionScope scope, System.ReadOnlySpan optionalEntropy = default(System.ReadOnlySpan)) => throw null; + public static int Unprotect(System.ReadOnlySpan encryptedData, System.Security.Cryptography.DataProtectionScope scope, System.Span destination, System.ReadOnlySpan optionalEntropy = default(System.ReadOnlySpan)) => throw null; + } + } + } +} diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/10.0.1/System.Security.Cryptography.ProtectedData.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.csproj rename to csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/10.0.1/System.Security.Cryptography.ProtectedData.csproj diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.cs b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.cs deleted file mode 100644 index 112088cf6b5d..000000000000 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.cs +++ /dev/null @@ -1,21 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Security.Cryptography.ProtectedData, Version=9.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/9.0.4/System.Security.Cryptography.ProtectedData.cs b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.4/System.Security.Cryptography.ProtectedData.cs deleted file mode 100644 index 112088cf6b5d..000000000000 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.4/System.Security.Cryptography.ProtectedData.cs +++ /dev/null @@ -1,21 +0,0 @@ -// This file contains auto-generated code. -// Generated from `System.Security.Cryptography.ProtectedData, Version=9.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/9.0.4/System.Security.Cryptography.ProtectedData.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.4/System.Security.Cryptography.ProtectedData.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.ProtectedData/9.0.4/System.Security.Cryptography.ProtectedData.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Security.Cryptography.X509Certificates/4.1.0/System.Security.Cryptography.X509Certificates.csproj b/csharp/ql/test/resources/stubs/System.Security.Cryptography.X509Certificates/4.1.0/System.Security.Cryptography.X509Certificates.csproj new file mode 100644 index 000000000000..9fe6e71abf7b --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Security.Cryptography.X509Certificates/4.1.0/System.Security.Cryptography.X509Certificates.csproj @@ -0,0 +1,37 @@ + + + net10.0 + true + bin\ + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 deleted file mode 100644 index 5b4bcef20f96..000000000000 --- a/csharp/ql/test/resources/stubs/System.Security.Cryptography.X509Certificates/4.3.0/System.Security.Cryptography.X509Certificates.csproj +++ /dev/null @@ -1,37 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.cs b/csharp/ql/test/resources/stubs/System.Security.Permissions/10.0.1/System.Security.Permissions.cs similarity index 99% rename from csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.cs rename to csharp/ql/test/resources/stubs/System.Security.Permissions/10.0.1/System.Security.Permissions.cs index a176c24e796b..1d89b52ce39e 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.cs +++ b/csharp/ql/test/resources/stubs/System.Security.Permissions/10.0.1/System.Security.Permissions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Security.Permissions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Security.Permissions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { public sealed class ApplicationIdentity : System.Runtime.Serialization.ISerializable diff --git a/csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.csproj b/csharp/ql/test/resources/stubs/System.Security.Permissions/10.0.1/System.Security.Permissions.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.csproj rename to csharp/ql/test/resources/stubs/System.Security.Permissions/10.0.1/System.Security.Permissions.csproj index da1d02073433..f998e993eb3d 100644 --- a/csharp/ql/test/resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.csproj +++ b/csharp/ql/test/resources/stubs/System.Security.Permissions/10.0.1/System.Security.Permissions.csproj @@ -7,7 +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.0.11/System.Text.Encoding.Extensions.csproj similarity index 69% rename from csharp/ql/test/resources/stubs/System.Text.Encoding.Extensions/4.3.0/System.Text.Encoding.Extensions.csproj rename to csharp/ql/test/resources/stubs/System.Text.Encoding.Extensions/4.0.11/System.Text.Encoding.Extensions.csproj index 944efc80f303..6db1bb83538e 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.0.11/System.Text.Encoding.Extensions.csproj @@ -7,10 +7,10 @@ - - - - + + + + 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.0.11/System.Text.Encoding.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Text.Encoding/4.3.0/System.Text.Encoding.csproj rename to csharp/ql/test/resources/stubs/System.Text.Encoding/4.0.11/System.Text.Encoding.csproj index e03091cbb831..51f299cfb247 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.0.11/System.Text.Encoding.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/System.Text.Encodings.Web/4.7.2/System.Text.Encodings.Web.csproj b/csharp/ql/test/resources/stubs/System.Text.Encodings.Web/4.7.2/System.Text.Encodings.Web.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/System.Text.Encodings.Web/4.7.2/System.Text.Encodings.Web.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/System.Text.Json/4.7.2/System.Text.Json.csproj b/csharp/ql/test/resources/stubs/System.Text.Json/9.0.5/System.Text.Json.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.Text.Json/4.7.2/System.Text.Json.csproj rename to csharp/ql/test/resources/stubs/System.Text.Json/9.0.5/System.Text.Json.csproj diff --git a/csharp/ql/test/resources/stubs/System.Collections.NonGeneric/4.3.0/System.Collections.NonGeneric.csproj b/csharp/ql/test/resources/stubs/System.Text.RegularExpressions/4.1.0/System.Text.RegularExpressions.csproj similarity index 56% rename from csharp/ql/test/resources/stubs/System.Collections.NonGeneric/4.3.0/System.Collections.NonGeneric.csproj rename to csharp/ql/test/resources/stubs/System.Text.RegularExpressions/4.1.0/System.Text.RegularExpressions.csproj index 2349fd41cce9..d431b4f180e4 100644 --- a/csharp/ql/test/resources/stubs/System.Collections.NonGeneric/4.3.0/System.Collections.NonGeneric.csproj +++ b/csharp/ql/test/resources/stubs/System.Text.RegularExpressions/4.1.0/System.Text.RegularExpressions.csproj @@ -7,12 +7,12 @@ - - - - - - + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Threading.Tasks.Extensions/4.3.0/System.Threading.Tasks.Extensions.csproj b/csharp/ql/test/resources/stubs/System.Threading.Tasks.Extensions/4.0.0/System.Threading.Tasks.Extensions.csproj similarity index 63% rename from csharp/ql/test/resources/stubs/System.Threading.Tasks.Extensions/4.3.0/System.Threading.Tasks.Extensions.csproj rename to csharp/ql/test/resources/stubs/System.Threading.Tasks.Extensions/4.0.0/System.Threading.Tasks.Extensions.csproj index 5fadc1ee521c..2157588f294b 100644 --- a/csharp/ql/test/resources/stubs/System.Threading.Tasks.Extensions/4.3.0/System.Threading.Tasks.Extensions.csproj +++ b/csharp/ql/test/resources/stubs/System.Threading.Tasks.Extensions/4.0.0/System.Threading.Tasks.Extensions.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/System.Threading.Tasks.Extensions/4.5.4/System.Threading.Tasks.Extensions.csproj b/csharp/ql/test/resources/stubs/System.Threading.Tasks.Extensions/4.5.4/System.Threading.Tasks.Extensions.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/System.Threading.Tasks.Extensions/4.5.4/System.Threading.Tasks.Extensions.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - 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.0.11/System.Threading.Tasks.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Threading.Tasks/4.3.0/System.Threading.Tasks.csproj rename to csharp/ql/test/resources/stubs/System.Threading.Tasks/4.0.11/System.Threading.Tasks.csproj index e03091cbb831..51f299cfb247 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.0.11/System.Threading.Tasks.csproj @@ -7,9 +7,9 @@ - - - + + + 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.0.1/System.Threading.Timer.csproj similarity index 79% rename from csharp/ql/test/resources/stubs/System.Threading.Timer/4.3.0/System.Threading.Timer.csproj rename to csharp/ql/test/resources/stubs/System.Threading.Timer/4.0.1/System.Threading.Timer.csproj index e03091cbb831..51f299cfb247 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.0.1/System.Threading.Timer.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/csharp/ql/test/resources/stubs/System.Threading/4.3.0/System.Threading.csproj b/csharp/ql/test/resources/stubs/System.Threading/4.0.11/System.Threading.csproj similarity index 72% rename from csharp/ql/test/resources/stubs/System.Threading/4.3.0/System.Threading.csproj rename to csharp/ql/test/resources/stubs/System.Threading/4.0.11/System.Threading.csproj index 72f1cb505bbc..eaa493f3b615 100644 --- a/csharp/ql/test/resources/stubs/System.Threading/4.3.0/System.Threading.csproj +++ b/csharp/ql/test/resources/stubs/System.Threading/4.0.11/System.Threading.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.cs b/csharp/ql/test/resources/stubs/System.Windows.Extensions/10.0.1/System.Windows.Extensions.cs similarity index 97% rename from csharp/ql/test/resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.cs rename to csharp/ql/test/resources/stubs/System.Windows.Extensions/10.0.1/System.Windows.Extensions.cs index f85b5f35da72..d7114518551e 100644 --- a/csharp/ql/test/resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.cs +++ b/csharp/ql/test/resources/stubs/System.Windows.Extensions/10.0.1/System.Windows.Extensions.cs @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Windows.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Windows.Extensions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Media diff --git a/csharp/ql/test/resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.csproj b/csharp/ql/test/resources/stubs/System.Windows.Extensions/10.0.1/System.Windows.Extensions.csproj similarity index 100% rename from csharp/ql/test/resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.csproj rename to csharp/ql/test/resources/stubs/System.Windows.Extensions/10.0.1/System.Windows.Extensions.csproj diff --git a/csharp/ql/test/resources/stubs/System.Xml.ReaderWriter/4.3.0/System.Xml.ReaderWriter.csproj b/csharp/ql/test/resources/stubs/System.Xml.ReaderWriter/4.0.11/System.Xml.ReaderWriter.csproj similarity index 50% rename from csharp/ql/test/resources/stubs/System.Xml.ReaderWriter/4.3.0/System.Xml.ReaderWriter.csproj rename to csharp/ql/test/resources/stubs/System.Xml.ReaderWriter/4.0.11/System.Xml.ReaderWriter.csproj index 0b9b8f7afcc9..32eb7f8aa706 100644 --- a/csharp/ql/test/resources/stubs/System.Xml.ReaderWriter/4.3.0/System.Xml.ReaderWriter.csproj +++ b/csharp/ql/test/resources/stubs/System.Xml.ReaderWriter/4.0.11/System.Xml.ReaderWriter.csproj @@ -7,21 +7,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Xml.XDocument/4.0.11/System.Xml.XDocument.csproj b/csharp/ql/test/resources/stubs/System.Xml.XDocument/4.0.11/System.Xml.XDocument.csproj new file mode 100644 index 000000000000..6708cc6dc5f5 --- /dev/null +++ b/csharp/ql/test/resources/stubs/System.Xml.XDocument/4.0.11/System.Xml.XDocument.csproj @@ -0,0 +1,24 @@ + + + net10.0 + true + bin\ + false + + + + + + + + + + + + + + + + + + diff --git a/csharp/ql/test/resources/stubs/System.Xml.XDocument/4.3.0/System.Xml.XDocument.csproj b/csharp/ql/test/resources/stubs/System.Xml.XDocument/4.3.0/System.Xml.XDocument.csproj deleted file mode 100644 index ccd054372772..000000000000 --- a/csharp/ql/test/resources/stubs/System.Xml.XDocument/4.3.0/System.Xml.XDocument.csproj +++ /dev/null @@ -1,24 +0,0 @@ - - - net10.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 2635e08124a7..22962114348d 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Antiforgery, Version=10.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.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Abstractions.cs index 558ef37d727b..db1235f8ad5e 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication.Abstractions, Version=10.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 039f16ab90ff..8455c69fcced 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication.BearerToken, Version=10.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 1b66e13964d8..78d3cec13714 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication.Cookies, Version=10.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 ee076162f129..662ca471465c 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication.Core, Version=10.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 70981e846483..eb716157e312 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication.OAuth, Version=10.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.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.cs index 439e240dd542..4af52fe8a9c3 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authentication, Version=10.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 9319cdf4178a..d368ce18a6bb 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authorization.Policy, Version=10.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 a23da3fb8af9..381ca541d009 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Authorization, Version=10.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 254458276864..279d1cc9c87b 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components.Authorization, Version=10.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.Endpoints.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Endpoints.cs index 71a509964c68..dda9eb11e711 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components.Endpoints, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -95,6 +95,12 @@ public enum PersistedStateSerializationMode Server = 2, WebAssembly = 3, } + public sealed class ResourcePreloader : Microsoft.AspNetCore.Components.IComponent + { + void Microsoft.AspNetCore.Components.IComponent.Attach(Microsoft.AspNetCore.Components.RenderHandle renderHandle) => throw null; + public ResourcePreloader() => throw null; + System.Threading.Tasks.Task Microsoft.AspNetCore.Components.IComponent.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView parameters) => throw null; + } namespace Routing { public static partial class RazorComponentsEndpointHttpContextExtensions @@ -145,6 +151,10 @@ public interface IRazorComponentsBuilder { Microsoft.Extensions.DependencyInjection.IServiceCollection Services { get; } } + public static partial class RazorComponentsRazorComponentBuilderExtensions + { + public static Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder RegisterPersistentService(this Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder builder, Microsoft.AspNetCore.Components.IComponentRenderMode renderMode) => throw null; + } public static partial class RazorComponentsServiceCollectionExtensions { public static Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder AddRazorComponents(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configure = default(System.Action)) => throw null; 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 89169841d557..8a44025284be 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components.Forms, Version=10.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 6f9d4da4de97..2413fc2814ef 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components.Server, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -34,8 +34,12 @@ public sealed class CircuitOptions public bool DetailedErrors { get => throw null; set { } } public int DisconnectedCircuitMaxRetained { get => throw null; set { } } public System.TimeSpan DisconnectedCircuitRetentionPeriod { get => throw null; set { } } + public Microsoft.Extensions.Caching.Hybrid.HybridCache HybridPersistenceCache { get => throw null; set { } } public System.TimeSpan JSInteropDefaultCallTimeout { get => throw null; set { } } public int MaxBufferedUnacknowledgedRenderBatches { get => throw null; set { } } + public System.TimeSpan? PersistedCircuitDistributedRetentionPeriod { get => throw null; set { } } + public int PersistedCircuitInMemoryMaxRetained { get => throw null; set { } } + public System.TimeSpan PersistedCircuitInMemoryRetentionPeriod { get => throw null; set { } } public Microsoft.AspNetCore.Components.Server.CircuitRootComponentOptions RootComponents { get => throw null; } } public class CircuitRootComponentOptions : Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration 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 95c3b97dad09..00921b916304 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -168,6 +168,13 @@ public sealed class InputFileChangeEventArgs : System.EventArgs public int FileCount { get => throw null; } public System.Collections.Generic.IReadOnlyList GetMultipleFiles(int maximumFileCount = default(int)) => throw null; } + public class InputHidden : Microsoft.AspNetCore.Components.Forms.InputBase + { + protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder) => throw null; + public InputHidden() => throw null; + public Microsoft.AspNetCore.Components.ElementReference? Element { get => throw null; set { } } + protected override bool TryParseValueFromString(string value, out string result, out string validationErrorMessage) => throw null; + } public class InputNumber : Microsoft.AspNetCore.Components.Forms.InputBase { protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder) => throw null; @@ -349,6 +356,7 @@ public class NavLink : Microsoft.AspNetCore.Components.ComponentBase, System.IDi public Microsoft.AspNetCore.Components.Routing.NavLinkMatch Match { get => throw null; set { } } protected override void OnInitialized() => throw null; protected override void OnParametersSet() => throw null; + protected virtual bool ShouldMatch(string uriAbsolute) => throw null; } public enum NavLinkMatch { @@ -493,6 +501,7 @@ namespace Internal public interface IInternalWebJSInProcessRuntime { string InvokeJS(string identifier, string argsJson, Microsoft.JSInterop.JSCallResultType resultType, long targetInstanceId); + virtual string InvokeJS(in Microsoft.JSInterop.Infrastructure.JSInvocationInfo invocationInfo) => throw null; } } public static partial class JSComponentConfigurationExtensions 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 c25bde3e6446..1a25407482b1 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Components, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -368,13 +368,29 @@ public interface IHandleEvent } namespace Infrastructure { + public static partial class ComponentsMetricsServiceCollectionExtensions + { + public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddComponentsMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; + public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddComponentsTracing(Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; + } public class ComponentStatePersistenceManager { public ComponentStatePersistenceManager(Microsoft.Extensions.Logging.ILogger logger) => throw null; + public ComponentStatePersistenceManager(Microsoft.Extensions.Logging.ILogger logger, System.IServiceProvider serviceProvider) => throw null; public System.Threading.Tasks.Task PersistStateAsync(Microsoft.AspNetCore.Components.IPersistentComponentStateStore store, Microsoft.AspNetCore.Components.RenderTree.Renderer renderer) => throw null; public System.Threading.Tasks.Task RestoreStateAsync(Microsoft.AspNetCore.Components.IPersistentComponentStateStore store) => throw null; + public System.Threading.Tasks.Task RestoreStateAsync(Microsoft.AspNetCore.Components.IPersistentComponentStateStore store, Microsoft.AspNetCore.Components.RestoreContext context) => throw null; + public void SetPlatformRenderMode(Microsoft.AspNetCore.Components.IComponentRenderMode renderMode) => throw null; public Microsoft.AspNetCore.Components.PersistentComponentState State { get => throw null; } } + public static partial class PersistentStateProviderServiceCollectionExtensions + { + public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddSupplyValueFromPersistentComponentStateProvider(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) => throw null; + } + public static partial class RegisterPersistentComponentStateServiceCollectionExtensions + { + public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddPersistentServiceRegistration(Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.AspNetCore.Components.IComponentRenderMode componentRenderMode) => throw null; + } } [System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)] public sealed class InjectAttribute : System.Attribute @@ -438,8 +454,10 @@ public abstract class NavigationManager public void NavigateTo(string uri, Microsoft.AspNetCore.Components.NavigationOptions options) => throw null; protected virtual void NavigateToCore(string uri, bool forceLoad) => throw null; protected virtual void NavigateToCore(string uri, Microsoft.AspNetCore.Components.NavigationOptions options) => throw null; + public void NotFound() => throw null; protected void NotifyLocationChanged(bool isInterceptedLink) => throw null; protected System.Threading.Tasks.ValueTask NotifyLocationChangingAsync(string uri, string state, bool isNavigationIntercepted) => throw null; + public event System.EventHandler OnNotFound; public virtual void Refresh(bool forceReload = default(bool)) => throw null; public System.IDisposable RegisterLocationChangingHandler(System.Func locationChangingHandler) => throw null; protected virtual void SetNavigationLockState(bool value) => throw null; @@ -479,11 +497,13 @@ public struct NavigationOptions public string HistoryEntryState { get => throw null; set { } } public bool ReplaceHistoryEntry { get => throw null; set { } } } - public abstract class OwningComponentBase : Microsoft.AspNetCore.Components.ComponentBase, System.IDisposable + public abstract class OwningComponentBase : Microsoft.AspNetCore.Components.ComponentBase, System.IAsyncDisposable, System.IDisposable { protected OwningComponentBase() => throw null; void System.IDisposable.Dispose() => throw null; protected virtual void Dispose(bool disposing) => throw null; + System.Threading.Tasks.ValueTask System.IAsyncDisposable.DisposeAsync() => throw null; + protected virtual System.Threading.Tasks.ValueTask DisposeAsyncCore() => throw null; protected bool IsDisposed { get => throw null; } protected System.IServiceProvider ScopedServices { get => throw null; } } @@ -525,8 +545,22 @@ public class PersistentComponentState public void PersistAsJson(string key, TValue instance) => throw null; public Microsoft.AspNetCore.Components.PersistingComponentStateSubscription RegisterOnPersisting(System.Func callback) => throw null; public Microsoft.AspNetCore.Components.PersistingComponentStateSubscription RegisterOnPersisting(System.Func callback, Microsoft.AspNetCore.Components.IComponentRenderMode renderMode) => throw null; + public Microsoft.AspNetCore.Components.RestoringComponentStateSubscription RegisterOnRestoring(System.Action callback, Microsoft.AspNetCore.Components.RestoreOptions options) => throw null; public bool TryTakeFromJson(string key, out TValue instance) => throw null; } + public abstract class PersistentComponentStateSerializer + { + protected PersistentComponentStateSerializer() => throw null; + public abstract void Persist(T value, System.Buffers.IBufferWriter writer); + public abstract T Restore(System.Buffers.ReadOnlySequence data); + } + [System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)] + public sealed class PersistentStateAttribute : Microsoft.AspNetCore.Components.CascadingParameterAttributeBase + { + public bool AllowUpdates { get => throw null; set { } } + public PersistentStateAttribute() => throw null; + public Microsoft.AspNetCore.Components.RestoreBehavior RestoreBehavior { get => throw null; set { } } + } public struct PersistingComponentStateSubscription : System.IDisposable { public void Dispose() => throw null; @@ -558,8 +592,10 @@ public class ComponentState : System.IAsyncDisposable public int ComponentId { get => throw null; } public ComponentState(Microsoft.AspNetCore.Components.RenderTree.Renderer renderer, int componentId, Microsoft.AspNetCore.Components.IComponent component, Microsoft.AspNetCore.Components.Rendering.ComponentState parentComponentState) => throw null; public virtual System.Threading.Tasks.ValueTask DisposeAsync() => throw null; + protected virtual object GetComponentKey() => throw null; public Microsoft.AspNetCore.Components.Rendering.ComponentState LogicalParentComponentState { get => throw null; } public Microsoft.AspNetCore.Components.Rendering.ComponentState ParentComponentState { get => throw null; } + protected Microsoft.AspNetCore.Components.RenderTree.Renderer Renderer { get => throw null; } } public sealed class RenderTreeBuilder : System.IDisposable { @@ -759,7 +795,7 @@ public enum RenderTreeFrameType : short } public sealed class ResourceAsset { - public ResourceAsset(string url, System.Collections.Generic.IReadOnlyList properties) => throw null; + public ResourceAsset(string url, System.Collections.Generic.IReadOnlyList properties = default(System.Collections.Generic.IReadOnlyList)) => throw null; public System.Collections.Generic.IReadOnlyList Properties { get => throw null; } public string Url { get => throw null; } } @@ -780,6 +816,29 @@ public sealed class ResourceAssetProperty public string Name { get => throw null; } public string Value { get => throw null; } } + [System.Flags] + public enum RestoreBehavior + { + Default = 0, + SkipInitialValue = 1, + SkipLastSnapshot = 2, + } + public sealed class RestoreContext + { + public static Microsoft.AspNetCore.Components.RestoreContext InitialValue { get => throw null; } + public static Microsoft.AspNetCore.Components.RestoreContext LastSnapshot { get => throw null; } + public static Microsoft.AspNetCore.Components.RestoreContext ValueUpdate { get => throw null; } + } + public struct RestoreOptions + { + public bool AllowUpdates { get => throw null; set { } } + public RestoreOptions() => throw null; + public Microsoft.AspNetCore.Components.RestoreBehavior RestoreBehavior { get => throw null; set { } } + } + public struct RestoringComponentStateSubscription : System.IDisposable + { + public void Dispose() => throw null; + } [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)] public sealed class RouteAttribute : System.Attribute { @@ -807,6 +866,7 @@ namespace Routing public interface IHostEnvironmentNavigationManager { void Initialize(string baseUri, string uri); + virtual void Initialize(string baseUri, string uri, System.Func onNavigateTo) => throw null; } public interface INavigationInterception { @@ -841,6 +901,11 @@ public sealed class NavigationContext public System.Threading.CancellationToken CancellationToken { get => throw null; } public string Path { get => throw null; } } + public sealed class NotFoundEventArgs : System.EventArgs + { + public NotFoundEventArgs() => throw null; + public string Path { get => throw null; set { } } + } public class Router : Microsoft.AspNetCore.Components.IComponent, System.IDisposable, Microsoft.AspNetCore.Components.IHandleAfterRender { public System.Collections.Generic.IEnumerable AdditionalAssemblies { get => throw null; set { } } @@ -851,6 +916,7 @@ public class Router : Microsoft.AspNetCore.Components.IComponent, System.IDispos public Microsoft.AspNetCore.Components.RenderFragment Found { get => throw null; set { } } public Microsoft.AspNetCore.Components.RenderFragment Navigating { get => throw null; set { } } public Microsoft.AspNetCore.Components.RenderFragment NotFound { get => throw null; set { } } + public System.Type NotFoundPage { get => throw null; set { } } System.Threading.Tasks.Task Microsoft.AspNetCore.Components.IHandleAfterRender.OnAfterRenderAsync() => throw null; public Microsoft.AspNetCore.Components.EventCallback OnNavigateAsync { get => throw null; set { } } public bool PreferExactMatches { get => throw null; set { } } 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 751d78c432d1..391042e342e1 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Connections.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -250,6 +250,10 @@ public interface IConnectionListenerFactorySelector { bool CanBind(System.Net.EndPoint endpoint); } + public interface IMemoryPoolFactory + { + System.Buffers.MemoryPool Create(Microsoft.AspNetCore.Connections.MemoryPoolOptions options = default(Microsoft.AspNetCore.Connections.MemoryPoolOptions)); + } public interface IMultiplexedConnectionBuilder { System.IServiceProvider ApplicationServices { get; } @@ -270,6 +274,11 @@ public interface IMultiplexedConnectionListenerFactory { System.Threading.Tasks.ValueTask BindAsync(System.Net.EndPoint endpoint, Microsoft.AspNetCore.Http.Features.IFeatureCollection features = default(Microsoft.AspNetCore.Http.Features.IFeatureCollection), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); } + public class MemoryPoolOptions + { + public MemoryPoolOptions() => throw null; + public string Owner { get => throw null; set { } } + } public class MultiplexedConnectionBuilder : Microsoft.AspNetCore.Connections.IMultiplexedConnectionBuilder { public System.IServiceProvider ApplicationServices { get => throw null; } 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 2c45c0df19f9..a8153fe173c5 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.CookiePolicy, Version=10.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 255e32f2bff3..4be5ea5aefee 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Cors, Version=10.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.Cryptography.KeyDerivation.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cryptography.KeyDerivation.cs index 8a313f3502ed..bb62c6dd41d0 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Cryptography.KeyDerivation, Version=10.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 8204d504b0b2..9cd23d694bf2 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.DataProtection.Abstractions, Version=10.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 a9b26da09997..2b1ce153c4b5 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.DataProtection.Extensions, Version=10.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 7a1acef667e0..01eba2c49cf8 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.DataProtection, Version=10.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.Abstractions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.Abstractions.cs index 6911d827748d..2c610253d69c 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Diagnostics.Abstractions, Version=10.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 3806c87f7d26..15a1811c2582 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Diagnostics.HealthChecks, Version=10.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 ebdc774743b2..392fabf88dbe 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Diagnostics, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -33,6 +33,7 @@ public class ExceptionHandlerOptions 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 System.Func SuppressDiagnosticsCallback { get => throw null; set { } } } public static partial class StatusCodePagesExtensions { @@ -42,10 +43,12 @@ public static partial class StatusCodePagesExtensions public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseStatusCodePages(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, string contentType, string bodyFormat) => throw null; public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseStatusCodePages(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, System.Action configuration) => throw null; public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseStatusCodePagesWithRedirects(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, string locationFormat) => throw null; - public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseStatusCodePagesWithReExecute(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, string pathFormat, string queryFormat = default(string)) => throw null; + public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseStatusCodePagesWithReExecute(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, string pathFormat, string queryFormat) => throw null; + public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseStatusCodePagesWithReExecute(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, string pathFormat, string queryFormat = default(string), bool createScopeForStatusCodePages = default(bool)) => throw null; } public class StatusCodePagesOptions { + public bool CreateScopeForStatusCodePages { get => throw null; set { } } public StatusCodePagesOptions() => throw null; public System.Func HandleAsync { get => throw null; set { } } } @@ -69,6 +72,14 @@ public class DeveloperExceptionPageMiddleware public DeveloperExceptionPageMiddleware(Microsoft.AspNetCore.Http.RequestDelegate next, Microsoft.Extensions.Options.IOptions options, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, Microsoft.AspNetCore.Hosting.IWebHostEnvironment hostingEnvironment, System.Diagnostics.DiagnosticSource diagnosticSource, System.Collections.Generic.IEnumerable filters) => throw null; public System.Threading.Tasks.Task Invoke(Microsoft.AspNetCore.Http.HttpContext context) => throw null; } + public enum ExceptionHandledType + { + Unhandled = 0, + ExceptionHandlerService = 1, + ProblemDetailsService = 2, + ExceptionHandlerDelegate = 3, + ExceptionHandlingPath = 4, + } public class ExceptionHandlerFeature : Microsoft.AspNetCore.Diagnostics.IExceptionHandlerFeature, Microsoft.AspNetCore.Diagnostics.IExceptionHandlerPathFeature { public ExceptionHandlerFeature() => throw null; @@ -82,6 +93,13 @@ public class ExceptionHandlerMiddleware public ExceptionHandlerMiddleware(Microsoft.AspNetCore.Http.RequestDelegate next, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, Microsoft.Extensions.Options.IOptions options, System.Diagnostics.DiagnosticListener diagnosticListener) => throw null; public System.Threading.Tasks.Task Invoke(Microsoft.AspNetCore.Http.HttpContext context) => throw null; } + public sealed class ExceptionHandlerSuppressDiagnosticsContext + { + public ExceptionHandlerSuppressDiagnosticsContext() => throw null; + public System.Exception Exception { get => throw null; set { } } + public Microsoft.AspNetCore.Diagnostics.ExceptionHandledType ExceptionHandledBy { get => throw null; set { } } + public Microsoft.AspNetCore.Http.HttpContext HttpContext { get => throw null; set { } } + } public interface IExceptionHandler { System.Threading.Tasks.ValueTask TryHandleAsync(Microsoft.AspNetCore.Http.HttpContext httpContext, System.Exception exception, System.Threading.CancellationToken cancellationToken); 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 c361ef3566e5..8af716017983 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.HostFiltering, Version=10.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 3b73c0c17383..b1a4a385da82 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Hosting.Abstractions, Version=10.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 aae08530825b..ddac41345830 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=10.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 6a24eff98824..0dfebcc23050 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Hosting, Version=10.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 f2f588851ed8..612a756c1c63 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Html.Abstractions, Version=10.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 459c8611c0bf..f2fafbb9e63e 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -308,11 +308,13 @@ public static class HttpMethods public static bool IsPatch(string method) => throw null; public static bool IsPost(string method) => throw null; public static bool IsPut(string method) => throw null; + public static bool IsQuery(string method) => throw null; public static bool IsTrace(string method) => throw null; public static readonly string Options; public static readonly string Patch; public static readonly string Post; public static readonly string Put; + public static readonly string Query; public static readonly string Trace; } public static class HttpProtocol @@ -484,9 +486,18 @@ public interface IAcceptsMetadata bool IsOptional { get; } System.Type RequestType { get; } } + public interface IAllowCookieRedirectMetadata + { + } + public interface IDisableCookieRedirectMetadata + { + } public interface IDisableHttpMetricsMetadata { } + public interface IDisableValidationMetadata + { + } public interface IEndpointDescriptionMetadata { string Description { get; } @@ -550,6 +561,7 @@ public interface IParameterBindingMetadata public interface IProducesResponseTypeMetadata { System.Collections.Generic.IEnumerable ContentTypes { get; } + virtual string Description { get => throw null; } int StatusCode { get; } System.Type Type { get; } } @@ -612,6 +624,7 @@ public sealed class ProducesResponseTypeMetadata : Microsoft.AspNetCore.Http.Met { public System.Collections.Generic.IEnumerable ContentTypes { get => throw null; } public ProducesResponseTypeMetadata(int statusCode, System.Type type = default(System.Type), string[] contentTypes = default(string[])) => throw null; + public string Description { get => throw null; set { } } public int StatusCode { get => throw null; } public override string ToString() => throw null; public System.Type Type { get => throw null; } 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 0d383d7cebe5..2a79e1f4bf83 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Connections.Common, Version=10.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 305c2bd41268..560b383fa867 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Connections, Version=10.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 6b6408078036..d56fa1c80a53 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,16 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Http.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Extensions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore { namespace Builder { + public static partial class CookieRedirectEndpointConventionBuilderExtensions + { + public static TBuilder AllowCookieRedirect(this TBuilder builder) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; + public static TBuilder DisableCookieRedirect(this TBuilder builder) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; + } public static partial class HttpMetricsEndpointConventionBuilderExtensions { public static TBuilder DisableHttpMetrics(this TBuilder builder) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; @@ -13,6 +18,11 @@ public static partial class HttpMetricsEndpointConventionBuilderExtensions } namespace Http { + [System.AttributeUsage((System.AttributeTargets)68)] + public sealed class AllowCookieRedirectAttribute : System.Attribute, Microsoft.AspNetCore.Http.Metadata.IAllowCookieRedirectMetadata + { + public AllowCookieRedirectAttribute() => throw null; + } [System.AttributeUsage((System.AttributeTargets)68)] public sealed class DisableHttpMetricsAttribute : System.Attribute, Microsoft.AspNetCore.Http.Metadata.IDisableHttpMetricsMetadata { 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 f76a1acbf52c..ca89a286c149 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Features, Version=10.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.Results.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Results.cs index 2c235d970d16..80852b979828 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http.Results, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -173,11 +173,12 @@ public sealed class InternalServerError : Microsoft.AspNetCore.Http.Meta 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 sealed class JsonHttpResult : Microsoft.AspNetCore.Http.IContentTypeHttpResult, Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider, Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult { public string ContentType { get => throw null; } public System.Threading.Tasks.Task ExecuteAsync(Microsoft.AspNetCore.Http.HttpContext httpContext) => throw null; public System.Text.Json.JsonSerializerOptions JsonSerializerOptions { get => 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; } public TValue Value { get => throw null; } object Microsoft.AspNetCore.Http.IValueHttpResult.Value { get => throw null; } @@ -232,10 +233,11 @@ public sealed class PhysicalFileHttpResult : Microsoft.AspNetCore.Http.IContentT public string FileName { get => throw null; } public System.DateTimeOffset? LastModified { get => throw null; } } - public sealed class ProblemHttpResult : Microsoft.AspNetCore.Http.IContentTypeHttpResult, Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult + public sealed class ProblemHttpResult : Microsoft.AspNetCore.Http.IContentTypeHttpResult, Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider, Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult { public string ContentType { get => throw null; } 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 Microsoft.AspNetCore.Mvc.ProblemDetails ProblemDetails { get => throw null; } public int StatusCode { get => throw null; } int? Microsoft.AspNetCore.Http.IStatusCodeHttpResult.StatusCode { get => throw null; } @@ -256,6 +258,7 @@ public sealed class RedirectHttpResult : Microsoft.AspNetCore.Http.IResult { public bool AcceptLocalUrlOnly { get => throw null; } public System.Threading.Tasks.Task ExecuteAsync(Microsoft.AspNetCore.Http.HttpContext httpContext) => throw null; + public static bool IsLocalUrl(string url) => throw null; public bool Permanent { get => throw null; } public bool PreserveMethod { get => throw null; } public string Url { get => throw null; } @@ -319,6 +322,12 @@ public sealed class Results throw null; public Microsoft.AspNetCore.Http.IResult Result { get => throw null; } } + public sealed class ServerSentEventsResult : 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; } + } public sealed class SignInHttpResult : Microsoft.AspNetCore.Http.IResult { public string AuthenticationScheme { get => throw null; } @@ -446,6 +455,9 @@ public static class Results 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; public static Microsoft.AspNetCore.Http.IResult RedirectToRoute(string routeName, Microsoft.AspNetCore.Routing.RouteValueDictionary routeValues, bool permanent = default(bool), bool preserveMethod = default(bool), string fragment = default(string)) => throw null; + public static Microsoft.AspNetCore.Http.IResult ServerSentEvents(System.Collections.Generic.IAsyncEnumerable values, string eventType = default(string)) => throw null; + public static Microsoft.AspNetCore.Http.IResult ServerSentEvents(System.Collections.Generic.IAsyncEnumerable values, string eventType = default(string)) => throw null; + public static Microsoft.AspNetCore.Http.IResult ServerSentEvents(System.Collections.Generic.IAsyncEnumerable> values) => throw null; public static Microsoft.AspNetCore.Http.IResult SignIn(System.Security.Claims.ClaimsPrincipal principal, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties = default(Microsoft.AspNetCore.Authentication.AuthenticationProperties), string authenticationScheme = default(string)) => throw null; public static Microsoft.AspNetCore.Http.IResult SignOut(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 StatusCode(int statusCode) => throw null; @@ -513,6 +525,9 @@ public static class TypedResults 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; public static Microsoft.AspNetCore.Http.HttpResults.RedirectToRouteHttpResult RedirectToRoute(string routeName, Microsoft.AspNetCore.Routing.RouteValueDictionary routeValues, bool permanent = default(bool), bool preserveMethod = default(bool), string fragment = default(string)) => throw null; + public static Microsoft.AspNetCore.Http.HttpResults.ServerSentEventsResult ServerSentEvents(System.Collections.Generic.IAsyncEnumerable values, string eventType = default(string)) => throw null; + public static Microsoft.AspNetCore.Http.HttpResults.ServerSentEventsResult ServerSentEvents(System.Collections.Generic.IAsyncEnumerable values, string eventType = default(string)) => throw null; + public static Microsoft.AspNetCore.Http.HttpResults.ServerSentEventsResult ServerSentEvents(System.Collections.Generic.IAsyncEnumerable> values) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.SignInHttpResult SignIn(System.Security.Claims.ClaimsPrincipal principal, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties = default(Microsoft.AspNetCore.Authentication.AuthenticationProperties), string authenticationScheme = default(string)) => throw null; public static Microsoft.AspNetCore.Http.HttpResults.SignOutHttpResult SignOut(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.StatusCodeHttpResult StatusCode(int statusCode) => 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 d468b4f40f9f..0c4661a66a13 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Http, Version=10.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.HttpLogging.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpLogging.cs index 848d2fe05004..243897e8d8c8 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.HttpLogging, Version=10.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.HttpOverrides.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpOverrides.cs index b6dfde499a1f..d7d3060c9e29 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.HttpOverrides, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -25,6 +25,7 @@ public class ForwardedHeadersOptions public string ForwardedPrefixHeaderName { get => throw null; set { } } public string ForwardedProtoHeaderName { get => throw null; set { } } public int? ForwardLimit { get => throw null; set { } } + public System.Collections.Generic.IList KnownIPNetworks { get => throw null; } public System.Collections.Generic.IList KnownNetworks { get => throw null; } public System.Collections.Generic.IList KnownProxies { get => throw null; } public string OriginalForHeaderName { get => throw null; set { } } 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 13e253b864d7..7a19da374ff0 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.HttpsPolicy, Version=10.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 752f733a0906..b42e6e270e50 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Identity, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -143,12 +143,33 @@ public class IdentityCookiesBuilder public Microsoft.Extensions.Options.OptionsBuilder TwoFactorRememberMeCookie { get => throw null; set { } } public Microsoft.Extensions.Options.OptionsBuilder TwoFactorUserIdCookie { get => throw null; set { } } } + public class IdentityPasskeyOptions + { + public string AttestationConveyancePreference { get => throw null; set { } } + public string AuthenticatorAttachment { get => throw null; set { } } + public System.TimeSpan AuthenticatorTimeout { get => throw null; set { } } + public int ChallengeSize { get => throw null; set { } } + public IdentityPasskeyOptions() => throw null; + public System.Func IsAllowedAlgorithm { get => throw null; set { } } + public string ResidentKeyRequirement { get => throw null; set { } } + public string ServerDomain { get => throw null; set { } } + public string UserVerificationRequirement { get => throw null; set { } } + public System.Func> ValidateOrigin { get => throw null; set { } } + public System.Func> VerifyAttestationStatement { get => throw null; set { } } + } public interface IEmailSender where TUser : class { System.Threading.Tasks.Task SendConfirmationLinkAsync(TUser user, string email, string confirmationLink); System.Threading.Tasks.Task SendPasswordResetCodeAsync(TUser user, string email, string resetCode); System.Threading.Tasks.Task SendPasswordResetLinkAsync(TUser user, string email, string resetLink); } + public interface IPasskeyHandler where TUser : class + { + System.Threading.Tasks.Task MakeCreationOptionsAsync(Microsoft.AspNetCore.Identity.PasskeyUserEntity userEntity, Microsoft.AspNetCore.Http.HttpContext httpContext); + System.Threading.Tasks.Task MakeRequestOptionsAsync(TUser user, Microsoft.AspNetCore.Http.HttpContext httpContext); + System.Threading.Tasks.Task> PerformAssertionAsync(Microsoft.AspNetCore.Identity.PasskeyAssertionContext context); + System.Threading.Tasks.Task PerformAttestationAsync(Microsoft.AspNetCore.Identity.PasskeyAttestationContext context); + } public interface ISecurityStampValidator { System.Threading.Tasks.Task ValidateAsync(Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext context); @@ -156,6 +177,88 @@ public interface ISecurityStampValidator public interface ITwoFactorSecurityStampValidator : Microsoft.AspNetCore.Identity.ISecurityStampValidator { } + public sealed class PasskeyAssertionContext + { + public string AssertionState { get => throw null; set { } } + public string CredentialJson { get => throw null; set { } } + public PasskeyAssertionContext() => throw null; + public Microsoft.AspNetCore.Http.HttpContext HttpContext { get => throw null; set { } } + } + public sealed class PasskeyAssertionResult where TUser : class + { + public Microsoft.AspNetCore.Identity.PasskeyException Failure { get => throw null; } + public Microsoft.AspNetCore.Identity.UserPasskeyInfo Passkey { get => throw null; } + public bool Succeeded { get => throw null; } + public TUser User { get => throw null; } + } + public static class PasskeyAssertionResult + { + public static Microsoft.AspNetCore.Identity.PasskeyAssertionResult Fail(Microsoft.AspNetCore.Identity.PasskeyException failure) where TUser : class => throw null; + public static Microsoft.AspNetCore.Identity.PasskeyAssertionResult Success(Microsoft.AspNetCore.Identity.UserPasskeyInfo passkey, TUser user) where TUser : class => throw null; + } + public sealed class PasskeyAttestationContext + { + public string AttestationState { get => throw null; set { } } + public string CredentialJson { get => throw null; set { } } + public PasskeyAttestationContext() => throw null; + public Microsoft.AspNetCore.Http.HttpContext HttpContext { get => throw null; set { } } + } + public sealed class PasskeyAttestationResult + { + public static Microsoft.AspNetCore.Identity.PasskeyAttestationResult Fail(Microsoft.AspNetCore.Identity.PasskeyException failure) => throw null; + public Microsoft.AspNetCore.Identity.PasskeyException Failure { get => throw null; } + public Microsoft.AspNetCore.Identity.UserPasskeyInfo Passkey { get => throw null; } + public bool Succeeded { get => throw null; } + public static Microsoft.AspNetCore.Identity.PasskeyAttestationResult Success(Microsoft.AspNetCore.Identity.UserPasskeyInfo passkey, Microsoft.AspNetCore.Identity.PasskeyUserEntity userEntity) => throw null; + public Microsoft.AspNetCore.Identity.PasskeyUserEntity UserEntity { get => throw null; } + } + public sealed class PasskeyAttestationStatementVerificationContext + { + public System.ReadOnlyMemory AttestationObject { get => throw null; set { } } + public System.ReadOnlyMemory ClientDataHash { get => throw null; set { } } + public PasskeyAttestationStatementVerificationContext() => throw null; + public Microsoft.AspNetCore.Http.HttpContext HttpContext { get => throw null; set { } } + } + public sealed class PasskeyCreationOptionsResult + { + public string AttestationState { get => throw null; set { } } + public string CreationOptionsJson { get => throw null; set { } } + public PasskeyCreationOptionsResult() => throw null; + } + public sealed class PasskeyException : System.Exception + { + public PasskeyException(string message) => throw null; + public PasskeyException(string message, System.Exception innerException) => throw null; + } + public sealed class PasskeyHandler : Microsoft.AspNetCore.Identity.IPasskeyHandler where TUser : class + { + public PasskeyHandler(Microsoft.AspNetCore.Identity.UserManager userManager, Microsoft.Extensions.Options.IOptions options) => throw null; + public System.Threading.Tasks.Task MakeCreationOptionsAsync(Microsoft.AspNetCore.Identity.PasskeyUserEntity userEntity, Microsoft.AspNetCore.Http.HttpContext httpContext) => throw null; + public System.Threading.Tasks.Task MakeRequestOptionsAsync(TUser user, Microsoft.AspNetCore.Http.HttpContext httpContext) => throw null; + public System.Threading.Tasks.Task> PerformAssertionAsync(Microsoft.AspNetCore.Identity.PasskeyAssertionContext context) => throw null; + public System.Threading.Tasks.Task PerformAttestationAsync(Microsoft.AspNetCore.Identity.PasskeyAttestationContext context) => throw null; + } + public sealed class PasskeyOriginValidationContext + { + public bool CrossOrigin { get => throw null; set { } } + public PasskeyOriginValidationContext() => throw null; + public Microsoft.AspNetCore.Http.HttpContext HttpContext { get => throw null; set { } } + public string Origin { get => throw null; set { } } + public string TopOrigin { get => throw null; set { } } + } + public sealed class PasskeyRequestOptionsResult + { + public string AssertionState { get => throw null; set { } } + public PasskeyRequestOptionsResult() => throw null; + public string RequestOptionsJson { get => throw null; set { } } + } + public sealed class PasskeyUserEntity + { + public PasskeyUserEntity() => throw null; + public string DisplayName { get => throw null; set { } } + public string Id { get => throw null; set { } } + public string Name { get => throw null; set { } } + } public class SecurityStampRefreshingPrincipalContext { public SecurityStampRefreshingPrincipalContext() => throw null; @@ -209,9 +312,14 @@ public class SignInManager where TUser : class public virtual System.Threading.Tasks.Task IsTwoFactorEnabledAsync(TUser user) => throw null; protected virtual System.Threading.Tasks.Task LockedOut(TUser user) => throw null; public virtual Microsoft.Extensions.Logging.ILogger Logger { get => throw null; set { } } + public virtual System.Threading.Tasks.Task MakePasskeyCreationOptionsAsync(Microsoft.AspNetCore.Identity.PasskeyUserEntity userEntity) => throw null; + public virtual System.Threading.Tasks.Task MakePasskeyRequestOptionsAsync(TUser user) => throw null; public Microsoft.AspNetCore.Identity.IdentityOptions Options { get => throw null; set { } } + public virtual System.Threading.Tasks.Task PasskeySignInAsync(string credentialJson) => throw null; public virtual System.Threading.Tasks.Task PasswordSignInAsync(TUser user, string password, bool isPersistent, bool lockoutOnFailure) => throw null; public virtual System.Threading.Tasks.Task PasswordSignInAsync(string userName, string password, bool isPersistent, bool lockoutOnFailure) => throw null; + public virtual System.Threading.Tasks.Task> PerformPasskeyAssertionAsync(string credentialJson) => throw null; + public virtual System.Threading.Tasks.Task PerformPasskeyAttestationAsync(string credentialJson) => throw null; protected virtual System.Threading.Tasks.Task PreSignInCheck(TUser user) => throw null; public virtual System.Threading.Tasks.Task RefreshSignInAsync(TUser user) => throw null; public virtual System.Threading.Tasks.Task RememberTwoFactorClientAsync(TUser user) => throw null; 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 c5a3617e657a..29dc36fb69f5 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Localization.Routing, Version=10.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 243f8f8f2bb6..d1bda83dfd12 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Localization, Version=10.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 f7848e4fb6a3..307a891ca330 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Metadata, Version=10.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 9a2c28ab99b0..7bde79a2e1b4 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -178,6 +178,7 @@ public class ApiResponseType { public System.Collections.Generic.IList ApiResponseFormats { get => throw null; set { } } public ApiResponseType() => throw null; + public string Description { get => throw null; set { } } public bool IsDefaultResponse { get => throw null; set { } } public Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata ModelMetadata { get => throw null; set { } } public int StatusCode { get => throw null; set { } } 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 0d6946acf13f..ea8b2e48cffb 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.ApiExplorer, Version=10.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 7379f3ec660e..48b367843f1b 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Core, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -143,7 +143,7 @@ public class ApiBehaviorOptions : System.Collections.Generic.IEnumerable throw null; set { } } } [System.AttributeUsage((System.AttributeTargets)5, AllowMultiple = false, Inherited = true)] - public class ApiControllerAttribute : Microsoft.AspNetCore.Mvc.ControllerAttribute, Microsoft.AspNetCore.Mvc.Infrastructure.IApiBehaviorMetadata, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata + public class ApiControllerAttribute : Microsoft.AspNetCore.Mvc.ControllerAttribute, Microsoft.AspNetCore.Mvc.Infrastructure.IApiBehaviorMetadata, Microsoft.AspNetCore.Http.Metadata.IDisableCookieRedirectMetadata, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata { public ApiControllerAttribute() => throw null; } @@ -216,6 +216,7 @@ public interface IApiRequestMetadataProvider : Microsoft.AspNetCore.Mvc.Filters. } public interface IApiResponseMetadataProvider : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata { + virtual string Description { get => throw null; } void SetContentTypes(Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection contentTypes); int StatusCode { get; } System.Type Type { get; } @@ -2794,6 +2795,7 @@ public class ProducesAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ApiE public Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection ContentTypes { get => throw null; set { } } public ProducesAttribute(System.Type type) => throw null; public ProducesAttribute(string contentType, params string[] additionalContentTypes) => throw null; + public string Description { get => throw null; set { } } public virtual void OnResultExecuted(Microsoft.AspNetCore.Mvc.Filters.ResultExecutedContext context) => throw null; public virtual void OnResultExecuting(Microsoft.AspNetCore.Mvc.Filters.ResultExecutingContext context) => throw null; public int Order { get => throw null; set { } } @@ -2810,6 +2812,7 @@ public sealed class ProducesDefaultResponseTypeAttribute : System.Attribute, Mic { public ProducesDefaultResponseTypeAttribute() => throw null; public ProducesDefaultResponseTypeAttribute(System.Type type) => throw null; + public string Description { get => throw null; set { } } void Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider.SetContentTypes(Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection contentTypes) => throw null; public int StatusCode { get => throw null; } public System.Type Type { get => throw null; } @@ -2826,6 +2829,7 @@ public class ProducesResponseTypeAttribute : System.Attribute, Microsoft.AspNetC public ProducesResponseTypeAttribute(int statusCode) => throw null; public ProducesResponseTypeAttribute(System.Type type, int statusCode) => throw null; public ProducesResponseTypeAttribute(System.Type type, int statusCode, string contentType, params string[] additionalContentTypes) => throw null; + public string Description { get => throw null; set { } } void Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider.SetContentTypes(Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection contentTypes) => throw null; public int StatusCode { get => throw null; set { } } public System.Type Type { get => throw null; set { } } 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 09e176cade18..a45a9eb6648a 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Cors, Version=10.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 4afd68922889..e30f032fc8c5 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.DataAnnotations, Version=10.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 3e8be5d164da..39b47b9446ae 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Formatters.Xml, Version=10.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 5a7dc7ed834d..e52b3b8888e0 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Localization, Version=10.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 4d6729dc8fa2..e7b76d7a4064 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.Razor, Version=10.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 db8a3a7015e5..8f9a93d4d84f 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.RazorPages, Version=10.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.TagHelpers.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.TagHelpers.cs index d21a14ccfa6c..665877f1a58a 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.TagHelpers, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -301,7 +301,7 @@ public class ScriptTagHelper : Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlReso 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; + public override System.Threading.Tasks.Task ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output) => throw null; public string Src { get => throw null; set { } } public string SrcExclude { get => throw null; set { } } public string SrcInclude { get => throw null; set { } } 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 b542ec1fd752..f953bfa6c261 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,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.Mvc.ViewFeatures, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc.ViewFeatures, Version=10.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.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.cs index 60a0d8a4922d..b58946b132a3 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Mvc, Version=10.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 814c4392e740..5733d62f7c6b 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.OutputCaching, Version=10.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 27fd1add157d..1647dc6da202 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.RateLimiting, Version=10.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.Runtime.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.Runtime.cs index ba9593eea191..2e171480d538 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Razor.Runtime, Version=10.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 dd941256b577..3f4f5d2687e0 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Razor, Version=10.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 3819df7a5c96..fee5c2ea6bef 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.RequestDecompression, Version=10.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 8414a38473d0..30583d038075 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.ResponseCaching.Abstractions, Version=10.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 297cfc384992..aa95fe75971b 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.ResponseCaching, Version=10.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 7a7cbaad8fad..11366aebe0cf 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.ResponseCompression, Version=10.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 d45d7715a557..9925806ac6e8 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Rewrite, Version=10.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 46e48fd204ee..a7c8b526c4c8 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Routing.Abstractions, Version=10.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 67044101a22b..1e26d8d4c00f 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Routing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -80,6 +80,10 @@ public static partial class RoutingEndpointConventionBuilderExtensions public static TBuilder WithName(this TBuilder builder, string endpointName) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; public static TBuilder WithOrder(this TBuilder builder, int order) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; } + public static partial class ValidationEndpointConventionBuilderExtensions + { + public static TBuilder DisableValidation(this TBuilder builder) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder => throw null; + } } namespace Http { 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 e97ae6709c38..1bd9bc0d4b5c 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.HttpSys, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -75,6 +75,7 @@ public class HttpSysOptions public long RequestQueueLimit { get => throw null; set { } } public Microsoft.AspNetCore.Server.HttpSys.RequestQueueMode RequestQueueMode { get => throw null; set { } } public string RequestQueueName { get => throw null; set { } } + public System.Security.AccessControl.GenericSecurityDescriptor RequestQueueSecurityDescriptor { get => throw null; set { } } public bool ThrowWriteExceptions { get => throw null; set { } } public Microsoft.AspNetCore.Server.HttpSys.TimeoutManager Timeouts { get => throw null; } public bool UnsafePreferInlineScheduling { get => throw null; set { } } @@ -123,6 +124,10 @@ public interface IHttpSysRequestInfoFeature { System.Collections.Generic.IReadOnlyDictionary> RequestInfo { get; } } + public interface IHttpSysRequestPropertyFeature + { + bool TryGetTlsClientHello(System.Span tlsClientHelloBytesDestination, out int bytesReturned); + } public interface IHttpSysRequestTimingFeature { System.ReadOnlySpan Timestamps { get; } 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 3f0d0543ce25..d39742d23d31 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.IIS, Version=10.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 7e279e3f6d03..3ffbc4a919c7 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.IISIntegration, Version=10.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 d8749f0c780b..50e6cecb51ab 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.Kestrel.Core, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -295,6 +295,7 @@ public class HttpsConnectionAdapterOptions public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ServerCertificateChain { get => throw null; set { } } public System.Func ServerCertificateSelector { get => throw null; set { } } public System.Security.Authentication.SslProtocols SslProtocols { get => throw null; set { } } + public System.Action> TlsClientHelloBytesCallback { get => throw null; set { } } } public class TlsHandshakeCallbackContext { 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 ddeac48528e6..b204844e2041 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes, Version=10.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.Quic.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.cs index 111c29988bea..fa7eefd69a57 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.Kestrel.Transport.Quic, Version=10.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 f7ae3ab9d6d1..2ef5f02f9e40 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets, Version=10.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 9bd207f8a545..32fb3883cf8e 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Server.Kestrel, Version=10.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 3a63b4ac5561..01ae457586f1 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.Session, Version=10.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 9333659ad5a4..7636bf0563f8 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.SignalR.Common, Version=10.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 0e8f65da9cae..69f70c875373 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.SignalR.Core, Version=10.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 90463f8dcfb4..d746cea8ccad 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.SignalR.Protocols.Json, Version=10.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 7fb8e9981cfa..351716ac4464 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.SignalR, Version=10.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 index 64dde4b0bc1f..735de390532a 100644 --- 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 @@ -1,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `Microsoft.AspNetCore.StaticAssets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.StaticAssets, Version=10.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.StaticFiles.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.StaticFiles.cs index f461ba37f34a..81883a1fc1d1 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.StaticFiles, Version=10.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 6bd9ec5acdb9..f1e48045a533 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.WebSockets, Version=10.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.WebUtilities.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebUtilities.cs index 715abaeca139..706451c67fff 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore.WebUtilities, Version=10.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.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.cs index d2ab32683de7..51ba23f81c0e 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.AspNetCore, Version=10.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 ff6832a28f87..9951e7ecd6bb 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Caching.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -58,6 +58,10 @@ 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 System.Threading.Tasks.ValueTask GetOrCreateAsync(System.ReadOnlySpan 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 virtual System.Threading.Tasks.ValueTask GetOrCreateAsync(System.ReadOnlySpan 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)) => throw null; + public System.Threading.Tasks.ValueTask GetOrCreateAsync(ref System.Runtime.CompilerServices.DefaultInterpolatedStringHandler 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 System.Threading.Tasks.ValueTask GetOrCreateAsync(ref System.Runtime.CompilerServices.DefaultInterpolatedStringHandler 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)) => 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; 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 8e33fb25f3f8..8f3ab6b2d41a 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Caching.Memory, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -38,6 +38,8 @@ public class MemoryCache : System.IDisposable, Microsoft.Extensions.Caching.Memo 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; + public bool TryGetValue(System.ReadOnlySpan key, out object value) => throw null; + public bool TryGetValue(System.ReadOnlySpan key, out TItem value) => throw null; } public class MemoryCacheOptions : Microsoft.Extensions.Options.IOptions { 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 29a19c84b932..9c99745f20da 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.Abstractions, Version=10.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 ffc76c5632ba..72d1f63164a8 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.Binder, Version=10.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 b96abb28aae6..253500eb31bf 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.CommandLine, Version=10.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 ec235c7bb0ce..73607d23c78f 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.EnvironmentVariables, Version=10.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 f794b507cd20..cec97a72c4a7 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.FileExtensions, Version=10.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 ee24b2c80eed..0990d32cc0b2 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.Ini, Version=10.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 63e866ec26e0..0c54554de6b0 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.Json, Version=10.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 2a6919e88668..9f582bcfb03a 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.KeyPerFile, Version=10.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 424202090a6a..f3a383d15483 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.UserSecrets, Version=10.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 117c931ba7e7..375f2ee15ebe 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration.Xml, Version=10.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 5ab286d2a2f2..fd2ea3f71c88 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Configuration, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -98,6 +98,7 @@ public class ConfigurationSection : Microsoft.Extensions.Configuration.IConfigur public string Key { get => throw null; } public string Path { get => throw null; } public string this[string key] { get => throw null; set { } } + public bool TryGetValue(string key, out string value) => throw null; public string Value { get => throw null; set { } } } namespace Memory 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 739908e10cc4..75117de4fed0 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.DependencyInjection.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -85,8 +85,10 @@ public static partial class ServiceCollectionDescriptorExtensions [System.AttributeUsage((System.AttributeTargets)2048)] public class FromKeyedServicesAttribute : System.Attribute { + public FromKeyedServicesAttribute() => throw null; public FromKeyedServicesAttribute(object key) => throw null; public object Key { get => throw null; } + public Microsoft.Extensions.DependencyInjection.ServiceKeyLookupMode LookupMode { get => throw null; } } public interface IKeyedServiceProvider : System.IServiceProvider { @@ -257,6 +259,12 @@ public class ServiceKeyAttribute : System.Attribute { public ServiceKeyAttribute() => throw null; } + public enum ServiceKeyLookupMode + { + InheritKey = 0, + NullKey = 1, + ExplicitKey = 2, + } public enum ServiceLifetime { Singleton = 0, @@ -266,6 +274,7 @@ public enum ServiceLifetime public static partial class ServiceProviderKeyedServiceExtensions { public static T GetKeyedService(this System.IServiceProvider provider, object serviceKey) => throw null; + public static object GetKeyedService(this System.IServiceProvider provider, System.Type serviceType, object serviceKey) => throw null; public static System.Collections.Generic.IEnumerable GetKeyedServices(this System.IServiceProvider provider, System.Type serviceType, object serviceKey) => throw null; public static System.Collections.Generic.IEnumerable GetKeyedServices(this System.IServiceProvider provider, object serviceKey) => throw null; public static object GetRequiredKeyedService(this System.IServiceProvider provider, System.Type serviceType, object serviceKey) => throw null; 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 ef511c7ed33f..ed71b4d55573 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.DependencyInjection, Version=10.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 fa292f796a54..c785df4d37d0 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Diagnostics.Abstractions, Version=10.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 5f8e03ce6832..8361bfb31be2 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions, Version=10.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 da27d30f5f03..1fd413109457 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Diagnostics.HealthChecks, Version=10.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 0ebe7ee3ab14..46b4d8741e5c 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Diagnostics, Version=10.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 84581ce6d30b..6fe0fffd5f70 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Features, Version=10.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 0c4ac3985da4..35077d6214cd 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.FileProviders.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -45,7 +45,7 @@ public class NotFoundFileInfo : Microsoft.Extensions.FileProviders.IFileInfo public string Name { get => throw null; } public string PhysicalPath { get => throw null; } } - public class NullChangeToken : Microsoft.Extensions.Primitives.IChangeToken + public sealed class NullChangeToken : Microsoft.Extensions.Primitives.IChangeToken { public bool ActiveChangeCallbacks { get => throw null; } public bool HasChanged { get => throw null; } 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 31a118b19e6e..ceab8f21e7e5 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.FileProviders.Composite, Version=10.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 879ad0adb25b..d3d0c4108b87 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.FileProviders.Embedded, Version=10.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 3d7285525217..68ab8101f69a 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.FileProviders.Physical, Version=10.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.FileSystemGlobbing.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileSystemGlobbing.cs index 85b18283209f..8fb75b755e98 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -242,6 +242,7 @@ public class Matcher public virtual Microsoft.Extensions.FileSystemGlobbing.Matcher AddInclude(string pattern) => throw null; public Matcher() => throw null; public Matcher(System.StringComparison comparisonType) => throw null; + public Matcher(System.StringComparison comparisonType = default(System.StringComparison), bool preserveFilterOrder = default(bool)) => throw null; public virtual Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult Execute(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase directoryInfo) => throw null; } public static partial class MatcherExtensions 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 9e2581bc7491..ad70fff1680c 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Hosting.Abstractions, Version=10.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 6e1d4da588c0..efe1cad386aa 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Hosting, Version=10.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 64455bf3463a..5966c7cb32db 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Http, Version=10.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.Identity.Core.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Core.cs index 2b4a81dfbc07..bfa0d1365417 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Identity.Core, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore @@ -118,6 +118,7 @@ public static class IdentitySchemaVersions public static readonly System.Version Default; public static readonly System.Version Version1; public static readonly System.Version Version2; + public static readonly System.Version Version3; } public interface ILookupNormalizer { @@ -237,6 +238,14 @@ public interface IUserLoginStore : System.IDisposable, Microsoft.AspNetCo System.Threading.Tasks.Task> GetLoginsAsync(TUser user, System.Threading.CancellationToken cancellationToken); System.Threading.Tasks.Task RemoveLoginAsync(TUser user, string loginProvider, string providerKey, System.Threading.CancellationToken cancellationToken); } + public interface IUserPasskeyStore : System.IDisposable, Microsoft.AspNetCore.Identity.IUserStore where TUser : class + { + System.Threading.Tasks.Task AddOrUpdatePasskeyAsync(TUser user, Microsoft.AspNetCore.Identity.UserPasskeyInfo passkey, System.Threading.CancellationToken cancellationToken); + System.Threading.Tasks.Task FindByPasskeyIdAsync(byte[] credentialId, System.Threading.CancellationToken cancellationToken); + System.Threading.Tasks.Task FindPasskeyAsync(TUser user, byte[] credentialId, System.Threading.CancellationToken cancellationToken); + System.Threading.Tasks.Task> GetPasskeysAsync(TUser user, System.Threading.CancellationToken cancellationToken); + System.Threading.Tasks.Task RemovePasskeyAsync(TUser user, byte[] credentialId, System.Threading.CancellationToken cancellationToken); + } public interface IUserPasswordStore : System.IDisposable, Microsoft.AspNetCore.Identity.IUserStore where TUser : class { System.Threading.Tasks.Task GetPasswordHashAsync(TUser user, System.Threading.CancellationToken cancellationToken); @@ -478,7 +487,7 @@ public class UserClaimsPrincipalFactory : Microsoft.AspNetCore.Ide } public class UserLoginInfo { - public UserLoginInfo(string loginProvider, string providerKey, string displayName) => throw null; + public UserLoginInfo(string loginProvider, string providerKey, string providerDisplayName) => throw null; public string LoginProvider { get => throw null; set { } } public string ProviderDisplayName { get => throw null; set { } } public string ProviderKey { get => throw null; set { } } @@ -489,6 +498,7 @@ public class UserManager : System.IDisposable where TUser : class public virtual System.Threading.Tasks.Task AddClaimAsync(TUser user, System.Security.Claims.Claim claim) => throw null; public virtual System.Threading.Tasks.Task AddClaimsAsync(TUser user, System.Collections.Generic.IEnumerable claims) => throw null; public virtual System.Threading.Tasks.Task AddLoginAsync(TUser user, Microsoft.AspNetCore.Identity.UserLoginInfo login) => throw null; + public virtual System.Threading.Tasks.Task AddOrUpdatePasskeyAsync(TUser user, Microsoft.AspNetCore.Identity.UserPasskeyInfo passkey) => throw null; public virtual System.Threading.Tasks.Task AddPasswordAsync(TUser user, string password) => throw null; public virtual System.Threading.Tasks.Task AddToRoleAsync(TUser user, string role) => throw null; public virtual System.Threading.Tasks.Task AddToRolesAsync(TUser user, System.Collections.Generic.IEnumerable roles) => throw null; @@ -514,6 +524,7 @@ public class UserManager : System.IDisposable where TUser : class public virtual System.Threading.Tasks.Task FindByIdAsync(string userId) => throw null; public virtual System.Threading.Tasks.Task FindByLoginAsync(string loginProvider, string providerKey) => throw null; public virtual System.Threading.Tasks.Task FindByNameAsync(string userName) => throw null; + public virtual System.Threading.Tasks.Task FindByPasskeyIdAsync(byte[] credentialId) => throw null; public virtual System.Threading.Tasks.Task GenerateChangeEmailTokenAsync(TUser user, string newEmail) => throw null; public virtual System.Threading.Tasks.Task GenerateChangePhoneNumberTokenAsync(TUser user, string phoneNumber) => throw null; public virtual System.Threading.Tasks.Task GenerateConcurrencyStampAsync(TUser user) => throw null; @@ -532,6 +543,8 @@ public class UserManager : System.IDisposable where TUser : class public virtual System.Threading.Tasks.Task GetLockoutEnabledAsync(TUser user) => throw null; public virtual System.Threading.Tasks.Task GetLockoutEndDateAsync(TUser user) => throw null; public virtual System.Threading.Tasks.Task> GetLoginsAsync(TUser user) => throw null; + public virtual System.Threading.Tasks.Task GetPasskeyAsync(TUser user, byte[] credentialId) => throw null; + public virtual System.Threading.Tasks.Task> GetPasskeysAsync(TUser user) => throw null; public virtual System.Threading.Tasks.Task GetPhoneNumberAsync(TUser user) => throw null; public virtual System.Threading.Tasks.Task> GetRolesAsync(TUser user) => throw null; public virtual System.Threading.Tasks.Task GetSecurityStampAsync(TUser user) => throw null; @@ -564,12 +577,14 @@ public class UserManager : System.IDisposable where TUser : class public virtual System.Threading.Tasks.Task RemoveFromRoleAsync(TUser user, string role) => throw null; public virtual System.Threading.Tasks.Task RemoveFromRolesAsync(TUser user, System.Collections.Generic.IEnumerable roles) => throw null; public virtual System.Threading.Tasks.Task RemoveLoginAsync(TUser user, string loginProvider, string providerKey) => throw null; + public virtual System.Threading.Tasks.Task RemovePasskeyAsync(TUser user, byte[] credentialId) => throw null; public virtual System.Threading.Tasks.Task RemovePasswordAsync(TUser user) => throw null; public virtual System.Threading.Tasks.Task ReplaceClaimAsync(TUser user, System.Security.Claims.Claim claim, System.Security.Claims.Claim newClaim) => throw null; public virtual System.Threading.Tasks.Task ResetAccessFailedCountAsync(TUser user) => throw null; public virtual System.Threading.Tasks.Task ResetAuthenticatorKeyAsync(TUser user) => throw null; public virtual System.Threading.Tasks.Task ResetPasswordAsync(TUser user, string token, string newPassword) => throw null; public const string ResetPasswordTokenPurpose = default; + public System.IServiceProvider ServiceProvider { get => throw null; } public virtual System.Threading.Tasks.Task SetAuthenticationTokenAsync(TUser user, string loginProvider, string tokenName, string tokenValue) => throw null; public virtual System.Threading.Tasks.Task SetEmailAsync(TUser user, string email) => throw null; public virtual System.Threading.Tasks.Task SetLockoutEnabledAsync(TUser user, bool enabled) => throw null; @@ -585,6 +600,7 @@ public class UserManager : System.IDisposable where TUser : class public virtual bool SupportsUserEmail { get => throw null; } public virtual bool SupportsUserLockout { get => throw null; } public virtual bool SupportsUserLogin { get => throw null; } + public virtual bool SupportsUserPasskey { get => throw null; } public virtual bool SupportsUserPassword { get => throw null; } public virtual bool SupportsUserPhoneNumber { get => throw null; } public virtual bool SupportsUserRole { get => throw null; } @@ -613,6 +629,21 @@ public class UserOptions public UserOptions() => throw null; public bool RequireUniqueEmail { get => throw null; set { } } } + public sealed class UserPasskeyInfo + { + public byte[] AttestationObject { get => throw null; } + public byte[] ClientDataJson { get => throw null; } + public System.DateTimeOffset CreatedAt { get => throw null; } + public byte[] CredentialId { get => throw null; } + public UserPasskeyInfo(byte[] credentialId, byte[] publicKey, System.DateTimeOffset createdAt, uint signCount, string[] transports, bool isUserVerified, bool isBackupEligible, bool isBackedUp, byte[] attestationObject, byte[] clientDataJson) => throw null; + public bool IsBackedUp { get => throw null; set { } } + public bool IsBackupEligible { get => throw null; } + public bool IsUserVerified { get => throw null; set { } } + public string Name { get => throw null; set { } } + public byte[] PublicKey { get => throw null; } + public uint SignCount { get => throw null; set { } } + public string[] Transports { get => throw null; } + } public class UserValidator : Microsoft.AspNetCore.Identity.IUserValidator where TUser : class { public UserValidator(Microsoft.AspNetCore.Identity.IdentityErrorDescriber errors = default(Microsoft.AspNetCore.Identity.IdentityErrorDescriber)) => throw null; 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 e829adbcce70..bdc711d878e9 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,11 +1,25 @@ // This file contains auto-generated code. -// Generated from `Microsoft.Extensions.Identity.Stores, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Identity.Stores, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace AspNetCore { namespace Identity { + public class IdentityPasskeyData + { + public virtual byte[] AttestationObject { get => throw null; set { } } + public virtual byte[] ClientDataJson { get => throw null; set { } } + public virtual System.DateTimeOffset CreatedAt { get => throw null; set { } } + public IdentityPasskeyData() => throw null; + public virtual bool IsBackedUp { get => throw null; set { } } + public virtual bool IsBackupEligible { get => throw null; set { } } + public virtual bool IsUserVerified { get => throw null; set { } } + public virtual string Name { get => throw null; set { } } + public virtual byte[] PublicKey { get => throw null; set { } } + public virtual uint SignCount { get => throw null; set { } } + public virtual string[] Transports { get => throw null; set { } } + } public class IdentityRole : Microsoft.AspNetCore.Identity.IdentityRole { public IdentityRole() => throw null; @@ -75,6 +89,13 @@ public class IdentityUserLogin where TKey : System.IEquatable public virtual string ProviderKey { get => throw null; set { } } public virtual TKey UserId { get => throw null; set { } } } + public class IdentityUserPasskey where TKey : System.IEquatable + { + public virtual byte[] CredentialId { get => throw null; set { } } + public IdentityUserPasskey() => throw null; + public virtual Microsoft.AspNetCore.Identity.IdentityPasskeyData Data { get => throw null; set { } } + public virtual TKey UserId { get => throw null; set { } } + } public class IdentityUserRole where TKey : System.IEquatable { public IdentityUserRole() => throw null; 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 f04b523953e8..a03e938038ec 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Localization.Abstractions, Version=10.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 86114ab1fd87..6b03d386b219 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Localization, Version=10.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 b9d6d9307bcc..acbc099ff1d3 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -36,7 +36,7 @@ public struct LogEntry public Microsoft.Extensions.Logging.LogLevel LogLevel { get => throw null; } public TState State { get => throw null; } } - public class NullLogger : Microsoft.Extensions.Logging.ILogger + public sealed class NullLogger : Microsoft.Extensions.Logging.ILogger { public System.IDisposable BeginScope(TState state) => throw null; public static Microsoft.Extensions.Logging.Abstractions.NullLogger Instance { get => throw null; } @@ -59,7 +59,7 @@ public class NullLoggerFactory : System.IDisposable, Microsoft.Extensions.Loggin public void Dispose() => throw null; public static readonly Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory Instance; } - public class NullLoggerProvider : System.IDisposable, Microsoft.Extensions.Logging.ILoggerProvider + public sealed class NullLoggerProvider : System.IDisposable, Microsoft.Extensions.Logging.ILoggerProvider { public Microsoft.Extensions.Logging.ILogger CreateLogger(string categoryName) => throw null; public void Dispose() => throw null; @@ -213,6 +213,12 @@ public enum LogLevel Critical = 5, None = 6, } + [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)] + public class ProviderAliasAttribute : System.Attribute + { + public string Alias { get => throw null; } + public ProviderAliasAttribute(string alias) => 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 3c81818c2266..ab0420e47e23 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.Configuration, Version=10.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 465b6e40057d..8f2ee83d4108 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.Console, Version=10.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 0805f65e8f19..19b527ec1078 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.Debug, Version=10.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 017bc019dfd2..ae3d443ec082 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.EventLog, Version=10.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 d0db03c42054..2b6322d69d25 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.EventSource, Version=10.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 4af5cd3b37b0..2be3d058f3e5 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging.TraceSource, Version=10.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 6b42bef9d832..78eb8325faff 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Logging, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace Extensions @@ -89,12 +89,6 @@ public static partial class LoggingBuilderExtensions public static Microsoft.Extensions.Logging.ILoggingBuilder Configure(this Microsoft.Extensions.Logging.ILoggingBuilder builder, System.Action action) => throw null; public static Microsoft.Extensions.Logging.ILoggingBuilder SetMinimumLevel(this Microsoft.Extensions.Logging.ILoggingBuilder builder, Microsoft.Extensions.Logging.LogLevel level) => throw null; } - [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)] - public class ProviderAliasAttribute : System.Attribute - { - public string Alias { get => throw null; } - public ProviderAliasAttribute(string alias) => throw null; - } } } } 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 16e1a300d559..43e4c3957503 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.ObjectPool, Version=10.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 627dc4061828..6f52122b461a 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Options.ConfigurationExtensions, Version=10.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 0c622c9d0764..87cab7afcab7 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Options.DataAnnotations, Version=10.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 4b20c109a22a..0accd53d15e8 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Options, Version=10.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 3c5cad5d9bfd..a3404059dc4b 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.Primitives, Version=10.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.Validation.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Validation.cs new file mode 100644 index 000000000000..4b1402a40e5a --- /dev/null +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Validation.cs @@ -0,0 +1,80 @@ +// This file contains auto-generated code. +// Generated from `Microsoft.Extensions.Validation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +namespace Microsoft +{ + namespace Extensions + { + namespace DependencyInjection + { + public static partial class ValidationServiceCollectionExtensions + { + public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddValidation(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action configureOptions = default(System.Action)) => throw null; + } + } + namespace Validation + { + public interface IValidatableInfo + { + System.Threading.Tasks.Task ValidateAsync(object value, Microsoft.Extensions.Validation.ValidateContext context, System.Threading.CancellationToken cancellationToken); + } + public interface IValidatableInfoResolver + { + bool TryGetValidatableParameterInfo(System.Reflection.ParameterInfo parameterInfo, out Microsoft.Extensions.Validation.IValidatableInfo validatableInfo); + bool TryGetValidatableTypeInfo(System.Type type, out Microsoft.Extensions.Validation.IValidatableInfo validatableInfo); + } + [System.AttributeUsage((System.AttributeTargets)2180, AllowMultiple = false, Inherited = true)] + public sealed class SkipValidationAttribute : System.Attribute + { + public SkipValidationAttribute() => throw null; + } + public abstract class ValidatableParameterInfo : Microsoft.Extensions.Validation.IValidatableInfo + { + protected ValidatableParameterInfo(System.Type parameterType, string name, string displayName) => throw null; + protected abstract System.ComponentModel.DataAnnotations.ValidationAttribute[] GetValidationAttributes(); + public virtual System.Threading.Tasks.Task ValidateAsync(object value, Microsoft.Extensions.Validation.ValidateContext context, System.Threading.CancellationToken cancellationToken) => throw null; + } + public abstract class ValidatablePropertyInfo : Microsoft.Extensions.Validation.IValidatableInfo + { + protected ValidatablePropertyInfo(System.Type declaringType, System.Type propertyType, string name, string displayName) => throw null; + protected abstract System.ComponentModel.DataAnnotations.ValidationAttribute[] GetValidationAttributes(); + public virtual System.Threading.Tasks.Task ValidateAsync(object value, Microsoft.Extensions.Validation.ValidateContext context, System.Threading.CancellationToken cancellationToken) => throw null; + } + [System.AttributeUsage((System.AttributeTargets)4)] + public sealed class ValidatableTypeAttribute : System.Attribute + { + public ValidatableTypeAttribute() => throw null; + } + public abstract class ValidatableTypeInfo : Microsoft.Extensions.Validation.IValidatableInfo + { + protected ValidatableTypeInfo(System.Type type, System.Collections.Generic.IReadOnlyList members) => throw null; + protected abstract System.ComponentModel.DataAnnotations.ValidationAttribute[] GetValidationAttributes(); + public virtual System.Threading.Tasks.Task ValidateAsync(object value, Microsoft.Extensions.Validation.ValidateContext context, System.Threading.CancellationToken cancellationToken) => throw null; + } + public sealed class ValidateContext + { + public ValidateContext() => throw null; + public int CurrentDepth { get => throw null; set { } } + public string CurrentValidationPath { get => throw null; set { } } + public event System.Action OnValidationError; + public System.ComponentModel.DataAnnotations.ValidationContext ValidationContext { get => throw null; set { } } + public System.Collections.Generic.Dictionary ValidationErrors { get => throw null; set { } } + public Microsoft.Extensions.Validation.ValidationOptions ValidationOptions { get => throw null; set { } } + } + public struct ValidationErrorContext + { + public object Container { get => throw null; set { } } + public System.Collections.Generic.IReadOnlyList Errors { get => throw null; set { } } + public string Name { get => throw null; set { } } + public string Path { get => throw null; set { } } + } + public class ValidationOptions + { + public ValidationOptions() => throw null; + public int MaxDepth { get => throw null; set { } } + public System.Collections.Generic.IList Resolvers { get => throw null; } + public bool TryGetValidatableParameterInfo(System.Reflection.ParameterInfo parameterInfo, out Microsoft.Extensions.Validation.IValidatableInfo validatableInfo) => throw null; + public bool TryGetValidatableTypeInfo(System.Type type, out Microsoft.Extensions.Validation.IValidatableInfo validatableTypeInfo) => throw null; + } + } + } +} 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 43e7343c3692..dcbf399725e6 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Extensions.WebEncoders, Version=10.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 0f5ee68e7e70..1a037381d3b9 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.JSInterop, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. namespace Microsoft { namespace JSInterop @@ -22,21 +22,39 @@ public sealed class DotNetStreamReference : System.IDisposable } public interface IJSInProcessObjectReference : System.IAsyncDisposable, System.IDisposable, Microsoft.JSInterop.IJSObjectReference { + virtual TValue GetValue(string identifier) => throw null; TValue Invoke(string identifier, params object[] args); + virtual Microsoft.JSInterop.IJSInProcessObjectReference InvokeConstructor(string identifier, object[] args) => throw null; + virtual void SetValue(string identifier, TValue value) => throw null; } public interface IJSInProcessRuntime : Microsoft.JSInterop.IJSRuntime { + virtual TValue GetValue(string identifier) => throw null; TResult Invoke(string identifier, params object[] args); + virtual Microsoft.JSInterop.IJSInProcessObjectReference InvokeConstructor(string identifier, params object[] args) => throw null; + virtual void SetValue(string identifier, TValue value) => throw null; } public interface IJSObjectReference : System.IAsyncDisposable { + virtual System.Threading.Tasks.ValueTask GetValueAsync(string identifier) => throw null; + virtual System.Threading.Tasks.ValueTask GetValueAsync(string identifier, System.Threading.CancellationToken cancellationToken) => throw null; System.Threading.Tasks.ValueTask InvokeAsync(string identifier, object[] args); System.Threading.Tasks.ValueTask InvokeAsync(string identifier, System.Threading.CancellationToken cancellationToken, object[] args); + virtual System.Threading.Tasks.ValueTask InvokeConstructorAsync(string identifier, object[] args) => throw null; + virtual System.Threading.Tasks.ValueTask InvokeConstructorAsync(string identifier, System.Threading.CancellationToken cancellationToken, object[] args) => throw null; + virtual System.Threading.Tasks.ValueTask SetValueAsync(string identifier, TValue value) => throw null; + virtual System.Threading.Tasks.ValueTask SetValueAsync(string identifier, TValue value, System.Threading.CancellationToken cancellationToken) => throw null; } public interface IJSRuntime { + virtual System.Threading.Tasks.ValueTask GetValueAsync(string identifier) => throw null; + virtual System.Threading.Tasks.ValueTask GetValueAsync(string identifier, System.Threading.CancellationToken cancellationToken) => throw null; System.Threading.Tasks.ValueTask InvokeAsync(string identifier, object[] args); System.Threading.Tasks.ValueTask InvokeAsync(string identifier, System.Threading.CancellationToken cancellationToken, object[] args); + virtual System.Threading.Tasks.ValueTask InvokeConstructorAsync(string identifier, object[] args) => throw null; + virtual System.Threading.Tasks.ValueTask InvokeConstructorAsync(string identifier, System.Threading.CancellationToken cancellationToken, object[] args) => throw null; + virtual System.Threading.Tasks.ValueTask SetValueAsync(string identifier, TValue value) => throw null; + virtual System.Threading.Tasks.ValueTask SetValueAsync(string identifier, TValue value, System.Threading.CancellationToken cancellationToken) => throw null; } public interface IJSStreamReference : System.IAsyncDisposable { @@ -49,15 +67,24 @@ public class JSInProcessObjectReference : Microsoft.JSInterop.Implementation.JSO { protected JSInProcessObjectReference(Microsoft.JSInterop.JSInProcessRuntime jsRuntime, long id) : base(default(Microsoft.JSInterop.JSRuntime), default(long)) => throw null; public void Dispose() => throw null; + public TValue GetValue(string identifier) => throw null; public TValue Invoke(string identifier, params object[] args) => throw null; + public Microsoft.JSInterop.IJSInProcessObjectReference InvokeConstructor(string identifier, object[] args) => throw null; + public void SetValue(string identifier, TValue value) => throw null; } public class JSObjectReference : System.IAsyncDisposable, Microsoft.JSInterop.IJSObjectReference { protected JSObjectReference(Microsoft.JSInterop.JSRuntime jsRuntime, long id) => throw null; public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; + public System.Threading.Tasks.ValueTask GetValueAsync(string identifier) => throw null; + public System.Threading.Tasks.ValueTask GetValueAsync(string identifier, System.Threading.CancellationToken cancellationToken) => throw null; protected long Id { get => throw null; } public System.Threading.Tasks.ValueTask InvokeAsync(string identifier, object[] args) => throw null; public System.Threading.Tasks.ValueTask InvokeAsync(string identifier, System.Threading.CancellationToken cancellationToken, object[] args) => throw null; + public System.Threading.Tasks.ValueTask InvokeConstructorAsync(string identifier, object[] args) => throw null; + public System.Threading.Tasks.ValueTask InvokeConstructorAsync(string identifier, System.Threading.CancellationToken cancellationToken, object[] args) => throw null; + public System.Threading.Tasks.ValueTask SetValueAsync(string identifier, TValue value) => throw null; + public System.Threading.Tasks.ValueTask SetValueAsync(string identifier, TValue value, System.Threading.CancellationToken cancellationToken) => throw null; protected void ThrowIfDisposed() => throw null; } public static class JSObjectReferenceJsonWorker @@ -99,6 +126,22 @@ public struct DotNetInvocationResult public interface IJSVoidResult { } + public enum JSCallType + { + FunctionCall = 1, + ConstructorCall = 2, + GetValue = 3, + SetValue = 4, + } + public struct JSInvocationInfo + { + public string ArgsJson { get => throw null; set { } } + public long AsyncHandle { get => throw null; set { } } + public Microsoft.JSInterop.Infrastructure.JSCallType CallType { get => throw null; set { } } + public string Identifier { get => throw null; set { } } + public Microsoft.JSInterop.JSCallResultType ResultType { get => throw null; set { } } + public long TargetInstanceId { get => throw null; set { } } + } } public enum JSCallResultType { @@ -123,9 +166,13 @@ public static partial class JSInProcessObjectReferenceExtensions public abstract class JSInProcessRuntime : Microsoft.JSInterop.JSRuntime, Microsoft.JSInterop.IJSInProcessRuntime, Microsoft.JSInterop.IJSRuntime { protected JSInProcessRuntime() => throw null; + public TValue GetValue(string identifier) => throw null; public TValue Invoke(string identifier, params object[] args) => throw null; + public Microsoft.JSInterop.IJSInProcessObjectReference InvokeConstructor(string identifier, params object[] args) => throw null; protected virtual string InvokeJS(string identifier, string argsJson) => throw null; protected abstract string InvokeJS(string identifier, string argsJson, Microsoft.JSInterop.JSCallResultType resultType, long targetInstanceId); + protected virtual string InvokeJS(in Microsoft.JSInterop.Infrastructure.JSInvocationInfo invocationInfo) => throw null; + public void SetValue(string identifier, TValue value) => throw null; } public static partial class JSInProcessRuntimeExtensions { @@ -140,37 +187,54 @@ public sealed class JSInvokableAttribute : System.Attribute } public static partial class JSObjectReferenceExtensions { + public static System.Threading.Tasks.ValueTask GetValueAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, System.TimeSpan timeout) => throw null; public static System.Threading.Tasks.ValueTask InvokeAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, params object[] args) => throw null; public static System.Threading.Tasks.ValueTask InvokeAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, System.Threading.CancellationToken cancellationToken, params object[] args) => throw null; public static System.Threading.Tasks.ValueTask InvokeAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, System.TimeSpan timeout, params object[] args) => throw null; + public static System.Threading.Tasks.ValueTask InvokeConstructorAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, params object[] args) => throw null; + public static System.Threading.Tasks.ValueTask InvokeConstructorAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, System.Threading.CancellationToken cancellationToken, object[] args) => throw null; + public static System.Threading.Tasks.ValueTask InvokeConstructorAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, System.TimeSpan timeout, object[] args) => throw null; public static System.Threading.Tasks.ValueTask InvokeVoidAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, params object[] args) => throw null; public static System.Threading.Tasks.ValueTask InvokeVoidAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, System.Threading.CancellationToken cancellationToken, params object[] args) => throw null; public static System.Threading.Tasks.ValueTask InvokeVoidAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, System.TimeSpan timeout, params object[] args) => throw null; + public static System.Threading.Tasks.ValueTask SetValueAsync(this Microsoft.JSInterop.IJSObjectReference jsObjectReference, string identifier, TValue value, System.TimeSpan timeout) => throw null; } public abstract class JSRuntime : System.IDisposable, Microsoft.JSInterop.IJSRuntime { protected virtual void BeginInvokeJS(long taskId, string identifier, string argsJson) => throw null; protected abstract void BeginInvokeJS(long taskId, string identifier, string argsJson, Microsoft.JSInterop.JSCallResultType resultType, long targetInstanceId); + protected virtual void BeginInvokeJS(in Microsoft.JSInterop.Infrastructure.JSInvocationInfo invocationInfo) => throw null; protected JSRuntime() => throw null; protected System.TimeSpan? DefaultAsyncTimeout { get => throw null; set { } } public void Dispose() => throw null; protected abstract void EndInvokeDotNet(Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo invocationInfo, in Microsoft.JSInterop.Infrastructure.DotNetInvocationResult invocationResult); + public System.Threading.Tasks.ValueTask GetValueAsync(string identifier) => throw null; + public System.Threading.Tasks.ValueTask GetValueAsync(string identifier, System.Threading.CancellationToken cancellationToken) => throw null; public System.Threading.Tasks.ValueTask InvokeAsync(string identifier, object[] args) => throw null; public System.Threading.Tasks.ValueTask InvokeAsync(string identifier, System.Threading.CancellationToken cancellationToken, object[] args) => throw null; + public System.Threading.Tasks.ValueTask InvokeConstructorAsync(string identifier, object[] args) => throw null; + public System.Threading.Tasks.ValueTask InvokeConstructorAsync(string identifier, System.Threading.CancellationToken cancellationToken, object[] args) => throw null; protected System.Text.Json.JsonSerializerOptions JsonSerializerOptions { get => throw null; } protected virtual System.Threading.Tasks.Task ReadJSDataAsStreamAsync(Microsoft.JSInterop.IJSStreamReference jsStreamReference, long totalLength, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; protected virtual void ReceiveByteArray(int id, byte[] data) => throw null; protected virtual void SendByteArray(int id, byte[] data) => throw null; + public System.Threading.Tasks.ValueTask SetValueAsync(string identifier, TValue value) => throw null; + public System.Threading.Tasks.ValueTask SetValueAsync(string identifier, TValue value, System.Threading.CancellationToken cancellationToken) => throw null; protected virtual System.Threading.Tasks.Task TransmitStreamAsync(long streamId, Microsoft.JSInterop.DotNetStreamReference dotNetStreamReference) => throw null; } public static partial class JSRuntimeExtensions { + public static System.Threading.Tasks.ValueTask GetValueAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, System.TimeSpan timeout) => throw null; public static System.Threading.Tasks.ValueTask InvokeAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, params object[] args) => throw null; public static System.Threading.Tasks.ValueTask InvokeAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, System.Threading.CancellationToken cancellationToken, params object[] args) => throw null; public static System.Threading.Tasks.ValueTask InvokeAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, System.TimeSpan timeout, params object[] args) => throw null; + public static System.Threading.Tasks.ValueTask InvokeConstructorAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, params object[] args) => throw null; + public static System.Threading.Tasks.ValueTask InvokeConstructorAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, System.Threading.CancellationToken cancellationToken, object[] args) => throw null; + public static System.Threading.Tasks.ValueTask InvokeConstructorAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, System.TimeSpan timeout, object[] args) => throw null; public static System.Threading.Tasks.ValueTask InvokeVoidAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, params object[] args) => throw null; public static System.Threading.Tasks.ValueTask InvokeVoidAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, System.Threading.CancellationToken cancellationToken, params object[] args) => throw null; public static System.Threading.Tasks.ValueTask InvokeVoidAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, System.TimeSpan timeout, params object[] args) => throw null; + public static System.Threading.Tasks.ValueTask SetValueAsync(this Microsoft.JSInterop.IJSRuntime jsRuntime, string identifier, TValue value, System.TimeSpan timeout) => throw null; } } } 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 2f8a8ddea477..f66a3543c86c 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=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`. +// Generated from `Microsoft.Net.Http.Headers, Version=10.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 661797a4aa1e..3c120e3b6728 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Diagnostics.EventLog, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Diagnostics diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Formats.Cbor.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Formats.Cbor.cs new file mode 100644 index 000000000000..3ec43c32ea15 --- /dev/null +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Formats.Cbor.cs @@ -0,0 +1,163 @@ +// This file contains auto-generated code. +// Generated from `System.Formats.Cbor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +namespace System +{ + namespace Formats + { + namespace Cbor + { + public enum CborConformanceMode + { + Lax = 0, + Strict = 1, + Canonical = 2, + Ctap2Canonical = 3, + } + public class CborContentException : System.Exception + { + protected CborContentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; + public CborContentException(string message) => throw null; + public CborContentException(string message, System.Exception inner) => throw null; + } + public class CborReader + { + public bool AllowMultipleRootLevelValues { get => throw null; } + public int BytesRemaining { get => throw null; } + public System.Formats.Cbor.CborConformanceMode ConformanceMode { get => throw null; } + public CborReader(System.ReadOnlyMemory data, System.Formats.Cbor.CborConformanceMode conformanceMode = default(System.Formats.Cbor.CborConformanceMode), bool allowMultipleRootLevelValues = default(bool)) => throw null; + public int CurrentDepth { get => throw null; } + public System.Formats.Cbor.CborReaderState PeekState() => throw null; + public System.Formats.Cbor.CborTag PeekTag() => throw null; + public System.Numerics.BigInteger ReadBigInteger() => throw null; + public bool ReadBoolean() => throw null; + public byte[] ReadByteString() => throw null; + public ulong ReadCborNegativeIntegerRepresentation() => throw null; + public System.DateTimeOffset ReadDateTimeOffset() => throw null; + public decimal ReadDecimal() => throw null; + public System.ReadOnlyMemory ReadDefiniteLengthByteString() => throw null; + public System.ReadOnlyMemory ReadDefiniteLengthTextStringBytes() => throw null; + public double ReadDouble() => throw null; + public System.ReadOnlyMemory ReadEncodedValue(bool disableConformanceModeChecks = default(bool)) => throw null; + public void ReadEndArray() => throw null; + public void ReadEndIndefiniteLengthByteString() => throw null; + public void ReadEndIndefiniteLengthTextString() => throw null; + public void ReadEndMap() => throw null; + public System.Half ReadHalf() => throw null; + public int ReadInt32() => throw null; + public long ReadInt64() => throw null; + public void ReadNull() => throw null; + public System.Formats.Cbor.CborSimpleValue ReadSimpleValue() => throw null; + public float ReadSingle() => throw null; + public int? ReadStartArray() => throw null; + public void ReadStartIndefiniteLengthByteString() => throw null; + public void ReadStartIndefiniteLengthTextString() => throw null; + public int? ReadStartMap() => throw null; + public System.Formats.Cbor.CborTag ReadTag() => throw null; + public string ReadTextString() => throw null; + public uint ReadUInt32() => throw null; + public ulong ReadUInt64() => throw null; + public System.DateTimeOffset ReadUnixTimeSeconds() => throw null; + public void Reset(System.ReadOnlyMemory data) => throw null; + public void SkipToParent(bool disableConformanceModeChecks = default(bool)) => throw null; + public void SkipValue(bool disableConformanceModeChecks = default(bool)) => throw null; + public bool TryReadByteString(System.Span destination, out int bytesWritten) => throw null; + public bool TryReadTextString(System.Span destination, out int charsWritten) => throw null; + } + public enum CborReaderState + { + Undefined = 0, + UnsignedInteger = 1, + NegativeInteger = 2, + ByteString = 3, + StartIndefiniteLengthByteString = 4, + EndIndefiniteLengthByteString = 5, + TextString = 6, + StartIndefiniteLengthTextString = 7, + EndIndefiniteLengthTextString = 8, + StartArray = 9, + EndArray = 10, + StartMap = 11, + EndMap = 12, + Tag = 13, + SimpleValue = 14, + HalfPrecisionFloat = 15, + SinglePrecisionFloat = 16, + DoublePrecisionFloat = 17, + Null = 18, + Boolean = 19, + Finished = 20, + } + public enum CborSimpleValue : byte + { + False = 20, + True = 21, + Null = 22, + Undefined = 23, + } + public enum CborTag : ulong + { + DateTimeString = 0, + UnixTimeSeconds = 1, + UnsignedBigNum = 2, + NegativeBigNum = 3, + DecimalFraction = 4, + BigFloat = 5, + Base64UrlLaterEncoding = 21, + Base64StringLaterEncoding = 22, + Base16StringLaterEncoding = 23, + EncodedCborDataItem = 24, + Uri = 32, + Base64Url = 33, + Base64 = 34, + Regex = 35, + MimeMessage = 36, + SelfDescribeCbor = 55799, + } + public class CborWriter + { + public bool AllowMultipleRootLevelValues { get => throw null; } + public int BytesWritten { get => throw null; } + public System.Formats.Cbor.CborConformanceMode ConformanceMode { get => throw null; } + public bool ConvertIndefiniteLengthEncodings { get => throw null; } + public CborWriter(System.Formats.Cbor.CborConformanceMode conformanceMode, bool convertIndefiniteLengthEncodings, bool allowMultipleRootLevelValues) => throw null; + public CborWriter(System.Formats.Cbor.CborConformanceMode conformanceMode = default(System.Formats.Cbor.CborConformanceMode), bool convertIndefiniteLengthEncodings = default(bool), bool allowMultipleRootLevelValues = default(bool), int initialCapacity = default(int)) => throw null; + public int CurrentDepth { get => throw null; } + public byte[] Encode() => throw null; + public int Encode(System.Span destination) => throw null; + public bool IsWriteCompleted { get => throw null; } + public void Reset() => throw null; + public bool TryEncode(System.Span destination, out int bytesWritten) => throw null; + public void WriteBigInteger(System.Numerics.BigInteger value) => throw null; + public void WriteBoolean(bool value) => throw null; + public void WriteByteString(byte[] value) => throw null; + public void WriteByteString(System.ReadOnlySpan value) => throw null; + public void WriteCborNegativeIntegerRepresentation(ulong value) => throw null; + public void WriteDateTimeOffset(System.DateTimeOffset value) => throw null; + public void WriteDecimal(decimal value) => throw null; + public void WriteDouble(double value) => throw null; + public void WriteEncodedValue(System.ReadOnlySpan encodedValue) => throw null; + public void WriteEndArray() => throw null; + public void WriteEndIndefiniteLengthByteString() => throw null; + public void WriteEndIndefiniteLengthTextString() => throw null; + public void WriteEndMap() => throw null; + public void WriteHalf(System.Half value) => throw null; + public void WriteInt32(int value) => throw null; + public void WriteInt64(long value) => throw null; + public void WriteNull() => throw null; + public void WriteSimpleValue(System.Formats.Cbor.CborSimpleValue value) => throw null; + public void WriteSingle(float value) => throw null; + public void WriteStartArray(int? definiteLength) => throw null; + public void WriteStartIndefiniteLengthByteString() => throw null; + public void WriteStartIndefiniteLengthTextString() => throw null; + public void WriteStartMap(int? definiteLength) => throw null; + public void WriteTag(System.Formats.Cbor.CborTag tag) => throw null; + public void WriteTextString(System.ReadOnlySpan value) => throw null; + public void WriteTextString(string value) => throw null; + public void WriteUInt32(uint value) => throw null; + public void WriteUInt64(ulong value) => throw null; + public void WriteUnixTimeSeconds(double seconds) => throw null; + public void WriteUnixTimeSeconds(long seconds) => throw null; + } + } + } +} 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 9c1d8697ee0c..1b4de68b825f 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Security.Cryptography.Xml, Version=10.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 195185a3df38..b63c44ff3234 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Threading.RateLimiting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Threading @@ -92,6 +92,7 @@ public abstract class RateLimiter : System.IAsyncDisposable, System.IDisposable protected abstract System.Threading.Tasks.ValueTask AcquireAsyncCore(int permitCount, System.Threading.CancellationToken cancellationToken); public System.Threading.RateLimiting.RateLimitLease AttemptAcquire(int permitCount = default(int)) => throw null; protected abstract System.Threading.RateLimiting.RateLimitLease AttemptAcquireCore(int permitCount); + public static System.Threading.RateLimiting.RateLimiter CreateChained(params System.Threading.RateLimiting.RateLimiter[] limiters) => throw null; protected RateLimiter() => throw null; public void Dispose() => throw null; protected virtual void Dispose(bool disposing) => throw null; 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 0b931fe9f34e..f5a1fb454e08 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `Microsoft.CSharp, Version=10.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 1f3f8ca9d87b..f8ecde2557cb 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=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `Microsoft.VisualBasic.Core, Version=15.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 6fce3d12fcab..7524eb1fc364 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `Microsoft.Win32.Primitives, Version=10.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 fc33c13a170a..cb05ff18ca3a 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `Microsoft.Win32.Registry, Version=10.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 6d6d64358ce7..7287ff075e75 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Collections.Concurrent, Version=10.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.Immutable.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs index c4eafd174ed4..410277d3ab0e 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Collections.Immutable, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Collections @@ -8,6 +8,8 @@ namespace Frozen { public static class FrozenDictionary { + public static System.Collections.Frozen.FrozenDictionary Create(params System.ReadOnlySpan> source) => throw null; + public static System.Collections.Frozen.FrozenDictionary Create(System.Collections.Generic.IEqualityComparer comparer, params System.ReadOnlySpan> source) => throw null; public static System.Collections.Frozen.FrozenDictionary ToFrozenDictionary(this System.Collections.Generic.IEnumerable> source, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static System.Collections.Frozen.FrozenDictionary ToFrozenDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static System.Collections.Frozen.FrozenDictionary ToFrozenDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; @@ -413,6 +415,8 @@ public static class ImmutableDictionary public static System.Collections.Immutable.ImmutableDictionary CreateRange(System.Collections.Generic.IEnumerable> items) => throw null; public static System.Collections.Immutable.ImmutableDictionary CreateRange(System.Collections.Generic.IEqualityComparer keyComparer, System.Collections.Generic.IEnumerable> items) => throw null; public static System.Collections.Immutable.ImmutableDictionary CreateRange(System.Collections.Generic.IEqualityComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer, System.Collections.Generic.IEnumerable> items) => throw null; + public static System.Collections.Immutable.ImmutableDictionary CreateRangeWithOverwrite(params System.ReadOnlySpan> items) => throw null; + public static System.Collections.Immutable.ImmutableDictionary CreateRangeWithOverwrite(System.Collections.Generic.IEqualityComparer keyComparer, params System.ReadOnlySpan> items) => throw null; public static TValue GetValueOrDefault(this System.Collections.Immutable.IImmutableDictionary dictionary, TKey key) => throw null; public static TValue GetValueOrDefault(this System.Collections.Immutable.IImmutableDictionary dictionary, TKey key, TValue defaultValue) => throw null; public static System.Collections.Immutable.ImmutableDictionary ToImmutableDictionary(this System.Collections.Generic.IEnumerable> source) => throw null; @@ -1221,6 +1225,7 @@ public static class ImmutableCollectionsMarshal { public static T[] AsArray(System.Collections.Immutable.ImmutableArray array) => throw null; public static System.Collections.Immutable.ImmutableArray AsImmutableArray(T[] array) => throw null; + public static System.Memory AsMemory(System.Collections.Immutable.ImmutableArray.Builder builder) => 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 123c2b70a6bd..803b9595681f 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Collections.NonGeneric, Version=10.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 eb6b80fb6e26..8a16d894164a 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Collections.Specialized, Version=10.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 3fa63f8fc5c8..3580d73337d4 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Collections, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Collections @@ -39,6 +39,7 @@ public static partial class CollectionExtensions { 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.ReadOnlySet AsReadOnly(this System.Collections.Generic.ISet set) => 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; @@ -503,7 +504,9 @@ 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 TryAdd(TKey key, TValue value, out int index) => throw null; public bool TryGetValue(TKey key, out TValue value) => throw null; + public bool TryGetValue(TKey key, out TValue value, out int index) => 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; @@ -550,6 +553,7 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume } public class PriorityQueue { + public int Capacity { get => throw null; } public void Clear() => throw null; public System.Collections.Generic.IComparer Comparer { get => throw null; } public int Count { get => throw null; } @@ -879,38 +883,6 @@ public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnume 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 9fa2c5508608..f430d1a95b8f 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ComponentModel.Annotations, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace ComponentModel @@ -381,6 +381,7 @@ public sealed class ValidationContext : System.IServiceProvider public ValidationContext(object instance) => throw null; public ValidationContext(object instance, System.Collections.Generic.IDictionary items) => throw null; public ValidationContext(object instance, System.IServiceProvider serviceProvider, System.Collections.Generic.IDictionary items) => throw null; + public ValidationContext(object instance, string displayName, System.IServiceProvider serviceProvider, System.Collections.Generic.IDictionary items) => throw null; public string DisplayName { get => throw null; set { } } public object GetService(System.Type serviceType) => throw null; public void InitializeServiceProvider(System.Func serviceProvider) => throw null; 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 1f60a41a8184..fc2d6ee4eb38 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ComponentModel.EventBasedAsync, Version=10.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 e2cb90308ccc..674fc65700fe 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ComponentModel.Primitives, Version=10.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 27e081c433e2..5b74ff35d7bc 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ComponentModel.TypeConverter, Version=10.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.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs index 3eb06d4a3717..db75612e7db0 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ComponentModel, Version=10.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 f4881f5cdf3e..66a78f09eab5 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Console, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { public static class Console @@ -67,6 +67,7 @@ public static class Console public static void Write(object value) => throw null; public static void Write(float value) => throw null; public static void Write(string value) => throw null; + public static void Write(System.ReadOnlySpan value) => throw null; public static void Write(string format, object arg0) => throw null; 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; @@ -86,6 +87,7 @@ public static class Console public static void WriteLine(object value) => throw null; public static void WriteLine(float value) => throw null; public static void WriteLine(string value) => throw null; + public static void WriteLine(System.ReadOnlySpan value) => throw null; public static void WriteLine(string format, object arg0) => throw null; 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; 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 1aa7e10ba52b..1c3025e844f8 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Data.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Data @@ -2163,6 +2163,7 @@ public enum SqlDbType DateTime2 = 33, DateTimeOffset = 34, Json = 35, + Vector = 36, } 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 ab536ec0eae8..92b25b5c5498 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.Contracts, Version=10.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 4ed7a22a3978..1fff791988c5 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Diagnostics.DiagnosticSource, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Diagnostics @@ -168,6 +168,7 @@ public sealed class ActivitySource : System.IDisposable 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 ActivitySource(System.Diagnostics.ActivitySourceOptions options) => throw null; public void Dispose() => throw null; public bool HasListeners() => throw null; public string Name { get => throw null; } @@ -176,8 +177,17 @@ public sealed class ActivitySource : System.IDisposable 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 TelemetrySchemaUrl { get => throw null; } public string Version { get => throw null; } } + public class ActivitySourceOptions + { + public ActivitySourceOptions(string name) => throw null; + public string Name { get => throw null; set { } } + public System.Collections.Generic.IEnumerable> Tags { get => throw null; set { } } + public string TelemetrySchemaUrl { get => throw null; set { } } + public string Version { get => throw null; set { } } + } public struct ActivitySpanId : System.IEquatable { public void CopyTo(System.Span destination) => throw null; @@ -287,6 +297,8 @@ public abstract class DistributedContextPropagator public static System.Diagnostics.DistributedContextPropagator CreateDefaultPropagator() => throw null; public static System.Diagnostics.DistributedContextPropagator CreateNoOutputPropagator() => throw null; public static System.Diagnostics.DistributedContextPropagator CreatePassThroughPropagator() => throw null; + public static System.Diagnostics.DistributedContextPropagator CreatePreW3CPropagator() => throw null; + public static System.Diagnostics.DistributedContextPropagator CreateW3CPropagator() => throw null; protected DistributedContextPropagator() => throw null; public static System.Diagnostics.DistributedContextPropagator Current { get => throw null; set { } } public abstract System.Collections.Generic.IEnumerable> ExtractBaggage(object carrier, System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback getter); @@ -419,6 +431,7 @@ public class Meter : System.IDisposable public string Name { get => throw null; } public object Scope { get => throw null; } public System.Collections.Generic.IEnumerable> Tags { get => throw null; } + public string TelemetrySchemaUrl { get => throw null; } public string Version { get => throw null; } } public static partial class MeterFactoryExtensions @@ -443,6 +456,7 @@ public class MeterOptions public string Name { get => throw null; set { } } public object Scope { get => throw null; set { } } public System.Collections.Generic.IEnumerable> Tags { get => throw null; set { } } + public string TelemetrySchemaUrl { get => throw null; set { } } public string Version { get => throw null; set { } } } public sealed class ObservableCounter : System.Diagnostics.Metrics.ObservableInstrument where T : struct 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 4b8effb5c3e7..40cfff1043b0 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.FileVersionInfo, Version=10.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 d2863cd22fa4..f2e66b0d7bbc 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.Process, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 @@ -154,6 +154,7 @@ public sealed class ProcessStartInfo { public System.Collections.ObjectModel.Collection ArgumentList { get => throw null; } public string Arguments { get => throw null; set { } } + public bool CreateNewProcessGroup { get => throw null; set { } } public bool CreateNoWindow { get => throw null; set { } } public ProcessStartInfo() => throw null; public ProcessStartInfo(string fileName) => throw null; 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 49c7a4be0381..e8acfaca6e34 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,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Diagnostics.StackTrace, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.StackTrace, Version=10.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.TextWriterTraceListener.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs index 27b81ed355f1..4914be7cbe38 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.TextWriterTraceListener, Version=10.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 755ae1dfbc8d..56ad6f71b086 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.TraceSource, Version=10.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.Tracing.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs index 37ded388ea20..b23efde2189f 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Diagnostics.Tracing, Version=10.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 52403d6e5033..b52a420859f7 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Drawing.Primitives, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Drawing 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 f14fb05954fa..90d92bbe6ec3 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Formats.Asn1, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Formats @@ -145,6 +145,9 @@ public sealed class AsnWriter public AsnWriter(System.Formats.Asn1.AsnEncodingRules ruleSet, int initialCapacity) => throw null; public byte[] Encode() => throw null; public int Encode(System.Span destination) => throw null; + public TReturn Encode(System.Func, TReturn> encodeCallback) => throw null; + public void Encode(TState state, System.Action> encodeCallback) => throw null; + public TReturn Encode(TState state, System.Func, TReturn> encodeCallback) => throw null; public bool EncodedValueEquals(System.Formats.Asn1.AsnWriter other) => throw null; public bool EncodedValueEquals(System.ReadOnlySpan other) => throw null; public int GetEncodedLength() => 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 c00230da2474..2b1eee771e50 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Formats.Tar, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Formats 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 0a08cb9499dd..d4232f634e66 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,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.IO.Compression.Brotli, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. +// Generated from `System.IO.Compression.Brotli, Version=10.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.ZipFile.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs index 4871416d382a..e806c781154e 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=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. +// Generated from `System.IO.Compression.ZipFile, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. namespace System { namespace IO @@ -14,6 +14,12 @@ public static class ZipFile public static void CreateFromDirectory(string sourceDirectoryName, string destinationArchiveFileName) => throw null; public static void CreateFromDirectory(string sourceDirectoryName, string destinationArchiveFileName, System.IO.Compression.CompressionLevel compressionLevel, bool includeBaseDirectory) => throw null; public static void CreateFromDirectory(string sourceDirectoryName, string destinationArchiveFileName, System.IO.Compression.CompressionLevel compressionLevel, bool includeBaseDirectory, System.Text.Encoding entryNameEncoding) => throw null; + public static System.Threading.Tasks.Task CreateFromDirectoryAsync(string sourceDirectoryName, System.IO.Stream destination, System.IO.Compression.CompressionLevel compressionLevel, bool includeBaseDirectory, System.Text.Encoding entryNameEncoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task CreateFromDirectoryAsync(string sourceDirectoryName, System.IO.Stream destination, System.IO.Compression.CompressionLevel compressionLevel, bool includeBaseDirectory, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task CreateFromDirectoryAsync(string sourceDirectoryName, System.IO.Stream destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task CreateFromDirectoryAsync(string sourceDirectoryName, string destinationArchiveFileName, System.IO.Compression.CompressionLevel compressionLevel, bool includeBaseDirectory, System.Text.Encoding entryNameEncoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task CreateFromDirectoryAsync(string sourceDirectoryName, string destinationArchiveFileName, System.IO.Compression.CompressionLevel compressionLevel, bool includeBaseDirectory, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task CreateFromDirectoryAsync(string sourceDirectoryName, string destinationArchiveFileName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static void ExtractToDirectory(System.IO.Stream source, string destinationDirectoryName) => throw null; public static void ExtractToDirectory(System.IO.Stream source, string destinationDirectoryName, bool overwriteFiles) => throw null; public static void ExtractToDirectory(System.IO.Stream source, string destinationDirectoryName, System.Text.Encoding entryNameEncoding) => throw null; @@ -22,18 +28,35 @@ public static class ZipFile public static void ExtractToDirectory(string sourceArchiveFileName, string destinationDirectoryName, bool overwriteFiles) => throw null; public static void ExtractToDirectory(string sourceArchiveFileName, string destinationDirectoryName, System.Text.Encoding entryNameEncoding) => throw null; public static void ExtractToDirectory(string sourceArchiveFileName, string destinationDirectoryName, System.Text.Encoding entryNameEncoding, bool overwriteFiles) => throw null; + public static System.Threading.Tasks.Task ExtractToDirectoryAsync(System.IO.Stream source, string destinationDirectoryName, bool overwriteFiles, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ExtractToDirectoryAsync(System.IO.Stream source, string destinationDirectoryName, System.Text.Encoding entryNameEncoding, bool overwriteFiles, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ExtractToDirectoryAsync(System.IO.Stream source, string destinationDirectoryName, System.Text.Encoding entryNameEncoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ExtractToDirectoryAsync(System.IO.Stream source, string destinationDirectoryName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ExtractToDirectoryAsync(string sourceArchiveFileName, string destinationDirectoryName, bool overwriteFiles, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ExtractToDirectoryAsync(string sourceArchiveFileName, string destinationDirectoryName, System.Text.Encoding entryNameEncoding, bool overwriteFiles, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ExtractToDirectoryAsync(string sourceArchiveFileName, string destinationDirectoryName, System.Text.Encoding entryNameEncoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ExtractToDirectoryAsync(string sourceArchiveFileName, string destinationDirectoryName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.IO.Compression.ZipArchive Open(string archiveFileName, System.IO.Compression.ZipArchiveMode mode) => throw null; public static System.IO.Compression.ZipArchive Open(string archiveFileName, System.IO.Compression.ZipArchiveMode mode, System.Text.Encoding entryNameEncoding) => throw null; + public static System.Threading.Tasks.Task OpenAsync(string archiveFileName, System.IO.Compression.ZipArchiveMode mode, System.Text.Encoding entryNameEncoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task OpenAsync(string archiveFileName, System.IO.Compression.ZipArchiveMode mode, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.IO.Compression.ZipArchive OpenRead(string archiveFileName) => throw null; + public static System.Threading.Tasks.Task OpenReadAsync(string archiveFileName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; } public static partial class ZipFileExtensions { public static System.IO.Compression.ZipArchiveEntry CreateEntryFromFile(this System.IO.Compression.ZipArchive destination, string sourceFileName, string entryName) => throw null; public static System.IO.Compression.ZipArchiveEntry CreateEntryFromFile(this System.IO.Compression.ZipArchive destination, string sourceFileName, string entryName, System.IO.Compression.CompressionLevel compressionLevel) => throw null; + public static System.Threading.Tasks.Task CreateEntryFromFileAsync(this System.IO.Compression.ZipArchive destination, string sourceFileName, string entryName, System.IO.Compression.CompressionLevel compressionLevel, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task CreateEntryFromFileAsync(this System.IO.Compression.ZipArchive destination, string sourceFileName, string entryName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static void ExtractToDirectory(this System.IO.Compression.ZipArchive source, string destinationDirectoryName) => throw null; public static void ExtractToDirectory(this System.IO.Compression.ZipArchive source, string destinationDirectoryName, bool overwriteFiles) => throw null; + public static System.Threading.Tasks.Task ExtractToDirectoryAsync(this System.IO.Compression.ZipArchive source, string destinationDirectoryName, bool overwriteFiles, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ExtractToDirectoryAsync(this System.IO.Compression.ZipArchive source, string destinationDirectoryName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static void ExtractToFile(this System.IO.Compression.ZipArchiveEntry source, string destinationFileName) => throw null; public static void ExtractToFile(this System.IO.Compression.ZipArchiveEntry source, string destinationFileName, bool overwrite) => throw null; + public static System.Threading.Tasks.Task ExtractToFileAsync(this System.IO.Compression.ZipArchiveEntry source, string destinationFileName, bool overwrite, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task ExtractToFileAsync(this System.IO.Compression.ZipArchiveEntry source, string destinationFileName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; } } } 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 4b84b20eb567..ec0d62811902 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=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. +// Generated from `System.IO.Compression, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`. namespace System { namespace IO @@ -90,9 +90,10 @@ public class GZipStream : System.IO.Stream public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public override void WriteByte(byte value) => throw null; } - public class ZipArchive : System.IDisposable + public class ZipArchive : System.IAsyncDisposable, System.IDisposable { public string Comment { get => throw null; set { } } + public static System.Threading.Tasks.Task CreateAsync(System.IO.Stream stream, System.IO.Compression.ZipArchiveMode mode, bool leaveOpen, System.Text.Encoding entryNameEncoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public System.IO.Compression.ZipArchiveEntry CreateEntry(string entryName) => throw null; public System.IO.Compression.ZipArchiveEntry CreateEntry(string entryName, System.IO.Compression.CompressionLevel compressionLevel) => throw null; public ZipArchive(System.IO.Stream stream) => throw null; @@ -101,6 +102,8 @@ public class ZipArchive : System.IDisposable public ZipArchive(System.IO.Stream stream, System.IO.Compression.ZipArchiveMode mode, bool leaveOpen, System.Text.Encoding entryNameEncoding) => throw null; public void Dispose() => throw null; protected virtual void Dispose(bool disposing) => throw null; + public System.Threading.Tasks.ValueTask DisposeAsync() => throw null; + protected virtual System.Threading.Tasks.ValueTask DisposeAsyncCore() => throw null; public System.Collections.ObjectModel.ReadOnlyCollection Entries { get => throw null; } public System.IO.Compression.ZipArchiveEntry GetEntry(string entryName) => throw null; public System.IO.Compression.ZipArchiveMode Mode { get => throw null; } @@ -119,6 +122,7 @@ public class ZipArchiveEntry public long Length { get => throw null; } public string Name { get => throw null; } public System.IO.Stream Open() => throw null; + public System.Threading.Tasks.Task OpenAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public override string ToString() => throw null; } public enum ZipArchiveMode 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 fbb4ddd8937f..edba3f332dcd 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.FileSystem.AccessControl, Version=10.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 e1409a33c874..74b11b92d0f8 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.FileSystem.DriveInfo, Version=10.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 320cc40841c6..f2040a84b456 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.FileSystem.Watcher, Version=10.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 d5c4634a6907..519bb61cf5af 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.IsolatedStorage, Version=10.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 ed0c0e5a7d7d..6a0762cfee0d 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.MemoryMappedFiles, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipelines.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipelines.cs index 25a9846b5b32..c3d9965f6131 100644 --- a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.IO.Pipelines, Version=10.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 edbba737c0b9..1c4890d5609e 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.Pipes.AccessControl, Version=10.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.Pipes.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs index 64c29aa418ef..60eba62c2211 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.IO.Pipes, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.AsyncEnumerable.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.AsyncEnumerable.cs new file mode 100644 index 000000000000..d2c0c97f0bb7 --- /dev/null +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.AsyncEnumerable.cs @@ -0,0 +1,204 @@ +// This file contains auto-generated code. +// Generated from `System.Linq.AsyncEnumerable, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +namespace System +{ + namespace Linq + { + public static class AsyncEnumerable + { + public static System.Threading.Tasks.ValueTask AggregateAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> func, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AggregateAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func func, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AggregateAsync(this System.Collections.Generic.IAsyncEnumerable source, TAccumulate seed, System.Func> func, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AggregateAsync(this System.Collections.Generic.IAsyncEnumerable source, TAccumulate seed, System.Func func, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AggregateAsync(this System.Collections.Generic.IAsyncEnumerable source, TAccumulate seed, System.Func> func, System.Func> resultSelector, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AggregateAsync(this System.Collections.Generic.IAsyncEnumerable source, TAccumulate seed, System.Func func, System.Func resultSelector, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> AggregateBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Func> seedSelector, System.Func> func, System.Collections.Generic.IEqualityComparer keyComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> AggregateBy(this System.Collections.Generic.IAsyncEnumerable 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.IAsyncEnumerable> AggregateBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Func seedSelector, System.Func func, System.Collections.Generic.IEqualityComparer keyComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> AggregateBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, TAccumulate seed, System.Func func, System.Collections.Generic.IEqualityComparer keyComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Threading.Tasks.ValueTask AllAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AllAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AnyAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AnyAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AnyAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Append(this System.Collections.Generic.IAsyncEnumerable source, TSource element) => throw null; + public static System.Threading.Tasks.ValueTask AverageAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AverageAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AverageAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AverageAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AverageAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AverageAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AverageAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AverageAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AverageAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask AverageAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Cast(this System.Collections.Generic.IAsyncEnumerable source) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Chunk(this System.Collections.Generic.IAsyncEnumerable source, int size) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Concat(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second) => throw null; + public static System.Threading.Tasks.ValueTask ContainsAsync(this System.Collections.Generic.IAsyncEnumerable source, TSource value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask CountAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask CountAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask CountAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> CountBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IEqualityComparer keyComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> CountBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer keyComparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable DefaultIfEmpty(this System.Collections.Generic.IAsyncEnumerable source) => throw null; + public static System.Collections.Generic.IAsyncEnumerable DefaultIfEmpty(this System.Collections.Generic.IAsyncEnumerable source, TSource defaultValue) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Distinct(this System.Collections.Generic.IAsyncEnumerable source, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable DistinctBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable DistinctBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Threading.Tasks.ValueTask ElementAtAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Index index, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask ElementAtAsync(this System.Collections.Generic.IAsyncEnumerable source, int index, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask ElementAtOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Index index, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask ElementAtOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, int index, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Empty() => throw null; + public static System.Collections.Generic.IAsyncEnumerable Except(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable ExceptBy(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Func> keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable ExceptBy(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Threading.Tasks.ValueTask FirstAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask FirstAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask FirstAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask FirstOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask FirstOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, TSource defaultValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask FirstOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask FirstOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, TSource defaultValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask FirstOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask FirstOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, TSource defaultValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> GroupBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> GroupBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> GroupBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Func> elementSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable GroupBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Func, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask> resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable> GroupBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable GroupBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable GroupBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Func> elementSelector, System.Func, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask> resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable GroupBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Func elementSelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable GroupJoin(this System.Collections.Generic.IAsyncEnumerable outer, System.Collections.Generic.IAsyncEnumerable inner, System.Func> outerKeySelector, System.Func> innerKeySelector, System.Func, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask> resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable GroupJoin(this System.Collections.Generic.IAsyncEnumerable outer, System.Collections.Generic.IAsyncEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func, TResult> resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable<(int Index, TSource Item)> Index(this System.Collections.Generic.IAsyncEnumerable source) => throw null; + public static System.Collections.Generic.IAsyncEnumerable InfiniteSequence(T start, T step) where T : System.Numerics.IAdditionOperators => throw null; + public static System.Collections.Generic.IAsyncEnumerable Intersect(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable IntersectBy(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Func> keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable IntersectBy(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Join(this System.Collections.Generic.IAsyncEnumerable outer, System.Collections.Generic.IAsyncEnumerable inner, System.Func> outerKeySelector, System.Func> innerKeySelector, System.Func> resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Join(this System.Collections.Generic.IAsyncEnumerable outer, System.Collections.Generic.IAsyncEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Threading.Tasks.ValueTask LastAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask LastAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask LastAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask LastOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask LastOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, TSource defaultValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask LastOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask LastOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, TSource defaultValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask LastOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask LastOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, TSource defaultValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable LeftJoin(this System.Collections.Generic.IAsyncEnumerable outer, System.Collections.Generic.IAsyncEnumerable inner, System.Func> outerKeySelector, System.Func> innerKeySelector, System.Func> resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable LeftJoin(this System.Collections.Generic.IAsyncEnumerable outer, System.Collections.Generic.IAsyncEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Threading.Tasks.ValueTask LongCountAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask LongCountAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask LongCountAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask MaxAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask MaxByAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask MaxByAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask MinAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask MinByAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask MinByAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable OfType(this System.Collections.Generic.IAsyncEnumerable source) => throw null; + public static System.Linq.IOrderedAsyncEnumerable Order(this System.Collections.Generic.IAsyncEnumerable source, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; + public static System.Linq.IOrderedAsyncEnumerable OrderBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; + public static System.Linq.IOrderedAsyncEnumerable OrderBy(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; + public static System.Linq.IOrderedAsyncEnumerable OrderByDescending(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; + public static System.Linq.IOrderedAsyncEnumerable OrderByDescending(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; + public static System.Linq.IOrderedAsyncEnumerable OrderDescending(this System.Collections.Generic.IAsyncEnumerable source, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Prepend(this System.Collections.Generic.IAsyncEnumerable source, TSource element) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Range(int start, int count) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Repeat(TResult element, int count) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Reverse(this System.Collections.Generic.IAsyncEnumerable source) => throw null; + public static System.Collections.Generic.IAsyncEnumerable RightJoin(this System.Collections.Generic.IAsyncEnumerable outer, System.Collections.Generic.IAsyncEnumerable inner, System.Func> outerKeySelector, System.Func> innerKeySelector, System.Func> resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable RightJoin(this System.Collections.Generic.IAsyncEnumerable outer, System.Collections.Generic.IAsyncEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Select(this System.Collections.Generic.IAsyncEnumerable source, System.Func> selector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Select(this System.Collections.Generic.IAsyncEnumerable source, System.Func selector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Select(this System.Collections.Generic.IAsyncEnumerable source, System.Func> selector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Select(this System.Collections.Generic.IAsyncEnumerable source, System.Func selector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func> selector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func> selector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func> selector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func> selector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func>> selector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func>> selector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func> collectionSelector, System.Func> resultSelector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func> collectionSelector, System.Func resultSelector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func> collectionSelector, System.Func resultSelector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func> collectionSelector, System.Func> resultSelector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func> collectionSelector, System.Func resultSelector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func>> collectionSelector, System.Func> resultSelector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SelectMany(this System.Collections.Generic.IAsyncEnumerable source, System.Func>> collectionSelector, System.Func> resultSelector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Sequence(T start, T endInclusive, T step) where T : System.Numerics.INumber => throw null; + public static System.Threading.Tasks.ValueTask SequenceEqualAsync(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Shuffle(this System.Collections.Generic.IAsyncEnumerable source) => throw null; + public static System.Threading.Tasks.ValueTask SingleAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SingleAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SingleAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SingleOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SingleOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate, TSource defaultValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SingleOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SingleOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate, TSource defaultValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SingleOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SingleOrDefaultAsync(this System.Collections.Generic.IAsyncEnumerable source, TSource defaultValue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Skip(this System.Collections.Generic.IAsyncEnumerable source, int count) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SkipLast(this System.Collections.Generic.IAsyncEnumerable source, int count) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SkipWhile(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SkipWhile(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SkipWhile(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate) => throw null; + public static System.Collections.Generic.IAsyncEnumerable SkipWhile(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate) => throw null; + public static System.Threading.Tasks.ValueTask SumAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SumAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SumAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SumAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SumAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SumAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SumAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SumAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SumAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask SumAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Take(this System.Collections.Generic.IAsyncEnumerable source, int count) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Take(this System.Collections.Generic.IAsyncEnumerable source, System.Range range) => throw null; + public static System.Collections.Generic.IAsyncEnumerable TakeLast(this System.Collections.Generic.IAsyncEnumerable source, int count) => throw null; + public static System.Collections.Generic.IAsyncEnumerable TakeWhile(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate) => throw null; + public static System.Collections.Generic.IAsyncEnumerable TakeWhile(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate) => throw null; + public static System.Collections.Generic.IAsyncEnumerable TakeWhile(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate) => throw null; + public static System.Collections.Generic.IAsyncEnumerable TakeWhile(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate) => throw null; + public static System.Linq.IOrderedAsyncEnumerable ThenBy(this System.Linq.IOrderedAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; + public static System.Linq.IOrderedAsyncEnumerable ThenBy(this System.Linq.IOrderedAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; + public static System.Linq.IOrderedAsyncEnumerable ThenByDescending(this System.Linq.IOrderedAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; + public static System.Linq.IOrderedAsyncEnumerable ThenByDescending(this System.Linq.IOrderedAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; + public static System.Threading.Tasks.ValueTask ToArrayAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable ToAsyncEnumerable(this System.Collections.Generic.IEnumerable source) => throw null; + public static System.Threading.Tasks.ValueTask> ToDictionaryAsync(this System.Collections.Generic.IAsyncEnumerable> source, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToDictionaryAsync(this System.Collections.Generic.IAsyncEnumerable<(TKey Key, TValue Value)> source, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToDictionaryAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToDictionaryAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToDictionaryAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Func> elementSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToDictionaryAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToHashSetAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToListAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToLookupAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToLookupAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToLookupAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func> keySelector, System.Func> elementSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask> ToLookupAsync(this System.Collections.Generic.IAsyncEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Union(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable UnionBy(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Func> keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable UnionBy(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Func keySelector, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Where(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Where(this System.Collections.Generic.IAsyncEnumerable source, System.Func predicate) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Where(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Where(this System.Collections.Generic.IAsyncEnumerable source, System.Func> predicate) => throw null; + public static System.Collections.Generic.IAsyncEnumerable<(TFirst First, TSecond Second)> Zip(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second) => throw null; + public static System.Collections.Generic.IAsyncEnumerable<(TFirst First, TSecond Second, TThird Third)> Zip(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Collections.Generic.IAsyncEnumerable third) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Zip(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Func> resultSelector) => throw null; + public static System.Collections.Generic.IAsyncEnumerable Zip(this System.Collections.Generic.IAsyncEnumerable first, System.Collections.Generic.IAsyncEnumerable second, System.Func resultSelector) => throw null; + } + public interface IOrderedAsyncEnumerable : System.Collections.Generic.IAsyncEnumerable + { + System.Linq.IOrderedAsyncEnumerable CreateOrderedAsyncEnumerable(System.Func> keySelector, System.Collections.Generic.IComparer comparer, bool descending); + System.Linq.IOrderedAsyncEnumerable CreateOrderedAsyncEnumerable(System.Func keySelector, System.Collections.Generic.IComparer comparer, bool descending); + } + } +} 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 e328ba77a8fe..8e67fac5a432 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Linq.Expressions, Version=10.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 7c0de6bf6119..c3d064e3787e 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Linq.Parallel, Version=10.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 d401723168e0..731ad74d83f2 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Linq.Queryable, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Linq @@ -113,6 +113,8 @@ public static class Queryable public static TSource LastOrDefault(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; public static TSource LastOrDefault(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate, TSource defaultValue) => throw null; public static TSource LastOrDefault(this System.Linq.IQueryable source, TSource defaultValue) => throw null; + public static System.Linq.IQueryable LeftJoin(this System.Linq.IQueryable outer, System.Collections.Generic.IEnumerable inner, System.Linq.Expressions.Expression> outerKeySelector, System.Linq.Expressions.Expression> innerKeySelector, System.Linq.Expressions.Expression> resultSelector) => throw null; + public static System.Linq.IQueryable LeftJoin(this System.Linq.IQueryable outer, System.Collections.Generic.IEnumerable inner, System.Linq.Expressions.Expression> outerKeySelector, System.Linq.Expressions.Expression> innerKeySelector, System.Linq.Expressions.Expression> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; public static long LongCount(this System.Linq.IQueryable source) => throw null; public static long LongCount(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; public static TSource Max(this System.Linq.IQueryable source) => throw null; @@ -120,11 +122,13 @@ public static class Queryable public static TResult Max(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; public static TSource MaxBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector) => throw null; public static TSource MaxBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer comparer) => throw null; + public static TSource MaxBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer comparer) => throw null; public static TSource Min(this System.Linq.IQueryable source) => throw null; public static TSource Min(this System.Linq.IQueryable source, System.Collections.Generic.IComparer comparer) => throw null; public static TResult Min(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; public static TSource MinBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector) => throw null; public static TSource MinBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer comparer) => throw null; + public static TSource MinBy(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> keySelector, System.Collections.Generic.IComparer comparer) => throw null; public static System.Linq.IQueryable OfType(this System.Linq.IQueryable source) => throw null; public static System.Linq.IOrderedQueryable Order(this System.Linq.IQueryable source) => throw null; public static System.Linq.IOrderedQueryable Order(this System.Linq.IQueryable source, System.Collections.Generic.IComparer comparer) => throw null; @@ -136,6 +140,8 @@ public static class Queryable public static System.Linq.IOrderedQueryable OrderDescending(this System.Linq.IQueryable source, System.Collections.Generic.IComparer comparer) => throw null; public static System.Linq.IQueryable Prepend(this System.Linq.IQueryable source, TSource element) => throw null; public static System.Linq.IQueryable Reverse(this System.Linq.IQueryable source) => throw null; + public static System.Linq.IQueryable RightJoin(this System.Linq.IQueryable outer, System.Collections.Generic.IEnumerable inner, System.Linq.Expressions.Expression> outerKeySelector, System.Linq.Expressions.Expression> innerKeySelector, System.Linq.Expressions.Expression> resultSelector) => throw null; + public static System.Linq.IQueryable RightJoin(this System.Linq.IQueryable outer, System.Collections.Generic.IEnumerable inner, System.Linq.Expressions.Expression> outerKeySelector, System.Linq.Expressions.Expression> innerKeySelector, System.Linq.Expressions.Expression> resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; public static System.Linq.IQueryable Select(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; public static System.Linq.IQueryable Select(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> selector) => throw null; public static System.Linq.IQueryable SelectMany(this System.Linq.IQueryable source, System.Linq.Expressions.Expression>> selector) => throw null; @@ -144,6 +150,7 @@ public static class Queryable public static System.Linq.IQueryable SelectMany(this System.Linq.IQueryable source, System.Linq.Expressions.Expression>> collectionSelector, System.Linq.Expressions.Expression> resultSelector) => throw null; public static bool SequenceEqual(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2) => throw null; public static bool SequenceEqual(this System.Linq.IQueryable source1, System.Collections.Generic.IEnumerable source2, System.Collections.Generic.IEqualityComparer comparer) => throw null; + public static System.Linq.IQueryable Shuffle(this System.Linq.IQueryable source) => throw null; public static TSource Single(this System.Linq.IQueryable source) => throw null; public static TSource Single(this System.Linq.IQueryable source, System.Linq.Expressions.Expression> predicate) => throw null; public static TSource SingleOrDefault(this System.Linq.IQueryable source) => 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 261ac404c859..d92d83cc27f9 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Linq, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Linq @@ -76,6 +76,7 @@ public static class Enumerable 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 InfiniteSequence(T start, T step) where T : System.Numerics.IAdditionOperators => 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; @@ -88,6 +89,8 @@ public static class Enumerable public static TSource LastOrDefault(this System.Collections.Generic.IEnumerable source, TSource defaultValue) => throw null; public static TSource LastOrDefault(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; public static TSource LastOrDefault(this System.Collections.Generic.IEnumerable source, System.Func predicate, TSource defaultValue) => throw null; + public static System.Collections.Generic.IEnumerable LeftJoin(this System.Collections.Generic.IEnumerable outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector) => throw null; + public static System.Collections.Generic.IEnumerable LeftJoin(this System.Collections.Generic.IEnumerable outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; public static long LongCount(this System.Collections.Generic.IEnumerable source) => throw null; public static long LongCount(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; public static decimal Max(this System.Collections.Generic.IEnumerable source) => throw null; @@ -153,14 +156,19 @@ public static class Enumerable public static System.Collections.Generic.IEnumerable Range(int start, int count) => throw null; public static System.Collections.Generic.IEnumerable Repeat(TResult element, int count) => throw null; public static System.Collections.Generic.IEnumerable Reverse(this System.Collections.Generic.IEnumerable source) => throw null; + public static System.Collections.Generic.IEnumerable Reverse(this TSource[] source) => throw null; + public static System.Collections.Generic.IEnumerable RightJoin(this System.Collections.Generic.IEnumerable outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector) => throw null; + public static System.Collections.Generic.IEnumerable RightJoin(this System.Collections.Generic.IEnumerable outer, System.Collections.Generic.IEnumerable inner, System.Func outerKeySelector, System.Func innerKeySelector, System.Func resultSelector, System.Collections.Generic.IEqualityComparer comparer) => throw null; public static System.Collections.Generic.IEnumerable Select(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; public static System.Collections.Generic.IEnumerable Select(this System.Collections.Generic.IEnumerable source, System.Func selector) => throw null; public static System.Collections.Generic.IEnumerable SelectMany(this System.Collections.Generic.IEnumerable source, System.Func> selector) => throw null; public static System.Collections.Generic.IEnumerable SelectMany(this System.Collections.Generic.IEnumerable source, System.Func> selector) => throw null; public static System.Collections.Generic.IEnumerable SelectMany(this System.Collections.Generic.IEnumerable source, System.Func> collectionSelector, System.Func resultSelector) => throw null; public static System.Collections.Generic.IEnumerable SelectMany(this System.Collections.Generic.IEnumerable source, System.Func> collectionSelector, System.Func resultSelector) => throw null; + public static System.Collections.Generic.IEnumerable Sequence(T start, T endInclusive, T step) where T : System.Numerics.INumber => throw null; public static bool SequenceEqual(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second) => throw null; public static bool SequenceEqual(this System.Collections.Generic.IEnumerable first, System.Collections.Generic.IEnumerable second, System.Collections.Generic.IEqualityComparer comparer) => throw null; + public static System.Collections.Generic.IEnumerable Shuffle(this System.Collections.Generic.IEnumerable source) => throw null; public static TSource Single(this System.Collections.Generic.IEnumerable source) => throw null; public static TSource Single(this System.Collections.Generic.IEnumerable source, System.Func predicate) => throw null; public static TSource SingleOrDefault(this System.Collections.Generic.IEnumerable source) => 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 6bde163d2438..70de09fe7122 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Memory, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Buffers @@ -369,22 +369,30 @@ public static partial class MemoryExtensions public static int CompareTo(this System.ReadOnlySpan span, System.ReadOnlySpan other, System.StringComparison comparisonType) => throw null; 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.ReadOnlySpan span, T value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => 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, System.ReadOnlySpan values, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static bool ContainsAny(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; + public static bool ContainsAny(this System.ReadOnlySpan span, T value0, T value1, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static bool ContainsAny(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; + public static bool ContainsAny(this System.ReadOnlySpan span, T value0, T value1, T value2, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static bool ContainsAny(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static bool ContainsAny(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; public static bool ContainsAny(this System.Span span, T value0, T value1) where T : System.IEquatable => throw null; public static bool ContainsAny(this System.Span span, T value0, T value1, T value2) where T : System.IEquatable => throw null; public static bool ContainsAnyExcept(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static bool ContainsAnyExcept(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; + public static bool ContainsAnyExcept(this System.ReadOnlySpan span, System.ReadOnlySpan values, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static bool ContainsAnyExcept(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; + public static bool ContainsAnyExcept(this System.ReadOnlySpan span, T value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static bool ContainsAnyExcept(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; + public static bool ContainsAnyExcept(this System.ReadOnlySpan span, T value0, T value1, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static bool ContainsAnyExcept(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; + public static bool ContainsAnyExcept(this System.ReadOnlySpan span, T value0, T value1, T value2, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static bool ContainsAnyExcept(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static bool ContainsAnyExcept(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; public static bool ContainsAnyExcept(this System.Span span, T value) where T : System.IEquatable => throw null; @@ -398,12 +406,19 @@ public static partial class MemoryExtensions public static void CopyTo(this T[] source, System.Span destination) => throw null; public static int Count(this System.Span span, T value) where T : System.IEquatable => throw null; public static int Count(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; + public static int Count(this System.ReadOnlySpan span, T value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int Count(this System.Span span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; public static int Count(this System.ReadOnlySpan span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; + public static int Count(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static int CountAny(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; + public static int CountAny(this System.ReadOnlySpan span, params System.ReadOnlySpan values) where T : System.IEquatable => throw null; + public static int CountAny(this System.ReadOnlySpan span, System.ReadOnlySpan values, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; 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.ReadOnlySpan span, System.ReadOnlySpan value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => 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 bool EndsWith(this System.ReadOnlySpan span, T value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => 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,15 +426,20 @@ public static partial class MemoryExtensions public static bool Equals(this System.ReadOnlySpan span, System.ReadOnlySpan other, System.StringComparison comparisonType) => throw null; public static int IndexOf(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; public static int IndexOf(this System.ReadOnlySpan span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; + public static int IndexOf(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int IndexOf(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; + public static int IndexOf(this System.ReadOnlySpan span, T value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => 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, System.ReadOnlySpan values, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int IndexOfAny(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; + public static int IndexOfAny(this System.ReadOnlySpan span, T value0, T value1, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int IndexOfAny(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; + public static int IndexOfAny(this System.ReadOnlySpan span, T value0, T value1, T value2, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int IndexOfAny(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static int IndexOfAny(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; public static int IndexOfAny(this System.Span span, T value0, T value1) where T : System.IEquatable => throw null; @@ -430,10 +450,14 @@ public static partial class MemoryExtensions public static int IndexOfAnyExcept(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static int IndexOfAnyExcept(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; public static int IndexOfAnyExcept(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; + public static int IndexOfAnyExcept(this System.ReadOnlySpan span, T value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int IndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; + public static int IndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int IndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; + public static int IndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1, T value2, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int IndexOfAnyExcept(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static int IndexOfAnyExcept(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; + public static int IndexOfAnyExcept(this System.ReadOnlySpan span, System.ReadOnlySpan values, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int IndexOfAnyExceptInRange(this System.ReadOnlySpan span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; public static int IndexOfAnyExceptInRange(this System.Span span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; public static int IndexOfAnyInRange(this System.ReadOnlySpan span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; @@ -441,13 +465,18 @@ public static partial class MemoryExtensions public static bool IsWhiteSpace(this System.ReadOnlySpan span) => throw null; public static int LastIndexOf(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.StringComparison comparisonType) => throw null; public static int LastIndexOf(this System.ReadOnlySpan span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; + public static int LastIndexOf(this System.ReadOnlySpan span, System.ReadOnlySpan value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int LastIndexOf(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; + public static int LastIndexOf(this System.ReadOnlySpan span, T value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int LastIndexOf(this System.Span span, System.ReadOnlySpan value) where T : System.IEquatable => throw null; public static int LastIndexOf(this System.Span span, T value) where T : System.IEquatable => throw null; public static int LastIndexOfAny(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static int LastIndexOfAny(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; + public static int LastIndexOfAny(this System.ReadOnlySpan span, System.ReadOnlySpan values, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int LastIndexOfAny(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; + public static int LastIndexOfAny(this System.ReadOnlySpan span, T value0, T value1, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int LastIndexOfAny(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; + public static int LastIndexOfAny(this System.ReadOnlySpan span, T value0, T value1, T value2, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int LastIndexOfAny(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static int LastIndexOfAny(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; public static int LastIndexOfAny(this System.Span span, T value0, T value1) where T : System.IEquatable => throw null; @@ -458,10 +487,14 @@ public static partial class MemoryExtensions public static int LastIndexOfAnyExcept(this System.Span span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static int LastIndexOfAnyExcept(this System.Span span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, T value) where T : System.IEquatable => throw null; + public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, T value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1) where T : System.IEquatable => throw null; + public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1, T value2) where T : System.IEquatable => throw null; + public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, T value0, T value1, T value2, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, System.Buffers.SearchValues values) where T : System.IEquatable => throw null; public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, System.ReadOnlySpan values) where T : System.IEquatable => throw null; + public static int LastIndexOfAnyExcept(this System.ReadOnlySpan span, System.ReadOnlySpan values, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static int LastIndexOfAnyExceptInRange(this System.ReadOnlySpan span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; public static int LastIndexOfAnyExceptInRange(this System.Span span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; public static int LastIndexOfAnyInRange(this System.ReadOnlySpan span, T lowInclusive, T highInclusive) where T : System.IComparable => throw null; @@ -471,9 +504,16 @@ public static partial class MemoryExtensions public static bool Overlaps(this System.Span span, System.ReadOnlySpan other) => throw null; public static bool Overlaps(this System.Span span, System.ReadOnlySpan other, out int elementOffset) => throw null; public static void Replace(this System.Span span, T oldValue, T newValue) where T : System.IEquatable => throw null; + public static void Replace(this System.Span span, T oldValue, T newValue, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; public static void Replace(this System.ReadOnlySpan source, System.Span destination, T oldValue, T newValue) where T : System.IEquatable => throw null; + public static void Replace(this System.ReadOnlySpan source, System.Span destination, T oldValue, T newValue, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => throw null; + public static void ReplaceAny(this System.ReadOnlySpan source, System.Span destination, System.Buffers.SearchValues values, T newValue) where T : System.IEquatable => throw null; + public static void ReplaceAny(this System.Span span, System.Buffers.SearchValues values, T newValue) where T : System.IEquatable => throw null; + public static void ReplaceAnyExcept(this System.ReadOnlySpan source, System.Span destination, System.Buffers.SearchValues values, T newValue) where T : System.IEquatable => throw null; + public static void ReplaceAnyExcept(this System.Span span, System.Buffers.SearchValues values, T newValue) where T : System.IEquatable => throw null; public static void Reverse(this System.Span span) => throw null; public static int SequenceCompareTo(this System.ReadOnlySpan span, System.ReadOnlySpan other) where T : System.IComparable => throw null; + public static int SequenceCompareTo(this System.ReadOnlySpan span, System.ReadOnlySpan other, System.Collections.Generic.IComparer comparer = default(System.Collections.Generic.IComparer)) => throw null; public static int SequenceCompareTo(this System.Span span, System.ReadOnlySpan other) where T : System.IComparable => throw null; public static bool SequenceEqual(this System.ReadOnlySpan span, System.ReadOnlySpan other) where T : System.IEquatable => throw null; public static bool SequenceEqual(this System.Span span, System.ReadOnlySpan other) where T : System.IEquatable => throw null; @@ -485,11 +525,15 @@ 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 struct SpanSplitEnumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator where T : System.IEquatable { public System.Range Current { get => throw null; } + object System.Collections.IEnumerator.Current { get => throw null; } + void System.IDisposable.Dispose() => throw null; public System.MemoryExtensions.SpanSplitEnumerator GetEnumerator() => throw null; public bool MoveNext() => throw null; + void System.Collections.IEnumerator.Reset() => throw null; + public System.ReadOnlySpan Source { get => 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; @@ -501,8 +545,10 @@ public struct SpanSplitEnumerator where T : System.IEquatable 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.ReadOnlySpan span, System.ReadOnlySpan value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => 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 bool StartsWith(this System.ReadOnlySpan span, T value, System.Collections.Generic.IEqualityComparer comparer = default(System.Collections.Generic.IEqualityComparer)) => 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; @@ -612,17 +658,23 @@ public static partial class EncodingExtensions public static long GetChars(this System.Text.Encoding encoding, System.ReadOnlySpan bytes, System.Buffers.IBufferWriter writer) => throw null; public static string GetString(this System.Text.Encoding encoding, in System.Buffers.ReadOnlySequence bytes) => throw null; } - public struct SpanLineEnumerator + public struct SpanLineEnumerator : System.IDisposable, System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator { public System.ReadOnlySpan Current { get => throw null; } + object System.Collections.IEnumerator.Current { get => throw null; } + void System.IDisposable.Dispose() => throw null; public System.Text.SpanLineEnumerator GetEnumerator() => throw null; public bool MoveNext() => throw null; + void System.Collections.IEnumerator.Reset() => throw null; } - public struct SpanRuneEnumerator + public struct SpanRuneEnumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator { public System.Text.Rune Current { get => throw null; } + object System.Collections.IEnumerator.Current { get => throw null; } + void System.IDisposable.Dispose() => throw null; public System.Text.SpanRuneEnumerator GetEnumerator() => throw null; public bool MoveNext() => throw null; + void System.Collections.IEnumerator.Reset() => 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 82da3c0b9775..f00a375fa0ec 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Net.Http.Json, Version=10.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 49901cf6bf69..c7c34784e4f6 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Http, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -640,6 +640,7 @@ public class HttpMethod : System.IEquatable public static System.Net.Http.HttpMethod Patch { get => throw null; } public static System.Net.Http.HttpMethod Post { get => throw null; } public static System.Net.Http.HttpMethod Put { get => throw null; } + public static System.Net.Http.HttpMethod Query { get => throw null; } public override string ToString() => throw null; public static System.Net.Http.HttpMethod Trace { 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 132cbdc90fc4..da9ea7063f96 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Net.HttpListener, Version=10.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 bf2cf83d97c3..6146ee5bd4b5 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Net.Mail, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Net @@ -316,6 +316,7 @@ public static class Application public const string Xml = default; public const string XmlDtd = default; public const string XmlPatch = default; + public const string Yaml = default; public const string Zip = default; } public static class Font 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 10b7a2442d88..5663ff49ab56 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.NameResolution, Version=10.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 fc849ca42b25..0d456251e0d3 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.NetworkInformation, Version=10.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 696bf3f4f61a..04cd102c60a5 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Ping, Version=10.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 8428528565a2..8c28a711b53b 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Primitives, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -102,6 +102,8 @@ public class CookieContainer public class CookieException : System.FormatException, System.Runtime.Serialization.ISerializable { public CookieException() => throw null; + public CookieException(string message) => throw null; + public CookieException(string message, System.Exception innerException) => throw null; protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) => throw null; 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; @@ -232,7 +234,7 @@ public interface ICredentialsByHost { System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType); } - public class IPAddress : System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable + public class IPAddress : System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable, System.IUtf8SpanParsable { public long Address { get => throw null; set { } } public System.Net.Sockets.AddressFamily AddressFamily { get => throw null; } @@ -259,6 +261,8 @@ public class IPAddress : System.IFormattable, System.IParsable throw null; } public bool IsIPv6UniqueLocal { get => throw null; } public static bool IsLoopback(System.Net.IPAddress address) => throw null; + public static bool IsValid(System.ReadOnlySpan ipSpan) => throw null; + public static bool IsValidUtf8(System.ReadOnlySpan utf8Text) => throw null; public static readonly System.Net.IPAddress Loopback; public System.Net.IPAddress MapToIPv4() => throw null; public System.Net.IPAddress MapToIPv6() => throw null; @@ -268,8 +272,10 @@ public class IPAddress : System.IFormattable, System.IParsable ipSpan) => throw null; public static System.Net.IPAddress Parse(string ipString) => throw null; + public static System.Net.IPAddress Parse(System.ReadOnlySpan utf8Text) => throw null; static System.Net.IPAddress System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; static System.Net.IPAddress System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; + static System.Net.IPAddress System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; public long ScopeId { get => throw null; set { } } public override string ToString() => throw null; string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) => throw null; @@ -279,8 +285,10 @@ public class IPAddress : System.IFormattable, System.IParsable utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; public static bool TryParse(System.ReadOnlySpan ipSpan, out System.Net.IPAddress address) => throw null; public static bool TryParse(string ipString, out System.Net.IPAddress address) => throw null; + public static bool TryParse(System.ReadOnlySpan utf8Text, out System.Net.IPAddress result) => throw null; static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Net.IPAddress result) => throw null; static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.Net.IPAddress result) => throw null; + static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.Net.IPAddress result) => throw null; public bool TryWriteBytes(System.Span destination, out int bytesWritten) => throw null; } public class IPEndPoint : System.Net.EndPoint @@ -302,7 +310,7 @@ public class IPEndPoint : System.Net.EndPoint public static bool TryParse(System.ReadOnlySpan s, out System.Net.IPEndPoint result) => throw null; public static bool TryParse(string s, out System.Net.IPEndPoint result) => throw null; } - public struct IPNetwork : System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable + public struct IPNetwork : System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable, System.IUtf8SpanParsable { public System.Net.IPAddress BaseAddress { get => throw null; } public bool Contains(System.Net.IPAddress address) => throw null; @@ -314,8 +322,10 @@ public struct IPNetwork : System.IEquatable, System.IForma public static bool operator !=(System.Net.IPNetwork left, System.Net.IPNetwork right) => throw null; public static System.Net.IPNetwork Parse(System.ReadOnlySpan s) => throw null; public static System.Net.IPNetwork Parse(string s) => throw null; + public static System.Net.IPNetwork Parse(System.ReadOnlySpan utf8Text) => throw null; static System.Net.IPNetwork System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; static System.Net.IPNetwork System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; + static System.Net.IPNetwork System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; public int PrefixLength { get => throw null; } string System.IFormattable.ToString(string format, System.IFormatProvider provider) => throw null; public override string ToString() => throw null; @@ -325,8 +335,10 @@ public struct IPNetwork : System.IEquatable, System.IForma public bool TryFormat(System.Span utf8Destination, out int bytesWritten) => throw null; static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out System.Net.IPNetwork result) => throw null; static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out System.Net.IPNetwork result) => throw null; + static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.Net.IPNetwork result) => throw null; public static bool TryParse(System.ReadOnlySpan s, out System.Net.IPNetwork result) => throw null; public static bool TryParse(string s, out System.Net.IPNetwork result) => throw null; + public static bool TryParse(System.ReadOnlySpan utf8Text, out System.Net.IPNetwork result) => throw null; } public interface IWebProxy { 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 e25b4fdc3eef..daeb00265f28 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Quic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -29,9 +29,11 @@ public sealed class QuicConnection : System.IAsyncDisposable public static bool IsSupported { get => throw null; } public System.Net.IPEndPoint LocalEndPoint { get => throw null; } public System.Net.Security.SslApplicationProtocol NegotiatedApplicationProtocol { get => throw null; } + public System.Net.Security.TlsCipherSuite NegotiatedCipherSuite { get => throw null; } public System.Threading.Tasks.ValueTask OpenOutboundStreamAsync(System.Net.Quic.QuicStreamType type, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get => throw null; } public System.Net.IPEndPoint RemoteEndPoint { get => throw null; } + public System.Security.Authentication.SslProtocols SslProtocol { get => throw null; } public string TargetHostName { get => throw null; } public override string ToString() => throw null; } 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 ef2db9d9a81c..a7cd2b1e7596 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Requests, Version=10.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.Security.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs index b2350291f3cf..1e3e3345947c 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Security, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -191,6 +191,8 @@ public sealed class SslCertificateTrust public class SslClientAuthenticationOptions { public bool AllowRenegotiation { get => throw null; set { } } + public bool AllowRsaPkcs1Padding { get => throw null; set { } } + public bool AllowRsaPssPadding { get => throw null; set { } } public bool AllowTlsResume { get => throw null; set { } } public System.Collections.Generic.List ApplicationProtocols { get => throw null; set { } } public System.Security.Cryptography.X509Certificates.X509ChainPolicy CertificateChainPolicy { get => throw null; set { } } @@ -214,6 +216,8 @@ public struct SslClientHelloInfo public class SslServerAuthenticationOptions { public bool AllowRenegotiation { get => throw null; set { } } + public bool AllowRsaPkcs1Padding { get => throw null; set { } } + public bool AllowRsaPssPadding { get => throw null; set { } } public bool AllowTlsResume { get => throw null; set { } } public System.Collections.Generic.List ApplicationProtocols { get => throw null; set { } } public System.Security.Cryptography.X509Certificates.X509ChainPolicy CertificateChainPolicy { get => throw null; set { } } @@ -291,6 +295,7 @@ public class SslStream : System.Net.Security.AuthenticatedStream public virtual System.Net.Security.TlsCipherSuite NegotiatedCipherSuite { get => throw null; } public override long Position { get => throw null; set { } } public override int Read(byte[] buffer, int offset, int count) => throw null; + public override int Read(System.Span buffer) => throw null; public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public override int ReadByte() => throw null; @@ -304,8 +309,10 @@ public class SslStream : System.Net.Security.AuthenticatedStream public System.Net.TransportContext TransportContext { get => throw null; } public void Write(byte[] buffer) => throw null; public override void Write(byte[] buffer, int offset, int count) => throw null; + public override void Write(System.ReadOnlySpan buffer) => throw null; public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public override void WriteByte(byte value) => throw null; public override int WriteTimeout { get => throw null; set { } } } public class SslStreamCertificateContext diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServerSentEvents.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServerSentEvents.cs new file mode 100644 index 000000000000..ad760dd1268a --- /dev/null +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServerSentEvents.cs @@ -0,0 +1,38 @@ +// This file contains auto-generated code. +// Generated from `System.Net.ServerSentEvents, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +namespace System +{ + namespace Net + { + namespace ServerSentEvents + { + public static class SseFormatter + { + public static System.Threading.Tasks.Task WriteAsync(System.Collections.Generic.IAsyncEnumerable> source, System.IO.Stream destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.Task WriteAsync(System.Collections.Generic.IAsyncEnumerable> source, System.IO.Stream destination, System.Action, System.Buffers.IBufferWriter> itemFormatter, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + } + public struct SseItem + { + public SseItem(T data, string eventType = default(string)) => throw null; + public T Data { get => throw null; } + public string EventId { get => throw null; set { } } + public string EventType { get => throw null; } + public System.TimeSpan? ReconnectionInterval { get => throw null; set { } } + } + public delegate T SseItemParser(string eventType, System.ReadOnlySpan data); + public static class SseParser + { + public static System.Net.ServerSentEvents.SseParser Create(System.IO.Stream sseStream) => throw null; + public static System.Net.ServerSentEvents.SseParser Create(System.IO.Stream sseStream, System.Net.ServerSentEvents.SseItemParser itemParser) => throw null; + public const string EventTypeDefault = default; + } + public sealed class SseParser + { + public System.Collections.Generic.IEnumerable> Enumerate() => throw null; + public System.Collections.Generic.IAsyncEnumerable> EnumerateAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public string LastEventId { get => throw null; } + public System.TimeSpan ReconnectionInterval { get => throw null; } + } + } + } +} 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 e5e5266f5204..f37c334a3e57 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.Sockets, Version=10.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.WebClient.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs index 30df23b98cfe..c6fe773f8ef2 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Net.WebClient, Version=10.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 ac4a89fcd274..ed42b19beeca 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.WebHeaderCollection, Version=10.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 0dbd9c283e82..3ccbd2d0a319 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Net.WebProxy, Version=10.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 0fde301db22b..5af92a8bf54f 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.WebSockets.Client, Version=10.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.WebSockets.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs index 395e639a6e84..380607c4999c 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Net.WebSockets, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Net @@ -152,6 +152,35 @@ public enum WebSocketState Closed = 5, Aborted = 6, } + public class WebSocketStream : System.IO.Stream + { + public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; + public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback callback, object state) => throw null; + public override bool CanRead { get => throw null; } + public override bool CanSeek { get => throw null; } + public override bool CanWrite { get => throw null; } + public static System.Net.WebSockets.WebSocketStream Create(System.Net.WebSockets.WebSocket webSocket, System.Net.WebSockets.WebSocketMessageType writeMessageType, bool ownsWebSocket = default(bool)) => throw null; + public static System.Net.WebSockets.WebSocketStream Create(System.Net.WebSockets.WebSocket webSocket, System.Net.WebSockets.WebSocketMessageType writeMessageType, System.TimeSpan closeTimeout) => throw null; + public static System.Net.WebSockets.WebSocketStream CreateReadableMessageStream(System.Net.WebSockets.WebSocket webSocket) => throw null; + public static System.Net.WebSockets.WebSocketStream CreateWritableMessageStream(System.Net.WebSockets.WebSocket webSocket, System.Net.WebSockets.WebSocketMessageType writeMessageType) => 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; + public override void EndWrite(System.IAsyncResult asyncResult) => throw null; + public override void Flush() => throw null; + public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) => throw null; + public override long Length { get => throw null; } + public override long Position { get => throw null; set { } } + public override int Read(byte[] buffer, int offset, int count) => throw null; + public override System.Threading.Tasks.Task ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; + public override System.Threading.Tasks.ValueTask ReadAsync(System.Memory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public override long Seek(long offset, System.IO.SeekOrigin origin) => throw null; + public override void SetLength(long value) => throw null; + public System.Net.WebSockets.WebSocket WebSocket { get => throw null; } + public override void Write(byte[] buffer, int offset, int count) => throw null; + public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) => throw null; + public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + } } } } 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 d51c213ee217..c8c4c8a950cd 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Numerics.Vectors, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Numerics @@ -7,6 +7,10 @@ namespace Numerics public struct Matrix3x2 : System.IEquatable { public static System.Numerics.Matrix3x2 Add(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; + public static System.Numerics.Matrix3x2 Create(float value) => throw null; + public static System.Numerics.Matrix3x2 Create(System.Numerics.Vector2 value) => throw null; + public static System.Numerics.Matrix3x2 Create(System.Numerics.Vector2 x, System.Numerics.Vector2 y, System.Numerics.Vector2 z) => throw null; + public static System.Numerics.Matrix3x2 Create(float m11, float m12, float m21, float m22, float m31, float m32) => throw null; public static System.Numerics.Matrix3x2 CreateRotation(float radians) => throw null; public static System.Numerics.Matrix3x2 CreateRotation(float radians, System.Numerics.Vector2 centerPoint) => throw null; public static System.Numerics.Matrix3x2 CreateScale(System.Numerics.Vector2 scales) => throw null; @@ -23,7 +27,9 @@ public struct Matrix3x2 : System.IEquatable public bool Equals(System.Numerics.Matrix3x2 other) => throw null; public override bool Equals(object obj) => throw null; public float GetDeterminant() => throw null; + public float GetElement(int row, int column) => throw null; public override int GetHashCode() => throw null; + public System.Numerics.Vector2 GetRow(int index) => throw null; public static System.Numerics.Matrix3x2 Identity { get => throw null; } public static bool Invert(System.Numerics.Matrix3x2 matrix, out System.Numerics.Matrix3x2 result) => throw null; public bool IsIdentity { get => throw null; } @@ -45,15 +51,28 @@ public struct Matrix3x2 : System.IEquatable public static System.Numerics.Matrix3x2 operator -(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; public static System.Numerics.Matrix3x2 operator -(System.Numerics.Matrix3x2 value) => throw null; public static System.Numerics.Matrix3x2 Subtract(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2) => throw null; + public System.Numerics.Vector2 this[int row] { get => throw null; set { } } public float this[int row, int column] { get => throw null; set { } } public override string ToString() => throw null; public System.Numerics.Vector2 Translation { get => throw null; set { } } + public System.Numerics.Matrix3x2 WithElement(int row, int column, float value) => throw null; + public System.Numerics.Matrix3x2 WithRow(int index, System.Numerics.Vector2 value) => throw null; + public System.Numerics.Vector2 X { get => throw null; set { } } + public System.Numerics.Vector2 Y { get => throw null; set { } } + public System.Numerics.Vector2 Z { get => throw null; set { } } } public struct Matrix4x4 : System.IEquatable { public static System.Numerics.Matrix4x4 Add(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; + public static System.Numerics.Matrix4x4 Create(float value) => throw null; + public static System.Numerics.Matrix4x4 Create(System.Numerics.Matrix3x2 value) => throw null; + public static System.Numerics.Matrix4x4 Create(System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Matrix4x4 Create(System.Numerics.Vector4 x, System.Numerics.Vector4 y, System.Numerics.Vector4 z, System.Numerics.Vector4 w) => throw null; + public static System.Numerics.Matrix4x4 Create(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44) => throw null; public static System.Numerics.Matrix4x4 CreateBillboard(System.Numerics.Vector3 objectPosition, System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 cameraUpVector, System.Numerics.Vector3 cameraForwardVector) => throw null; + public static System.Numerics.Matrix4x4 CreateBillboardLeftHanded(System.Numerics.Vector3 objectPosition, System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 cameraUpVector, System.Numerics.Vector3 cameraForwardVector) => throw null; public static System.Numerics.Matrix4x4 CreateConstrainedBillboard(System.Numerics.Vector3 objectPosition, System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 rotateAxis, System.Numerics.Vector3 cameraForwardVector, System.Numerics.Vector3 objectForwardVector) => throw null; + public static System.Numerics.Matrix4x4 CreateConstrainedBillboardLeftHanded(System.Numerics.Vector3 objectPosition, System.Numerics.Vector3 cameraPosition, System.Numerics.Vector3 rotateAxis, System.Numerics.Vector3 cameraForwardVector, System.Numerics.Vector3 objectForwardVector) => throw null; public static System.Numerics.Matrix4x4 CreateFromAxisAngle(System.Numerics.Vector3 axis, float angle) => throw null; public static System.Numerics.Matrix4x4 CreateFromQuaternion(System.Numerics.Quaternion quaternion) => throw null; public static System.Numerics.Matrix4x4 CreateFromYawPitchRoll(float yaw, float pitch, float roll) => throw null; @@ -96,7 +115,9 @@ public struct Matrix4x4 : System.IEquatable public bool Equals(System.Numerics.Matrix4x4 other) => throw null; public override bool Equals(object obj) => throw null; public float GetDeterminant() => throw null; + public float GetElement(int row, int column) => throw null; public override int GetHashCode() => throw null; + public System.Numerics.Vector4 GetRow(int index) => throw null; public static System.Numerics.Matrix4x4 Identity { get => throw null; } public static bool Invert(System.Numerics.Matrix4x4 matrix, out System.Numerics.Matrix4x4 result) => throw null; public bool IsIdentity { get => throw null; } @@ -128,17 +149,27 @@ public struct Matrix4x4 : System.IEquatable public static System.Numerics.Matrix4x4 operator -(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; public static System.Numerics.Matrix4x4 operator -(System.Numerics.Matrix4x4 value) => throw null; public static System.Numerics.Matrix4x4 Subtract(System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2) => throw null; + public System.Numerics.Vector4 this[int row] { get => throw null; set { } } public float this[int row, int column] { get => throw null; set { } } public override string ToString() => throw null; public static System.Numerics.Matrix4x4 Transform(System.Numerics.Matrix4x4 value, System.Numerics.Quaternion rotation) => throw null; public System.Numerics.Vector3 Translation { get => throw null; set { } } public static System.Numerics.Matrix4x4 Transpose(System.Numerics.Matrix4x4 matrix) => throw null; + public System.Numerics.Vector4 W { get => throw null; set { } } + public System.Numerics.Matrix4x4 WithElement(int row, int column, float value) => throw null; + public System.Numerics.Matrix4x4 WithRow(int index, System.Numerics.Vector4 value) => throw null; + public System.Numerics.Vector4 X { get => throw null; set { } } + public System.Numerics.Vector4 Y { get => throw null; set { } } + public System.Numerics.Vector4 Z { get => throw null; set { } } } public struct Plane : System.IEquatable { + public static System.Numerics.Plane Create(System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Plane Create(System.Numerics.Vector3 normal, float d) => throw null; + public static System.Numerics.Plane Create(float x, float y, float z, float d) => throw null; public static System.Numerics.Plane CreateFromVertices(System.Numerics.Vector3 point1, System.Numerics.Vector3 point2, System.Numerics.Vector3 point3) => throw null; - public Plane(System.Numerics.Vector3 normal, float d) => throw null; public Plane(System.Numerics.Vector4 value) => throw null; + public Plane(System.Numerics.Vector3 normal, float d) => throw null; public Plane(float x, float y, float z, float d) => throw null; public float D; public static float Dot(System.Numerics.Plane plane, System.Numerics.Vector4 value) => throw null; @@ -160,6 +191,8 @@ public struct Quaternion : System.IEquatable public static System.Numerics.Quaternion Add(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; public static System.Numerics.Quaternion Concatenate(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) => throw null; public static System.Numerics.Quaternion Conjugate(System.Numerics.Quaternion value) => throw null; + public static System.Numerics.Quaternion Create(System.Numerics.Vector3 vectorPart, float scalarPart) => throw null; + public static System.Numerics.Quaternion Create(float x, float y, float z, float w) => throw null; public static System.Numerics.Quaternion CreateFromAxisAngle(System.Numerics.Vector3 axis, float angle) => throw null; public static System.Numerics.Quaternion CreateFromRotationMatrix(System.Numerics.Matrix4x4 matrix) => throw null; public static System.Numerics.Quaternion CreateFromYawPitchRoll(float yaw, float pitch, float roll) => throw null; @@ -202,12 +235,20 @@ public static class Vector { public static System.Numerics.Vector Abs(System.Numerics.Vector value) => throw null; public static System.Numerics.Vector Add(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 bool All(System.Numerics.Vector vector, T value) => throw null; + public static bool AllWhereAllBitsSet(System.Numerics.Vector vector) => throw null; public static System.Numerics.Vector AndNot(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static bool Any(System.Numerics.Vector vector, T value) => throw null; + public static bool AnyWhereAllBitsSet(System.Numerics.Vector vector) => 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.Vector3 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.Vector2 value) => throw null; public static System.Numerics.Vector3 AsVector3(this System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Vector3 AsVector3Unsafe(this System.Numerics.Vector2 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; @@ -250,8 +291,12 @@ public static class Vector 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 int Count(System.Numerics.Vector vector, T value) => throw null; + public static int CountWhereAllBitsSet(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 CreateScalar(T value) => throw null; + public static System.Numerics.Vector CreateScalarUnsafe(T value) => 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; @@ -267,11 +312,17 @@ public static class Vector 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 uint ExtractMostSignificantBits(this System.Numerics.Vector2 vector) => throw null; + public static uint ExtractMostSignificantBits(this System.Numerics.Vector3 vector) => throw null; + public static uint ExtractMostSignificantBits(this System.Numerics.Vector4 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 float GetElement(this System.Numerics.Vector2 vector, int index) => throw null; + public static float GetElement(this System.Numerics.Vector3 vector, int index) => throw null; + public static float GetElement(this System.Numerics.Vector4 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; public static System.Numerics.Vector GreaterThan(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; @@ -288,12 +339,24 @@ public static class Vector 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 int IndexOf(System.Numerics.Vector vector, T value) => throw null; + public static int IndexOfWhereAllBitsSet(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector IsEvenInteger(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector IsFinite(System.Numerics.Vector vector) => throw null; public static bool IsHardwareAccelerated { get => throw null; } + public static System.Numerics.Vector IsInfinity(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector IsInteger(System.Numerics.Vector vector) => 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 IsNegativeInfinity(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector IsNormal(System.Numerics.Vector vector) => throw null; + public static System.Numerics.Vector IsOddInteger(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 IsSubnormal(System.Numerics.Vector vector) => throw null; public static System.Numerics.Vector IsZero(System.Numerics.Vector vector) => throw null; + public static int LastIndexOf(System.Numerics.Vector vector, T value) => throw null; + public static int LastIndexOfWhereAllBitsSet(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; @@ -341,7 +404,16 @@ 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 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 NarrowWithSaturation(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; + public static System.Numerics.Vector NarrowWithSaturation(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; + public static System.Numerics.Vector NarrowWithSaturation(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; + public static System.Numerics.Vector NarrowWithSaturation(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; + public static System.Numerics.Vector NarrowWithSaturation(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; + public static System.Numerics.Vector NarrowWithSaturation(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; + public static System.Numerics.Vector NarrowWithSaturation(System.Numerics.Vector low, System.Numerics.Vector high) => throw null; public static System.Numerics.Vector Negate(System.Numerics.Vector value) => throw null; + public static bool None(System.Numerics.Vector vector, T value) => throw null; + public static bool NoneWhereAllBitsSet(System.Numerics.Vector vector) => 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; @@ -380,13 +452,32 @@ public static class Vector 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 Store(this System.Numerics.Vector2 source, float* destination) => throw null; + public static unsafe void Store(this System.Numerics.Vector3 source, float* destination) => throw null; + public static unsafe void Store(this System.Numerics.Vector4 source, float* destination) => throw null; public static unsafe void StoreAligned(this System.Numerics.Vector source, T* destination) => throw null; + public static unsafe void StoreAligned(this System.Numerics.Vector2 source, float* destination) => throw null; + public static unsafe void StoreAligned(this System.Numerics.Vector3 source, float* destination) => throw null; + public static unsafe void StoreAligned(this System.Numerics.Vector4 source, float* destination) => throw null; public static unsafe void StoreAlignedNonTemporal(this System.Numerics.Vector source, T* destination) => throw null; + public static unsafe void StoreAlignedNonTemporal(this System.Numerics.Vector2 source, float* destination) => throw null; + public static unsafe void StoreAlignedNonTemporal(this System.Numerics.Vector3 source, float* destination) => throw null; + public static unsafe void StoreAlignedNonTemporal(this System.Numerics.Vector4 source, float* destination) => throw null; public static void StoreUnsafe(this System.Numerics.Vector source, ref T destination) => throw null; + public static void StoreUnsafe(this System.Numerics.Vector2 source, ref float destination) => throw null; + public static void StoreUnsafe(this System.Numerics.Vector3 source, ref float destination) => throw null; + public static void StoreUnsafe(this System.Numerics.Vector4 source, ref float destination) => throw null; public static void StoreUnsafe(this System.Numerics.Vector source, ref T destination, nuint elementOffset) => throw null; + public static void StoreUnsafe(this System.Numerics.Vector2 source, ref float destination, nuint elementOffset) => throw null; + public static void StoreUnsafe(this System.Numerics.Vector3 source, ref float destination, nuint elementOffset) => throw null; + public static void StoreUnsafe(this System.Numerics.Vector4 source, ref float destination, nuint elementOffset) => 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 T Sum(System.Numerics.Vector value) => throw null; public static T ToScalar(this System.Numerics.Vector vector) => throw null; + public static float ToScalar(this System.Numerics.Vector2 vector) => throw null; + public static float ToScalar(this System.Numerics.Vector3 vector) => throw null; + public static float ToScalar(this System.Numerics.Vector4 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; @@ -411,6 +502,9 @@ public static class Vector public static System.Numerics.Vector WidenUpper(System.Numerics.Vector source) => throw null; public static System.Numerics.Vector WidenUpper(System.Numerics.Vector source) => throw null; public static System.Numerics.Vector WithElement(this System.Numerics.Vector vector, int index, T value) => throw null; + public static System.Numerics.Vector2 WithElement(this System.Numerics.Vector2 vector, int index, float value) => throw null; + public static System.Numerics.Vector3 WithElement(this System.Numerics.Vector3 vector, int index, float value) => throw null; + public static System.Numerics.Vector4 WithElement(this System.Numerics.Vector4 vector, int index, float value) => throw null; public static System.Numerics.Vector Xor(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; } public struct Vector : System.IEquatable>, System.IFormattable @@ -475,16 +569,30 @@ 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 bool All(System.Numerics.Vector2 vector, float value) => throw null; + public static System.Numerics.Vector2 AllBitsSet { get => throw null; } + public static bool AllWhereAllBitsSet(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 AndNot(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool Any(System.Numerics.Vector2 vector, float value) => throw null; + public static bool AnyWhereAllBitsSet(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 BitwiseAnd(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static System.Numerics.Vector2 BitwiseOr(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 ConditionalSelect(System.Numerics.Vector2 condition, System.Numerics.Vector2 left, System.Numerics.Vector2 right) => 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 int Count(System.Numerics.Vector2 vector, float value) => throw null; + public static int CountWhereAllBitsSet(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 static System.Numerics.Vector2 CreateScalar(float x) => throw null; + public static System.Numerics.Vector2 CreateScalarUnsafe(float x) => throw null; + public static float Cross(System.Numerics.Vector2 value1, System.Numerics.Vector2 value2) => throw null; public Vector2(float value) => throw null; public Vector2(float x, float y) => throw null; public Vector2(System.ReadOnlySpan values) => throw null; @@ -498,14 +606,51 @@ public struct Vector2 : System.IEquatable, System.IForm 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 Equals(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool EqualsAll(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool EqualsAny(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => 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 GreaterThan(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool GreaterThanAll(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool GreaterThanAny(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static System.Numerics.Vector2 GreaterThanOrEqual(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool GreaterThanOrEqualAll(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool GreaterThanOrEqualAny(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; public static System.Numerics.Vector2 Hypot(System.Numerics.Vector2 x, System.Numerics.Vector2 y) => throw null; + public static int IndexOf(System.Numerics.Vector2 vector, float value) => throw null; + public static int IndexOfWhereAllBitsSet(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsEvenInteger(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsFinite(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsInfinity(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsInteger(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsNaN(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsNegative(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsNegativeInfinity(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsNormal(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsOddInteger(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsPositive(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsPositiveInfinity(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsSubnormal(System.Numerics.Vector2 vector) => throw null; + public static System.Numerics.Vector2 IsZero(System.Numerics.Vector2 vector) => throw null; + public static int LastIndexOf(System.Numerics.Vector2 vector, float value) => throw null; + public static int LastIndexOfWhereAllBitsSet(System.Numerics.Vector2 vector) => 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 LessThan(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool LessThanAll(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool LessThanAny(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static System.Numerics.Vector2 LessThanOrEqual(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool LessThanOrEqualAll(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static bool LessThanOrEqualAny(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static unsafe System.Numerics.Vector2 Load(float* source) => throw null; + public static unsafe System.Numerics.Vector2 LoadAligned(float* source) => throw null; + public static unsafe System.Numerics.Vector2 LoadAlignedNonTemporal(float* source) => throw null; + public static System.Numerics.Vector2 LoadUnsafe(ref readonly float source) => throw null; + public static System.Numerics.Vector2 LoadUnsafe(ref readonly float source, nuint elementOffset) => 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; @@ -526,28 +671,41 @@ public struct Vector2 : System.IEquatable, System.IForm 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 bool None(System.Numerics.Vector2 vector, float value) => throw null; + public static bool NoneWhereAllBitsSet(System.Numerics.Vector2 vector) => 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 OnesComplement(System.Numerics.Vector2 value) => 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 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 left, System.Numerics.Vector2 right) => throw null; public static System.Numerics.Vector2 operator /(System.Numerics.Vector2 value1, float value2) => throw null; public static bool operator ==(System.Numerics.Vector2 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 bool operator !=(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; + public static System.Numerics.Vector2 operator <<(System.Numerics.Vector2 value, int shiftAmount) => 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 left, float right) => throw null; public static System.Numerics.Vector2 operator *(float left, System.Numerics.Vector2 right) => throw null; + public static System.Numerics.Vector2 operator ~(System.Numerics.Vector2 value) => throw null; + public static System.Numerics.Vector2 operator >>(System.Numerics.Vector2 value, int shiftAmount) => 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 operator +(System.Numerics.Vector2 value) => throw null; + public static System.Numerics.Vector2 operator >>>(System.Numerics.Vector2 value, int shiftAmount) => 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 Shuffle(System.Numerics.Vector2 vector, byte xIndex, byte yIndex) => 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 float Sum(System.Numerics.Vector2 value) => 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; @@ -563,6 +721,7 @@ public struct Vector2 : System.IEquatable, System.IForm public static System.Numerics.Vector2 UnitX { get => throw null; } public static System.Numerics.Vector2 UnitY { get => throw null; } public float X; + public static System.Numerics.Vector2 Xor(System.Numerics.Vector2 left, System.Numerics.Vector2 right) => throw null; public float Y; public static System.Numerics.Vector2 Zero { get => throw null; } } @@ -570,17 +729,30 @@ 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 bool All(System.Numerics.Vector3 vector, float value) => throw null; + public static System.Numerics.Vector3 AllBitsSet { get => throw null; } + public static bool AllWhereAllBitsSet(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 AndNot(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool Any(System.Numerics.Vector3 vector, float value) => throw null; + public static bool AnyWhereAllBitsSet(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 BitwiseAnd(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static System.Numerics.Vector3 BitwiseOr(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 ConditionalSelect(System.Numerics.Vector3 condition, System.Numerics.Vector3 left, System.Numerics.Vector3 right) => 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 int Count(System.Numerics.Vector3 vector, float value) => throw null; + public static int CountWhereAllBitsSet(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 CreateScalar(float x) => throw null; + public static System.Numerics.Vector3 CreateScalarUnsafe(float x) => 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; @@ -596,14 +768,51 @@ public struct Vector3 : System.IEquatable, System.IForm 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 Equals(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool EqualsAll(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool EqualsAny(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => 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 GreaterThan(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool GreaterThanAll(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool GreaterThanAny(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static System.Numerics.Vector3 GreaterThanOrEqual(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool GreaterThanOrEqualAll(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool GreaterThanOrEqualAny(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; public static System.Numerics.Vector3 Hypot(System.Numerics.Vector3 x, System.Numerics.Vector3 y) => throw null; + public static int IndexOf(System.Numerics.Vector3 vector, float value) => throw null; + public static int IndexOfWhereAllBitsSet(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsEvenInteger(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsFinite(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsInfinity(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsInteger(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsNaN(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsNegative(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsNegativeInfinity(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsNormal(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsOddInteger(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsPositive(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsPositiveInfinity(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsSubnormal(System.Numerics.Vector3 vector) => throw null; + public static System.Numerics.Vector3 IsZero(System.Numerics.Vector3 vector) => throw null; + public static int LastIndexOf(System.Numerics.Vector3 vector, float value) => throw null; + public static int LastIndexOfWhereAllBitsSet(System.Numerics.Vector3 vector) => 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 LessThan(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool LessThanAll(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool LessThanAny(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static System.Numerics.Vector3 LessThanOrEqual(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool LessThanOrEqualAll(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static bool LessThanOrEqualAny(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static unsafe System.Numerics.Vector3 Load(float* source) => throw null; + public static unsafe System.Numerics.Vector3 LoadAligned(float* source) => throw null; + public static unsafe System.Numerics.Vector3 LoadAlignedNonTemporal(float* source) => throw null; + public static System.Numerics.Vector3 LoadUnsafe(ref readonly float source) => throw null; + public static System.Numerics.Vector3 LoadUnsafe(ref readonly float source, nuint elementOffset) => 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; @@ -624,28 +833,41 @@ public struct Vector3 : System.IEquatable, System.IForm 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 bool None(System.Numerics.Vector3 vector, float value) => throw null; + public static bool NoneWhereAllBitsSet(System.Numerics.Vector3 vector) => 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 OnesComplement(System.Numerics.Vector3 value) => 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 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 left, System.Numerics.Vector3 right) => throw null; public static System.Numerics.Vector3 operator /(System.Numerics.Vector3 value1, float value2) => throw null; public static bool operator ==(System.Numerics.Vector3 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 bool operator !=(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; + public static System.Numerics.Vector3 operator <<(System.Numerics.Vector3 value, int shiftAmount) => 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 left, float right) => throw null; public static System.Numerics.Vector3 operator *(float left, System.Numerics.Vector3 right) => throw null; + public static System.Numerics.Vector3 operator ~(System.Numerics.Vector3 value) => throw null; + public static System.Numerics.Vector3 operator >>(System.Numerics.Vector3 value, int shiftAmount) => 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 operator +(System.Numerics.Vector3 value) => throw null; + public static System.Numerics.Vector3 operator >>>(System.Numerics.Vector3 value, int shiftAmount) => 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 Shuffle(System.Numerics.Vector3 vector, byte xIndex, byte yIndex, byte zIndex) => 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 float Sum(System.Numerics.Vector3 value) => 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; @@ -660,6 +882,7 @@ public struct Vector3 : System.IEquatable, System.IForm public static System.Numerics.Vector3 UnitY { get => throw null; } public static System.Numerics.Vector3 UnitZ { get => throw null; } public float X; + public static System.Numerics.Vector3 Xor(System.Numerics.Vector3 left, System.Numerics.Vector3 right) => throw null; public float Y; public float Z; public static System.Numerics.Vector3 Zero { get => throw null; } @@ -668,18 +891,32 @@ 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 bool All(System.Numerics.Vector4 vector, float value) => throw null; + public static System.Numerics.Vector4 AllBitsSet { get => throw null; } + public static bool AllWhereAllBitsSet(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 AndNot(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool Any(System.Numerics.Vector4 vector, float value) => throw null; + public static bool AnyWhereAllBitsSet(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 BitwiseAnd(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static System.Numerics.Vector4 BitwiseOr(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 ConditionalSelect(System.Numerics.Vector4 condition, System.Numerics.Vector4 left, System.Numerics.Vector4 right) => 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 int Count(System.Numerics.Vector4 vector, float value) => throw null; + public static int CountWhereAllBitsSet(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 static System.Numerics.Vector4 CreateScalar(float x) => throw null; + public static System.Numerics.Vector4 CreateScalarUnsafe(float x) => throw null; + public static System.Numerics.Vector4 Cross(System.Numerics.Vector4 vector1, System.Numerics.Vector4 vector2) => 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; @@ -695,14 +932,51 @@ public struct Vector4 : System.IEquatable, System.IForm 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 Equals(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool EqualsAll(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool EqualsAny(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => 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 GreaterThan(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool GreaterThanAll(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool GreaterThanAny(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static System.Numerics.Vector4 GreaterThanOrEqual(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool GreaterThanOrEqualAll(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool GreaterThanOrEqualAny(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; public static System.Numerics.Vector4 Hypot(System.Numerics.Vector4 x, System.Numerics.Vector4 y) => throw null; + public static int IndexOf(System.Numerics.Vector4 vector, float value) => throw null; + public static int IndexOfWhereAllBitsSet(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsEvenInteger(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsFinite(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsInfinity(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsInteger(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsNaN(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsNegative(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsNegativeInfinity(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsNormal(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsOddInteger(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsPositive(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsPositiveInfinity(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsSubnormal(System.Numerics.Vector4 vector) => throw null; + public static System.Numerics.Vector4 IsZero(System.Numerics.Vector4 vector) => throw null; + public static int LastIndexOf(System.Numerics.Vector4 vector, float value) => throw null; + public static int LastIndexOfWhereAllBitsSet(System.Numerics.Vector4 vector) => 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 LessThan(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool LessThanAll(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool LessThanAny(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static System.Numerics.Vector4 LessThanOrEqual(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool LessThanOrEqualAll(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static bool LessThanOrEqualAny(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static unsafe System.Numerics.Vector4 Load(float* source) => throw null; + public static unsafe System.Numerics.Vector4 LoadAligned(float* source) => throw null; + public static unsafe System.Numerics.Vector4 LoadAlignedNonTemporal(float* source) => throw null; + public static System.Numerics.Vector4 LoadUnsafe(ref readonly float source) => throw null; + public static System.Numerics.Vector4 LoadUnsafe(ref readonly float source, nuint elementOffset) => 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; @@ -723,27 +997,40 @@ public struct Vector4 : System.IEquatable, System.IForm 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 bool None(System.Numerics.Vector4 vector, float value) => throw null; + public static bool NoneWhereAllBitsSet(System.Numerics.Vector4 vector) => 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 OnesComplement(System.Numerics.Vector4 value) => 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 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 left, System.Numerics.Vector4 right) => throw null; public static System.Numerics.Vector4 operator /(System.Numerics.Vector4 value1, float value2) => throw null; public static bool operator ==(System.Numerics.Vector4 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 bool operator !=(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; + public static System.Numerics.Vector4 operator <<(System.Numerics.Vector4 value, int shiftAmount) => 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 left, float right) => throw null; public static System.Numerics.Vector4 operator *(float left, System.Numerics.Vector4 right) => throw null; + public static System.Numerics.Vector4 operator ~(System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Vector4 operator >>(System.Numerics.Vector4 value, int shiftAmount) => 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 operator +(System.Numerics.Vector4 value) => throw null; + public static System.Numerics.Vector4 operator >>>(System.Numerics.Vector4 value, int shiftAmount) => 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 Shuffle(System.Numerics.Vector4 vector, byte xIndex, byte yIndex, byte zIndex, byte wIndex) => 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 float Sum(System.Numerics.Vector4 value) => 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; @@ -763,6 +1050,7 @@ public struct Vector4 : System.IEquatable, System.IForm public static System.Numerics.Vector4 UnitZ { get => throw null; } public float W; public float X; + public static System.Numerics.Vector4 Xor(System.Numerics.Vector4 left, System.Numerics.Vector4 right) => throw null; public float Y; public float Z; public static System.Numerics.Vector4 Zero { 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 bbd3f9788893..6a3342fd9b4f 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.ObjectModel, Version=10.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 b9cdf6afac20..07e97cb5b2a4 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.DispatchProxy, Version=10.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 df494717189c..c3c07b62fb53 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.Emit.ILGeneration, Version=10.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.Lightweight.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs index 2043496d1b12..959168182034 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.Emit.Lightweight, Version=10.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 e423dda3a44f..e863502e5a09 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.Emit, Version=10.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.Metadata.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs index d53072556e89..da4f5b62c9b5 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.Metadata, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Reflection @@ -57,6 +57,7 @@ public struct AssemblyDefinition public System.Reflection.Metadata.StringHandle Culture { get => throw null; } public System.Reflection.AssemblyFlags Flags { get => throw null; } public System.Reflection.AssemblyName GetAssemblyName() => throw null; + public System.Reflection.Metadata.AssemblyNameInfo GetAssemblyNameInfo() => throw null; public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; public System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection GetDeclarativeSecurityAttributes() => throw null; public System.Reflection.AssemblyHashAlgorithm HashAlgorithm { get => throw null; } @@ -130,6 +131,7 @@ public struct AssemblyReference public System.Reflection.Metadata.StringHandle Culture { get => throw null; } public System.Reflection.AssemblyFlags Flags { get => throw null; } public System.Reflection.AssemblyName GetAssemblyName() => throw null; + public System.Reflection.Metadata.AssemblyNameInfo GetAssemblyNameInfo() => throw null; public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; public System.Reflection.Metadata.BlobHandle HashValue { get => throw null; } public System.Reflection.Metadata.StringHandle Name { get => throw null; } @@ -1203,6 +1205,7 @@ public struct EventDefinition public System.Reflection.EventAttributes Attributes { get => throw null; } public System.Reflection.Metadata.EventAccessors GetAccessors() => throw null; public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; + public System.Reflection.Metadata.TypeDefinitionHandle GetDeclaringType() => throw null; public System.Reflection.Metadata.StringHandle Name { get => throw null; } public System.Reflection.Metadata.EntityHandle Type { get => throw null; } } @@ -2492,6 +2495,7 @@ public struct PropertyDefinition public System.Reflection.Metadata.MethodSignature DecodeSignature(System.Reflection.Metadata.ISignatureTypeProvider provider, TGenericContext genericContext) => throw null; public System.Reflection.Metadata.PropertyAccessors GetAccessors() => throw null; public System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes() => throw null; + public System.Reflection.Metadata.TypeDefinitionHandle GetDeclaringType() => throw null; public System.Reflection.Metadata.ConstantHandle GetDefaultValue() => throw null; public System.Reflection.Metadata.StringHandle Name { get => throw null; } public System.Reflection.Metadata.BlobHandle Signature { get => throw null; } @@ -2783,8 +2787,10 @@ public sealed class TypeName public System.Reflection.Metadata.TypeName MakePointerTypeName() => throw null; public System.Reflection.Metadata.TypeName MakeSZArrayTypeName() => throw null; public string Name { get => throw null; } + public string Namespace { 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 static string Unescape(string name) => throw null; public System.Reflection.Metadata.TypeName WithAssemblyName(System.Reflection.Metadata.AssemblyNameInfo assemblyName) => throw null; } public sealed class TypeNameParseOptions 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 48d40b39fa35..1437dbf0bcb8 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.Primitives, Version=10.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.TypeExtensions.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs index 9cf5badd0ba6..93371f4ed44b 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Reflection.TypeExtensions, Version=10.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 8f8530729e5a..90af452bbe5a 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Resources.Writer, Version=10.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 eeb6bca11f77..a2dfe947a76f 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.CompilerServices.VisualC, Version=10.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 f80c4fd81b37..e26a8e84b2bc 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.InteropServices.JavaScript, Version=10.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 9c596d3969ba..d2c85f3175c1 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.InteropServices, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { public sealed class DataMisalignedException : System.SystemException @@ -154,6 +154,7 @@ public sealed class CoClassAttribute : System.Attribute } public static class CollectionsMarshal { + public static System.Span AsBytes(System.Collections.BitArray array) => throw null; 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; @@ -880,10 +881,12 @@ public struct ComInterfaceEntry } protected abstract unsafe System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* ComputeVtables(object obj, System.Runtime.InteropServices.CreateComInterfaceFlags flags, out int count); protected abstract object CreateObject(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags); + protected virtual object CreateObject(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags, object userState, out System.Runtime.InteropServices.CreatedWrapperFlags wrapperFlags) => throw null; protected ComWrappers() => throw null; public static void GetIUnknownImpl(out nint fpQueryInterface, out nint fpAddRef, out nint fpRelease) => throw null; public nint GetOrCreateComInterfaceForObject(object instance, System.Runtime.InteropServices.CreateComInterfaceFlags flags) => throw null; public object GetOrCreateObjectForComInstance(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags) => throw null; + public object GetOrCreateObjectForComInstance(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags, object userState) => throw null; public object GetOrRegisterObjectForComInstance(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags, object wrapper) => throw null; public object GetOrRegisterObjectForComInstance(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags, object wrapper, nint inner) => throw null; public static void RegisterForMarshalling(System.Runtime.InteropServices.ComWrappers instance) => throw null; @@ -900,6 +903,13 @@ public enum CreateComInterfaceFlags TrackerSupport = 2, } [System.Flags] + public enum CreatedWrapperFlags + { + None = 0, + TrackerObject = 1, + NonWrapping = 2, + } + [System.Flags] public enum CreateObjectFlags { None = 0, @@ -1079,6 +1089,33 @@ public class InvalidOleVariantTypeException : System.SystemException public InvalidOleVariantTypeException(string message) => throw null; public InvalidOleVariantTypeException(string message, System.Exception inner) => throw null; } + namespace Java + { + public struct ComponentCrossReference + { + public nuint DestinationGroupIndex; + public nuint SourceGroupIndex; + } + public static class JavaMarshal + { + public static unsafe System.Runtime.InteropServices.GCHandle CreateReferenceTrackingHandle(object obj, void* context) => throw null; + public static unsafe void FinishCrossReferenceProcessing(System.Runtime.InteropServices.Java.MarkCrossReferencesArgs* crossReferences, System.ReadOnlySpan unreachableObjectHandles) => throw null; + public static unsafe void* GetContext(System.Runtime.InteropServices.GCHandle obj) => throw null; + public static unsafe void Initialize(delegate* unmanaged markCrossReferences) => throw null; + } + public struct MarkCrossReferencesArgs + { + public nuint ComponentCount; + public unsafe System.Runtime.InteropServices.Java.StronglyConnectedComponent* Components; + public nuint CrossReferenceCount; + public unsafe System.Runtime.InteropServices.Java.ComponentCrossReference* CrossReferences; + } + public struct StronglyConnectedComponent + { + public unsafe void** Contexts; + public nuint Count; + } + } [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] public sealed class LCIDConversionAttribute : System.Attribute { @@ -1150,6 +1187,7 @@ public static class Marshal public static int GetExceptionCode() => throw null; public static System.Exception GetExceptionForHR(int errorCode) => throw null; public static System.Exception GetExceptionForHR(int errorCode, nint errorInfo) => throw null; + public static System.Exception GetExceptionForHR(int errorCode, in System.Guid iid, nint pUnk) => throw null; public static nint GetExceptionPointers() => throw null; public static nint GetFunctionPointerForDelegate(System.Delegate d) => throw null; public static nint GetFunctionPointerForDelegate(TDelegate d) => throw null; @@ -1241,6 +1279,7 @@ public static class Marshal public static readonly int SystemMaxDBCSCharSize; public static void ThrowExceptionForHR(int errorCode) => throw null; public static void ThrowExceptionForHR(int errorCode, nint errorInfo) => throw null; + public static void ThrowExceptionForHR(int errorCode, in System.Guid iid, nint pUnk) => throw null; public static nint UnsafeAddrOfPinnedArrayElement(System.Array arr, int index) => throw null; public static nint UnsafeAddrOfPinnedArrayElement(T[] arr, int index) => throw null; public static void WriteByte(nint ptr, byte val) => throw null; @@ -1415,6 +1454,7 @@ public sealed class GeneratedComClassAttribute : System.Attribute public class GeneratedComInterfaceAttribute : System.Attribute { public GeneratedComInterfaceAttribute() => throw null; + public System.Type ExceptionToUnmanagedMarshaller { get => throw null; set { } } public System.Runtime.InteropServices.Marshalling.ComInterfaceOptions Options { get => throw null; set { } } public System.Runtime.InteropServices.StringMarshalling StringMarshalling { get => throw null; set { } } public System.Type StringMarshallingCustomType { get => throw null; set { } } @@ -1512,6 +1552,7 @@ public class StrategyBasedComWrappers : System.Runtime.InteropServices.ComWrappe protected virtual System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy CreateCacheStrategy() => throw null; protected static System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy CreateDefaultCacheStrategy() => throw null; protected override sealed object CreateObject(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags) => throw null; + protected override sealed object CreateObject(nint externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags, object userState, out System.Runtime.InteropServices.CreatedWrapperFlags wrapperFlags) => throw null; public StrategyBasedComWrappers() => throw null; public static System.Runtime.InteropServices.Marshalling.IIUnknownInterfaceDetailsStrategy DefaultIUnknownInterfaceDetailsStrategy { get => throw null; } public static System.Runtime.InteropServices.Marshalling.IIUnknownStrategy DefaultIUnknownStrategy { get => throw null; } @@ -1601,6 +1642,7 @@ public struct NFloat : System.Numerics.IAdditionOperators.Cbrt(System.Runtime.InteropServices.NFloat x) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.IFloatingPoint.Ceiling(System.Runtime.InteropServices.NFloat x) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.INumber.Clamp(System.Runtime.InteropServices.NFloat value, System.Runtime.InteropServices.NFloat min, System.Runtime.InteropServices.NFloat max) => throw null; + static System.Runtime.InteropServices.NFloat System.Numerics.INumber.ClampNative(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; @@ -1665,11 +1707,13 @@ public struct NFloat : System.Numerics.IAdditionOperators.Max(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.MaxMagnitude(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.MaxMagnitudeNumber(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; + static System.Runtime.InteropServices.NFloat System.Numerics.INumber.MaxNative(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.INumber.MaxNumber(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.IMinMaxValue.MaxValue { get => throw null; } static System.Runtime.InteropServices.NFloat System.Numerics.INumber.Min(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.MinMagnitude(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.INumberBase.MinMagnitudeNumber(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; + static System.Runtime.InteropServices.NFloat System.Numerics.INumber.MinNative(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y) => throw null; static System.Runtime.InteropServices.NFloat System.Numerics.INumber.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; } @@ -2020,6 +2064,27 @@ public sealed class TypeLibVersionAttribute : System.Attribute public int MajorVersion { get => throw null; } public int MinorVersion { get => throw null; } } + [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)] + public sealed class TypeMapAssemblyTargetAttribute : System.Attribute + { + public TypeMapAssemblyTargetAttribute(string assemblyName) => throw null; + } + [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)] + public sealed class TypeMapAssociationAttribute : System.Attribute + { + public TypeMapAssociationAttribute(System.Type source, System.Type proxy) => throw null; + } + [System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)] + public sealed class TypeMapAttribute : System.Attribute + { + public TypeMapAttribute(string value, System.Type target) => throw null; + public TypeMapAttribute(string value, System.Type target, System.Type trimTarget) => throw null; + } + public static class TypeMapping + { + public static System.Collections.Generic.IReadOnlyDictionary GetOrCreateExternalTypeMapping() => throw null; + public static System.Collections.Generic.IReadOnlyDictionary GetOrCreateProxyTypeMapping() => throw null; + } public sealed class UnknownWrapper { public UnknownWrapper(object obj) => throw null; 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 ebba9032bc6a..382113fe6736 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Runtime.Intrinsics, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Runtime @@ -2995,66 +2995,66 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static byte ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, byte defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static double ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, double defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static short ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, short defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static int ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, int defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static long ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, long defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static sbyte ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, sbyte defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static float ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, float defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static ushort ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, ushort defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static uint ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, uint defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static ulong ConditionalExtractAfterLastActiveElement(System.Numerics.Vector mask, ulong defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractAfterLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static byte ConditionalExtractLastActiveElement(System.Numerics.Vector mask, byte defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static double ConditionalExtractLastActiveElement(System.Numerics.Vector mask, double defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static short ConditionalExtractLastActiveElement(System.Numerics.Vector mask, short defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static int ConditionalExtractLastActiveElement(System.Numerics.Vector mask, int defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static long ConditionalExtractLastActiveElement(System.Numerics.Vector mask, long defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static sbyte ConditionalExtractLastActiveElement(System.Numerics.Vector mask, sbyte defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static float ConditionalExtractLastActiveElement(System.Numerics.Vector mask, float defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static ushort ConditionalExtractLastActiveElement(System.Numerics.Vector mask, ushort defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static uint ConditionalExtractLastActiveElement(System.Numerics.Vector mask, uint defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector defaultScalar, System.Numerics.Vector data) => throw null; + public static ulong ConditionalExtractLastActiveElement(System.Numerics.Vector mask, ulong defaultValue, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ConditionalExtractLastActiveElementAndReplicate(System.Numerics.Vector mask, System.Numerics.Vector defaultValues, 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; @@ -3087,14 +3087,14 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 CreateBreakAfterMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakAfterMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => 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; @@ -3103,14 +3103,14 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 CreateBreakBeforeMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateBreakBeforeMask(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => 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; @@ -3137,18 +3137,18 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 CreateMaskForFirstActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForFirstActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForNextActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForNextActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForNextActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => throw null; + public static System.Numerics.Vector CreateMaskForNextActiveElement(System.Numerics.Vector totalMask, System.Numerics.Vector fromMask) => 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; @@ -3211,6 +3211,46 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 ExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractAfterLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static byte ExtractAfterLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static double ExtractAfterLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static short ExtractAfterLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static int ExtractAfterLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static long ExtractAfterLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static sbyte ExtractAfterLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static float ExtractAfterLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static ushort ExtractAfterLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static uint ExtractAfterLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static ulong ExtractAfterLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static System.Numerics.Vector ExtractLastActiveElement(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static byte ExtractLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static double ExtractLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static short ExtractLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static int ExtractLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static long ExtractLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static sbyte ExtractLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static float ExtractLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static ushort ExtractLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static uint ExtractLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => throw null; + public static ulong ExtractLastActiveElementScalar(System.Numerics.Vector mask, System.Numerics.Vector data) => 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; @@ -3588,12 +3628,12 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 LoadVectorByteNonFaultingZeroExtendToInt16(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToInt32(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToInt64(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToUInt16(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToUInt32(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorByteNonFaultingZeroExtendToUInt64(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; @@ -3616,10 +3656,10 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 LoadVectorInt16NonFaultingSignExtendToInt32(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16NonFaultingSignExtendToInt64(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16NonFaultingSignExtendToUInt32(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt16NonFaultingSignExtendToUInt64(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; @@ -3628,22 +3668,22 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 LoadVectorInt32NonFaultingSignExtendToInt64(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorInt32NonFaultingSignExtendToUInt64(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 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 LoadVectorNonFaulting(System.Numerics.Vector mask, byte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(System.Numerics.Vector mask, double* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(System.Numerics.Vector mask, short* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(System.Numerics.Vector mask, int* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(System.Numerics.Vector mask, long* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(System.Numerics.Vector mask, float* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorNonFaulting(System.Numerics.Vector mask, 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; @@ -3654,12 +3694,12 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 LoadVectorSByteNonFaultingSignExtendToInt16(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToInt32(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToInt64(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToUInt16(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToUInt32(System.Numerics.Vector mask, sbyte* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorSByteNonFaultingSignExtendToUInt64(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; @@ -3672,10 +3712,10 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 LoadVectorUInt16NonFaultingZeroExtendToInt32(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16NonFaultingZeroExtendToInt64(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16NonFaultingZeroExtendToUInt32(System.Numerics.Vector mask, ushort* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt16NonFaultingZeroExtendToUInt64(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; @@ -3684,8 +3724,8 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 LoadVectorUInt32NonFaultingZeroExtendToInt64(System.Numerics.Vector mask, uint* address) => throw null; + public static unsafe System.Numerics.Vector LoadVectorUInt32NonFaultingZeroExtendToUInt64(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 LoadVectorUInt32ZeroExtendFirstFaulting(System.Numerics.Vector mask, uint* address) => throw null; public static unsafe System.Numerics.Vector LoadVectorUInt32ZeroExtendToInt64(System.Numerics.Vector mask, uint* address) => throw null; @@ -3811,10 +3851,10 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 unsafe void Prefetch16Bit(System.Numerics.Vector mask, void* address, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void Prefetch32Bit(System.Numerics.Vector mask, void* address, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void Prefetch64Bit(System.Numerics.Vector mask, void* address, System.Runtime.Intrinsics.Arm.SvePrefetchType prefetchType) => throw null; + public static unsafe void Prefetch8Bit(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; @@ -3972,6 +4012,14 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 Scatter16BitNarrowing(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitNarrowing(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitNarrowing(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitNarrowing(System.Numerics.Vector mask, short* address, System.Numerics.Vector indices, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitNarrowing(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitNarrowing(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitNarrowing(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter16BitNarrowing(System.Numerics.Vector mask, ushort* address, System.Numerics.Vector indices, 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; @@ -3982,6 +4030,10 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 Scatter32BitNarrowing(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter32BitNarrowing(System.Numerics.Vector mask, int* address, System.Numerics.Vector indices, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter32BitNarrowing(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices, System.Numerics.Vector data) => throw null; + public static unsafe void Scatter32BitNarrowing(System.Numerics.Vector mask, uint* address, System.Numerics.Vector indices, 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; @@ -3996,6 +4048,18 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 ScatterWithByteOffsets(System.Numerics.Vector mask, double* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, double* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, int* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, long* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, long* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, float* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, float* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, uint* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, ulong* address, System.Numerics.Vector offsets, System.Numerics.Vector data) => throw null; + public static unsafe void ScatterWithByteOffsets(System.Numerics.Vector mask, ulong* 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; @@ -4140,30 +4204,30 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector rightMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector rightMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector rightMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector rightMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector rightMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector rightMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector rightMask) => throw null; + public static bool TestAnyTrue(System.Numerics.Vector mask, System.Numerics.Vector rightMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestFirstTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => throw null; + public static bool TestLastTrue(System.Numerics.Vector leftMask, System.Numerics.Vector rightMask) => 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; @@ -4269,6 +4333,661 @@ public abstract class Arm64 : System.Runtime.Intrinsics.Arm.AdvSimd.Arm64 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 abstract class Sve2 : System.Runtime.Intrinsics.Arm.Sve + { + public static System.Numerics.Vector AbsoluteDifferenceAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningLowerAndAddOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsoluteDifferenceWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AbsSaturate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AbsSaturate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AbsSaturate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AbsSaturate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector AddCarryWideningEven(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3) => throw null; + public static System.Numerics.Vector AddCarryWideningEven(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3) => throw null; + public static System.Numerics.Vector AddCarryWideningOdd(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3) => throw null; + public static System.Numerics.Vector AddCarryWideningOdd(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3) => throw null; + public static System.Numerics.Vector AddHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwiseWideningAndAdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwiseWideningAndAdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwiseWideningAndAdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwiseWideningAndAdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwiseWideningAndAdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddPairwiseWideningAndAdd(System.Numerics.Vector left, System.Numerics.Vector right) => 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 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 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 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 AddRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddRoundedHighNarrowingOdd(System.Numerics.Vector even, 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 AddSaturate(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturateRotateComplex(System.Numerics.Vector op1, System.Numerics.Vector op2, byte rotation) => throw null; + public static System.Numerics.Vector AddSaturateRotateComplex(System.Numerics.Vector op1, System.Numerics.Vector op2, byte rotation) => throw null; + public static System.Numerics.Vector AddSaturateRotateComplex(System.Numerics.Vector op1, System.Numerics.Vector op2, byte rotation) => throw null; + public static System.Numerics.Vector AddSaturateRotateComplex(System.Numerics.Vector op1, System.Numerics.Vector op2, byte rotation) => throw null; + public static System.Numerics.Vector AddSaturateWithSignedAddend(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturateWithSignedAddend(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturateWithSignedAddend(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturateWithSignedAddend(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturateWithUnsignedAddend(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturateWithUnsignedAddend(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturateWithUnsignedAddend(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddSaturateWithUnsignedAddend(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEvenOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEvenOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningEvenOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector AddWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public abstract class Arm64 : System.Runtime.Intrinsics.Arm.Sve.Arm64 + { + public static bool IsSupported { get => throw null; } + } + public static System.Numerics.Vector BitwiseClearXor(System.Numerics.Vector xor, System.Numerics.Vector value, System.Numerics.Vector mask) => throw null; + public static System.Numerics.Vector BitwiseClearXor(System.Numerics.Vector xor, System.Numerics.Vector value, System.Numerics.Vector mask) => throw null; + public static System.Numerics.Vector BitwiseClearXor(System.Numerics.Vector xor, System.Numerics.Vector value, System.Numerics.Vector mask) => throw null; + public static System.Numerics.Vector BitwiseClearXor(System.Numerics.Vector xor, System.Numerics.Vector value, System.Numerics.Vector mask) => throw null; + public static System.Numerics.Vector BitwiseClearXor(System.Numerics.Vector xor, System.Numerics.Vector value, System.Numerics.Vector mask) => throw null; + public static System.Numerics.Vector BitwiseClearXor(System.Numerics.Vector xor, System.Numerics.Vector value, System.Numerics.Vector mask) => throw null; + public static System.Numerics.Vector BitwiseClearXor(System.Numerics.Vector xor, System.Numerics.Vector value, System.Numerics.Vector mask) => throw null; + public static System.Numerics.Vector BitwiseClearXor(System.Numerics.Vector xor, System.Numerics.Vector value, System.Numerics.Vector mask) => throw null; + public static System.Numerics.Vector BitwiseSelect(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelect(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelect(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelect(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelect(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelect(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelect(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelect(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectLeftInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectLeftInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectLeftInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectLeftInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectLeftInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectLeftInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectLeftInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectLeftInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectRightInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectRightInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectRightInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectRightInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectRightInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectRightInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectRightInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector BitwiseSelectRightInverted(System.Numerics.Vector select, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ConvertToDoubleOdd(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ConvertToSingleEvenRoundToOdd(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector DotProductRotateComplex(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3, byte rotation) => throw null; + public static System.Numerics.Vector DotProductRotateComplex(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3, byte rotation) => throw null; + public static System.Numerics.Vector DotProductRotateComplexBySelectedIndex(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3, byte imm_index, byte rotation) => throw null; + public static System.Numerics.Vector DotProductRotateComplexBySelectedIndex(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3, byte imm_index, byte rotation) => throw null; + public static System.Numerics.Vector FusedAddHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddRoundedHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddRoundedHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddRoundedHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddRoundedHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddRoundedHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddRoundedHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddRoundedHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedAddRoundedHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedSubtractHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedSubtractHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedSubtractHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedSubtractHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedSubtractHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedSubtractHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedSubtractHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector FusedSubtractHalving(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorEvenOdd(System.Numerics.Vector odd, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorEvenOdd(System.Numerics.Vector odd, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorEvenOdd(System.Numerics.Vector odd, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorEvenOdd(System.Numerics.Vector odd, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorEvenOdd(System.Numerics.Vector odd, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorEvenOdd(System.Numerics.Vector odd, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorEvenOdd(System.Numerics.Vector odd, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorEvenOdd(System.Numerics.Vector odd, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorOddEven(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorOddEven(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorOddEven(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorOddEven(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorOddEven(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorOddEven(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorOddEven(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector InterleavingXorOddEven(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static bool IsSupported { get => throw null; } + public static System.Numerics.Vector Log2(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector Log2(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector MaxNumberPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxNumberPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MaxPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinNumberPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinNumberPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MinPairwise(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyAddBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyAddBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyAddBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyAddBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyAddBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyAddBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => 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 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 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 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 MultiplyAddRotateComplexBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex, 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 MultiplyAddRotateComplexBySelectedScalar(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex, byte rotation) => throw null; + public static System.Numerics.Vector MultiplyAddRoundedDoublingSaturateHighRotateComplex(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3, byte rotation) => throw null; + public static System.Numerics.Vector MultiplyAddRoundedDoublingSaturateHighRotateComplex(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3, byte rotation) => throw null; + public static System.Numerics.Vector MultiplyAddRoundedDoublingSaturateHighRotateComplex(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3, byte rotation) => throw null; + public static System.Numerics.Vector MultiplyAddRoundedDoublingSaturateHighRotateComplex(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3, byte rotation) => throw null; + public static System.Numerics.Vector MultiplyAddRoundedDoublingSaturateHighRotateComplexBySelectedScalar(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3, byte imm_index, byte rotation) => throw null; + public static System.Numerics.Vector MultiplyAddRoundedDoublingSaturateHighRotateComplexBySelectedScalar(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3, byte imm_index, 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 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 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 MultiplyBySelectedScalarWideningEven(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEven(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEven(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEven(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEvenAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEvenAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEvenAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEvenAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEvenAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEvenAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEvenAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningEvenAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOddAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOddAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOddAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOddAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOddAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOddAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOddAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyBySelectedScalarWideningOddAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingBySelectedScalarSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingBySelectedScalarSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingBySelectedScalarSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndAddSaturateEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndAddSaturateEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndAddSaturateEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndAddSaturateEvenOdd(System.Numerics.Vector addend, System.Numerics.Vector leftEven, System.Numerics.Vector rightOdd) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndAddSaturateEvenOdd(System.Numerics.Vector addend, System.Numerics.Vector leftEven, System.Numerics.Vector rightOdd) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndAddSaturateEvenOdd(System.Numerics.Vector addend, System.Numerics.Vector leftEven, System.Numerics.Vector rightOdd) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndAddSaturateOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndAddSaturateOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndAddSaturateOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndSubtractSaturateEven(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndSubtractSaturateEven(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndSubtractSaturateEven(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndSubtractSaturateEvenOdd(System.Numerics.Vector minuend, System.Numerics.Vector leftEven, System.Numerics.Vector rightOdd) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndSubtractSaturateEvenOdd(System.Numerics.Vector minuend, System.Numerics.Vector leftEven, System.Numerics.Vector rightOdd) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndSubtractSaturateEvenOdd(System.Numerics.Vector minuend, System.Numerics.Vector leftEven, System.Numerics.Vector rightOdd) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndSubtractSaturateOdd(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndSubtractSaturateOdd(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningAndSubtractSaturateOdd(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningBySelectedScalarAndAddSaturateEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningBySelectedScalarAndAddSaturateEven(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningBySelectedScalarAndAddSaturateOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningBySelectedScalarAndAddSaturateOdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningBySelectedScalarAndSubtractSaturateEven(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningBySelectedScalarAndSubtractSaturateEven(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningBySelectedScalarAndSubtractSaturateOdd(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningBySelectedScalarAndSubtractSaturateOdd(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningSaturateEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningSaturateEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningSaturateEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningSaturateEvenBySelectedScalar(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningSaturateEvenBySelectedScalar(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningSaturateOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningSaturateOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningSaturateOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningSaturateOddBySelectedScalar(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyDoublingWideningSaturateOddBySelectedScalar(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingBySelectedScalarSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateAndAddHigh(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateAndAddHigh(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateAndAddHigh(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateAndAddHigh(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateAndSubtractHigh(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateAndSubtractHigh(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateAndSubtractHigh(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateAndSubtractHigh(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateBySelectedScalarAndAddHigh(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateBySelectedScalarAndAddHigh(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateBySelectedScalarAndAddHigh(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateBySelectedScalarAndSubtractHigh(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateBySelectedScalarAndSubtractHigh(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateBySelectedScalarAndSubtractHigh(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyRoundedDoublingSaturateHigh(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplySubtractBySelectedScalar(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplySubtractBySelectedScalar(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplySubtractBySelectedScalar(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplySubtractBySelectedScalar(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplySubtractBySelectedScalar(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplySubtractBySelectedScalar(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right, byte rightIndex) => throw null; + public static System.Numerics.Vector MultiplyWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningEvenAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndAdd(System.Numerics.Vector addend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector MultiplyWideningOddAndSubtract(System.Numerics.Vector minuend, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector NegateSaturate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector NegateSaturate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector NegateSaturate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector NegateSaturate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector PolynomialMultiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector PolynomialMultiply(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector PolynomialMultiplyWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector PolynomialMultiplyWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector PolynomialMultiplyWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector PolynomialMultiplyWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector ReciprocalEstimate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ReciprocalSqrtEstimate(System.Numerics.Vector value) => throw null; + public static System.Numerics.Vector ShiftArithmeticRounded(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticRounded(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticRounded(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticRounded(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticRoundedSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticRoundedSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticRoundedSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticRoundedSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftArithmeticSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLeftAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftLeftAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftLeftAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftLeftAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftLeftAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftLeftAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftLeftAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftLeftAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalSaturateUnsigned(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalSaturateUnsigned(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalSaturateUnsigned(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalSaturateUnsigned(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningOdd(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningOdd(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningOdd(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningOdd(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningOdd(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLeftLogicalWideningOdd(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftLogicalRounded(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLogicalRounded(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLogicalRounded(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLogicalRounded(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLogicalRoundedSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLogicalRoundedSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLogicalRoundedSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftLogicalRoundedSaturate(System.Numerics.Vector value, System.Numerics.Vector count) => throw null; + public static System.Numerics.Vector ShiftRightAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftRightAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftRightAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftRightAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftRightAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftRightAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftRightAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftRightAndInsert(System.Numerics.Vector left, System.Numerics.Vector right, byte shift) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateUnsignedEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateUnsignedEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateUnsignedEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateUnsignedOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateUnsignedOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticNarrowingSaturateUnsignedOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRounded(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRounded(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRounded(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRounded(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateUnsignedEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateUnsignedEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateUnsignedEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateUnsignedOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateUnsignedOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightArithmeticRoundedNarrowingSaturateUnsignedOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRounded(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRounded(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRounded(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRounded(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedAdd(System.Numerics.Vector addend, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingSaturateEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingSaturateEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingSaturateEven(System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingSaturateOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingSaturateOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector ShiftRightLogicalRoundedNarrowingSaturateOdd(System.Numerics.Vector even, System.Numerics.Vector value, byte count) => throw null; + public static System.Numerics.Vector SubtractBorrowWideningEven(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3) => throw null; + public static System.Numerics.Vector SubtractBorrowWideningEven(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3) => throw null; + public static System.Numerics.Vector SubtractBorrowWideningOdd(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3) => throw null; + public static System.Numerics.Vector SubtractBorrowWideningOdd(System.Numerics.Vector op1, System.Numerics.Vector op2, System.Numerics.Vector op3) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingOdd(System.Numerics.Vector even, System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractRoundedHighNarrowingOdd(System.Numerics.Vector even, 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 System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEvenOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEvenOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningEvenOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOdd(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOddEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOddEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector SubtractWideningOddEven(System.Numerics.Vector left, System.Numerics.Vector right) => throw null; + public static System.Numerics.Vector VectorTableLookup((System.Numerics.Vector data1, System.Numerics.Vector data2) table, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup((System.Numerics.Vector data1, System.Numerics.Vector data2) table, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup((System.Numerics.Vector data1, System.Numerics.Vector data2) table, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup((System.Numerics.Vector data1, System.Numerics.Vector data2) table, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup((System.Numerics.Vector data1, System.Numerics.Vector data2) table, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup((System.Numerics.Vector data1, System.Numerics.Vector data2) table, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup((System.Numerics.Vector data1, System.Numerics.Vector data2) table, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup((System.Numerics.Vector data1, System.Numerics.Vector data2) table, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup((System.Numerics.Vector data1, System.Numerics.Vector data2) table, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookup((System.Numerics.Vector data1, System.Numerics.Vector data2) table, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookupExtension(System.Numerics.Vector defaultValues, System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookupExtension(System.Numerics.Vector defaultValues, System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookupExtension(System.Numerics.Vector defaultValues, System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookupExtension(System.Numerics.Vector defaultValues, System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookupExtension(System.Numerics.Vector defaultValues, System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookupExtension(System.Numerics.Vector defaultValues, System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookupExtension(System.Numerics.Vector defaultValues, System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookupExtension(System.Numerics.Vector defaultValues, System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookupExtension(System.Numerics.Vector defaultValues, System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector VectorTableLookupExtension(System.Numerics.Vector defaultValues, System.Numerics.Vector data, System.Numerics.Vector indices) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector value1, System.Numerics.Vector value2, System.Numerics.Vector value3) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector value1, System.Numerics.Vector value2, System.Numerics.Vector value3) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector value1, System.Numerics.Vector value2, System.Numerics.Vector value3) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector value1, System.Numerics.Vector value2, System.Numerics.Vector value3) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector value1, System.Numerics.Vector value2, System.Numerics.Vector value3) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector value1, System.Numerics.Vector value2, System.Numerics.Vector value3) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector value1, System.Numerics.Vector value2, System.Numerics.Vector value3) => throw null; + public static System.Numerics.Vector Xor(System.Numerics.Vector value1, System.Numerics.Vector value2, System.Numerics.Vector value3) => throw null; + public static System.Numerics.Vector XorRotateRight(System.Numerics.Vector left, System.Numerics.Vector right, byte count) => throw null; + public static System.Numerics.Vector XorRotateRight(System.Numerics.Vector left, System.Numerics.Vector right, byte count) => throw null; + public static System.Numerics.Vector XorRotateRight(System.Numerics.Vector left, System.Numerics.Vector right, byte count) => throw null; + public static System.Numerics.Vector XorRotateRight(System.Numerics.Vector left, System.Numerics.Vector right, byte count) => throw null; + public static System.Numerics.Vector XorRotateRight(System.Numerics.Vector left, System.Numerics.Vector right, byte count) => throw null; + public static System.Numerics.Vector XorRotateRight(System.Numerics.Vector left, System.Numerics.Vector right, byte count) => throw null; + public static System.Numerics.Vector XorRotateRight(System.Numerics.Vector left, System.Numerics.Vector right, byte count) => throw null; + public static System.Numerics.Vector XorRotateRight(System.Numerics.Vector left, System.Numerics.Vector right, byte count) => throw null; + } public enum SveMaskPattern : byte { LargestPowerOf2 = 0, @@ -4309,7 +5028,12 @@ public static class Vector128 { public static System.Runtime.Intrinsics.Vector128 Abs(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 Add(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 AddSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static bool All(System.Runtime.Intrinsics.Vector128 vector, T value) => throw null; + public static bool AllWhereAllBitsSet(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 AndNot(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static bool Any(System.Runtime.Intrinsics.Vector128 vector, T value) => throw null; + public static bool AnyWhereAllBitsSet(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 As(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 AsByte(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 AsDouble(this System.Runtime.Intrinsics.Vector128 vector) => throw null; @@ -4318,12 +5042,16 @@ public static class Vector128 public static System.Runtime.Intrinsics.Vector128 AsInt64(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 AsNInt(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 AsNUInt(this System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Numerics.Plane AsPlane(this System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Numerics.Quaternion AsQuaternion(this System.Runtime.Intrinsics.Vector128 value) => throw null; public static System.Runtime.Intrinsics.Vector128 AsSByte(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 AsSingle(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 AsUInt16(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 AsUInt32(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 AsUInt64(this System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Numerics.Vector AsVector(this System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 AsVector128(this System.Numerics.Plane value) => throw null; + public static System.Runtime.Intrinsics.Vector128 AsVector128(this System.Numerics.Quaternion value) => throw null; public static System.Runtime.Intrinsics.Vector128 AsVector128(this System.Numerics.Vector2 value) => throw null; 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; @@ -4358,6 +5086,8 @@ public static class Vector128 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 int Count(System.Runtime.Intrinsics.Vector128 vector, T value) => throw null; + public static int CountWhereAllBitsSet(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; @@ -4451,12 +5181,24 @@ public static class Vector128 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 int IndexOf(System.Runtime.Intrinsics.Vector128 vector, T value) => throw null; + public static int IndexOfWhereAllBitsSet(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 IsEvenInteger(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 IsFinite(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static bool IsHardwareAccelerated { get => throw null; } + public static System.Runtime.Intrinsics.Vector128 IsInfinity(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 IsInteger(System.Runtime.Intrinsics.Vector128 vector) => 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 IsNegativeInfinity(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 IsNormal(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static System.Runtime.Intrinsics.Vector128 IsOddInteger(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 IsSubnormal(System.Runtime.Intrinsics.Vector128 vector) => throw null; public static System.Runtime.Intrinsics.Vector128 IsZero(System.Runtime.Intrinsics.Vector128 vector) => throw null; + public static int LastIndexOf(System.Runtime.Intrinsics.Vector128 vector, T value) => throw null; + public static int LastIndexOfWhereAllBitsSet(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; @@ -4496,7 +5238,16 @@ 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 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 NarrowWithSaturation(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 NarrowWithSaturation(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 NarrowWithSaturation(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 NarrowWithSaturation(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 NarrowWithSaturation(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 NarrowWithSaturation(System.Runtime.Intrinsics.Vector128 lower, System.Runtime.Intrinsics.Vector128 upper) => throw null; + public static System.Runtime.Intrinsics.Vector128 NarrowWithSaturation(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 bool None(System.Runtime.Intrinsics.Vector128 vector, T value) => throw null; + public static bool NoneWhereAllBitsSet(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; @@ -4539,6 +5290,16 @@ 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 ShuffleNative(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShuffleNative(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShuffleNative(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShuffleNative(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShuffleNative(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShuffleNative(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShuffleNative(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShuffleNative(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShuffleNative(System.Runtime.Intrinsics.Vector128 vector, System.Runtime.Intrinsics.Vector128 indices) => throw null; + public static System.Runtime.Intrinsics.Vector128 ShuffleNative(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; @@ -4550,6 +5311,7 @@ public static class Vector128 public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector128 source, ref T destination) => throw null; public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector128 source, ref T destination, nuint elementOffset) => 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 SubtractSaturate(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; public static T Sum(System.Runtime.Intrinsics.Vector128 vector) => throw null; 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; @@ -4619,7 +5381,12 @@ public static class Vector256 { public static System.Runtime.Intrinsics.Vector256 Abs(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 Add(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 AddSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static bool All(System.Runtime.Intrinsics.Vector256 vector, T value) => throw null; + public static bool AllWhereAllBitsSet(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 AndNot(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static bool Any(System.Runtime.Intrinsics.Vector256 vector, T value) => throw null; + public static bool AnyWhereAllBitsSet(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 As(this System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 AsByte(this System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 AsDouble(this System.Runtime.Intrinsics.Vector256 vector) => throw null; @@ -4660,6 +5427,8 @@ public static class Vector256 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 int Count(System.Runtime.Intrinsics.Vector256 vector, T value) => throw null; + public static int CountWhereAllBitsSet(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; @@ -4754,12 +5523,24 @@ public static class Vector256 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 int IndexOf(System.Runtime.Intrinsics.Vector256 vector, T value) => throw null; + public static int IndexOfWhereAllBitsSet(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 IsEvenInteger(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 IsFinite(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static bool IsHardwareAccelerated { get => throw null; } + public static System.Runtime.Intrinsics.Vector256 IsInfinity(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 IsInteger(System.Runtime.Intrinsics.Vector256 vector) => 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 IsNegativeInfinity(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 IsNormal(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static System.Runtime.Intrinsics.Vector256 IsOddInteger(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 IsSubnormal(System.Runtime.Intrinsics.Vector256 vector) => throw null; public static System.Runtime.Intrinsics.Vector256 IsZero(System.Runtime.Intrinsics.Vector256 vector) => throw null; + public static int LastIndexOf(System.Runtime.Intrinsics.Vector256 vector, T value) => throw null; + public static int LastIndexOfWhereAllBitsSet(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; @@ -4799,7 +5580,16 @@ 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 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 NarrowWithSaturation(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 NarrowWithSaturation(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 NarrowWithSaturation(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 NarrowWithSaturation(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 NarrowWithSaturation(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 NarrowWithSaturation(System.Runtime.Intrinsics.Vector256 lower, System.Runtime.Intrinsics.Vector256 upper) => throw null; + public static System.Runtime.Intrinsics.Vector256 NarrowWithSaturation(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 bool None(System.Runtime.Intrinsics.Vector256 vector, T value) => throw null; + public static bool NoneWhereAllBitsSet(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; @@ -4842,6 +5632,16 @@ 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 ShuffleNative(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShuffleNative(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShuffleNative(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShuffleNative(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShuffleNative(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShuffleNative(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShuffleNative(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShuffleNative(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShuffleNative(System.Runtime.Intrinsics.Vector256 vector, System.Runtime.Intrinsics.Vector256 indices) => throw null; + public static System.Runtime.Intrinsics.Vector256 ShuffleNative(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; @@ -4853,6 +5653,7 @@ public static class Vector256 public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector256 source, ref T destination) => throw null; public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector256 source, ref T destination, nuint elementOffset) => throw null; public static System.Runtime.Intrinsics.Vector256 Subtract(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 SubtractSaturate(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; public static T Sum(System.Runtime.Intrinsics.Vector256 vector) => throw null; 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; @@ -4922,7 +5723,12 @@ public static class Vector512 { public static System.Runtime.Intrinsics.Vector512 Abs(System.Runtime.Intrinsics.Vector512 vector) => 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 AddSaturate(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static bool All(System.Runtime.Intrinsics.Vector512 vector, T value) => throw null; + public static bool AllWhereAllBitsSet(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 AndNot(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static bool Any(System.Runtime.Intrinsics.Vector512 vector, T value) => throw null; + public static bool AnyWhereAllBitsSet(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 As(this System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 AsByte(this System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 AsDouble(this System.Runtime.Intrinsics.Vector512 vector) => throw null; @@ -4963,6 +5769,8 @@ public static class Vector512 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 int Count(System.Runtime.Intrinsics.Vector512 vector, T value) => throw null; + public static int CountWhereAllBitsSet(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; @@ -5058,12 +5866,24 @@ public static class Vector512 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 int IndexOf(System.Runtime.Intrinsics.Vector512 vector, T value) => throw null; + public static int IndexOfWhereAllBitsSet(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 IsEvenInteger(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 IsFinite(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static bool IsHardwareAccelerated { get => throw null; } + public static System.Runtime.Intrinsics.Vector512 IsInfinity(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 IsInteger(System.Runtime.Intrinsics.Vector512 vector) => 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 IsNegativeInfinity(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 IsNormal(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static System.Runtime.Intrinsics.Vector512 IsOddInteger(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 IsSubnormal(System.Runtime.Intrinsics.Vector512 vector) => throw null; public static System.Runtime.Intrinsics.Vector512 IsZero(System.Runtime.Intrinsics.Vector512 vector) => throw null; + public static int LastIndexOf(System.Runtime.Intrinsics.Vector512 vector, T value) => throw null; + public static int LastIndexOfWhereAllBitsSet(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; @@ -5103,7 +5923,16 @@ 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 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 NarrowWithSaturation(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; + public static System.Runtime.Intrinsics.Vector512 NarrowWithSaturation(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; + public static System.Runtime.Intrinsics.Vector512 NarrowWithSaturation(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; + public static System.Runtime.Intrinsics.Vector512 NarrowWithSaturation(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; + public static System.Runtime.Intrinsics.Vector512 NarrowWithSaturation(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; + public static System.Runtime.Intrinsics.Vector512 NarrowWithSaturation(System.Runtime.Intrinsics.Vector512 lower, System.Runtime.Intrinsics.Vector512 upper) => throw null; + public static System.Runtime.Intrinsics.Vector512 NarrowWithSaturation(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 bool None(System.Runtime.Intrinsics.Vector512 vector, T value) => throw null; + public static bool NoneWhereAllBitsSet(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; @@ -5146,6 +5975,16 @@ 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 ShuffleNative(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; + public static System.Runtime.Intrinsics.Vector512 ShuffleNative(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; + public static System.Runtime.Intrinsics.Vector512 ShuffleNative(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; + public static System.Runtime.Intrinsics.Vector512 ShuffleNative(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; + public static System.Runtime.Intrinsics.Vector512 ShuffleNative(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; + public static System.Runtime.Intrinsics.Vector512 ShuffleNative(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; + public static System.Runtime.Intrinsics.Vector512 ShuffleNative(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; + public static System.Runtime.Intrinsics.Vector512 ShuffleNative(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; + public static System.Runtime.Intrinsics.Vector512 ShuffleNative(System.Runtime.Intrinsics.Vector512 vector, System.Runtime.Intrinsics.Vector512 indices) => throw null; + public static System.Runtime.Intrinsics.Vector512 ShuffleNative(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; @@ -5157,6 +5996,7 @@ public static class Vector512 public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector512 source, ref T destination) => throw null; public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector512 source, ref T destination, nuint elementOffset) => 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 SubtractSaturate(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; @@ -5224,7 +6064,12 @@ public static class Vector64 { public static System.Runtime.Intrinsics.Vector64 Abs(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 Add(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 AddSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static bool All(System.Runtime.Intrinsics.Vector64 vector, T value) => throw null; + public static bool AllWhereAllBitsSet(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 AndNot(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static bool Any(System.Runtime.Intrinsics.Vector64 vector, T value) => throw null; + public static bool AnyWhereAllBitsSet(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 As(this System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 AsByte(this System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 AsDouble(this System.Runtime.Intrinsics.Vector64 vector) => throw null; @@ -5263,6 +6108,8 @@ public static class Vector64 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 int Count(System.Runtime.Intrinsics.Vector64 vector, T value) => throw null; + public static int CountWhereAllBitsSet(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; @@ -5337,12 +6184,24 @@ public static class Vector64 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 int IndexOf(System.Runtime.Intrinsics.Vector64 vector, T value) => throw null; + public static int IndexOfWhereAllBitsSet(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 IsEvenInteger(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 IsFinite(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static bool IsHardwareAccelerated { get => throw null; } + public static System.Runtime.Intrinsics.Vector64 IsInfinity(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 IsInteger(System.Runtime.Intrinsics.Vector64 vector) => 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 IsNegativeInfinity(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 IsNormal(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static System.Runtime.Intrinsics.Vector64 IsOddInteger(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 IsSubnormal(System.Runtime.Intrinsics.Vector64 vector) => throw null; public static System.Runtime.Intrinsics.Vector64 IsZero(System.Runtime.Intrinsics.Vector64 vector) => throw null; + public static int LastIndexOf(System.Runtime.Intrinsics.Vector64 vector, T value) => throw null; + public static int LastIndexOfWhereAllBitsSet(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; @@ -5382,7 +6241,16 @@ 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 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 NarrowWithSaturation(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; + public static System.Runtime.Intrinsics.Vector64 NarrowWithSaturation(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; + public static System.Runtime.Intrinsics.Vector64 NarrowWithSaturation(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; + public static System.Runtime.Intrinsics.Vector64 NarrowWithSaturation(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; + public static System.Runtime.Intrinsics.Vector64 NarrowWithSaturation(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; + public static System.Runtime.Intrinsics.Vector64 NarrowWithSaturation(System.Runtime.Intrinsics.Vector64 lower, System.Runtime.Intrinsics.Vector64 upper) => throw null; + public static System.Runtime.Intrinsics.Vector64 NarrowWithSaturation(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 bool None(System.Runtime.Intrinsics.Vector64 vector, T value) => throw null; + public static bool NoneWhereAllBitsSet(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; @@ -5422,6 +6290,13 @@ 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 ShuffleNative(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; + public static System.Runtime.Intrinsics.Vector64 ShuffleNative(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; + public static System.Runtime.Intrinsics.Vector64 ShuffleNative(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; + public static System.Runtime.Intrinsics.Vector64 ShuffleNative(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; + public static System.Runtime.Intrinsics.Vector64 ShuffleNative(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; + public static System.Runtime.Intrinsics.Vector64 ShuffleNative(System.Runtime.Intrinsics.Vector64 vector, System.Runtime.Intrinsics.Vector64 indices) => throw null; + public static System.Runtime.Intrinsics.Vector64 ShuffleNative(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; @@ -5433,6 +6308,7 @@ public static class Vector64 public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector64 source, ref T destination) => throw null; public static void StoreUnsafe(this System.Runtime.Intrinsics.Vector64 source, ref T destination, nuint elementOffset) => throw null; public static System.Runtime.Intrinsics.Vector64 Subtract(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; + public static System.Runtime.Intrinsics.Vector64 SubtractSaturate(System.Runtime.Intrinsics.Vector64 left, System.Runtime.Intrinsics.Vector64 right) => throw null; public static T Sum(System.Runtime.Intrinsics.Vector64 vector) => throw null; 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; @@ -6255,83 +7131,225 @@ public abstract class Avx10v1 : System.Runtime.Intrinsics.X86.Avx2 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 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 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 Classify(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 Classify(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Classify(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Classify(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 ClassifyScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 ClassifyScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compare(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compare(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compare(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compare(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 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.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.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.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.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.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.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.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.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.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.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.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.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 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareOrdered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareOrdered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareOrdered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareOrdered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareUnordered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareUnordered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareUnordered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareUnordered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static unsafe void CompressStore(byte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(short* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(sbyte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(ushort* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(byte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(short* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(sbyte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(ushort* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => 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; @@ -6463,6 +7481,46 @@ public abstract class Avx10v1 : System.Runtime.Intrinsics.X86.Avx2 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 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(byte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(short* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(sbyte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(ushort* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(byte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(short* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(sbyte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(ushort* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => 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; @@ -6502,6 +7560,70 @@ public abstract class Avx10v1 : System.Runtime.Intrinsics.X86.Avx2 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 unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(byte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(short* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(sbyte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(ushort* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(byte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(short* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(sbyte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(ushort* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe void MaskStore(byte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(short* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(sbyte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(ushort* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(byte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(short* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(sbyte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(ushort* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => 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; @@ -6510,6 +7632,26 @@ public abstract class Avx10v1 : System.Runtime.Intrinsics.X86.Avx2 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 int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => 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; @@ -6692,6 +7834,16 @@ public abstract class V512 : System.Runtime.Intrinsics.X86.Avx512BW 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.Vector512 Classify(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector512 Classify(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static unsafe void CompressStore(byte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(short* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(sbyte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(ushort* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => 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; @@ -6716,6 +7868,14 @@ public abstract class V512 : System.Runtime.Intrinsics.X86.Avx512BW 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 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(byte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(short* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(sbyte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(ushort* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => 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; @@ -6733,6 +7893,9 @@ public abstract class V512 : System.Runtime.Intrinsics.X86.Avx512BW 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 int MoveMask(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static int MoveMask(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; @@ -6773,6 +7936,51 @@ public abstract class X64 : System.Runtime.Intrinsics.X86.Avx2.X64 public static bool IsSupported { get => throw null; } } } + public abstract class Avx10v2 : System.Runtime.Intrinsics.X86.Avx10v1 + { + public static System.Runtime.Intrinsics.Vector128 ConvertToByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToSByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToSByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static bool IsSupported { get => throw null; } + public static System.Runtime.Intrinsics.Vector128 MinMax(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 MinMax(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 MinMax(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 MinMax(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 MinMaxScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 MinMaxScalar(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 MoveScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 MoveScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 MoveScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 MoveScalar(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static unsafe void StoreScalar(short* address, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void StoreScalar(ushort* address, System.Runtime.Intrinsics.Vector128 source) => throw null; + public abstract class V512 : System.Runtime.Intrinsics.X86.Avx10v1.V512 + { + public static System.Runtime.Intrinsics.Vector512 ConvertToByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToSByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToSByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector512 value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector512 ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static bool IsSupported { get => throw null; } + public static System.Runtime.Intrinsics.Vector512 MinMax(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector512 MinMax(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultipleSumAbsoluteDifferences(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte mask) => throw null; + public abstract class X64 : System.Runtime.Intrinsics.X86.Avx10v1.V512.X64 + { + public static bool IsSupported { get => throw null; } + } + } + public abstract class X64 : System.Runtime.Intrinsics.X86.Avx10v1.X64 + { + 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; @@ -7237,6 +8445,14 @@ public abstract class Avx512BW : System.Runtime.Intrinsics.X86.Avx512F public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(short* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(sbyte* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(ushort* address) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoad(byte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoad(short* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoad(sbyte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoad(ushort* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe void MaskStore(byte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStore(short* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStore(sbyte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStore(ushort* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => 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 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; @@ -7245,6 +8461,12 @@ public abstract class Avx512BW : System.Runtime.Intrinsics.X86.Avx512F 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 Min(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 int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static long MoveMask(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static long MoveMask(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector512 value) => throw null; public static System.Runtime.Intrinsics.Vector512 MultiplyAddAdjacent(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 MultiplyAddAdjacent(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 MultiplyHigh(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; @@ -7309,9 +8531,29 @@ public abstract class Avx512BW : System.Runtime.Intrinsics.X86.Avx512F public static System.Runtime.Intrinsics.Vector512 UnpackLow(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public abstract class VL : System.Runtime.Intrinsics.X86.Avx512F.VL { + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 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.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; @@ -7358,6 +8600,22 @@ public abstract class VL : System.Runtime.Intrinsics.X86.Avx512F.VL 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 bool IsSupported { get => throw null; } + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(byte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(short* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(sbyte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(ushort* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(byte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(short* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(sbyte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(ushort* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe void MaskStore(byte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(short* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(sbyte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(ushort* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(byte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(short* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(sbyte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(ushort* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => 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; @@ -7435,6 +8693,10 @@ public abstract class Avx512DQ : System.Runtime.Intrinsics.X86.Avx512F public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(int* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(float* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector512 BroadcastVector256ToVector512(uint* address) => throw null; + public static System.Runtime.Intrinsics.Vector512 Classify(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector512 Classify(System.Runtime.Intrinsics.Vector512 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 ClassifyScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 ClassifyScalar(System.Runtime.Intrinsics.Vector128 value, byte control) => 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; @@ -7468,6 +8730,23 @@ public abstract class Avx512DQ : System.Runtime.Intrinsics.X86.Avx512F 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 int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static int MoveMask(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 Or(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; @@ -7489,6 +8768,10 @@ public abstract class VL : System.Runtime.Intrinsics.X86.Avx512F.VL 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 Classify(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector128 Classify(System.Runtime.Intrinsics.Vector128 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Classify(System.Runtime.Intrinsics.Vector256 value, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 Classify(System.Runtime.Intrinsics.Vector256 value, byte control) => 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 ConvertToVector128Int64(System.Runtime.Intrinsics.Vector128 value) => throw null; @@ -7636,6 +8919,18 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static System.Runtime.Intrinsics.Vector512 CompareOrdered(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 CompareUnordered(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 CompareUnordered(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static unsafe void CompressStore(double* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(int* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(long* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(float* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(uint* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(ulong* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => 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; @@ -7729,6 +9024,18 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 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; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(double* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(int* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(long* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(float* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(uint* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(ulong* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => 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; @@ -7846,6 +9153,30 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(ushort* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(uint* address) => throw null; public static unsafe System.Runtime.Intrinsics.Vector512 LoadVector512(ulong* address) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoad(double* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoad(int* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoad(long* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoad(float* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoad(uint* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoad(ulong* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoadAligned(double* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoadAligned(int* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoadAligned(long* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoadAligned(float* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoadAligned(uint* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 MaskLoadAligned(ulong* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe void MaskStore(double* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStore(int* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStore(long* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStore(float* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStore(uint* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStore(ulong* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStoreAligned(double* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStoreAligned(int* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStoreAligned(long* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStoreAligned(float* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStoreAligned(uint* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void MaskStoreAligned(ulong* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => 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 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; public static System.Runtime.Intrinsics.Vector512 Max(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; @@ -7858,6 +9189,13 @@ public abstract class Avx512F : System.Runtime.Intrinsics.X86.Avx2 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 Min(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 int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector128 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector256 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector512 value) => throw null; + public static int MoveMask(System.Runtime.Intrinsics.Vector512 value) => 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) => throw null; @@ -8057,42 +9395,142 @@ public abstract class VL 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 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 BlendVariable(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.Vector128 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector256 BlendVariable(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.Vector256 mask) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compare(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compare(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compare(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compare(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, System.Runtime.Intrinsics.X86.FloatComparisonMode mode) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 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.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.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.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.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.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.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 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotGreaterThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotLessThan(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotLessThan(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareNotLessThanOrEqual(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareOrdered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareOrdered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareOrdered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareOrdered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareUnordered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 CompareUnordered(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareUnordered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 CompareUnordered(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static unsafe void CompressStore(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => 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; @@ -8165,6 +9603,30 @@ public abstract class VL 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.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => 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; @@ -8178,6 +9640,54 @@ public abstract class VL 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 bool IsSupported { get => throw null; } + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoad(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoad(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 MaskLoadAligned(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 MaskLoadAligned(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe void MaskStore(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStore(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStore(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(double* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(int* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(long* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(float* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(uint* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(ulong* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void MaskStoreAligned(double* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(int* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(long* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(float* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(uint* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void MaskStoreAligned(ulong* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => 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; @@ -8339,6 +9849,66 @@ public abstract class X64 : System.Runtime.Intrinsics.X86.Avx512BW.X64 public static bool IsSupported { get => throw null; } } } + public abstract class Avx512Vbmi2 : System.Runtime.Intrinsics.X86.Avx512Vbmi + { + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Compress(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static unsafe void CompressStore(byte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(short* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(sbyte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static unsafe void CompressStore(ushort* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 source) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static System.Runtime.Intrinsics.Vector512 Expand(System.Runtime.Intrinsics.Vector512 merge, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 value) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(byte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(short* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(sbyte* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector512 ExpandLoad(ushort* address, System.Runtime.Intrinsics.Vector512 mask, System.Runtime.Intrinsics.Vector512 merge) => throw null; + public static bool IsSupported { get => throw null; } + public abstract class VL : System.Runtime.Intrinsics.X86.Avx512Vbmi.VL + { + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Compress(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Compress(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static unsafe void CompressStore(byte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(short* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(sbyte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(ushort* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 source) => throw null; + public static unsafe void CompressStore(byte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(short* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(sbyte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static unsafe void CompressStore(ushort* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 source) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector128 Expand(System.Runtime.Intrinsics.Vector128 merge, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static System.Runtime.Intrinsics.Vector256 Expand(System.Runtime.Intrinsics.Vector256 merge, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 value) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(byte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(short* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(sbyte* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector128 ExpandLoad(ushort* address, System.Runtime.Intrinsics.Vector128 mask, System.Runtime.Intrinsics.Vector128 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(byte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(short* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(sbyte* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static unsafe System.Runtime.Intrinsics.Vector256 ExpandLoad(ushort* address, System.Runtime.Intrinsics.Vector256 mask, System.Runtime.Intrinsics.Vector256 merge) => throw null; + public static bool IsSupported { get => throw null; } + } + public abstract class X64 : System.Runtime.Intrinsics.X86.Avx512Vbmi.X64 + { + public static bool IsSupported { get => throw null; } + } + } public abstract class AvxVnni : System.Runtime.Intrinsics.X86.Avx2 { public static bool IsSupported { get => throw null; } @@ -8355,6 +9925,66 @@ public abstract class X64 : System.Runtime.Intrinsics.X86.Avx2.X64 public static bool IsSupported { get => throw null; } } } + public abstract class AvxVnniInt16 : System.Runtime.Intrinsics.X86.Avx2 + { + public static bool IsSupported { get => throw null; } + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public abstract class V512 + { + public static bool IsSupported { get => throw null; } + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + } + public abstract class X64 : System.Runtime.Intrinsics.X86.Avx2.X64 + { + public static bool IsSupported { get => throw null; } + } + } + public abstract class AvxVnniInt8 : System.Runtime.Intrinsics.X86.Avx2 + { + public static bool IsSupported { get => throw null; } + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector128 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector128 addend, System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static System.Runtime.Intrinsics.Vector256 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector256 addend, System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public abstract class V512 + { + public static bool IsSupported { get => throw null; } + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAdd(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static System.Runtime.Intrinsics.Vector512 MultiplyWideningAndAddSaturate(System.Runtime.Intrinsics.Vector512 addend, System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + } + public abstract class X64 : System.Runtime.Intrinsics.X86.Avx2.X64 + { + public static bool IsSupported { get => throw null; } + } + } public abstract class Bmi1 : System.Runtime.Intrinsics.X86.X86Base { public static uint AndNot(uint left, uint right) => throw null; @@ -8477,6 +10107,31 @@ public abstract class X64 : System.Runtime.Intrinsics.X86.Avx.X64 public static bool IsSupported { get => throw null; } } } + public abstract class Gfni : System.Runtime.Intrinsics.X86.Sse41 + { + public static System.Runtime.Intrinsics.Vector128 GaloisFieldAffineTransform(System.Runtime.Intrinsics.Vector128 x, System.Runtime.Intrinsics.Vector128 a, byte b) => throw null; + public static System.Runtime.Intrinsics.Vector128 GaloisFieldAffineTransformInverse(System.Runtime.Intrinsics.Vector128 x, System.Runtime.Intrinsics.Vector128 a, byte b) => throw null; + public static System.Runtime.Intrinsics.Vector128 GaloisFieldMultiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right) => throw null; + public static bool IsSupported { get => throw null; } + public abstract class V256 + { + public static System.Runtime.Intrinsics.Vector256 GaloisFieldAffineTransform(System.Runtime.Intrinsics.Vector256 x, System.Runtime.Intrinsics.Vector256 a, byte b) => throw null; + public static System.Runtime.Intrinsics.Vector256 GaloisFieldAffineTransformInverse(System.Runtime.Intrinsics.Vector256 x, System.Runtime.Intrinsics.Vector256 a, byte b) => throw null; + public static System.Runtime.Intrinsics.Vector256 GaloisFieldMultiply(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right) => throw null; + public static bool IsSupported { get => throw null; } + } + public abstract class V512 + { + public static System.Runtime.Intrinsics.Vector512 GaloisFieldAffineTransform(System.Runtime.Intrinsics.Vector512 x, System.Runtime.Intrinsics.Vector512 a, byte b) => throw null; + public static System.Runtime.Intrinsics.Vector512 GaloisFieldAffineTransformInverse(System.Runtime.Intrinsics.Vector512 x, System.Runtime.Intrinsics.Vector512 a, byte b) => throw null; + public static System.Runtime.Intrinsics.Vector512 GaloisFieldMultiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right) => throw null; + public static bool IsSupported { get => throw null; } + } + public abstract class X64 : System.Runtime.Intrinsics.X86.Sse41.X64 + { + public static bool IsSupported { get => throw null; } + } + } public abstract class Lzcnt : System.Runtime.Intrinsics.X86.X86Base { public static bool IsSupported { get => throw null; } @@ -8492,6 +10147,18 @@ public abstract class Pclmulqdq : System.Runtime.Intrinsics.X86.Sse2 public static System.Runtime.Intrinsics.Vector128 CarrylessMultiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; public static System.Runtime.Intrinsics.Vector128 CarrylessMultiply(System.Runtime.Intrinsics.Vector128 left, System.Runtime.Intrinsics.Vector128 right, byte control) => throw null; public static bool IsSupported { get => throw null; } + public abstract class V256 + { + public static System.Runtime.Intrinsics.Vector256 CarrylessMultiply(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector256 CarrylessMultiply(System.Runtime.Intrinsics.Vector256 left, System.Runtime.Intrinsics.Vector256 right, byte control) => throw null; + public static bool IsSupported { get => throw null; } + } + public abstract class V512 + { + public static System.Runtime.Intrinsics.Vector512 CarrylessMultiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; + public static System.Runtime.Intrinsics.Vector512 CarrylessMultiply(System.Runtime.Intrinsics.Vector512 left, System.Runtime.Intrinsics.Vector512 right, byte control) => throw null; + public static bool IsSupported { get => throw null; } + } public abstract class X64 : System.Runtime.Intrinsics.X86.Sse2.X64 { 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 ad5b8ef86968..bd924c173bb9 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Loader, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Reflection @@ -32,6 +32,11 @@ public sealed class CreateNewOnMetadataUpdateAttribute : System.Attribute { public CreateNewOnMetadataUpdateAttribute() => throw null; } + [System.AttributeUsage((System.AttributeTargets)32767, AllowMultiple = false, Inherited = false)] + public sealed class MetadataUpdateDeletedAttribute : System.Attribute + { + public MetadataUpdateDeletedAttribute() => throw null; + } [System.AttributeUsage((System.AttributeTargets)12, AllowMultiple = false, Inherited = false)] public class MetadataUpdateOriginalTypeAttribute : System.Attribute { 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 0bbdbf0481f6..afc06d92a618 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Numerics, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Numerics 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 88475470b341..350ec76514b5 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Serialization.Json, Version=10.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 001ed2f044dd..ff61002dfcbd 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Serialization.Primitives, Version=10.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 2f6d1f1d283a..bf73f9b56f92 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime.Serialization.Xml, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Runtime @@ -19,8 +19,10 @@ public abstract class DataContract public virtual System.Runtime.Serialization.DataContracts.DataContract BaseContract { get => throw null; } public virtual string ContractType { get => throw null; } public virtual System.Collections.ObjectModel.ReadOnlyCollection DataMembers { get => throw null; } + public override sealed bool Equals(object obj) => throw null; public virtual System.Xml.XmlQualifiedName GetArrayTypeName(bool isNullable) => throw null; public static System.Runtime.Serialization.DataContracts.DataContract GetBuiltInDataContract(string name, string ns) => throw null; + public override int GetHashCode() => throw null; public static System.Xml.XmlQualifiedName GetXmlName(System.Type type) => throw null; public virtual bool IsBuiltInDataContract { get => throw null; } public virtual bool IsDictionaryLike(out string keyName, out string valueName, out string itemName) => throw null; @@ -42,8 +44,8 @@ public sealed class DataContractSet public System.Runtime.Serialization.DataContracts.DataContract GetDataContract(System.Type type) => throw null; public System.Runtime.Serialization.DataContracts.DataContract GetDataContract(System.Xml.XmlQualifiedName key) => throw null; public System.Type GetReferencedType(System.Xml.XmlQualifiedName xmlName, System.Runtime.Serialization.DataContracts.DataContract dataContract, out System.Runtime.Serialization.DataContracts.DataContract referencedContract, out object[] genericParameters, bool? supportGenericTypes = default(bool?)) => throw null; - public void ImportSchemaSet(System.Xml.Schema.XmlSchemaSet schemaSet, System.Collections.Generic.IEnumerable typeNames, bool importXmlDataType) => throw null; public System.Collections.Generic.List ImportSchemaSet(System.Xml.Schema.XmlSchemaSet schemaSet, System.Collections.Generic.IEnumerable elements, bool importXmlDataType) => throw null; + public void ImportSchemaSet(System.Xml.Schema.XmlSchemaSet schemaSet, System.Collections.Generic.IEnumerable typeNames, bool importXmlDataType) => throw null; public System.Collections.Generic.Dictionary KnownTypesForObject { get => throw null; } public System.Collections.Generic.Dictionary ProcessedContracts { get => throw null; } public System.Collections.Hashtable SurrogateData { get => throw null; } @@ -59,11 +61,16 @@ public sealed class DataMember } public sealed class XmlDataContract : System.Runtime.Serialization.DataContracts.DataContract { + public override string ContractType { get => throw null; } public bool HasRoot { get => throw null; } public bool IsAnonymous { get => throw null; } + public override bool IsBuiltInDataContract { get => throw null; } public bool IsTopLevelElementNullable { get => throw null; } public bool IsTypeDefinedOnImport { get => throw null; set { } } public bool IsValueType { get => throw null; set { } } + public override System.Collections.Generic.Dictionary KnownDataContracts { get => throw null; } + public override System.Xml.XmlDictionaryString TopLevelElementName { get => throw null; } + public override System.Xml.XmlDictionaryString TopLevelElementNamespace { get => throw null; } public System.Xml.Schema.XmlSchemaType XsdType { get => throw null; } } } @@ -419,6 +426,7 @@ public class XmlDictionaryString public abstract class XmlDictionaryWriter : System.Xml.XmlWriter { public virtual bool CanCanonicalize { get => throw null; } + public override void Close() => throw null; public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream) => throw null; public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary) => throw null; public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session) => throw null; @@ -430,6 +438,7 @@ public abstract class XmlDictionaryWriter : System.Xml.XmlWriter public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding) => throw null; public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream) => throw null; protected XmlDictionaryWriter() => throw null; + protected override void Dispose(bool disposing) => throw null; public virtual void EndCanonicalization() => throw null; public virtual void StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes) => throw null; public virtual void WriteArray(string prefix, string localName, string namespaceUri, bool[] array, int offset, int count) => throw null; 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 7e9a218bf54f..dba0be5aafe4 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 @@ -262,14 +262,14 @@ public class ArgumentOutOfRangeException : System.ArgumentException public ArgumentOutOfRangeException(string paramName, string message) => throw null; public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; public override string Message { get => throw null; } - public static void ThrowIfEqual(T value, T other, string paramName = default(string)) where T : System.IEquatable => throw null; + public static void ThrowIfEqual(T value, T other, string paramName = default(string)) => throw null; public static void ThrowIfGreaterThan(T value, T other, string paramName = default(string)) where T : System.IComparable => throw null; public static void ThrowIfGreaterThanOrEqual(T value, T other, string paramName = default(string)) where T : System.IComparable => throw null; public static void ThrowIfLessThan(T value, T other, string paramName = default(string)) where T : System.IComparable => throw null; public static void ThrowIfLessThanOrEqual(T value, T other, string paramName = default(string)) where T : System.IComparable => throw null; public static void ThrowIfNegative(T value, string paramName = default(string)) where T : System.Numerics.INumberBase => throw null; public static void ThrowIfNegativeOrZero(T value, string paramName = default(string)) where T : System.Numerics.INumberBase => throw null; - public static void ThrowIfNotEqual(T value, T other, string paramName = default(string)) where T : System.IEquatable => throw null; + public static void ThrowIfNotEqual(T value, T other, string paramName = default(string)) => throw null; public static void ThrowIfZero(T value, string paramName = default(string)) where T : System.Numerics.INumberBase => throw null; } public class ArithmeticException : System.SystemException @@ -757,10 +757,10 @@ public static class Base64Url 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 IsValid(System.ReadOnlySpan base64UrlText) => throw null; + public static bool IsValid(System.ReadOnlySpan base64UrlText, 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; @@ -1036,6 +1036,7 @@ public struct Char : System.Numerics.IAdditionOperators, Syste public static char Parse(string s) => throw null; static char System.IParsable.Parse(string s, System.IFormatProvider provider) => throw null; static char System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; + static char System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; static char System.Numerics.INumberBase.Parse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; static char System.Numerics.INumberBase.Parse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider) => throw null; static char System.Numerics.IBinaryInteger.PopCount(char value) => throw null; @@ -1078,6 +1079,7 @@ public struct Char : System.Numerics.IAdditionOperators, Syste bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => throw null; static bool System.IParsable.TryParse(string s, System.IFormatProvider provider, out char result) => throw null; static bool System.ISpanParsable.TryParse(System.ReadOnlySpan s, System.IFormatProvider provider, out char result) => throw null; + static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out char result) => throw null; static bool System.Numerics.INumberBase.TryParse(System.ReadOnlySpan s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out char result) => throw null; static bool System.Numerics.INumberBase.TryParse(string s, System.Globalization.NumberStyles style, System.IFormatProvider provider, out char result) => throw null; public static bool TryParse(string s, out char result) => throw null; @@ -1520,6 +1522,11 @@ public class Collection : System.Collections.Generic.ICollection, System.C object System.Collections.ICollection.SyncRoot { get => throw null; } public T this[int index] { get => throw null; set { } } } + public static class ReadOnlyCollection + { + public static System.Collections.ObjectModel.ReadOnlyCollection CreateCollection(params System.ReadOnlySpan values) => throw null; + public static System.Collections.ObjectModel.ReadOnlySet CreateSet(params System.ReadOnlySpan values) => throw null; + } public class ReadOnlyCollection : 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(T value) => throw null; @@ -1623,6 +1630,35 @@ public sealed class ValueCollection : System.Collections.Generic.ICollection throw null; } public System.Collections.ObjectModel.ReadOnlyDictionary.ValueCollection Values { get => throw null; } } + 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 delegate int Comparison(T x, T y); @@ -1713,7 +1749,9 @@ public static class Convert public static readonly object DBNull; 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 utf8Source) => throw null; public static byte[] FromHexString(System.ReadOnlySpan chars) => throw null; + public static System.Buffers.OperationStatus FromHexString(System.ReadOnlySpan utf8Source, System.Span destination, out int bytesConsumed, out int bytesWritten) => 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; @@ -2031,7 +2069,9 @@ 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 utf8Destination, out int bytesWritten) => 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 utf8Destination, out int bytesWritten) => throw null; public static bool TryToHexStringLower(System.ReadOnlySpan source, System.Span destination, out int charsWritten) => throw null; } public delegate TOutput Converter(TInput input); @@ -2671,6 +2711,20 @@ public enum DynamicallyAccessedMemberTypes PublicEvents = 2048, NonPublicEvents = 4096, Interfaces = 8192, + NonPublicConstructorsWithInherited = 16388, + NonPublicMethodsWithInherited = 32784, + AllMethods = 32792, + NonPublicFieldsWithInherited = 65600, + AllFields = 65632, + NonPublicNestedTypesWithInherited = 131328, + NonPublicPropertiesWithInherited = 263168, + AllProperties = 263680, + NonPublicEventsWithInherited = 528384, + AllEvents = 530432, + PublicConstructorsWithInherited = 1048579, + AllConstructors = 1064967, + PublicNestedTypesWithInherited = 2097280, + AllNestedTypes = 2228608, } [System.AttributeUsage((System.AttributeTargets)352, AllowMultiple = true, Inherited = false)] public sealed class DynamicDependencyAttribute : System.Attribute @@ -2698,6 +2752,7 @@ public sealed class ExperimentalAttribute : System.Attribute { public ExperimentalAttribute(string diagnosticId) => throw null; public string DiagnosticId { get => throw null; } + public string Message { get => throw null; set { } } public string UrlFormat { get => throw null; set { } } } [System.AttributeUsage((System.AttributeTargets)128, Inherited = false, AllowMultiple = true)] @@ -2767,6 +2822,7 @@ public sealed class RequiresAssemblyFilesAttribute : System.Attribute public sealed class RequiresDynamicCodeAttribute : System.Attribute { public RequiresDynamicCodeAttribute(string message) => throw null; + public bool ExcludeStatics { get => throw null; set { } } public string Message { get => throw null; } public string Url { get => throw null; set { } } } @@ -2774,6 +2830,7 @@ public sealed class RequiresDynamicCodeAttribute : System.Attribute public sealed class RequiresUnreferencedCodeAttribute : System.Attribute { public RequiresUnreferencedCodeAttribute(string message) => throw null; + public bool ExcludeStatics { get => throw null; set { } } public string Message { get => throw null; } public string Url { get => throw null; set { } } } @@ -3066,6 +3123,7 @@ public struct Double : System.Numerics.IAdditionOperators.Cbrt(double x) => throw null; static double System.Numerics.IFloatingPoint.Ceiling(double x) => throw null; static double System.Numerics.INumber.Clamp(double value, double min, double max) => throw null; + static double System.Numerics.INumber.ClampNative(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; @@ -3131,12 +3189,14 @@ public struct Double : System.Numerics.IAdditionOperators.Max(double x, double y) => throw null; static double System.Numerics.INumberBase.MaxMagnitude(double x, double y) => throw null; static double System.Numerics.INumberBase.MaxMagnitudeNumber(double x, double y) => throw null; + static double System.Numerics.INumber.MaxNative(double x, double y) => throw null; static double System.Numerics.INumber.MaxNumber(double x, double y) => throw null; public const double MaxValue = default; static double System.Numerics.IMinMaxValue.MaxValue { get => throw null; } static double System.Numerics.INumber.Min(double x, double y) => throw null; static double System.Numerics.INumberBase.MinMagnitude(double x, double y) => throw null; static double System.Numerics.INumberBase.MinMagnitudeNumber(double x, double y) => throw null; + static double System.Numerics.INumber.MinNative(double x, double y) => throw null; static double System.Numerics.INumber.MinNumber(double x, double y) => throw null; public const double MinValue = default; static double System.Numerics.IMinMaxValue.MinValue { get => throw null; } @@ -3446,6 +3506,7 @@ public class EventArgs } public delegate void EventHandler(object sender, System.EventArgs e); public delegate void EventHandler(object sender, TEventArgs e); + public delegate void EventHandler(TSender sender, TEventArgs e); public class Exception : System.Runtime.Serialization.ISerializable { public Exception() => throw null; @@ -3804,6 +3865,7 @@ public enum CompareOptions IgnoreSymbols = 4, IgnoreKanaType = 8, IgnoreWidth = 16, + NumericOrdering = 32, OrdinalIgnoreCase = 268435456, StringSort = 536870912, Ordinal = 1073741824, @@ -4097,11 +4159,14 @@ public sealed class IdnMapping } public static class ISOWeek { + public static int GetWeekOfYear(System.DateOnly date) => throw null; public static int GetWeekOfYear(System.DateTime date) => throw null; public static int GetWeeksInYear(int year) => throw null; + public static int GetYear(System.DateOnly date) => throw null; public static int GetYear(System.DateTime date) => throw null; public static System.DateTime GetYearEnd(int year) => throw null; public static System.DateTime GetYearStart(int year) => throw null; + public static System.DateOnly ToDateOnly(int year, int week, System.DayOfWeek dayOfWeek) => throw null; public static System.DateTime ToDateTime(int year, int week, System.DayOfWeek dayOfWeek) => throw null; } public class JapaneseCalendar : System.Globalization.Calendar @@ -4522,7 +4587,7 @@ public class GopherStyleUriParser : System.UriParser { public GopherStyleUriParser() => throw null; } - public struct Guid : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable + public struct Guid : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.IUtf8SpanFormattable, System.IUtf8SpanParsable { public static System.Guid AllBitsSet { get => throw null; } public int CompareTo(System.Guid value) => throw null; @@ -4547,6 +4612,8 @@ public struct Guid : System.IComparable, System.IComparable, System public static bool operator !=(System.Guid a, System.Guid b) => throw null; public static bool operator <(System.Guid left, System.Guid right) => throw null; public static bool operator <=(System.Guid left, System.Guid right) => throw null; + public static System.Guid Parse(System.ReadOnlySpan utf8Text) => throw null; + static System.Guid System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; public static System.Guid Parse(System.ReadOnlySpan input) => throw null; static System.Guid System.ISpanParsable.Parse(System.ReadOnlySpan s, System.IFormatProvider provider) => throw null; public static System.Guid Parse(string input) => throw null; @@ -4562,6 +4629,8 @@ public struct Guid : System.IComparable, System.IComparable, System bool System.IUtf8SpanFormattable.TryFormat(System.Span utf8Destination, out int bytesWritten, System.ReadOnlySpan format, System.IFormatProvider provider) => 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 utf8Text, out System.Guid result) => throw null; + static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.Guid result) => 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; @@ -4594,6 +4663,7 @@ public struct Half : System.Numerics.IAdditionOperators.Cbrt(System.Half x) => throw null; static System.Half System.Numerics.IFloatingPoint.Ceiling(System.Half x) => throw null; static System.Half System.Numerics.INumber.Clamp(System.Half value, System.Half min, System.Half max) => throw null; + static System.Half System.Numerics.INumber.ClampNative(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; @@ -4656,11 +4726,13 @@ public struct Half : System.Numerics.IAdditionOperators.Max(System.Half x, System.Half y) => throw null; static System.Half System.Numerics.INumberBase.MaxMagnitude(System.Half x, System.Half y) => throw null; static System.Half System.Numerics.INumberBase.MaxMagnitudeNumber(System.Half x, System.Half y) => throw null; + static System.Half System.Numerics.INumber.MaxNative(System.Half x, System.Half y) => throw null; static System.Half System.Numerics.INumber.MaxNumber(System.Half x, System.Half y) => throw null; static System.Half System.Numerics.IMinMaxValue.MaxValue { get => throw null; } static System.Half System.Numerics.INumber.Min(System.Half x, System.Half y) => throw null; static System.Half System.Numerics.INumberBase.MinMagnitude(System.Half x, System.Half y) => throw null; static System.Half System.Numerics.INumberBase.MinMagnitudeNumber(System.Half x, System.Half y) => throw null; + static System.Half System.Numerics.INumber.MinNative(System.Half x, System.Half y) => throw null; static System.Half System.Numerics.INumber.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; } @@ -4915,6 +4987,7 @@ public struct Int128 : System.Numerics.IAdditionOperators.Abs(System.Int128 value) => throw null; static System.Int128 System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } static System.Int128 System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } + public static System.Int128 BigMul(System.Int128 left, System.Int128 right, out System.Int128 lower) => throw null; static System.Int128 System.Numerics.INumber.Clamp(System.Int128 value, System.Int128 min, System.Int128 max) => throw null; public int CompareTo(System.Int128 value) => throw null; public int CompareTo(object value) => throw null; @@ -5518,6 +5591,7 @@ public struct IntPtr : System.Numerics.IAdditionOperators, Sys public static nint Add(nint pointer, int offset) => throw null; static nint System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } static nint System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } + public static nint BigMul(nint left, nint right, out nint lower) => throw null; static nint System.Numerics.INumber.Clamp(nint value, nint min, nint max) => throw null; public int CompareTo(nint value) => throw null; public int CompareTo(object value) => throw null; @@ -5709,6 +5783,7 @@ public class BinaryReader : System.IDisposable public virtual char[] ReadChars(int count) => throw null; public virtual decimal ReadDecimal() => throw null; public virtual double ReadDouble() => throw null; + public virtual void ReadExactly(System.Span buffer) => throw null; public virtual System.Half ReadHalf() => throw null; public virtual short ReadInt16() => throw null; public virtual int ReadInt32() => throw null; @@ -5970,14 +6045,14 @@ public static class File 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 void AppendAllText(string path, string contents) => throw null; + public static void AppendAllText(string path, string contents, System.Text.Encoding encoding) => 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.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, 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; @@ -6059,14 +6134,14 @@ public static class File public static void WriteAllLines(string path, string[] contents, System.Text.Encoding encoding) => throw null; public static System.Threading.Tasks.Task WriteAllLinesAsync(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 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 void WriteAllText(string path, string contents) => throw null; + public static void WriteAllText(string path, string contents, System.Text.Encoding encoding) => 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; + 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, 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 @@ -6875,9 +6950,9 @@ public static class Math 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 long BigMul(long a, long b, out long low) => 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; public static double BitIncrement(double x) => throw null; @@ -7459,10 +7534,13 @@ public interface IMultiplyOperators where TSelf : System public interface INumber : 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.IFormattable, System.Numerics.IIncrementOperators, System.Numerics.IModulusOperators, System.Numerics.IMultiplicativeIdentity, System.Numerics.IMultiplyOperators, System.Numerics.INumberBase, System.IParsable, System.ISpanFormattable, System.ISpanParsable, System.Numerics.ISubtractionOperators, System.Numerics.IUnaryNegationOperators, System.Numerics.IUnaryPlusOperators, System.IUtf8SpanFormattable, System.IUtf8SpanParsable where TSelf : System.Numerics.INumber { static virtual TSelf Clamp(TSelf value, TSelf min, TSelf max) => throw null; + static virtual TSelf ClampNative(TSelf value, TSelf min, TSelf max) => throw null; static virtual TSelf CopySign(TSelf value, TSelf sign) => throw null; static virtual TSelf Max(TSelf x, TSelf y) => throw null; + static virtual TSelf MaxNative(TSelf x, TSelf y) => throw null; static virtual TSelf MaxNumber(TSelf x, TSelf y) => throw null; static virtual TSelf Min(TSelf x, TSelf y) => throw null; + static virtual TSelf MinNative(TSelf x, TSelf y) => throw null; static virtual TSelf MinNumber(TSelf x, TSelf y) => throw null; static virtual int Sign(TSelf value) => throw null; } @@ -7707,9 +7785,12 @@ public class Random { public Random() => throw null; public Random(int Seed) => throw null; + public string GetHexString(int stringLength, bool lowercase = default(bool)) => throw null; + public void GetHexString(System.Span destination, bool lowercase = default(bool)) => throw null; public T[] GetItems(System.ReadOnlySpan choices, int length) => throw null; public void GetItems(System.ReadOnlySpan choices, System.Span destination) => throw null; public T[] GetItems(T[] choices, int length) => throw null; + public string GetString(System.ReadOnlySpan choices, int length) => throw null; public virtual int Next() => throw null; public virtual int Next(int maxValue) => throw null; public virtual int Next(int minValue, int maxValue) => throw null; @@ -7776,10 +7857,14 @@ public struct ReadOnlySpan public ReadOnlySpan(T[] array) => throw null; public ReadOnlySpan(T[] array, int start, int length) => throw null; public static System.ReadOnlySpan Empty { get => throw null; } - public struct Enumerator + public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator { public T Current { get => throw null; } + T System.Collections.Generic.IEnumerator.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 override bool Equals(object obj) => throw null; public System.ReadOnlySpan.Enumerator GetEnumerator() => throw null; @@ -8539,6 +8624,7 @@ public enum MethodImplAttributes AggressiveInlining = 256, AggressiveOptimization = 512, InternalCall = 4096, + Async = 8192, MaxMethodImplVal = 65535, } public abstract class MethodInfo : System.Reflection.MethodBase @@ -9118,6 +9204,19 @@ public sealed class AccessedThroughPropertyAttribute : System.Attribute public AccessedThroughPropertyAttribute(string propertyName) => throw null; public string PropertyName { get => throw null; } } + public static class AsyncHelpers + { + public static void Await(System.Threading.Tasks.Task task) => throw null; + public static T Await(System.Threading.Tasks.Task task) => throw null; + public static void Await(System.Threading.Tasks.ValueTask task) => throw null; + public static T Await(System.Threading.Tasks.ValueTask task) => throw null; + public static void Await(System.Runtime.CompilerServices.ConfiguredTaskAwaitable configuredAwaitable) => throw null; + public static void Await(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable configuredAwaitable) => throw null; + public static T Await(System.Runtime.CompilerServices.ConfiguredTaskAwaitable configuredAwaitable) => throw null; + public static T Await(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable configuredAwaitable) => throw null; + public static void AwaitAwaiter(TAwaiter awaiter) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion => throw null; + public static void UnsafeAwaitAwaiter(TAwaiter awaiter) where TAwaiter : System.Runtime.CompilerServices.ICriticalNotifyCompletion => throw null; + } public struct AsyncIteratorMethodBuilder { public void AwaitOnCompleted(ref TAwaiter awaiter, ref TStateMachine stateMachine) where TAwaiter : System.Runtime.CompilerServices.INotifyCompletion where TStateMachine : System.Runtime.CompilerServices.IAsyncStateMachine => throw null; @@ -9283,6 +9382,11 @@ public class CompilerGlobalScopeAttribute : System.Attribute { public CompilerGlobalScopeAttribute() => throw null; } + [System.AttributeUsage((System.AttributeTargets)4, Inherited = false)] + public sealed class CompilerLoweringPreserveAttribute : System.Attribute + { + public CompilerLoweringPreserveAttribute() => throw null; + } public sealed class ConditionalWeakTable : System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable where TKey : class where TValue : class { public void Add(TKey key, TValue value) => throw null; @@ -9292,9 +9396,13 @@ public sealed class ConditionalWeakTable : System.Collections.Gene public ConditionalWeakTable() => throw null; System.Collections.Generic.IEnumerator> System.Collections.Generic.IEnumerable>.GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; + public TValue GetOrAdd(TKey key, TValue value) => throw null; + public TValue GetOrAdd(TKey key, System.Func valueFactory) => throw null; + public TValue GetOrAdd(TKey key, System.Func valueFactory, TArg factoryArgument) => throw null; public TValue GetOrCreateValue(TKey key) => throw null; public TValue GetValue(TKey key, System.Runtime.CompilerServices.ConditionalWeakTable.CreateValueCallback createValueCallback) => throw null; public bool Remove(TKey key) => throw null; + public bool Remove(TKey key, out TValue value) => throw null; public bool TryAdd(TKey key, TValue value) => throw null; public bool TryGetValue(TKey key, out TValue value) => throw null; } @@ -9396,9 +9504,11 @@ public struct DefaultInterpolatedStringHandler public void AppendFormatted(T value, int alignment, string format) => throw null; public void AppendFormatted(T value, string format) => throw null; public void AppendLiteral(string value) => throw null; + public void Clear() => throw null; public DefaultInterpolatedStringHandler(int literalLength, int formattedCount) => throw null; public DefaultInterpolatedStringHandler(int literalLength, int formattedCount, System.IFormatProvider provider) => throw null; public DefaultInterpolatedStringHandler(int literalLength, int formattedCount, System.IFormatProvider provider, System.Span initialBuffer) => throw null; + public System.ReadOnlySpan Text { get => throw null; } public override string ToString() => throw null; public string ToStringAndClear() => throw null; } @@ -9434,6 +9544,12 @@ public sealed class ExtensionAttribute : System.Attribute { public ExtensionAttribute() => throw null; } + [System.AttributeUsage((System.AttributeTargets)6108, Inherited = false)] + public sealed class ExtensionMarkerAttribute : System.Attribute + { + public ExtensionMarkerAttribute(string name) => throw null; + public string Name { get => throw null; } + } [System.AttributeUsage((System.AttributeTargets)256)] public sealed class FixedAddressValueTypeAttribute : System.Attribute { @@ -9464,6 +9580,51 @@ public sealed class IndexerNameAttribute : System.Attribute { public IndexerNameAttribute(string indexerName) => throw null; } + public struct InlineArray10 + { + } + public struct InlineArray11 + { + } + public struct InlineArray12 + { + } + public struct InlineArray13 + { + } + public struct InlineArray14 + { + } + public struct InlineArray15 + { + } + public struct InlineArray16 + { + } + public struct InlineArray2 + { + } + public struct InlineArray3 + { + } + public struct InlineArray4 + { + } + public struct InlineArray5 + { + } + public struct InlineArray6 + { + } + public struct InlineArray7 + { + } + public struct InlineArray8 + { + } + public struct InlineArray9 + { + } [System.AttributeUsage((System.AttributeTargets)8, AllowMultiple = false)] public sealed class InlineArrayAttribute : System.Attribute { @@ -9564,6 +9725,7 @@ public enum MethodImplOptions PreserveSig = 128, AggressiveInlining = 256, AggressiveOptimization = 512, + Async = 8192, InternalCall = 4096, } [System.AttributeUsage((System.AttributeTargets)64, Inherited = false)] @@ -9798,7 +9960,7 @@ public static class Unsafe public static bool AreSame(ref readonly T left, ref readonly T right) => throw null; public static T As(object o) where T : class => throw null; public static TTo As(ref TFrom source) => throw null; - public static unsafe void* AsPointer(ref T value) => throw null; + public static unsafe void* AsPointer(ref readonly 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) => throw null; @@ -9814,7 +9976,9 @@ public static class Unsafe public static void InitBlockUnaligned(ref byte startAddress, byte value, uint byteCount) => throw null; public static unsafe void InitBlockUnaligned(void* startAddress, byte value, uint byteCount) => throw null; public static bool IsAddressGreaterThan(ref readonly T left, ref readonly T right) => throw null; + public static bool IsAddressGreaterThanOrEqualTo(ref readonly T left, ref readonly T right) => throw null; public static bool IsAddressLessThan(ref readonly T left, ref readonly T right) => throw null; + public static bool IsAddressLessThanOrEqualTo(ref readonly T left, ref readonly T right) => throw null; public static bool IsNullRef(ref readonly T source) => throw null; public static T NullRef() => throw null; public static unsafe T Read(void* source) => throw null; @@ -9848,6 +10012,12 @@ public enum UnsafeAccessorKind Field = 3, StaticField = 4, } + [System.AttributeUsage((System.AttributeTargets)10240, AllowMultiple = false, Inherited = false)] + public sealed class UnsafeAccessorTypeAttribute : System.Attribute + { + public UnsafeAccessorTypeAttribute(string typeName) => throw null; + public string TypeName { get => throw null; } + } [System.AttributeUsage((System.AttributeTargets)8)] public sealed class UnsafeValueTypeAttribute : System.Attribute { @@ -9935,6 +10105,11 @@ public sealed class ExceptionDispatchInfo public void Throw() => throw null; public static void Throw(System.Exception source) => throw null; } + public static class ExceptionHandling + { + public static void RaiseAppDomainUnhandledExceptionEvent(object exception) => throw null; + public static void SetUnhandledExceptionHandler(System.Func handler) => throw null; + } public class FirstChanceExceptionEventArgs : System.EventArgs { public FirstChanceExceptionEventArgs(System.Exception exception) => throw null; @@ -10040,6 +10215,23 @@ public struct GCHandle : System.IEquatable throw null; set { } } public static nint ToIntPtr(System.Runtime.InteropServices.GCHandle value) => throw null; } + public struct GCHandle : System.IDisposable, System.IEquatable> where T : class + { + public GCHandle(T target) => throw null; + public void Dispose() => throw null; + public override bool Equals(object obj) => throw null; + public bool Equals(System.Runtime.InteropServices.GCHandle other) => throw null; + public static System.Runtime.InteropServices.GCHandle FromIntPtr(nint value) => throw null; + public override int GetHashCode() => throw null; + public bool IsAllocated { get => throw null; } + public T Target { get => throw null; set { } } + public static nint ToIntPtr(System.Runtime.InteropServices.GCHandle value) => throw null; + } + public static partial class GCHandleExtensions + { + public static unsafe T* GetAddressOfArrayData(this System.Runtime.InteropServices.PinnedGCHandle handle) => throw null; + public static unsafe char* GetAddressOfStringData(this System.Runtime.InteropServices.PinnedGCHandle handle) => throw null; + } public enum GCHandleType { Weak = 0, @@ -10185,8 +10377,8 @@ public static class MemoryMarshal 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 GetArrayDataReference(T[] 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; @@ -10218,6 +10410,19 @@ public sealed class OutAttribute : System.Attribute { public OutAttribute() => throw null; } + public struct PinnedGCHandle : System.IDisposable, System.IEquatable> where T : class + { + public PinnedGCHandle(T target) => throw null; + public void Dispose() => throw null; + public override bool Equals(object obj) => throw null; + public bool Equals(System.Runtime.InteropServices.PinnedGCHandle other) => throw null; + public static System.Runtime.InteropServices.PinnedGCHandle FromIntPtr(nint value) => throw null; + public unsafe void* GetAddressOfObjectData() => throw null; + public override int GetHashCode() => throw null; + public bool IsAllocated { get => throw null; } + public T Target { get => throw null; set { } } + public static nint ToIntPtr(System.Runtime.InteropServices.PinnedGCHandle value) => throw null; + } public static class RuntimeInformation { public static string FrameworkDescription { get => throw null; } @@ -10338,6 +10543,19 @@ public enum UnmanagedType HString = 47, LPUTF8Str = 48, } + public struct WeakGCHandle : System.IDisposable, System.IEquatable> where T : class + { + public WeakGCHandle(T target, bool trackResurrection = default(bool)) => throw null; + public void Dispose() => throw null; + public override bool Equals(object obj) => throw null; + public bool Equals(System.Runtime.InteropServices.WeakGCHandle other) => throw null; + public static System.Runtime.InteropServices.WeakGCHandle FromIntPtr(nint value) => throw null; + public override int GetHashCode() => throw null; + public bool IsAllocated { get => throw null; } + public void SetTarget(T target) => throw null; + public static nint ToIntPtr(System.Runtime.InteropServices.WeakGCHandle value) => throw null; + public bool TryGetTarget(out T target) => throw null; + } } public static class JitInfo { @@ -11143,6 +11361,7 @@ public struct Single : System.Numerics.IAdditionOperators, static float System.Numerics.IRootFunctions.Cbrt(float x) => throw null; static float System.Numerics.IFloatingPoint.Ceiling(float x) => throw null; static float System.Numerics.INumber.Clamp(float value, float min, float max) => throw null; + static float System.Numerics.INumber.ClampNative(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; @@ -11208,12 +11427,14 @@ public struct Single : System.Numerics.IAdditionOperators, static float System.Numerics.INumber.Max(float x, float y) => throw null; static float System.Numerics.INumberBase.MaxMagnitude(float x, float y) => throw null; static float System.Numerics.INumberBase.MaxMagnitudeNumber(float x, float y) => throw null; + static float System.Numerics.INumber.MaxNative(float x, float y) => throw null; static float System.Numerics.INumber.MaxNumber(float x, float y) => throw null; public const float MaxValue = default; static float System.Numerics.IMinMaxValue.MaxValue { get => throw null; } static float System.Numerics.INumber.Min(float x, float y) => throw null; static float System.Numerics.INumberBase.MinMagnitude(float x, float y) => throw null; static float System.Numerics.INumberBase.MinMagnitudeNumber(float x, float y) => throw null; + static float System.Numerics.INumber.MinNative(float x, float y) => throw null; static float System.Numerics.INumber.MinNumber(float x, float y) => throw null; public const float MinValue = default; static float System.Numerics.IMinMaxValue.MinValue { get => throw null; } @@ -11333,10 +11554,14 @@ public struct Span public Span(T[] array) => throw null; public Span(T[] array, int start, int length) => throw null; public static System.Span Empty { get => throw null; } - public struct Enumerator + public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator { public T Current { get => throw null; } + T System.Collections.Generic.IEnumerator.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 override bool Equals(object obj) => throw null; public void Fill(T value) => throw null; @@ -11608,10 +11833,13 @@ public enum StringComparison } public static partial class StringNormalizationExtensions { + public static int GetNormalizedLength(this System.ReadOnlySpan source, System.Text.NormalizationForm normalizationForm = default(System.Text.NormalizationForm)) => throw null; public static bool IsNormalized(this string strInput) => throw null; public static bool IsNormalized(this string strInput, System.Text.NormalizationForm normalizationForm) => throw null; + public static bool IsNormalized(this System.ReadOnlySpan source, System.Text.NormalizationForm normalizationForm = default(System.Text.NormalizationForm)) => throw null; public static string Normalize(this string strInput) => throw null; public static string Normalize(this string strInput, System.Text.NormalizationForm normalizationForm) => throw null; + public static bool TryNormalize(this System.ReadOnlySpan source, System.Span destination, out int charsWritten, System.Text.NormalizationForm normalizationForm = default(System.Text.NormalizationForm)) => throw null; } [System.Flags] public enum StringSplitOptions @@ -11934,7 +12162,7 @@ public enum NormalizationForm FormKC = 5, FormKD = 6, } - public struct Rune : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.ISpanFormattable, System.IUtf8SpanFormattable + public struct Rune : System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.ISpanFormattable, System.IUtf8SpanFormattable, System.IUtf8SpanParsable { public int CompareTo(System.Text.Rune other) => throw null; int System.IComparable.CompareTo(object obj) => throw null; @@ -11978,6 +12206,7 @@ public struct Rune : System.IComparable, System.IComparable, S public static bool operator !=(System.Text.Rune left, System.Text.Rune right) => throw null; public static bool operator <(System.Text.Rune left, System.Text.Rune right) => throw null; public static bool operator <=(System.Text.Rune left, System.Text.Rune right) => throw null; + static System.Text.Rune System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; public int Plane { get => throw null; } public static System.Text.Rune ReplacementChar { get => throw null; } public static System.Text.Rune ToLower(System.Text.Rune value, System.Globalization.CultureInfo culture) => throw null; @@ -11995,6 +12224,7 @@ public struct Rune : System.IComparable, System.IComparable, S 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 static bool TryGetRuneAt(string input, int index, out System.Text.Rune value) => throw null; + static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.Text.Rune result) => throw null; public int Utf16SequenceLength { get => throw null; } public int Utf8SequenceLength { get => throw null; } public int Value { get => throw null; } @@ -12428,10 +12658,10 @@ public class Task : System.IAsyncResult, System.IDisposable 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(params 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.Collections.Generic.IAsyncEnumerable> WhenEach(params System.ReadOnlySpan> tasks) => throw null; public static System.Runtime.CompilerServices.YieldAwaitable Yield() => throw null; } public class Task : System.Threading.Tasks.Task @@ -12968,22 +13198,23 @@ 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(double value) => 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(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 FromMicroseconds(long microseconds) => throw null; public static System.TimeSpan FromMilliseconds(double value) => throw null; + public static System.TimeSpan FromMilliseconds(long milliseconds) => throw null; + public static System.TimeSpan FromMilliseconds(long milliseconds, long microseconds) => throw null; + public static System.TimeSpan FromMinutes(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(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; } @@ -13663,6 +13894,7 @@ public struct UInt128 : System.Numerics.IAdditionOperators.Abs(System.UInt128 value) => throw null; static System.UInt128 System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } static System.UInt128 System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } + public static System.UInt128 BigMul(System.UInt128 left, System.UInt128 right, out System.UInt128 lower) => throw null; static System.UInt128 System.Numerics.INumber.Clamp(System.UInt128 value, System.UInt128 min, System.UInt128 max) => throw null; public int CompareTo(object value) => throw null; public int CompareTo(System.UInt128 value) => throw null; @@ -14251,6 +14483,7 @@ public struct UIntPtr : System.Numerics.IAdditionOperators, public static nuint Add(nuint pointer, int offset) => throw null; static nuint System.Numerics.IAdditiveIdentity.AdditiveIdentity { get => throw null; } static nuint System.Numerics.IBinaryNumber.AllBitsSet { get => throw null; } + public static nuint BigMul(nuint left, nuint right, out nuint lower) => throw null; static nuint System.Numerics.INumber.Clamp(nuint value, nuint min, nuint max) => throw null; public int CompareTo(object value) => throw null; public int CompareTo(nuint value) => throw null; @@ -14422,8 +14655,8 @@ public class Uri : System.IEquatable, System.IFormattable, System.Ru 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; + public static string EscapeDataString(string stringToEscape) => throw null; protected static string EscapeString(string str) => throw null; public static string EscapeUriString(string stringToEscape) => throw null; public string Fragment { get => throw null; } @@ -14475,8 +14708,8 @@ public class Uri : System.IEquatable, System.IFormattable, System.Ru 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 string UnescapeDataString(string stringToUnescape) => throw null; public static readonly string UriSchemeFile; public static readonly string UriSchemeFtp; public static readonly string UriSchemeFtps; @@ -14777,7 +15010,7 @@ public abstract class ValueType public override int GetHashCode() => throw null; public override string ToString() => throw null; } - public sealed class Version : System.ICloneable, System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.ISpanFormattable, System.IUtf8SpanFormattable + public sealed class Version : System.ICloneable, System.IComparable, System.IComparable, System.IEquatable, System.IFormattable, System.ISpanFormattable, System.IUtf8SpanFormattable, System.IUtf8SpanParsable { public int Build { get => throw null; } public object Clone() => throw null; @@ -14801,8 +15034,10 @@ public sealed class Version : System.ICloneable, System.IComparable, System.ICom public static bool operator !=(System.Version v1, System.Version v2) => throw null; public static bool operator <(System.Version v1, System.Version v2) => throw null; public static bool operator <=(System.Version v1, System.Version v2) => throw null; + public static System.Version Parse(System.ReadOnlySpan utf8Text) => throw null; public static System.Version Parse(System.ReadOnlySpan input) => throw null; public static System.Version Parse(string input) => throw null; + static System.Version System.IUtf8SpanParsable.Parse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider) => throw null; public int Revision { get => throw null; } string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) => throw null; public override string ToString() => throw null; @@ -14813,6 +15048,8 @@ public sealed class Version : System.ICloneable, System.IComparable, System.ICom 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; + static bool System.IUtf8SpanParsable.TryParse(System.ReadOnlySpan utf8Text, System.IFormatProvider provider, out System.Version result) => throw null; + public static bool TryParse(System.ReadOnlySpan utf8Text, out System.Version result) => 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 9218709f4b7a..df37b6f1a7c6 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Security.AccessControl, Version=10.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 c0847037b00b..1ac866efe2aa 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Security.Claims, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Security @@ -46,12 +46,15 @@ public class ClaimsIdentity : System.Security.Principal.IIdentity public ClaimsIdentity(System.Collections.Generic.IEnumerable claims, string authenticationType) => throw null; public ClaimsIdentity(System.Collections.Generic.IEnumerable claims, string authenticationType, string nameType, string roleType) => throw null; public ClaimsIdentity(System.IO.BinaryReader reader) => throw null; + public ClaimsIdentity(System.IO.BinaryReader reader, System.StringComparison stringComparison) => throw null; protected ClaimsIdentity(System.Runtime.Serialization.SerializationInfo info) => throw null; protected ClaimsIdentity(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null; protected ClaimsIdentity(System.Security.Claims.ClaimsIdentity other) => throw null; + protected ClaimsIdentity(System.Security.Claims.ClaimsIdentity other, System.StringComparison stringComparison) => throw null; public ClaimsIdentity(System.Security.Principal.IIdentity identity) => throw null; public ClaimsIdentity(System.Security.Principal.IIdentity identity, System.Collections.Generic.IEnumerable claims) => throw null; public ClaimsIdentity(System.Security.Principal.IIdentity identity, System.Collections.Generic.IEnumerable claims, string authenticationType, string nameType, string roleType) => throw null; + public ClaimsIdentity(System.Security.Principal.IIdentity identity = default(System.Security.Principal.IIdentity), System.Collections.Generic.IEnumerable claims = default(System.Collections.Generic.IEnumerable), string authenticationType = default(string), string nameType = default(string), string roleType = default(string), System.StringComparison stringComparison = default(System.StringComparison)) => throw null; public ClaimsIdentity(string authenticationType) => throw null; public ClaimsIdentity(string authenticationType, string nameType, string roleType) => throw null; protected virtual byte[] CustomSerializationData { get => throw null; } 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 189a55c117a4..57f621b946e2 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Security.Cryptography, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace Microsoft { namespace Win32 @@ -49,6 +49,16 @@ public abstract class Aes : System.Security.Cryptography.SymmetricAlgorithm public static System.Security.Cryptography.Aes Create() => throw null; public static System.Security.Cryptography.Aes Create(string algorithmName) => throw null; protected Aes() => throw null; + public byte[] DecryptKeyWrapPadded(byte[] ciphertext) => throw null; + public byte[] DecryptKeyWrapPadded(System.ReadOnlySpan ciphertext) => throw null; + public int DecryptKeyWrapPadded(System.ReadOnlySpan ciphertext, System.Span destination) => throw null; + protected virtual int DecryptKeyWrapPaddedCore(System.ReadOnlySpan source, System.Span destination) => throw null; + public byte[] EncryptKeyWrapPadded(byte[] plaintext) => throw null; + public byte[] EncryptKeyWrapPadded(System.ReadOnlySpan plaintext) => throw null; + public void EncryptKeyWrapPadded(System.ReadOnlySpan plaintext, System.Span destination) => throw null; + protected virtual void EncryptKeyWrapPaddedCore(System.ReadOnlySpan source, System.Span destination) => throw null; + public static int GetKeyWrapPaddedLength(int plaintextLengthInBytes) => throw null; + public bool TryDecryptKeyWrapPadded(System.ReadOnlySpan ciphertext, System.Span destination, out int bytesWritten) => throw null; } public sealed class AesCcm : System.IDisposable { @@ -70,6 +80,7 @@ public sealed class AesCng : System.Security.Cryptography.Aes public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() => throw null; public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw null; public AesCng() => throw null; + public AesCng(System.Security.Cryptography.CngKey key) => throw null; public AesCng(string keyName) => throw null; public AesCng(string keyName, System.Security.Cryptography.CngProvider provider) => throw null; public AesCng(string keyName, System.Security.Cryptography.CngProvider provider, System.Security.Cryptography.CngKeyOpenOptions openOptions) => throw null; @@ -290,6 +301,8 @@ public sealed class CngAlgorithm : System.IEquatable throw null; public override int GetHashCode() => throw null; public static System.Security.Cryptography.CngAlgorithm MD5 { get => throw null; } + public static System.Security.Cryptography.CngAlgorithm MLDsa { get => throw null; } + public static System.Security.Cryptography.CngAlgorithm MLKem { get => throw null; } public static bool operator ==(System.Security.Cryptography.CngAlgorithm left, System.Security.Cryptography.CngAlgorithm right) => throw null; public static bool operator !=(System.Security.Cryptography.CngAlgorithm left, System.Security.Cryptography.CngAlgorithm right) => throw null; public static System.Security.Cryptography.CngAlgorithm Rsa { get => throw null; } @@ -297,6 +310,7 @@ public sealed class CngAlgorithm : System.IEquatable throw null; } public static System.Security.Cryptography.CngAlgorithm Sha384 { get => throw null; } public static System.Security.Cryptography.CngAlgorithm Sha512 { get => throw null; } + public static System.Security.Cryptography.CngAlgorithm SlhDsa { get => throw null; } public override string ToString() => throw null; } public sealed class CngAlgorithmGroup : System.IEquatable @@ -310,9 +324,12 @@ public sealed class CngAlgorithmGroup : System.IEquatable throw null; public bool Equals(System.Security.Cryptography.CngAlgorithmGroup other) => throw null; public override int GetHashCode() => throw null; + public static System.Security.Cryptography.CngAlgorithmGroup MLDsa { get => throw null; } + public static System.Security.Cryptography.CngAlgorithmGroup MLKem { get => throw null; } public static bool operator ==(System.Security.Cryptography.CngAlgorithmGroup left, System.Security.Cryptography.CngAlgorithmGroup right) => throw null; public static bool operator !=(System.Security.Cryptography.CngAlgorithmGroup left, System.Security.Cryptography.CngAlgorithmGroup right) => throw null; public static System.Security.Cryptography.CngAlgorithmGroup Rsa { get => throw null; } + public static System.Security.Cryptography.CngAlgorithmGroup SlhDsa { get => throw null; } public override string ToString() => throw null; } [System.Flags] @@ -372,10 +389,16 @@ public sealed class CngKeyBlobFormat : System.IEquatable throw null; } public static System.Security.Cryptography.CngKeyBlobFormat GenericPublicBlob { get => throw null; } public override int GetHashCode() => throw null; + public static System.Security.Cryptography.CngKeyBlobFormat MLKemPrivateBlob { get => throw null; } + public static System.Security.Cryptography.CngKeyBlobFormat MLKemPrivateSeedBlob { get => throw null; } + public static System.Security.Cryptography.CngKeyBlobFormat MLKemPublicBlob { get => throw null; } public static bool operator ==(System.Security.Cryptography.CngKeyBlobFormat left, System.Security.Cryptography.CngKeyBlobFormat right) => throw null; public static bool operator !=(System.Security.Cryptography.CngKeyBlobFormat left, System.Security.Cryptography.CngKeyBlobFormat right) => throw null; public static System.Security.Cryptography.CngKeyBlobFormat OpaqueTransportBlob { get => throw null; } public static System.Security.Cryptography.CngKeyBlobFormat Pkcs8PrivateBlob { get => throw null; } + public static System.Security.Cryptography.CngKeyBlobFormat PQDsaPrivateBlob { get => throw null; } + public static System.Security.Cryptography.CngKeyBlobFormat PQDsaPrivateSeedBlob { get => throw null; } + public static System.Security.Cryptography.CngKeyBlobFormat PQDsaPublicBlob { get => throw null; } public override string ToString() => throw null; } [System.Flags] @@ -479,6 +502,102 @@ public enum CngUIProtectionLevels ProtectKey = 1, ForceHighProtection = 2, } + public abstract class CompositeMLDsa : System.IDisposable + { + public System.Security.Cryptography.CompositeMLDsaAlgorithm Algorithm { get => throw null; } + protected CompositeMLDsa(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm) => throw null; + public void Dispose() => throw null; + protected virtual void Dispose(bool disposing) => throw null; + public byte[] ExportCompositeMLDsaPrivateKey() => throw null; + public int ExportCompositeMLDsaPrivateKey(System.Span destination) => throw null; + protected abstract int ExportCompositeMLDsaPrivateKeyCore(System.Span destination); + public byte[] ExportCompositeMLDsaPublicKey() => throw null; + public int ExportCompositeMLDsaPublicKey(System.Span destination) => throw null; + protected abstract int ExportCompositeMLDsaPublicKeyCore(System.Span destination); + public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(string password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportPkcs8PrivateKey() => throw null; + public string ExportPkcs8PrivateKeyPem() => throw null; + public byte[] ExportSubjectPublicKeyInfo() => throw null; + public string ExportSubjectPublicKeyInfoPem() => throw null; + public static System.Security.Cryptography.CompositeMLDsa GenerateKey(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportCompositeMLDsaPrivateKey(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm, byte[] source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportCompositeMLDsaPrivateKey(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportCompositeMLDsaPublicKey(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm, byte[] source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportCompositeMLDsaPublicKey(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportEncryptedPkcs8PrivateKey(string password, byte[] source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportFromEncryptedPem(System.ReadOnlySpan source, System.ReadOnlySpan passwordBytes) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportFromEncryptedPem(System.ReadOnlySpan source, System.ReadOnlySpan password) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportFromEncryptedPem(string source, byte[] passwordBytes) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportFromEncryptedPem(string source, string password) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportFromPem(System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportFromPem(string source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportPkcs8PrivateKey(byte[] source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportPkcs8PrivateKey(System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportSubjectPublicKeyInfo(byte[] source) => throw null; + public static System.Security.Cryptography.CompositeMLDsa ImportSubjectPublicKeyInfo(System.ReadOnlySpan source) => throw null; + public static bool IsAlgorithmSupported(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm) => throw null; + public static bool IsSupported { get => throw null; } + public byte[] SignData(byte[] data, byte[] context = default(byte[])) => throw null; + public int SignData(System.ReadOnlySpan data, System.Span destination, System.ReadOnlySpan context = default(System.ReadOnlySpan)) => throw null; + protected abstract int SignDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.Span destination); + public bool TryExportCompositeMLDsaPrivateKey(System.Span destination, out int bytesWritten) => throw null; + public bool TryExportCompositeMLDsaPublicKey(System.Span destination, out int bytesWritten) => throw null; + public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; + protected abstract bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten); + public bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; + public bool VerifyData(byte[] data, byte[] signature, byte[] context = default(byte[])) => throw null; + public bool VerifyData(System.ReadOnlySpan data, System.ReadOnlySpan signature, System.ReadOnlySpan context = default(System.ReadOnlySpan)) => throw null; + protected abstract bool VerifyDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.ReadOnlySpan signature); + } + public sealed class CompositeMLDsaAlgorithm : System.IEquatable + { + public override bool Equals(object obj) => throw null; + public bool Equals(System.Security.Cryptography.CompositeMLDsaAlgorithm other) => throw null; + public override int GetHashCode() => throw null; + public int MaxSignatureSizeInBytes { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa44WithECDsaP256 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa44WithEd25519 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa44WithRSA2048Pkcs15 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa44WithRSA2048Pss { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithECDsaBrainpoolP256r1 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithECDsaP256 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithECDsaP384 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithEd25519 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithRSA3072Pkcs15 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithRSA3072Pss { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithRSA4096Pkcs15 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithRSA4096Pss { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithECDsaBrainpoolP384r1 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithECDsaP384 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithECDsaP521 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithEd448 { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithRSA3072Pss { get => throw null; } + public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithRSA4096Pss { get => throw null; } + public string Name { get => throw null; } + public static bool operator ==(System.Security.Cryptography.CompositeMLDsaAlgorithm left, System.Security.Cryptography.CompositeMLDsaAlgorithm right) => throw null; + public static bool operator !=(System.Security.Cryptography.CompositeMLDsaAlgorithm left, System.Security.Cryptography.CompositeMLDsaAlgorithm right) => throw null; + public override string ToString() => throw null; + } + public sealed class CompositeMLDsaCng : System.Security.Cryptography.CompositeMLDsa + { + public CompositeMLDsaCng(System.Security.Cryptography.CngKey key) : base(default(System.Security.Cryptography.CompositeMLDsaAlgorithm)) => throw null; + protected override int ExportCompositeMLDsaPrivateKeyCore(System.Span destination) => throw null; + protected override int ExportCompositeMLDsaPublicKeyCore(System.Span destination) => throw null; + public System.Security.Cryptography.CngKey GetKey() => throw null; + protected override int SignDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.Span destination) => throw null; + protected override bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten) => throw null; + protected override bool VerifyDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.ReadOnlySpan signature) => throw null; + } public class CryptoConfig { public static void AddAlgorithm(System.Type algorithm, params string[] names) => throw null; @@ -1559,6 +1678,229 @@ public sealed class MD5CryptoServiceProvider : System.Security.Cryptography.MD5 public override void Initialize() => throw null; protected override bool TryHashFinal(System.Span destination, out int bytesWritten) => throw null; } + public abstract class MLDsa : System.IDisposable + { + public System.Security.Cryptography.MLDsaAlgorithm Algorithm { get => throw null; } + protected MLDsa(System.Security.Cryptography.MLDsaAlgorithm algorithm) => throw null; + public void Dispose() => throw null; + protected virtual void Dispose(bool disposing) => throw null; + public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(string password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportMLDsaPrivateKey() => throw null; + public void ExportMLDsaPrivateKey(System.Span destination) => throw null; + protected abstract void ExportMLDsaPrivateKeyCore(System.Span destination); + public byte[] ExportMLDsaPrivateSeed() => throw null; + public void ExportMLDsaPrivateSeed(System.Span destination) => throw null; + protected abstract void ExportMLDsaPrivateSeedCore(System.Span destination); + public byte[] ExportMLDsaPublicKey() => throw null; + public void ExportMLDsaPublicKey(System.Span destination) => throw null; + protected abstract void ExportMLDsaPublicKeyCore(System.Span destination); + public byte[] ExportPkcs8PrivateKey() => throw null; + public string ExportPkcs8PrivateKeyPem() => throw null; + public byte[] ExportSubjectPublicKeyInfo() => throw null; + public string ExportSubjectPublicKeyInfoPem() => throw null; + public static System.Security.Cryptography.MLDsa GenerateKey(System.Security.Cryptography.MLDsaAlgorithm algorithm) => throw null; + public static System.Security.Cryptography.MLDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLDsa ImportEncryptedPkcs8PrivateKey(string password, byte[] source) => throw null; + public static System.Security.Cryptography.MLDsa ImportFromEncryptedPem(System.ReadOnlySpan source, System.ReadOnlySpan passwordBytes) => throw null; + public static System.Security.Cryptography.MLDsa ImportFromEncryptedPem(System.ReadOnlySpan source, System.ReadOnlySpan password) => throw null; + public static System.Security.Cryptography.MLDsa ImportFromEncryptedPem(string source, byte[] passwordBytes) => throw null; + public static System.Security.Cryptography.MLDsa ImportFromEncryptedPem(string source, string password) => throw null; + public static System.Security.Cryptography.MLDsa ImportFromPem(System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLDsa ImportFromPem(string source) => throw null; + public static System.Security.Cryptography.MLDsa ImportMLDsaPrivateKey(System.Security.Cryptography.MLDsaAlgorithm algorithm, byte[] source) => throw null; + public static System.Security.Cryptography.MLDsa ImportMLDsaPrivateKey(System.Security.Cryptography.MLDsaAlgorithm algorithm, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLDsa ImportMLDsaPrivateSeed(System.Security.Cryptography.MLDsaAlgorithm algorithm, byte[] source) => throw null; + public static System.Security.Cryptography.MLDsa ImportMLDsaPrivateSeed(System.Security.Cryptography.MLDsaAlgorithm algorithm, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLDsa ImportMLDsaPublicKey(System.Security.Cryptography.MLDsaAlgorithm algorithm, byte[] source) => throw null; + public static System.Security.Cryptography.MLDsa ImportMLDsaPublicKey(System.Security.Cryptography.MLDsaAlgorithm algorithm, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLDsa ImportPkcs8PrivateKey(byte[] source) => throw null; + public static System.Security.Cryptography.MLDsa ImportPkcs8PrivateKey(System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLDsa ImportSubjectPublicKeyInfo(byte[] source) => throw null; + public static System.Security.Cryptography.MLDsa ImportSubjectPublicKeyInfo(System.ReadOnlySpan source) => throw null; + public static bool IsSupported { get => throw null; } + public byte[] SignData(byte[] data, byte[] context = default(byte[])) => throw null; + public void SignData(System.ReadOnlySpan data, System.Span destination, System.ReadOnlySpan context = default(System.ReadOnlySpan)) => throw null; + protected abstract void SignDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.Span destination); + public byte[] SignMu(byte[] externalMu) => throw null; + public byte[] SignMu(System.ReadOnlySpan externalMu) => throw null; + public void SignMu(System.ReadOnlySpan externalMu, System.Span destination) => throw null; + protected abstract void SignMuCore(System.ReadOnlySpan externalMu, System.Span destination); + public byte[] SignPreHash(byte[] hash, string hashAlgorithmOid, byte[] context = default(byte[])) => throw null; + public void SignPreHash(System.ReadOnlySpan hash, System.Span destination, string hashAlgorithmOid, System.ReadOnlySpan context = default(System.ReadOnlySpan)) => throw null; + protected abstract void SignPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.Span destination); + public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; + protected abstract bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten); + public bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; + public bool VerifyData(byte[] data, byte[] signature, byte[] context = default(byte[])) => throw null; + public bool VerifyData(System.ReadOnlySpan data, System.ReadOnlySpan signature, System.ReadOnlySpan context = default(System.ReadOnlySpan)) => throw null; + protected abstract bool VerifyDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.ReadOnlySpan signature); + public bool VerifyMu(byte[] externalMu, byte[] signature) => throw null; + public bool VerifyMu(System.ReadOnlySpan externalMu, System.ReadOnlySpan signature) => throw null; + protected abstract bool VerifyMuCore(System.ReadOnlySpan externalMu, System.ReadOnlySpan signature); + public bool VerifyPreHash(byte[] hash, byte[] signature, string hashAlgorithmOid, byte[] context = default(byte[])) => throw null; + public bool VerifyPreHash(System.ReadOnlySpan hash, System.ReadOnlySpan signature, string hashAlgorithmOid, System.ReadOnlySpan context = default(System.ReadOnlySpan)) => throw null; + protected abstract bool VerifyPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.ReadOnlySpan signature); + } + public sealed class MLDsaAlgorithm : System.IEquatable + { + public override bool Equals(object obj) => throw null; + public bool Equals(System.Security.Cryptography.MLDsaAlgorithm other) => throw null; + public override int GetHashCode() => throw null; + public static System.Security.Cryptography.MLDsaAlgorithm MLDsa44 { get => throw null; } + public static System.Security.Cryptography.MLDsaAlgorithm MLDsa65 { get => throw null; } + public static System.Security.Cryptography.MLDsaAlgorithm MLDsa87 { get => throw null; } + public int MuSizeInBytes { get => throw null; } + public string Name { get => throw null; } + public static bool operator ==(System.Security.Cryptography.MLDsaAlgorithm left, System.Security.Cryptography.MLDsaAlgorithm right) => throw null; + public static bool operator !=(System.Security.Cryptography.MLDsaAlgorithm left, System.Security.Cryptography.MLDsaAlgorithm right) => throw null; + public int PrivateKeySizeInBytes { get => throw null; } + public int PrivateSeedSizeInBytes { get => throw null; } + public int PublicKeySizeInBytes { get => throw null; } + public int SignatureSizeInBytes { get => throw null; } + public override string ToString() => throw null; + } + public sealed class MLDsaCng : System.Security.Cryptography.MLDsa + { + public MLDsaCng(System.Security.Cryptography.CngKey key) : base(default(System.Security.Cryptography.MLDsaAlgorithm)) => throw null; + protected override void Dispose(bool disposing) => throw null; + protected override void ExportMLDsaPrivateKeyCore(System.Span destination) => throw null; + protected override void ExportMLDsaPrivateSeedCore(System.Span destination) => throw null; + protected override void ExportMLDsaPublicKeyCore(System.Span destination) => throw null; + public System.Security.Cryptography.CngKey GetKey() => throw null; + protected override void SignDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.Span destination) => throw null; + protected override void SignMuCore(System.ReadOnlySpan externalMu, System.Span destination) => throw null; + protected override void SignPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.Span destination) => throw null; + protected override bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten) => throw null; + protected override bool VerifyDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.ReadOnlySpan signature) => throw null; + protected override bool VerifyMuCore(System.ReadOnlySpan externalMu, System.ReadOnlySpan signature) => throw null; + protected override bool VerifyPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.ReadOnlySpan signature) => throw null; + } + public sealed class MLDsaOpenSsl : System.Security.Cryptography.MLDsa + { + public MLDsaOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) : base(default(System.Security.Cryptography.MLDsaAlgorithm)) => throw null; + protected override void Dispose(bool disposing) => throw null; + public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() => throw null; + protected override void ExportMLDsaPrivateKeyCore(System.Span destination) => throw null; + protected override void ExportMLDsaPrivateSeedCore(System.Span destination) => throw null; + protected override void ExportMLDsaPublicKeyCore(System.Span destination) => throw null; + protected override void SignDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.Span destination) => throw null; + protected override void SignMuCore(System.ReadOnlySpan externalMu, System.Span destination) => throw null; + protected override void SignPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.Span destination) => throw null; + protected override bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten) => throw null; + protected override bool VerifyDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.ReadOnlySpan signature) => throw null; + protected override bool VerifyMuCore(System.ReadOnlySpan externalMu, System.ReadOnlySpan signature) => throw null; + protected override bool VerifyPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.ReadOnlySpan signature) => throw null; + } + public abstract class MLKem : System.IDisposable + { + public System.Security.Cryptography.MLKemAlgorithm Algorithm { get => throw null; } + protected MLKem(System.Security.Cryptography.MLKemAlgorithm algorithm) => throw null; + public byte[] Decapsulate(byte[] ciphertext) => throw null; + public void Decapsulate(System.ReadOnlySpan ciphertext, System.Span sharedSecret) => throw null; + protected abstract void DecapsulateCore(System.ReadOnlySpan ciphertext, System.Span sharedSecret); + public void Dispose() => throw null; + protected virtual void Dispose(bool disposing) => throw null; + public void Encapsulate(out byte[] ciphertext, out byte[] sharedSecret) => throw null; + public void Encapsulate(System.Span ciphertext, System.Span sharedSecret) => throw null; + protected abstract void EncapsulateCore(System.Span ciphertext, System.Span sharedSecret); + public byte[] ExportDecapsulationKey() => throw null; + public void ExportDecapsulationKey(System.Span destination) => throw null; + protected abstract void ExportDecapsulationKeyCore(System.Span destination); + public byte[] ExportEncapsulationKey() => throw null; + public void ExportEncapsulationKey(System.Span destination) => throw null; + protected abstract void ExportEncapsulationKeyCore(System.Span destination); + public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(string password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportPkcs8PrivateKey() => throw null; + public string ExportPkcs8PrivateKeyPem() => throw null; + public byte[] ExportPrivateSeed() => throw null; + public void ExportPrivateSeed(System.Span destination) => throw null; + protected abstract void ExportPrivateSeedCore(System.Span destination); + public byte[] ExportSubjectPublicKeyInfo() => throw null; + public string ExportSubjectPublicKeyInfoPem() => throw null; + public static System.Security.Cryptography.MLKem GenerateKey(System.Security.Cryptography.MLKemAlgorithm algorithm) => throw null; + public static System.Security.Cryptography.MLKem ImportDecapsulationKey(System.Security.Cryptography.MLKemAlgorithm algorithm, byte[] source) => throw null; + public static System.Security.Cryptography.MLKem ImportDecapsulationKey(System.Security.Cryptography.MLKemAlgorithm algorithm, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLKem ImportEncapsulationKey(System.Security.Cryptography.MLKemAlgorithm algorithm, byte[] source) => throw null; + public static System.Security.Cryptography.MLKem ImportEncapsulationKey(System.Security.Cryptography.MLKemAlgorithm algorithm, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLKem ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLKem ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLKem ImportEncryptedPkcs8PrivateKey(string password, byte[] source) => throw null; + public static System.Security.Cryptography.MLKem ImportFromEncryptedPem(System.ReadOnlySpan source, System.ReadOnlySpan passwordBytes) => throw null; + public static System.Security.Cryptography.MLKem ImportFromEncryptedPem(System.ReadOnlySpan source, System.ReadOnlySpan password) => throw null; + public static System.Security.Cryptography.MLKem ImportFromEncryptedPem(string source, byte[] passwordBytes) => throw null; + public static System.Security.Cryptography.MLKem ImportFromEncryptedPem(string source, string password) => throw null; + public static System.Security.Cryptography.MLKem ImportFromPem(System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLKem ImportFromPem(string source) => throw null; + public static System.Security.Cryptography.MLKem ImportPkcs8PrivateKey(byte[] source) => throw null; + public static System.Security.Cryptography.MLKem ImportPkcs8PrivateKey(System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLKem ImportPrivateSeed(System.Security.Cryptography.MLKemAlgorithm algorithm, byte[] source) => throw null; + public static System.Security.Cryptography.MLKem ImportPrivateSeed(System.Security.Cryptography.MLKemAlgorithm algorithm, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.MLKem ImportSubjectPublicKeyInfo(byte[] source) => throw null; + public static System.Security.Cryptography.MLKem ImportSubjectPublicKeyInfo(System.ReadOnlySpan source) => throw null; + public static bool IsSupported { get => throw null; } + public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; + protected abstract bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten); + public bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; + } + public sealed class MLKemAlgorithm : System.IEquatable + { + public int CiphertextSizeInBytes { get => throw null; } + public int DecapsulationKeySizeInBytes { get => throw null; } + public int EncapsulationKeySizeInBytes { get => throw null; } + public override bool Equals(object obj) => throw null; + public bool Equals(System.Security.Cryptography.MLKemAlgorithm other) => throw null; + public override int GetHashCode() => throw null; + public static System.Security.Cryptography.MLKemAlgorithm MLKem1024 { get => throw null; } + public static System.Security.Cryptography.MLKemAlgorithm MLKem512 { get => throw null; } + public static System.Security.Cryptography.MLKemAlgorithm MLKem768 { get => throw null; } + public string Name { get => throw null; } + public static bool operator ==(System.Security.Cryptography.MLKemAlgorithm left, System.Security.Cryptography.MLKemAlgorithm right) => throw null; + public static bool operator !=(System.Security.Cryptography.MLKemAlgorithm left, System.Security.Cryptography.MLKemAlgorithm right) => throw null; + public int PrivateSeedSizeInBytes { get => throw null; } + public int SharedSecretSizeInBytes { get => throw null; } + public override string ToString() => throw null; + } + public sealed class MLKemCng : System.Security.Cryptography.MLKem + { + public MLKemCng(System.Security.Cryptography.CngKey key) : base(default(System.Security.Cryptography.MLKemAlgorithm)) => throw null; + protected override void DecapsulateCore(System.ReadOnlySpan ciphertext, System.Span sharedSecret) => throw null; + protected override void Dispose(bool disposing) => throw null; + protected override void EncapsulateCore(System.Span ciphertext, System.Span sharedSecret) => throw null; + protected override void ExportDecapsulationKeyCore(System.Span destination) => throw null; + protected override void ExportEncapsulationKeyCore(System.Span destination) => throw null; + protected override void ExportPrivateSeedCore(System.Span destination) => throw null; + public System.Security.Cryptography.CngKey GetKey() => throw null; + protected override bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten) => throw null; + } + public sealed class MLKemOpenSsl : System.Security.Cryptography.MLKem + { + public MLKemOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) : base(default(System.Security.Cryptography.MLKemAlgorithm)) => throw null; + protected override void DecapsulateCore(System.ReadOnlySpan ciphertext, System.Span sharedSecret) => throw null; + protected override void Dispose(bool disposing) => throw null; + public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() => throw null; + protected override void EncapsulateCore(System.Span ciphertext, System.Span sharedSecret) => throw null; + protected override void ExportDecapsulationKeyCore(System.Span destination) => throw null; + protected override void ExportEncapsulationKeyCore(System.Span destination) => throw null; + protected override void ExportPrivateSeedCore(System.Span destination) => throw null; + protected override bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten) => throw null; + } public sealed class Oid { public Oid() => throw null; @@ -1649,11 +1991,15 @@ public sealed class PbeParameters public static class PemEncoding { public static System.Security.Cryptography.PemFields Find(System.ReadOnlySpan pemData) => throw null; + public static System.Security.Cryptography.PemFields FindUtf8(System.ReadOnlySpan pemData) => throw null; public static int GetEncodedSize(int labelLength, int dataLength) => throw null; public static bool TryFind(System.ReadOnlySpan pemData, out System.Security.Cryptography.PemFields fields) => throw null; + public static bool TryFindUtf8(System.ReadOnlySpan pemData, out System.Security.Cryptography.PemFields fields) => throw null; public static bool TryWrite(System.ReadOnlySpan label, System.ReadOnlySpan data, System.Span destination, out int charsWritten) => throw null; + public static bool TryWriteUtf8(System.ReadOnlySpan utf8Label, System.ReadOnlySpan data, System.Span destination, out int bytesWritten) => throw null; public static char[] Write(System.ReadOnlySpan label, System.ReadOnlySpan data) => throw null; public static string WriteString(System.ReadOnlySpan label, System.ReadOnlySpan data) => throw null; + public static byte[] WriteUtf8(System.ReadOnlySpan utf8Label, System.ReadOnlySpan data) => throw null; } public struct PemFields { @@ -2280,6 +2626,116 @@ public class SignatureDescription public string FormatterAlgorithm { get => throw null; set { } } public string KeyAlgorithm { get => throw null; set { } } } + public abstract class SlhDsa : System.IDisposable + { + public System.Security.Cryptography.SlhDsaAlgorithm Algorithm { get => throw null; } + protected SlhDsa(System.Security.Cryptography.SlhDsaAlgorithm algorithm) => throw null; + public void Dispose() => throw null; + protected virtual void Dispose(bool disposing) => throw null; + public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public string ExportEncryptedPkcs8PrivateKeyPem(string password, System.Security.Cryptography.PbeParameters pbeParameters) => throw null; + public byte[] ExportPkcs8PrivateKey() => throw null; + public string ExportPkcs8PrivateKeyPem() => throw null; + public byte[] ExportSlhDsaPrivateKey() => throw null; + public void ExportSlhDsaPrivateKey(System.Span destination) => throw null; + protected abstract void ExportSlhDsaPrivateKeyCore(System.Span destination); + public byte[] ExportSlhDsaPublicKey() => throw null; + public void ExportSlhDsaPublicKey(System.Span destination) => throw null; + protected abstract void ExportSlhDsaPublicKeyCore(System.Span destination); + public byte[] ExportSubjectPublicKeyInfo() => throw null; + public string ExportSubjectPublicKeyInfoPem() => throw null; + public static System.Security.Cryptography.SlhDsa GenerateKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm) => throw null; + public static System.Security.Cryptography.SlhDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportEncryptedPkcs8PrivateKey(string password, byte[] source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportFromEncryptedPem(System.ReadOnlySpan source, System.ReadOnlySpan passwordBytes) => throw null; + public static System.Security.Cryptography.SlhDsa ImportFromEncryptedPem(System.ReadOnlySpan source, System.ReadOnlySpan password) => throw null; + public static System.Security.Cryptography.SlhDsa ImportFromEncryptedPem(string source, byte[] passwordBytes) => throw null; + public static System.Security.Cryptography.SlhDsa ImportFromEncryptedPem(string source, string password) => throw null; + public static System.Security.Cryptography.SlhDsa ImportFromPem(System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportFromPem(string source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportPkcs8PrivateKey(byte[] source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportPkcs8PrivateKey(System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportSlhDsaPrivateKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, byte[] source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportSlhDsaPrivateKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportSlhDsaPublicKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, byte[] source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportSlhDsaPublicKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, System.ReadOnlySpan source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportSubjectPublicKeyInfo(byte[] source) => throw null; + public static System.Security.Cryptography.SlhDsa ImportSubjectPublicKeyInfo(System.ReadOnlySpan source) => throw null; + public static bool IsSupported { get => throw null; } + public byte[] SignData(byte[] data, byte[] context = default(byte[])) => throw null; + public void SignData(System.ReadOnlySpan data, System.Span destination, System.ReadOnlySpan context = default(System.ReadOnlySpan)) => throw null; + protected abstract void SignDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.Span destination); + public byte[] SignPreHash(byte[] hash, string hashAlgorithmOid, byte[] context = default(byte[])) => throw null; + public void SignPreHash(System.ReadOnlySpan hash, System.Span destination, string hashAlgorithmOid, System.ReadOnlySpan context = default(System.ReadOnlySpan)) => throw null; + protected abstract void SignPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.Span destination); + public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span destination, out int bytesWritten) => throw null; + public bool TryExportPkcs8PrivateKey(System.Span destination, out int bytesWritten) => throw null; + protected virtual bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten) => throw null; + public bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; + public bool VerifyData(byte[] data, byte[] signature, byte[] context = default(byte[])) => throw null; + public bool VerifyData(System.ReadOnlySpan data, System.ReadOnlySpan signature, System.ReadOnlySpan context = default(System.ReadOnlySpan)) => throw null; + protected abstract bool VerifyDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.ReadOnlySpan signature); + public bool VerifyPreHash(byte[] hash, byte[] signature, string hashAlgorithmOid, byte[] context = default(byte[])) => throw null; + public bool VerifyPreHash(System.ReadOnlySpan hash, System.ReadOnlySpan signature, string hashAlgorithmOid, System.ReadOnlySpan context = default(System.ReadOnlySpan)) => throw null; + protected abstract bool VerifyPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.ReadOnlySpan signature); + } + public sealed class SlhDsaAlgorithm : System.IEquatable + { + public override bool Equals(object obj) => throw null; + public bool Equals(System.Security.Cryptography.SlhDsaAlgorithm other) => throw null; + public override int GetHashCode() => throw null; + public string Name { get => throw null; } + public static bool operator ==(System.Security.Cryptography.SlhDsaAlgorithm left, System.Security.Cryptography.SlhDsaAlgorithm right) => throw null; + public static bool operator !=(System.Security.Cryptography.SlhDsaAlgorithm left, System.Security.Cryptography.SlhDsaAlgorithm right) => throw null; + public int PrivateKeySizeInBytes { get => throw null; } + public int PublicKeySizeInBytes { get => throw null; } + public int SignatureSizeInBytes { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_128f { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_128s { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_192f { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_192s { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_256f { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_256s { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake128f { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake128s { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake192f { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake192s { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake256f { get => throw null; } + public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake256s { get => throw null; } + public override string ToString() => throw null; + } + public sealed class SlhDsaCng : System.Security.Cryptography.SlhDsa + { + public SlhDsaCng(System.Security.Cryptography.CngKey key) : base(default(System.Security.Cryptography.SlhDsaAlgorithm)) => throw null; + protected override void ExportSlhDsaPrivateKeyCore(System.Span destination) => throw null; + protected override void ExportSlhDsaPublicKeyCore(System.Span destination) => throw null; + public System.Security.Cryptography.CngKey GetKey() => throw null; + protected override void SignDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.Span destination) => throw null; + protected override void SignPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.Span destination) => throw null; + protected override bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten) => throw null; + protected override bool VerifyDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.ReadOnlySpan signature) => throw null; + protected override bool VerifyPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.ReadOnlySpan signature) => throw null; + } + public sealed class SlhDsaOpenSsl : System.Security.Cryptography.SlhDsa + { + public SlhDsaOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) : base(default(System.Security.Cryptography.SlhDsaAlgorithm)) => throw null; + protected override void Dispose(bool disposing) => throw null; + public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() => throw null; + protected override void ExportSlhDsaPrivateKeyCore(System.Span destination) => throw null; + protected override void ExportSlhDsaPublicKeyCore(System.Span destination) => throw null; + protected override void SignDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.Span destination) => throw null; + protected override void SignPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.Span destination) => throw null; + protected override bool TryExportPkcs8PrivateKeyCore(System.Span destination, out int bytesWritten) => throw null; + protected override bool VerifyDataCore(System.ReadOnlySpan data, System.ReadOnlySpan context, System.ReadOnlySpan signature) => throw null; + protected override bool VerifyPreHashCore(System.ReadOnlySpan hash, System.ReadOnlySpan context, string hashAlgorithmOid, System.ReadOnlySpan signature) => throw null; + } public sealed class SP800108HmacCounterKdf : System.IDisposable { public SP800108HmacCounterKdf(byte[] key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; @@ -2351,6 +2807,8 @@ public abstract class SymmetricAlgorithm : System.IDisposable protected System.Security.Cryptography.CipherMode ModeValue; public virtual System.Security.Cryptography.PaddingMode Padding { get => throw null; set { } } protected System.Security.Cryptography.PaddingMode PaddingValue; + public void SetKey(System.ReadOnlySpan key) => throw null; + protected virtual void SetKeyCore(System.ReadOnlySpan key) => throw null; public bool TryDecryptCbc(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, out int bytesWritten, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode)) => throw null; protected virtual bool TryDecryptCbcCore(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) => throw null; public bool TryDecryptCfb(System.ReadOnlySpan ciphertext, System.ReadOnlySpan iv, System.Span destination, out int bytesWritten, System.Security.Cryptography.PaddingMode paddingMode = default(System.Security.Cryptography.PaddingMode), int feedbackSizeInBits = default(int)) => throw null; @@ -2442,12 +2900,18 @@ public sealed class CertificateRequest public byte[] CreateSigningRequest(System.Security.Cryptography.X509Certificates.X509SignatureGenerator signatureGenerator) => throw null; public string CreateSigningRequestPem() => throw null; public string CreateSigningRequestPem(System.Security.Cryptography.X509Certificates.X509SignatureGenerator signatureGenerator) => throw null; + public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.CompositeMLDsa key) => throw null; public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.ECDsa key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; + public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.MLDsa key) => throw null; public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.RSA key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; + public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.SlhDsa key) => throw null; public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.X509Certificates.PublicKey publicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.X509Certificates.PublicKey publicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding rsaSignaturePadding = default(System.Security.Cryptography.RSASignaturePadding)) => throw null; + public CertificateRequest(string subjectName, System.Security.Cryptography.CompositeMLDsa key) => throw null; public CertificateRequest(string subjectName, System.Security.Cryptography.ECDsa key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; + public CertificateRequest(string subjectName, System.Security.Cryptography.MLDsa key) => throw null; public CertificateRequest(string subjectName, System.Security.Cryptography.RSA key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) => throw null; + public CertificateRequest(string subjectName, System.Security.Cryptography.SlhDsa key) => throw null; public System.Security.Cryptography.HashAlgorithmName HashAlgorithm { get => throw null; } public static System.Security.Cryptography.X509Certificates.CertificateRequest LoadSigningRequest(byte[] pkcs10, System.Security.Cryptography.HashAlgorithmName signerHashAlgorithm, System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions options = default(System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions), System.Security.Cryptography.RSASignaturePadding signerSignaturePadding = default(System.Security.Cryptography.RSASignaturePadding)) => throw null; public static System.Security.Cryptography.X509Certificates.CertificateRequest LoadSigningRequest(System.ReadOnlySpan pkcs10, System.Security.Cryptography.HashAlgorithmName signerHashAlgorithm, out int bytesConsumed, System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions options = default(System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions), System.Security.Cryptography.RSASignaturePadding signerSignaturePadding = default(System.Security.Cryptography.RSASignaturePadding)) => throw null; @@ -2501,8 +2965,15 @@ public enum OpenFlags OpenExistingOnly = 4, IncludeArchived = 8, } + public enum Pkcs12ExportPbeParameters + { + Default = 0, + Pkcs12TripleDesSha1 = 1, + Pbes2Aes256Sha256 = 2, + } public sealed class Pkcs12LoaderLimits { + public bool AllowDuplicateAttributes { get => throw null; set { } } 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; } @@ -2529,14 +3000,22 @@ public sealed class PublicKey { public static System.Security.Cryptography.X509Certificates.PublicKey CreateFromSubjectPublicKeyInfo(System.ReadOnlySpan source, out int bytesRead) => throw null; public PublicKey(System.Security.Cryptography.AsymmetricAlgorithm key) => throw null; + public PublicKey(System.Security.Cryptography.CompositeMLDsa key) => throw null; + public PublicKey(System.Security.Cryptography.MLDsa key) => throw null; + public PublicKey(System.Security.Cryptography.MLKem key) => throw null; public PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue) => throw null; + public PublicKey(System.Security.Cryptography.SlhDsa key) => throw null; public System.Security.Cryptography.AsnEncodedData EncodedKeyValue { get => throw null; } public System.Security.Cryptography.AsnEncodedData EncodedParameters { get => throw null; } public byte[] ExportSubjectPublicKeyInfo() => throw null; + public System.Security.Cryptography.CompositeMLDsa GetCompositeMLDsaPublicKey() => throw null; public System.Security.Cryptography.DSA GetDSAPublicKey() => throw null; public System.Security.Cryptography.ECDiffieHellman GetECDiffieHellmanPublicKey() => throw null; public System.Security.Cryptography.ECDsa GetECDsaPublicKey() => throw null; + public System.Security.Cryptography.MLDsa GetMLDsaPublicKey() => throw null; + public System.Security.Cryptography.MLKem GetMLKemPublicKey() => throw null; public System.Security.Cryptography.RSA GetRSAPublicKey() => throw null; + public System.Security.Cryptography.SlhDsa GetSlhDsaPublicKey() => throw null; public System.Security.Cryptography.AsymmetricAlgorithm Key { get => throw null; } public System.Security.Cryptography.Oid Oid { get => throw null; } public bool TryExportSubjectPublicKeyInfo(System.Span destination, out int bytesWritten) => throw null; @@ -2690,6 +3169,8 @@ public class X509Certificate : System.Runtime.Serialization.IDeserializationCall public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) => throw null; public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, System.Security.SecureString password) => throw null; public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) => throw null; + public byte[] ExportPkcs12(System.Security.Cryptography.PbeParameters exportParameters, string password) => throw null; + public byte[] ExportPkcs12(System.Security.Cryptography.X509Certificates.Pkcs12ExportPbeParameters exportParameters, string password) => throw null; protected static string FormatDate(System.DateTime date) => throw null; public virtual byte[] GetCertHash() => throw null; public virtual byte[] GetCertHash(System.Security.Cryptography.HashAlgorithmName hashAlgorithm) => throw null; @@ -2730,7 +3211,11 @@ public class X509Certificate : System.Runtime.Serialization.IDeserializationCall public class X509Certificate2 : System.Security.Cryptography.X509Certificates.X509Certificate { public bool Archived { get => throw null; set { } } + public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.CompositeMLDsa privateKey) => throw null; public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.ECDiffieHellman privateKey) => throw null; + public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.MLDsa privateKey) => throw null; + public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.MLKem privateKey) => throw null; + public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.SlhDsa privateKey) => throw null; public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromEncryptedPem(System.ReadOnlySpan certPem, System.ReadOnlySpan keyPem, System.ReadOnlySpan password) => throw null; public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromEncryptedPemFile(string certPemFilePath, System.ReadOnlySpan password, string keyPemFilePath = default(string)) => throw null; public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromPem(System.ReadOnlySpan certPem) => throw null; @@ -2759,9 +3244,17 @@ public class X509Certificate2 : System.Security.Cryptography.X509Certificates.X5 public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(byte[] rawData) => throw null; public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(System.ReadOnlySpan rawData) => throw null; public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(string fileName) => throw null; + public System.Security.Cryptography.CompositeMLDsa GetCompositeMLDsaPrivateKey() => throw null; + public System.Security.Cryptography.CompositeMLDsa GetCompositeMLDsaPublicKey() => throw null; public System.Security.Cryptography.ECDiffieHellman GetECDiffieHellmanPrivateKey() => throw null; public System.Security.Cryptography.ECDiffieHellman GetECDiffieHellmanPublicKey() => throw null; + public System.Security.Cryptography.MLDsa GetMLDsaPrivateKey() => throw null; + public System.Security.Cryptography.MLDsa GetMLDsaPublicKey() => throw null; + public System.Security.Cryptography.MLKem GetMLKemPrivateKey() => throw null; + public System.Security.Cryptography.MLKem GetMLKemPublicKey() => throw null; public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) => throw null; + public System.Security.Cryptography.SlhDsa GetSlhDsaPrivateKey() => throw null; + public System.Security.Cryptography.SlhDsa GetSlhDsaPublicKey() => throw null; public bool HasPrivateKey { get => throw null; } public override void Import(byte[] rawData) => throw null; public override void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) => throw null; @@ -2801,8 +3294,13 @@ public class X509Certificate2Collection : System.Security.Cryptography.X509Certi public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) => throw null; public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) => throw null; public string ExportCertificatePems() => throw null; + public byte[] ExportPkcs12(System.Security.Cryptography.PbeParameters exportParameters, string password) => throw null; + public byte[] ExportPkcs12(System.Security.Cryptography.X509Certificates.Pkcs12ExportPbeParameters exportParameters, string password) => throw null; public string ExportPkcs7Pem() => throw null; public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly) => throw null; + public System.Security.Cryptography.X509Certificates.X509Certificate2Collection FindByThumbprint(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan thumbprintBytes) => throw null; + public System.Security.Cryptography.X509Certificates.X509Certificate2Collection FindByThumbprint(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan thumbprintHex) => throw null; + public System.Security.Cryptography.X509Certificates.X509Certificate2Collection FindByThumbprint(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, string thumbprintHex) => throw null; public System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator() => throw null; System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; public void Import(byte[] rawData) => throw null; @@ -3124,8 +3622,11 @@ public enum X509RevocationReason public abstract class X509SignatureGenerator { protected abstract System.Security.Cryptography.X509Certificates.PublicKey BuildPublicKey(); + public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForCompositeMLDsa(System.Security.Cryptography.CompositeMLDsa key) => throw null; public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForECDsa(System.Security.Cryptography.ECDsa key) => throw null; + public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForMLDsa(System.Security.Cryptography.MLDsa key) => throw null; public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForRSA(System.Security.Cryptography.RSA key, System.Security.Cryptography.RSASignaturePadding signaturePadding) => throw null; + public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForSlhDsa(System.Security.Cryptography.SlhDsa key) => throw null; protected X509SignatureGenerator() => throw null; public abstract byte[] GetSignatureAlgorithmIdentifier(System.Security.Cryptography.HashAlgorithmName hashAlgorithm); public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get => throw null; } 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 72380b6cb298..4b1811f3c15a 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Security.Principal.Windows, Version=10.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 65e6447ce731..dde176550256 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Text.Encoding.CodePages, Version=10.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 d6eee432e741..4aeacab7c31b 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Text.Encoding.Extensions, Version=10.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 53ac690b0d4a..35690ef68726 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Text.Encodings.Web, Version=10.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 4a766980aa85..e27ecf0ebbb4 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,5 +1,5 @@ // This file contains auto-generated code. -// Generated from `System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Text.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Runtime @@ -8,6 +8,7 @@ namespace InteropServices { public static class JsonMarshal { + public static System.ReadOnlySpan GetRawUtf8PropertyName(System.Text.Json.JsonProperty property) => throw null; public static System.ReadOnlySpan GetRawUtf8Value(System.Text.Json.JsonElement element) => throw null; } } @@ -38,6 +39,7 @@ public sealed class JsonDocument : System.IDisposable } public struct JsonDocumentOptions { + public bool AllowDuplicateProperties { 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 { } } @@ -93,6 +95,9 @@ public struct ObjectEnumerator : System.IDisposable, System.Collections.Generic. public bool MoveNext() => throw null; public void Reset() => throw null; } + public static System.Text.Json.JsonElement Parse(System.ReadOnlySpan utf8Json, System.Text.Json.JsonDocumentOptions options = default(System.Text.Json.JsonDocumentOptions)) => throw null; + public static System.Text.Json.JsonElement Parse(System.ReadOnlySpan json, System.Text.Json.JsonDocumentOptions options = default(System.Text.Json.JsonDocumentOptions)) => throw null; + public static System.Text.Json.JsonElement Parse(string json, System.Text.Json.JsonDocumentOptions options = default(System.Text.Json.JsonDocumentOptions)) => throw null; public static System.Text.Json.JsonElement ParseValue(ref System.Text.Json.Utf8JsonReader reader) => throw null; public System.Text.Json.JsonElement this[int index] { get => throw null; } public override string ToString() => throw null; @@ -221,11 +226,20 @@ public static class JsonSerializer public static TValue Deserialize(this System.Text.Json.Nodes.JsonNode node, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; public static TValue Deserialize(ref System.Text.Json.Utf8JsonReader reader, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; public static TValue Deserialize(ref System.Text.Json.Utf8JsonReader reader, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo) => throw null; + public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Pipelines.PipeReader utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; + public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Pipelines.PipeReader utf8Json, System.Type returnType, 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.Pipelines.PipeReader 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.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.ValueTask DeserializeAsync(System.IO.Stream utf8Json, System.Type returnType, 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.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.Pipelines.PipeReader 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.Pipelines.PipeReader utf8Json, System.Text.Json.Serialization.Metadata.JsonTypeInfo jsonTypeInfo, 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.Pipelines.PipeReader 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.Pipelines.PipeReader 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.Pipelines.PipeReader 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.Pipelines.PipeReader 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; @@ -281,10 +295,12 @@ public enum JsonSerializerDefaults { General = 0, Web = 1, + Strict = 2, } public sealed class JsonSerializerOptions { public void AddContext() where TContext : System.Text.Json.Serialization.JsonSerializerContext, new() => throw null; + public bool AllowDuplicateProperties { get => throw null; set { } } public bool AllowOutOfOrderMetadataProperties { get => throw null; set { } } public bool AllowTrailingCommas { get => throw null; set { } } public System.Collections.Generic.IList Converters { get => throw null; } @@ -317,6 +333,7 @@ public sealed class JsonSerializerOptions 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 static System.Text.Json.JsonSerializerOptions Strict { get => throw null; } 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; } @@ -384,7 +401,9 @@ public sealed class JsonArray : System.Text.Json.Nodes.JsonNode, System.Collecti public void Insert(int index, System.Text.Json.Nodes.JsonNode item) => throw null; bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } public bool Remove(System.Text.Json.Nodes.JsonNode item) => throw null; + public int RemoveAll(System.Func match) => throw null; public void RemoveAt(int index) => throw null; + public void RemoveRange(int index, int count) => throw null; public override void WriteTo(System.Text.Json.Utf8JsonWriter writer, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; } public abstract class JsonNode @@ -512,7 +531,10 @@ public sealed class JsonObject : System.Text.Json.Nodes.JsonNode, System.Collect 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 TryAdd(string propertyName, System.Text.Json.Nodes.JsonNode value) => throw null; + public bool TryAdd(string propertyName, System.Text.Json.Nodes.JsonNode value, out int index) => throw null; public bool TryGetPropertyValue(string propertyName, out System.Text.Json.Nodes.JsonNode jsonNode) => throw null; + public bool TryGetPropertyValue(string propertyName, out System.Text.Json.Nodes.JsonNode jsonNode, out int index) => 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; } public override void WriteTo(System.Text.Json.Utf8JsonWriter writer, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null; @@ -664,6 +686,8 @@ public enum JsonIgnoreCondition Always = 1, WhenWritingDefault = 2, WhenWritingNull = 3, + WhenWriting = 4, + WhenReading = 5, } [System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)] public sealed class JsonIncludeAttribute : System.Text.Json.Serialization.JsonAttribute @@ -679,6 +703,12 @@ public enum JsonKnownNamingPolicy KebabCaseLower = 4, KebabCaseUpper = 5, } + public enum JsonKnownReferenceHandler + { + Unspecified = 0, + Preserve = 1, + IgnoreCycles = 2, + } public sealed class JsonNumberEnumConverter : System.Text.Json.Serialization.JsonConverterFactory where TEnum : System.Enum { public override bool CanConvert(System.Type typeToConvert) => throw null; @@ -760,6 +790,7 @@ public enum JsonSourceGenerationMode [System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)] public sealed class JsonSourceGenerationOptionsAttribute : System.Text.Json.Serialization.JsonAttribute { + public bool AllowDuplicateProperties { get => throw null; set { } } public bool AllowOutOfOrderMetadataProperties { get => throw null; set { } } public bool AllowTrailingCommas { get => throw null; set { } } public System.Type[] Converters { get => throw null; set { } } @@ -781,6 +812,7 @@ public sealed class JsonSourceGenerationOptionsAttribute : System.Text.Json.Seri 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 System.Text.Json.Serialization.JsonKnownReferenceHandler ReferenceHandler { 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 { } } @@ -1151,6 +1183,7 @@ public sealed class Utf8JsonWriter : System.IAsyncDisposable, System.IDisposable public void WriteBase64String(System.ReadOnlySpan propertyName, System.ReadOnlySpan bytes) => throw null; public void WriteBase64String(string propertyName, System.ReadOnlySpan bytes) => throw null; public void WriteBase64String(System.Text.Json.JsonEncodedText propertyName, System.ReadOnlySpan bytes) => throw null; + public void WriteBase64StringSegment(System.ReadOnlySpan value, bool isFinalSegment) => throw null; public void WriteBase64StringValue(System.ReadOnlySpan bytes) => throw null; public void WriteBoolean(System.ReadOnlySpan utf8PropertyName, bool value) => throw null; public void WriteBoolean(System.ReadOnlySpan propertyName, bool value) => throw null; @@ -1255,6 +1288,8 @@ public sealed class Utf8JsonWriter : System.IAsyncDisposable, System.IDisposable public void WriteStringValue(System.ReadOnlySpan value) => throw null; public void WriteStringValue(string value) => throw null; public void WriteStringValue(System.Text.Json.JsonEncodedText value) => throw null; + public void WriteStringValueSegment(System.ReadOnlySpan value, bool isFinalSegment) => throw null; + public void WriteStringValueSegment(System.ReadOnlySpan value, bool isFinalSegment) => 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 8b4a3549af88..226222b8bf1f 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Text.RegularExpressions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Text @@ -232,17 +232,23 @@ public class Regex : System.Runtime.Serialization.ISerializable protected bool UseOptionC() => throw null; protected bool UseOptionR() => throw null; protected static void ValidateMatchTimeout(System.TimeSpan matchTimeout) => throw null; - public struct ValueMatchEnumerator + public struct ValueMatchEnumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator { public System.Text.RegularExpressions.ValueMatch Current { get => throw null; } + object System.Collections.IEnumerator.Current { get => throw null; } + void System.IDisposable.Dispose() => throw null; public System.Text.RegularExpressions.Regex.ValueMatchEnumerator GetEnumerator() => throw null; public bool MoveNext() => throw null; + void System.Collections.IEnumerator.Reset() => throw null; } - public struct ValueSplitEnumerator + public struct ValueSplitEnumerator : System.IDisposable, System.Collections.Generic.IEnumerator, System.Collections.IEnumerator { public System.Range Current { get => throw null; } + object System.Collections.IEnumerator.Current { get => throw null; } + void System.IDisposable.Dispose() => throw null; public System.Text.RegularExpressions.Regex.ValueSplitEnumerator GetEnumerator() => throw null; public bool MoveNext() => throw null; + void System.Collections.IEnumerator.Reset() => throw null; } } public class RegexCompilationInfo diff --git a/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.AccessControl.cs b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.AccessControl.cs new file mode 100644 index 000000000000..8953fc77ab8f --- /dev/null +++ b/csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.AccessControl.cs @@ -0,0 +1,169 @@ +// This file contains auto-generated code. +// Generated from `System.Threading.AccessControl, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +namespace System +{ + namespace Security + { + namespace AccessControl + { + public sealed class EventWaitHandleAccessRule : System.Security.AccessControl.AccessRule + { + public EventWaitHandleAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.EventWaitHandleRights eventRights, 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; + public EventWaitHandleAccessRule(string identity, System.Security.AccessControl.EventWaitHandleRights eventRights, 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; + public System.Security.AccessControl.EventWaitHandleRights EventWaitHandleRights { get => throw null; } + } + public sealed class EventWaitHandleAuditRule : System.Security.AccessControl.AuditRule + { + public EventWaitHandleAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.EventWaitHandleRights eventRights, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; + public System.Security.AccessControl.EventWaitHandleRights EventWaitHandleRights { get => throw null; } + } + [System.Flags] + public enum EventWaitHandleRights + { + Modify = 2, + Delete = 65536, + ReadPermissions = 131072, + ChangePermissions = 262144, + TakeOwnership = 524288, + Synchronize = 1048576, + FullControl = 2031619, + } + public sealed class EventWaitHandleSecurity : System.Security.AccessControl.NativeObjectSecurity + { + public override System.Type AccessRightType { get => throw null; } + public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) => throw null; + public override System.Type AccessRuleType { get => throw null; } + public void AddAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) => throw null; + public void AddAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) => throw null; + public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) => throw null; + public override System.Type AuditRuleType { get => throw null; } + public EventWaitHandleSecurity() : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; + public bool RemoveAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) => throw null; + public void RemoveAccessRuleAll(System.Security.AccessControl.EventWaitHandleAccessRule rule) => throw null; + public void RemoveAccessRuleSpecific(System.Security.AccessControl.EventWaitHandleAccessRule rule) => throw null; + public bool RemoveAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) => throw null; + public void RemoveAuditRuleAll(System.Security.AccessControl.EventWaitHandleAuditRule rule) => throw null; + public void RemoveAuditRuleSpecific(System.Security.AccessControl.EventWaitHandleAuditRule rule) => throw null; + public void ResetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) => throw null; + public void SetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) => throw null; + public void SetAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) => throw null; + } + public sealed class MutexAccessRule : System.Security.AccessControl.AccessRule + { + public MutexAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.MutexRights eventRights, 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; + public MutexAccessRule(string identity, System.Security.AccessControl.MutexRights eventRights, 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; + public System.Security.AccessControl.MutexRights MutexRights { get => throw null; } + } + public sealed class MutexAuditRule : System.Security.AccessControl.AuditRule + { + public MutexAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; + public System.Security.AccessControl.MutexRights MutexRights { get => throw null; } + } + [System.Flags] + public enum MutexRights + { + Modify = 1, + Delete = 65536, + ReadPermissions = 131072, + ChangePermissions = 262144, + TakeOwnership = 524288, + Synchronize = 1048576, + FullControl = 2031617, + } + public sealed class MutexSecurity : System.Security.AccessControl.NativeObjectSecurity + { + public override System.Type AccessRightType { get => throw null; } + public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) => throw null; + public override System.Type AccessRuleType { get => throw null; } + public void AddAccessRule(System.Security.AccessControl.MutexAccessRule rule) => throw null; + public void AddAuditRule(System.Security.AccessControl.MutexAuditRule rule) => throw null; + public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) => throw null; + public override System.Type AuditRuleType { get => throw null; } + public MutexSecurity() : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; + public MutexSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; + public bool RemoveAccessRule(System.Security.AccessControl.MutexAccessRule rule) => throw null; + public void RemoveAccessRuleAll(System.Security.AccessControl.MutexAccessRule rule) => throw null; + public void RemoveAccessRuleSpecific(System.Security.AccessControl.MutexAccessRule rule) => throw null; + public bool RemoveAuditRule(System.Security.AccessControl.MutexAuditRule rule) => throw null; + public void RemoveAuditRuleAll(System.Security.AccessControl.MutexAuditRule rule) => throw null; + public void RemoveAuditRuleSpecific(System.Security.AccessControl.MutexAuditRule rule) => throw null; + public void ResetAccessRule(System.Security.AccessControl.MutexAccessRule rule) => throw null; + public void SetAccessRule(System.Security.AccessControl.MutexAccessRule rule) => throw null; + public void SetAuditRule(System.Security.AccessControl.MutexAuditRule rule) => throw null; + } + public sealed class SemaphoreAccessRule : System.Security.AccessControl.AccessRule + { + public SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, 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; + public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRights, 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; + public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get => throw null; } + } + public sealed class SemaphoreAuditRule : System.Security.AccessControl.AuditRule + { + public SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AuditFlags flags) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) => throw null; + public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get => throw null; } + } + [System.Flags] + public enum SemaphoreRights + { + Modify = 2, + Delete = 65536, + ReadPermissions = 131072, + ChangePermissions = 262144, + TakeOwnership = 524288, + Synchronize = 1048576, + FullControl = 2031619, + } + public sealed class SemaphoreSecurity : System.Security.AccessControl.NativeObjectSecurity + { + public override System.Type AccessRightType { get => throw null; } + public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) => throw null; + public override System.Type AccessRuleType { get => throw null; } + public void AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) => throw null; + public void AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) => throw null; + public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) => throw null; + public override System.Type AuditRuleType { get => throw null; } + public SemaphoreSecurity() : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; + public SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base(default(bool), default(System.Security.AccessControl.ResourceType)) => throw null; + public bool RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) => throw null; + public void RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule) => throw null; + public void RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule) => throw null; + public bool RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) => throw null; + public void RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule) => throw null; + public void RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule) => throw null; + public void ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) => throw null; + public void SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) => throw null; + public void SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) => throw null; + } + } + } + namespace Threading + { + public static class EventWaitHandleAcl + { + public static System.Threading.EventWaitHandle Create(bool initialState, System.Threading.EventResetMode mode, string name, out bool createdNew, System.Security.AccessControl.EventWaitHandleSecurity eventSecurity) => throw null; + public static System.Threading.EventWaitHandle OpenExisting(string name, System.Security.AccessControl.EventWaitHandleRights rights) => throw null; + public static bool TryOpenExisting(string name, System.Security.AccessControl.EventWaitHandleRights rights, out System.Threading.EventWaitHandle result) => throw null; + } + public static class MutexAcl + { + public static System.Threading.Mutex Create(bool initiallyOwned, string name, out bool createdNew, System.Security.AccessControl.MutexSecurity mutexSecurity) => throw null; + public static System.Threading.Mutex OpenExisting(string name, System.Security.AccessControl.MutexRights rights) => throw null; + public static bool TryOpenExisting(string name, System.Security.AccessControl.MutexRights rights, out System.Threading.Mutex result) => throw null; + } + public static class SemaphoreAcl + { + public static System.Threading.Semaphore Create(int initialCount, int maximumCount, string name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) => throw null; + public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) => throw null; + public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out System.Threading.Semaphore result) => throw null; + } + public static partial class ThreadingAclExtensions + { + public static System.Security.AccessControl.EventWaitHandleSecurity GetAccessControl(this System.Threading.EventWaitHandle handle) => throw null; + public static System.Security.AccessControl.MutexSecurity GetAccessControl(this System.Threading.Mutex mutex) => throw null; + public static System.Security.AccessControl.SemaphoreSecurity GetAccessControl(this System.Threading.Semaphore semaphore) => throw null; + public static void SetAccessControl(this System.Threading.EventWaitHandle handle, System.Security.AccessControl.EventWaitHandleSecurity eventSecurity) => throw null; + public static void SetAccessControl(this System.Threading.Mutex mutex, System.Security.AccessControl.MutexSecurity mutexSecurity) => throw null; + public static void SetAccessControl(this System.Threading.Semaphore semaphore, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) => throw null; + } + } +} 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 18c7db13e756..9336e58ffad4 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Threading.Channels, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. namespace System { namespace Threading 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 5bdecd868713..c6c827560df6 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading.Overlapped, Version=10.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 9caf11708df6..2a67d2d39662 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading.Tasks.Dataflow, Version=10.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 697836aace36..846acb4f04f0 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading.Tasks.Parallel, Version=10.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 9c2a217f59d4..a45a1422e570 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading.Thread, Version=10.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 c223fd2e873f..907fad9538a8 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading.ThreadPool, Version=10.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 6f79390b5059..914198a81d1b 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Threading, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Threading @@ -104,11 +104,15 @@ public class EventWaitHandle : System.Threading.WaitHandle { public EventWaitHandle(bool initialState, System.Threading.EventResetMode mode) => throw null; public EventWaitHandle(bool initialState, System.Threading.EventResetMode mode, string name) => throw null; + public EventWaitHandle(bool initialState, System.Threading.EventResetMode mode, string name, System.Threading.NamedWaitHandleOptions options) => throw null; public EventWaitHandle(bool initialState, System.Threading.EventResetMode mode, string name, out bool createdNew) => throw null; + public EventWaitHandle(bool initialState, System.Threading.EventResetMode mode, string name, System.Threading.NamedWaitHandleOptions options, out bool createdNew) => throw null; public static System.Threading.EventWaitHandle OpenExisting(string name) => throw null; + public static System.Threading.EventWaitHandle OpenExisting(string name, System.Threading.NamedWaitHandleOptions options) => throw null; public bool Reset() => throw null; public bool Set() => throw null; public static bool TryOpenExisting(string name, out System.Threading.EventWaitHandle result) => throw null; + public static bool TryOpenExisting(string name, System.Threading.NamedWaitHandleOptions options, out System.Threading.EventWaitHandle result) => throw null; } public sealed class ExecutionContext : System.IDisposable, System.Runtime.Serialization.ISerializable { @@ -269,11 +273,21 @@ public sealed class Mutex : System.Threading.WaitHandle { public Mutex() => throw null; public Mutex(bool initiallyOwned) => throw null; + public Mutex(string name, System.Threading.NamedWaitHandleOptions options) => throw null; public Mutex(bool initiallyOwned, string name) => throw null; + public Mutex(bool initiallyOwned, string name, System.Threading.NamedWaitHandleOptions options) => throw null; public Mutex(bool initiallyOwned, string name, out bool createdNew) => throw null; + public Mutex(bool initiallyOwned, string name, System.Threading.NamedWaitHandleOptions options, out bool createdNew) => throw null; public static System.Threading.Mutex OpenExisting(string name) => throw null; + public static System.Threading.Mutex OpenExisting(string name, System.Threading.NamedWaitHandleOptions options) => throw null; public void ReleaseMutex() => throw null; public static bool TryOpenExisting(string name, out System.Threading.Mutex result) => throw null; + public static bool TryOpenExisting(string name, System.Threading.NamedWaitHandleOptions options, out System.Threading.Mutex result) => throw null; + } + public struct NamedWaitHandleOptions + { + public bool CurrentSessionOnly { get => throw null; set { } } + public bool CurrentUserOnly { get => throw null; set { } } } public sealed class ReaderWriterLock : System.Runtime.ConstrainedExecution.CriticalFinalizerObject { @@ -327,11 +341,15 @@ public sealed class Semaphore : System.Threading.WaitHandle { public Semaphore(int initialCount, int maximumCount) => throw null; public Semaphore(int initialCount, int maximumCount, string name) => throw null; + public Semaphore(int initialCount, int maximumCount, string name, System.Threading.NamedWaitHandleOptions options) => throw null; public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) => throw null; + public Semaphore(int initialCount, int maximumCount, string name, System.Threading.NamedWaitHandleOptions options, out bool createdNew) => throw null; public static System.Threading.Semaphore OpenExisting(string name) => throw null; + public static System.Threading.Semaphore OpenExisting(string name, System.Threading.NamedWaitHandleOptions options) => throw null; public int Release() => throw null; public int Release(int releaseCount) => throw null; public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) => throw null; + public static bool TryOpenExisting(string name, System.Threading.NamedWaitHandleOptions options, out System.Threading.Semaphore result) => throw null; } public class SemaphoreFullException : System.SystemException { @@ -439,6 +457,7 @@ public static class Volatile public static ulong Read(ref readonly ulong location) => throw null; public static nuint Read(ref readonly nuint location) => throw null; public static T Read(ref readonly T location) where T : class => throw null; + public static void ReadBarrier() => throw null; public static void Write(ref bool location, bool value) => throw null; public static void Write(ref byte location, byte value) => throw null; public static void Write(ref double location, double value) => throw null; @@ -453,6 +472,7 @@ public static class Volatile public static void Write(ref ulong location, ulong value) => throw null; public static void Write(ref nuint location, nuint value) => throw null; public static void Write(ref T location, T value) where T : class => throw null; + public static void WriteBarrier() => throw null; } public class WaitHandleCannotBeOpenedException : System.ApplicationException { 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 c7da8db65b77..269e8701ef21 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Transactions.Local, Version=10.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 c83860548d1f..2f9688dba0b1 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=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`. +// Generated from `System.Web.HttpUtility, Version=10.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 a9654c6326ec..e309fbd2383a 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Xml.ReaderWriter, Version=10.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 d2033306b817..51b7185ba55e 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Xml.XDocument, Version=10.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 246c86059d80..255ed86ef659 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Xml.XPath.XDocument, Version=10.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 628d8cdb402a..c92dcc54f761 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Xml.XPath, Version=10.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 a025d778177c..5056e1990417 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=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. +// Generated from `System.Xml.XmlSerializer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. namespace System { namespace Xml @@ -490,9 +490,12 @@ protected class Fixup protected static byte[] ToByteArrayHex(string value) => throw null; protected static char ToChar(string value) => throw null; protected static System.DateTime ToDate(string value) => throw null; + protected static System.DateOnly ToDateOnly(string value) => throw null; protected static System.DateTime ToDateTime(string value) => throw null; protected static long ToEnum(string value, System.Collections.Hashtable h, string typeName) => throw null; protected static System.DateTime ToTime(string value) => throw null; + protected static System.TimeOnly ToTimeOnly(string value) => throw null; + protected static System.TimeOnly ToTimeOnlyIgnoreOffset(string value) => throw null; protected static string ToXmlName(string value) => throw null; protected static string ToXmlNCName(string value) => throw null; protected static string ToXmlNmToken(string value) => throw null; @@ -525,10 +528,13 @@ public abstract class XmlSerializationWriter : System.Xml.Serialization.XmlSeria protected static string FromByteArrayHex(byte[] value) => throw null; protected static string FromChar(char value) => throw null; protected static string FromDate(System.DateTime value) => throw null; + protected static string FromDateOnly(System.DateOnly value) => throw null; protected static string FromDateTime(System.DateTime value) => throw null; protected static string FromEnum(long value, string[] values, long[] ids) => throw null; protected static string FromEnum(long value, string[] values, long[] ids, string typeName) => throw null; protected static string FromTime(System.DateTime value) => throw null; + protected static string FromTimeOnly(System.TimeOnly value) => throw null; + protected static string FromTimeOnlyIgnoreOffset(System.TimeOnly value) => throw null; protected static string FromXmlName(string name) => throw null; protected static string FromXmlNCName(string ncName) => throw null; protected static string FromXmlNmToken(string nmToken) => throw null; diff --git a/csharp/ql/test/resources/stubs/runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - 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.1.0/runtime.native.System.IO.Compression.csproj similarity index 86% rename from csharp/ql/test/resources/stubs/runtime.native.System.IO.Compression/4.3.0/runtime.native.System.IO.Compression.csproj rename to csharp/ql/test/resources/stubs/runtime.native.System.IO.Compression/4.1.0/runtime.native.System.IO.Compression.csproj index c1bb4d18f73d..7b8741c85a56 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.1.0/runtime.native.System.IO.Compression.csproj @@ -7,8 +7,8 @@ - - + + 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.0.1/runtime.native.System.Net.Http.csproj similarity index 86% rename from csharp/ql/test/resources/stubs/runtime.native.System.Net.Http/4.3.0/runtime.native.System.Net.Http.csproj rename to csharp/ql/test/resources/stubs/runtime.native.System.Net.Http/4.0.1/runtime.native.System.Net.Http.csproj index c1bb4d18f73d..7b8741c85a56 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.0.1/runtime.native.System.Net.Http.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/runtime.native.System.Security.Cryptography.Apple/4.3.0/runtime.native.System.Security.Cryptography.Apple.csproj b/csharp/ql/test/resources/stubs/runtime.native.System.Security.Cryptography.Apple/4.3.0/runtime.native.System.Security.Cryptography.Apple.csproj deleted file mode 100644 index f2560c2ad2f1..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.native.System.Security.Cryptography.Apple/4.3.0/runtime.native.System.Security.Cryptography.Apple.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index bb4a0f554a80..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,22 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - - - - - - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.native.System.Security.Cryptography/4.0.0/runtime.native.System.Security.Cryptography.csproj b/csharp/ql/test/resources/stubs/runtime.native.System.Security.Cryptography/4.0.0/runtime.native.System.Security.Cryptography.csproj new file mode 100644 index 000000000000..7b8741c85a56 --- /dev/null +++ b/csharp/ql/test/resources/stubs/runtime.native.System.Security.Cryptography/4.0.0/runtime.native.System.Security.Cryptography.csproj @@ -0,0 +1,14 @@ + + + net10.0 + true + bin\ + false + + + + + + + + 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.0.0/runtime.native.System.csproj similarity index 86% rename from csharp/ql/test/resources/stubs/runtime.native.System/4.3.0/runtime.native.System.csproj rename to csharp/ql/test/resources/stubs/runtime.native.System/4.0.0/runtime.native.System.csproj index c1bb4d18f73d..7b8741c85a56 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.0.0/runtime.native.System.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/csharp/ql/test/resources/stubs/runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple.csproj b/csharp/ql/test/resources/stubs/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/ql/test/resources/stubs/runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj b/csharp/ql/test/resources/stubs/runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj deleted file mode 100644 index 2be6995cd169..000000000000 --- a/csharp/ql/test/resources/stubs/runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - net10.0 - true - bin\ - false - - - - - - diff --git a/csharp/scripts/stubs/make_stubs_all.py b/csharp/scripts/stubs/make_stubs_all.py index 51d3dd894a73..01837eaf2c59 100644 --- a/csharp/scripts/stubs/make_stubs_all.py +++ b/csharp/scripts/stubs/make_stubs_all.py @@ -29,8 +29,8 @@ # 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") + ("ServiceStack", "10.0.4"), + ("ServiceStack.OrmLite.SqlServer", "10.0.4") ] thisScript = sys.argv[0]