2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
586
bagCreatedOnThisThread = Interlocked.CompareExchange(ref
_lazyCustomAttributesBag
, attributesBag, null) == null;
591
bagCreatedOnThisThread = LoadAndValidateAttributes(attributeSyntax, ref
_lazyCustomAttributesBag
, binderOpt: WithTypeParametersBinderOpt);
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceComplexParameterSymbol.cs (7)
541
var attributesBag =
_lazyCustomAttributesBag
;
558
var attributesBag =
_lazyCustomAttributesBag
;
575
if (
_lazyCustomAttributesBag
== null || !
_lazyCustomAttributesBag
.IsSealed)
601
return
_lazyCustomAttributesBag
;
1389
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1390
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);