7 references to SourceGeneratorHelpers
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Emitter.cs (7)
1440
?
SourceGeneratorHelpers
.FormatEnumLiteral(JsonNumberHandlingTypeRef, numberHandling.Value)
1444
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonObjectCreationHandlingTypeRef, creationHandling);
1447
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonUnmappedMemberHandlingTypeRef, unmappedMemberHandling);
1450
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonCommentHandlingTypeRef, commentHandling);
1453
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonUnknownTypeHandlingTypeRef, commentHandling);
1456
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonIgnoreConditionTypeRef, ignoreCondition);
1459
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonSerializerDefaultsTypeRef, defaults);