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