1 write to _lazyInterpolatedStringHandlerAttributeIndexes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
854
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)
830
ImmutableArray<int> indexes =
_lazyInterpolatedStringHandlerAttributeIndexes
;
841
ImmutableArray<int> indexes =
_lazyInterpolatedStringHandlerAttributeIndexes
;
849
ImmutableArray<int> indexes =
_lazyInterpolatedStringHandlerAttributeIndexes
;