7 references to SourceGeneratorHelpers
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Emitter.cs (7)
1507
?
SourceGeneratorHelpers
.FormatEnumLiteral(JsonNumberHandlingTypeRef, numberHandling.Value)
1511
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonObjectCreationHandlingTypeRef, creationHandling);
1514
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonUnmappedMemberHandlingTypeRef, unmappedMemberHandling);
1517
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonCommentHandlingTypeRef, commentHandling);
1520
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonUnknownTypeHandlingTypeRef, commentHandling);
1523
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonIgnoreConditionTypeRef, ignoreCondition);
1526
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonSerializerDefaultsTypeRef, defaults);