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)
627if (attributeData.Key == _symbolHolder.MaxLengthAttributeSymbol.Name) 632else if (attributeData.Key == _symbolHolder.MinLengthAttributeSymbol.Name) 637else if (_symbolHolder.LengthAttributeSymbol is not null && attributeData.Key == _symbolHolder.LengthAttributeSymbol.Name) 642else if (attributeData.Key == _symbolHolder.CompareAttributeSymbol.Name && attributeData.Value is not null) 647else if (attributeData.Key == _symbolHolder.RangeAttributeSymbol.Name) 681if (_symbolHolder.UnconditionalSuppressMessageAttributeSymbol is not null)