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