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