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