32 writes to DefaultValue
aspire (4)
BackchannelJsonSerializerContext.DisplayLineState.g.cs (2)
117DefaultValue = default(string) 126DefaultValue = default(string)
BackchannelJsonSerializerContext.KeyValuePairStringString.g.cs (2)
111DefaultValue = default(string) 120DefaultValue = default(string)
Aspire.Hosting.Nats.Tests (4)
artifacts\obj\Aspire.Hosting.Nats.Tests\Debug\net8.0\System.Text.Json.SourceGeneration\System.Text.Json.SourceGeneration.JsonSourceGenerator\AppJsonContext.AppEvent.g.cs (4)
157DefaultValue = default(string) 166DefaultValue = default(string) 175DefaultValue = default(string) 184DefaultValue = default(decimal)
Microsoft.AspNetCore.Components.Endpoints (7)
ImportMapSerializerContext.ImportMapDefinition.g.cs (3)
144DefaultValue = null, 154DefaultValue = null, 164DefaultValue = null,
ResourceCollectionSerializerContext.ResourceAsset.g.cs (2)
132DefaultValue = null, 142DefaultValue = default(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Components.ResourceAssetProperty>),
ResourceCollectionSerializerContext.ResourceAssetProperty.g.cs (2)
132DefaultValue = null, 142DefaultValue = null,
Microsoft.AspNetCore.Diagnostics (5)
ExtensionsExceptionJsonContext.ExceptionExtensionData.g.cs (5)
188DefaultValue = null, 198DefaultValue = null, 208DefaultValue = null, 218DefaultValue = null, 228DefaultValue = null,
Microsoft.AspNetCore.StaticAssets (7)
StaticAssetsManifestJsonContext.StaticAssetProperty.g.cs (2)
122DefaultValue = null, 132DefaultValue = null,
StaticAssetsManifestJsonContext.StaticAssetResponseHeader.g.cs (2)
122DefaultValue = null, 132DefaultValue = null,
StaticAssetsManifestJsonContext.StaticAssetSelector.g.cs (3)
144DefaultValue = null, 154DefaultValue = null, 164DefaultValue = null,
Nats.Common (4)
AppJsonContext.AppEvent.g.cs (4)
157DefaultValue = default(string) 166DefaultValue = default(string) 175DefaultValue = default(string) 184DefaultValue = default(decimal)
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
310DefaultValue = reflectionInfo.GetDefaultValue(),
2 references to DefaultValue
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonParameterInfo.cs (1)
22DefaultValue = parameterInfoValues.HasDefaultValue ? parameterInfoValues.DefaultValue : null;
System\Text\Json\Serialization\Metadata\JsonParameterInfoOfT.cs (1)
24if (parameterInfoValues is { HasDefaultValue: true, DefaultValue: object defaultValue })