7 references to SourceGeneratorHelpers
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Emitter.cs (7)
1456
?
SourceGeneratorHelpers
.FormatEnumLiteral(JsonNumberHandlingTypeRef, numberHandling.Value)
1460
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonObjectCreationHandlingTypeRef, creationHandling);
1463
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonUnmappedMemberHandlingTypeRef, unmappedMemberHandling);
1466
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonCommentHandlingTypeRef, commentHandling);
1469
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonUnknownTypeHandlingTypeRef, commentHandling);
1472
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonIgnoreConditionTypeRef, ignoreCondition);
1475
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonSerializerDefaultsTypeRef, defaults);