1 write to _symbolHolder
Microsoft.Extensions.Options.SourceGeneration (1)
Emitter.cs (1)
54
_symbolHolder
= symbolHolder;
7 references to _symbolHolder
Microsoft.Extensions.Options.SourceGeneration (7)
Emitter.cs (7)
627
if (attributeData.Key ==
_symbolHolder
.MaxLengthAttributeSymbol.Name)
632
else if (attributeData.Key ==
_symbolHolder
.MinLengthAttributeSymbol.Name)
637
else if (
_symbolHolder
.LengthAttributeSymbol is not null && attributeData.Key ==
_symbolHolder
.LengthAttributeSymbol.Name)
642
else if (attributeData.Key ==
_symbolHolder
.CompareAttributeSymbol.Name && attributeData.Value is not null)
647
else if (attributeData.Key ==
_symbolHolder
.RangeAttributeSymbol.Name)
681
if (
_symbolHolder
.UnconditionalSuppressMessageAttributeSymbol is not null)