77 writes to ObjectWithParameterizedConstructorCreator
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenJsonSerializerContext.AccessTokenResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse(){ AccessToken = (string)args[0], ExpiresIn = (long)args[1], RefreshToken = (string)args[2] },
Microsoft.AspNetCore.Authentication.Twitter (2)
TwitterJsonContext.TwitterError.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
TwitterJsonContext.TwitterErrorResponse.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
Microsoft.AspNetCore.Components.Endpoints (3)
ImportMapSerializerContext.ImportMapDefinition.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Components.ImportMapDefinition((global::System.Collections.Generic.IReadOnlyDictionary<string, string>)args[0], (global::System.Collections.Generic.IReadOnlyDictionary<string, global::System.Collections.Generic.IReadOnlyDictionary<string, string>>)args[1], (global::System.Collections.Generic.IReadOnlyDictionary<string, string>)args[2]),
ResourceCollectionSerializerContext.ResourceAsset.g.cs (1)
34ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Components.ResourceAsset((string)args[0], (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Components.ResourceAssetProperty>)args[1]),
ResourceCollectionSerializerContext.ResourceAssetProperty.g.cs (1)
34ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Components.ResourceAssetProperty((string)args[0], (string)args[1]),
Microsoft.AspNetCore.Components.Server (2)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
CircuitPersistenceManagerSerializerContext.ComponentMarkerKey.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
Microsoft.AspNetCore.Components.Web (1)
WebRendererSerializerContext.JSComponentParameter.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
Microsoft.AspNetCore.Components.WebAssembly (5)
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
WebAssemblyJsonSerializerContext.ComponentMarkerKey.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
WebAssemblyJsonSerializerContext.ComponentParameter.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
WebAssemblyJsonSerializerContext.RootComponentOperation.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
WebAssemblyJsonSerializerContext.RootComponentOperationBatch.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Components.RootComponentOperationBatch(){ Operations = (global::Microsoft.AspNetCore.Components.RootComponentOperation[])args[0] },
Microsoft.AspNetCore.Components.WebView (4)
SourceGenerationContext.StaticWebAssetManifest.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
SourceGenerationContext.StaticWebAssetMatch.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
SourceGenerationContext.StaticWebAssetNode.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
SourceGenerationContext.StaticWebAssetPattern.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
Microsoft.AspNetCore.Diagnostics (1)
ExtensionsExceptionJsonContext.ExceptionExtensionData.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Diagnostics.ExceptionExtensionData((string)args[0], (global::Microsoft.AspNetCore.Http.IHeaderDictionary)args[1], (string)args[2], (string)args[3], (global::Microsoft.AspNetCore.Routing.RouteValueDictionary)args[4]),
Microsoft.AspNetCore.Hosting (4)
SourceGenerationContext.StaticWebAssetManifest.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
SourceGenerationContext.StaticWebAssetMatch.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
SourceGenerationContext.StaticWebAssetNode.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
SourceGenerationContext.StaticWebAssetPattern.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
Microsoft.AspNetCore.Http.Extensions (2)
ProblemDetailsJsonContext.HttpValidationProblemDetails.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
ProblemDetailsJsonContext.ProblemDetails.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
Microsoft.AspNetCore.Http.Microbenchmarks (3)
SharedTestJsonContext.JsonTodo.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
SharedTestJsonContext.JsonTodoChild.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
SharedTestJsonContext.Todo.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
Microsoft.AspNetCore.Http.Results.Tests (5)
TestJsonContext.JsonTodo.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
TestJsonContext.Todo.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
TestJsonContext.TodoChild.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
TestJsonContext.TodoJsonChild.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
TestJsonContext.TodoStruct.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
Microsoft.AspNetCore.Identity (26)
IdentityEndpointsJsonSerializerContext.ForgotPasswordRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest(){ Email = (string)args[0] },
IdentityEndpointsJsonSerializerContext.InfoRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.InfoRequest(){ NewEmail = (string)args[0], NewPassword = (string)args[1], OldPassword = (string)args[2] },
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.InfoResponse(){ Email = (string)args[0], IsEmailConfirmed = (bool)args[1] },
IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.LoginRequest(){ Email = (string)args[0], Password = (string)args[1], TwoFactorCode = (string)args[2], TwoFactorRecoveryCode = (string)args[3] },
IdentityEndpointsJsonSerializerContext.RefreshRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.RefreshRequest(){ RefreshToken = (string)args[0] },
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.RegisterRequest(){ Email = (string)args[0], Password = (string)args[1] },
IdentityEndpointsJsonSerializerContext.ResendConfirmationEmailRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest(){ Email = (string)args[0] },
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest(){ Email = (string)args[0], ResetCode = (string)args[1], NewPassword = (string)args[2] },
IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest(){ Enable = (bool?)args[0], TwoFactorCode = (string)args[1], ResetSharedKey = (bool)args[2], ResetRecoveryCodes = (bool)args[3], ForgetMachine = (bool)args[4] },
IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse(){ SharedKey = (string)args[0], RecoveryCodesLeft = (int)args[1], RecoveryCodes = (string[])args[2], IsTwoFactorEnabled = (bool)args[3], IsMachineRemembered = (bool)args[4] },
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse(){ AuthenticatorData = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Signature = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], UserHandle = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[3] },
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse(){ AttestationObject = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Transports = (string[])args[1], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2] },
IdentityJsonSerializerContext.AuthenticatorSelectionCriteria.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
IdentityJsonSerializerContext.CollectedClientData.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.CollectedClientData(){ Type = (string)args[0], Challenge = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], Origin = (string)args[2], CrossOrigin = (bool?)args[3], TopOrigin = (string)args[4], TokenBinding = (global::Microsoft.AspNetCore.Identity.TokenBinding)args[5] },
IdentityJsonSerializerContext.PasskeyAssertionState.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PasskeyAssertionState(){ Challenge = (global::System.ReadOnlyMemory<byte>)args[0], UserId = (string)args[1] },
IdentityJsonSerializerContext.PasskeyAttestationState.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PasskeyAttestationState(){ Challenge = (global::System.ReadOnlyMemory<byte>)args[0], UserEntity = (global::Microsoft.AspNetCore.Identity.PasskeyUserEntity)args[1] },
IdentityJsonSerializerContext.PasskeyUserEntity.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PasskeyUserEntity(){ Id = (string)args[0], Name = (string)args[1], DisplayName = (string)args[2] },
IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAssertionResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse>(){ Id = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Type = (string)args[1], ClientExtensionResults = (global::System.Text.Json.JsonElement)args[2], Response = (global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)args[3], AuthenticatorAttachment = (string)args[4] },
IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAttestationResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse>(){ Id = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Type = (string)args[1], ClientExtensionResults = (global::System.Text.Json.JsonElement)args[2], Response = (global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)args[3], AuthenticatorAttachment = (string)args[4] },
IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions(){ Rp = (global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity)args[0], User = (global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)args[1], Challenge = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2], PubKeyCredParams = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters>)args[3], Timeout = (ulong?)args[4], ExcludeCredentials = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor>)args[5], AuthenticatorSelection = (global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)args[6], Hints = (global::System.Collections.Generic.IReadOnlyList<string>)args[7], Attestation = (string)args[8], AttestationFormats = (global::System.Collections.Generic.IReadOnlyList<string>)args[9], Extensions = (global::System.Text.Json.JsonElement?)args[10] },
IdentityJsonSerializerContext.PublicKeyCredentialDescriptor.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor(){ Type = (string)args[0], Id = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], Transports = (global::System.Collections.Generic.IReadOnlyList<string>)args[2] },
IdentityJsonSerializerContext.PublicKeyCredentialParameters.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters(){ Type = (string)args[0], Alg = (global::Microsoft.AspNetCore.Identity.COSEAlgorithmIdentifier)args[1] },
IdentityJsonSerializerContext.PublicKeyCredentialRequestOptions.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions(){ Challenge = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Timeout = (ulong?)args[1], RpId = (string)args[2], AllowCredentials = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor>)args[3], UserVerification = (string)args[4], Hints = (global::System.Collections.Generic.IReadOnlyList<string>)args[5], Extensions = (global::System.Text.Json.JsonElement?)args[6] },
IdentityJsonSerializerContext.PublicKeyCredentialRpEntity.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity(){ Name = (string)args[0], Id = (string)args[1] },
IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity(){ Id = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Name = (string)args[1], DisplayName = (string)args[2] },
IdentityJsonSerializerContext.TokenBinding.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.TokenBinding(){ Status = (string)args[0], Id = (string)args[1] },
Microsoft.AspNetCore.Mvc.Core.Test (3)
TestJsonContext.JsonPerson.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
TestJsonContext.JsonPersonExtended.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
TestJsonContext.Person.g.cs (1)
34ObjectWithParameterizedConstructorCreator = null,
Microsoft.AspNetCore.StaticAssets (5)
StaticAssetsManifestJsonContext.StaticAssetDescriptor.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor(){ Route = (string)args[0], AssetPath = (string)args[1] },
StaticAssetsManifestJsonContext.StaticAssetProperty.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.StaticAssets.StaticAssetProperty((string)args[0], (string)args[1]),
StaticAssetsManifestJsonContext.StaticAssetResponseHeader.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.StaticAssets.StaticAssetResponseHeader((string)args[0], (string)args[1]),
StaticAssetsManifestJsonContext.StaticAssetSelector.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.StaticAssets.StaticAssetSelector((string)args[0], (string)args[1], (string)args[2]),
StaticAssetsManifestJsonContext.StaticAssetsManifest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
Microsoft.CodeAnalysis.LanguageServer (9)
RunFileApiJsonSerializerContext.Error.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Error(){ Message = (string)args[0], Details = (string)args[1] },
RunFileApiJsonSerializerContext.GetProject.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiInput.GetProject(){ ArtifactsPath = (string)args[0], EntryPointFileFullPath = (string)args[1] },
RunFileApiJsonSerializerContext.LinePositionInternal.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal(){ Line = (int)args[0], Character = (int)args[1] },
RunFileApiJsonSerializerContext.LinePositionSpanInternal.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionSpanInternal(){ Start = (global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal)args[0], End = (global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal)args[1] },
RunFileApiJsonSerializerContext.Position.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position(){ Path = (string)args[0], Span = (global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionSpanInternal)args[1] },
RunFileApiJsonSerializerContext.Project.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Project(){ Content = (string)args[0], Diagnostics = (global::System.Collections.Immutable.ImmutableArray<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic>)args[1] },
RunFileApiJsonSerializerContext.RunApiInput.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
RunFileApiJsonSerializerContext.RunApiOutput.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
RunFileApiJsonSerializerContext.SimpleDiagnostic.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic(){ Location = (global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position)args[0], Message = (string)args[1] },
Wasm.Performance.TestApp (1)
PersonJsonContext.Person.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
3 references to ObjectWithParameterizedConstructorCreator
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (3)
34if (objectInfo.ObjectWithParameterizedConstructorCreator != null) 38typeInfo.CreateObjectWithArgs = objectInfo.ObjectWithParameterizedConstructorCreator; 106JsonConverter<T> converter = objectInfo.ObjectWithParameterizedConstructorCreator != null