3 writes to IsNullable
dotnet-aot (2)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.AdditionalSource.g.cs (2)
31UnionCases = new global::System.Text.Json.Serialization.Metadata.JsonUnionCaseInfo[] { new global::System.Text.Json.Serialization.Metadata.JsonUnionCaseInfo(typeof(string)) { IsNullable = false }, new global::System.Text.Json.Serialization.Metadata.JsonUnionCaseInfo(typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry.AdditionalSourceLink)) { IsNullable = false } },
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Union.cs (1)
442CaseInfo = new JsonUnionCaseInfo(caseType) { IsNullable = isNullable };
4 references to IsNullable
System.Text.Json (4)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
377if (caseInfo.IsNullable)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Union.cs (1)
170if (entry.CaseInfo.IsNullable)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1069if (unionCase.IsNullable)
System\Text\Json\Serialization\Metadata\JsonUnionCaseInfo.cs (1)
34/// the first union case whose <see cref="IsNullable"/> is <see langword="true"/>