3 references to GenerateStronglyTypedCodeForLengthAttributes
Microsoft.Extensions.Options.SourceGeneration (3)
Emitter.cs (3)
629
string linesToInsert = attributeData.Value is not null ?
GenerateStronglyTypedCodeForLengthAttributes
((HashSet<object>)attributeData.Value) : string.Empty;
634
string linesToInsert = attributeData.Value is not null ?
GenerateStronglyTypedCodeForLengthAttributes
((HashSet<object>)attributeData.Value) : string.Empty;
639
string linesToInsert = attributeData.Value is not null ?
GenerateStronglyTypedCodeForLengthAttributes
((HashSet<object>)attributeData.Value) : string.Empty;