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