1 write to _lazyInterpolatedStringHandlerAttributeIndexes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
856var initialized = ImmutableInterlocked.InterlockedCompareExchange(ref _lazyInterpolatedStringHandlerAttributeIndexes, value: indexes, comparand: s_defaultStringHandlerAttributeIndexes);
3 references to _lazyInterpolatedStringHandlerAttributeIndexes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEParameterSymbol.cs (3)
832ImmutableArray<int> indexes = _lazyInterpolatedStringHandlerAttributeIndexes; 843ImmutableArray<int> indexes = _lazyInterpolatedStringHandlerAttributeIndexes; 851ImmutableArray<int> indexes = _lazyInterpolatedStringHandlerAttributeIndexes;