7 references to SourceGeneratorHelpers
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Emitter.cs (7)
1435
?
SourceGeneratorHelpers
.FormatEnumLiteral(JsonNumberHandlingTypeRef, numberHandling.Value)
1439
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonObjectCreationHandlingTypeRef, creationHandling);
1442
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonUnmappedMemberHandlingTypeRef, unmappedMemberHandling);
1445
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonCommentHandlingTypeRef, commentHandling);
1448
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonUnknownTypeHandlingTypeRef, commentHandling);
1451
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonIgnoreConditionTypeRef, ignoreCondition);
1454
=>
SourceGeneratorHelpers
.FormatEnumLiteral(JsonSerializerDefaultsTypeRef, defaults);