2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
584
bagCreatedOnThisThread = Interlocked.CompareExchange(ref
_lazyCustomAttributesBag
, attributesBag, null) == null;
589
bagCreatedOnThisThread = LoadAndValidateAttributes(attributeSyntax, ref
_lazyCustomAttributesBag
, binderOpt: WithTypeParametersBinderOpt);
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceComplexParameterSymbol.cs (7)
539
var attributesBag =
_lazyCustomAttributesBag
;
556
var attributesBag =
_lazyCustomAttributesBag
;
573
if (
_lazyCustomAttributesBag
== null || !
_lazyCustomAttributesBag
.IsSealed)
599
return
_lazyCustomAttributesBag
;
1384
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1385
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);