2 writes to _lazyHiddenAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEParameterSymbol.cs (2)
272
_lazyHiddenAttributes
= ImmutableArray<CSharpAttributeData>.Empty;
1096
ImmutableInterlocked.InterlockedInitialize(ref
_lazyHiddenAttributes
, hiddenAttributes);
2 references to _lazyHiddenAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEParameterSymbol.cs (2)
1121
Debug.Assert(!
_lazyHiddenAttributes
.IsDefault);
1237
foreach (CSharpAttributeData attribute in
_lazyHiddenAttributes
)