2 writes to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEParameterSymbol.cs (2)
271
_lazyCustomAttributes
= ImmutableArray<CSharpAttributeData>.Empty;
1117
ref
_lazyCustomAttributes
,
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEParameterSymbol.cs (2)
1093
if (RoslynImmutableInterlocked.VolatileRead(in
_lazyCustomAttributes
).IsDefault)
1122
return
_lazyCustomAttributes
;