2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
593
bagCreatedOnThisThread = Interlocked.CompareExchange(ref
_lazyCustomAttributesBag
, attributesBag, null) == null;
598
bagCreatedOnThisThread = LoadAndValidateAttributes(attributeSyntax, ref
_lazyCustomAttributesBag
, binderOpt: WithTypeParametersBinderOpt);
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceComplexParameterSymbol.cs (7)
548
var attributesBag =
_lazyCustomAttributesBag
;
565
var attributesBag =
_lazyCustomAttributesBag
;
582
if (
_lazyCustomAttributesBag
== null || !
_lazyCustomAttributesBag
.IsSealed)
608
return
_lazyCustomAttributesBag
;
1414
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1415
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);