3 instantiations of JsonSourceGenerationOptionsAttribute
Microsoft.AspNetCore.Components.WebAssembly (1)
Infrastructure\WebAssemblyJsonSerializerContext.cs (1)
9[JsonSourceGenerationOptions(
Microsoft.AspNetCore.Components.WebView (1)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
325[JsonSourceGenerationOptions]
Microsoft.AspNetCore.Hosting (1)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
325[JsonSourceGenerationOptions]
10 references to JsonSourceGenerationOptionsAttribute
System.Text.Json (10)
src\libraries\System.Text.Json\Common\JsonSerializableAttribute.cs (1)
42/// then the setting specified on <see cref="JsonSourceGenerationOptionsAttribute.GenerationMode"/> will be used.
src\libraries\System.Text.Json\Common\JsonSourceGenerationMode.cs (2)
13/// When specified on <see cref="JsonSourceGenerationOptionsAttribute.GenerationMode"/>, indicates that both type-metadata initialization logic 15/// indicates that the setting on <see cref="JsonSourceGenerationOptionsAttribute.GenerationMode"/> should be used.
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (2)
18/// Constructs a new <see cref="JsonSourceGenerationOptionsAttribute"/> instance. 23/// Constructs a new <see cref="JsonSourceGenerationOptionsAttribute"/> instance with a predefined set of options determined by the specified <see cref="JsonSerializerDefaults"/>.
System\Text\Json\Serialization\JsonNumberEnumConverter.cs (1)
14/// <see cref="JsonSourceGenerationOptionsAttribute.UseStringEnumConverter"/>
System\Text\Json\Serialization\JsonSerializerContext.cs (1)
81/// The default run time options for the context. Its values are defined at design-time via <see cref="JsonSourceGenerationOptionsAttribute"/>.
System\Text\Json\Serialization\Metadata\JsonCollectionInfoValuesOfTCollection.cs (1)
41/// An optimized serialization implementation assuming pre-determined <see cref="JsonSourceGenerationOptionsAttribute"/> defaults.
System\Text\Json\Serialization\Metadata\JsonObjectInfoValuesOfT.cs (1)
47/// Provides a serialization implementation for instances of the class or struct which assumes options specified by <see cref="JsonSourceGenerationOptionsAttribute"/>.
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (1)
104/// <see cref="JsonSourceGenerationOptionsAttribute"/> values specified at design time.