54 references to Serialize
aspire (4)
BackchannelJsonSerializerContext.BackchannelLogEntry.g.cs (1)
166global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Cli.Backchannel.BackchannelLogEntry)value).LogLevel, LogLevel);
BackchannelJsonSerializerContext.CommandOutput.g.cs (2)
162global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Cli.Backchannel.CommandOutput)value).LineNumber, NullableInt32); 165global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Cli.Backchannel.CommandOutput)value).ExitCode, NullableInt32);
BackchannelJsonSerializerContext.RequestId.g.cs (1)
134global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::StreamJsonRpc.RequestId)value).Number, NullableInt64);
Aspire.Dashboard (6)
GenAIEventsContext.ToolCallFunction.g.cs (1)
110global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Arguments, JsonNode);
GenAIEventsContext.ToolEvent.g.cs (1)
110global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Content, JsonNode);
GenAIMessagesContext.DictionaryStringJsonElement.g.cs (1)
56global::System.Text.Json.JsonSerializer.Serialize(writer, entry.Value, JsonElement);
GenAIMessagesContext.ListMessagePart.g.cs (1)
55global::System.Text.Json.JsonSerializer.Serialize(writer, value[i], MessagePart);
GenAIMessagesContext.ToolCallRequestPart.g.cs (1)
153global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Arguments, JsonNode);
GenAIMessagesContext.ToolCallResponsePart.g.cs (1)
129global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Response, JsonNode);
Aspire.Hosting (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
219global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Hosting.LaunchProfile)value).DotnetRunMessages, NullableBoolean); 221global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Hosting.LaunchProfile)value).LaunchBrowser, NullableBoolean);
Aspire.Hosting.Azure.Functions (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
219global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Hosting.LaunchProfile)value).DotnetRunMessages, NullableBoolean); 221global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Hosting.LaunchProfile)value).LaunchBrowser, NullableBoolean);
Aspire.Hosting.Testing (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
219global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Hosting.LaunchProfile)value).DotnetRunMessages, NullableBoolean); 221global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Hosting.LaunchProfile)value).LaunchBrowser, NullableBoolean);
Microsoft.AspNetCore.Components.Server (2)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (2)
245global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).Key, NullableComponentMarkerKey); 247global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).Sequence, NullableInt32);
Microsoft.AspNetCore.Components.WebAssembly (4)
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
254global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Key, NullableComponentMarkerKey); 260global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Sequence, NullableInt32);
WebAssemblyJsonSerializerContext.RootComponentOperation.g.cs (2)
147global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Components.RootComponentOperation)value).Type, RootComponentOperationType); 153global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Marker, NullableComponentMarker);
Microsoft.AspNetCore.Components.WebView (3)
SourceGenerationContext.DictionaryStringStaticWebAssetNode.g.cs (1)
60global::System.Text.Json.JsonSerializer.Serialize(writer, entry.Value, StaticWebAssetNode);
SourceGenerationContext.IDictionaryStringStaticWebAssetNode.g.cs (1)
60global::System.Text.Json.JsonSerializer.Serialize(writer, entry.Value, StaticWebAssetNode);
SourceGenerationContext.StaticWebAssetManifest.g.cs (1)
115global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetManifest)value).Root, StaticWebAssetNode);
Microsoft.AspNetCore.Diagnostics (1)
ExtensionsExceptionJsonContext.ExceptionExtensionData.g.cs (1)
175global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Diagnostics.ExceptionExtensionData)value).RouteValues, RouteValueDictionary);
Microsoft.AspNetCore.Hosting (3)
SourceGenerationContext.DictionaryStringStaticWebAssetNode.g.cs (1)
60global::System.Text.Json.JsonSerializer.Serialize(writer, entry.Value, StaticWebAssetNode);
SourceGenerationContext.IDictionaryStringStaticWebAssetNode.g.cs (1)
60global::System.Text.Json.JsonSerializer.Serialize(writer, entry.Value, StaticWebAssetNode);
SourceGenerationContext.StaticWebAssetManifest.g.cs (1)
115global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetManifest)value).Root, StaticWebAssetNode);
Microsoft.AspNetCore.Http.Results.Tests (1)
TestJsonContext.JsonTodoArray.g.cs (1)
59global::System.Text.Json.JsonSerializer.Serialize(writer, value[i], JsonTodo);
Microsoft.AspNetCore.Identity (24)
IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (1)
167global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)value).Enable, NullableBoolean);
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (4)
159global::System.Text.Json.JsonSerializer.Serialize(writer, __value_AuthenticatorData, BufferSource); 165global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Signature, BufferSource); 171global::System.Text.Json.JsonSerializer.Serialize(writer, __value_UserHandle, BufferSource); 177global::System.Text.Json.JsonSerializer.Serialize(writer, __value_ClientDataJSON, BufferSource);
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (2)
136global::System.Text.Json.JsonSerializer.Serialize(writer, __value_AttestationObject, BufferSource); 148global::System.Text.Json.JsonSerializer.Serialize(writer, __value_ClientDataJSON, BufferSource);
IdentityJsonSerializerContext.CollectedClientData.g.cs (2)
204global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Challenge, BufferSource); 215global::System.Text.Json.JsonSerializer.Serialize(writer, __value_CrossOrigin, NullableBoolean);
IdentityJsonSerializerContext.PasskeyAssertionState.g.cs (1)
108global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Identity.PasskeyAssertionState)value).Challenge, ReadOnlyMemoryByte);
IdentityJsonSerializerContext.PasskeyAttestationState.g.cs (1)
111global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Identity.PasskeyAttestationState)value).Challenge, ReadOnlyMemoryByte);
IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAssertionResponse.g.cs (2)
180global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Id, BufferSource); 188global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse>)value).ClientExtensionResults, JsonElement);
IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAttestationResponse.g.cs (2)
180global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Id, BufferSource); 188global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse>)value).ClientExtensionResults, JsonElement);
IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (3)
319global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Challenge, BufferSource); 331global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Timeout, NullableUInt64); 366global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Extensions, NullableJsonElement);
IdentityJsonSerializerContext.PublicKeyCredentialDescriptor.g.cs (1)
143global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Id, BufferSource);
IdentityJsonSerializerContext.PublicKeyCredentialParameters.g.cs (1)
110global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters)value).Alg, COSEAlgorithmIdentifier);
IdentityJsonSerializerContext.PublicKeyCredentialRequestOptions.g.cs (3)
217global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Challenge, BufferSource); 223global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Timeout, NullableUInt64); 251global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Extensions, NullableJsonElement);
IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (1)
139global::System.Text.Json.JsonSerializer.Serialize(writer, __value_Id, BufferSource);