2 writes to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEParameterSymbol.cs (2)
259
_lazyCustomAttributes
= ImmutableArray<CSharpAttributeData>.Empty;
1087
ref
_lazyCustomAttributes
,
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEParameterSymbol.cs (2)
1014
if (
_lazyCustomAttributes
.IsDefault)
1092
return
_lazyCustomAttributes
;