3 writes to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEMethodSymbol.cs (3)
351
retVal.
_lazyCustomAttributes
= ImmutableArray<CSharpAttributeData>.Empty;
1055
attributeData = InterlockedOperations.Initialize(ref AccessUncommonFields().
_lazyCustomAttributes
, attributeData);
1072
? InterlockedOperations.Initialize(ref uncommonFields.
_lazyCustomAttributes
, ImmutableArray<CSharpAttributeData>.Empty)
1 reference to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1070
var attributeData = uncommonFields.
_lazyCustomAttributes
;