2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1336
bagCreatedOnThisThread = Interlocked.CompareExchange(ref
_lazyCustomAttributesBag
, attributesBag, null) == null;
1340
bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref
_lazyCustomAttributesBag
);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1318
var bag =
_lazyCustomAttributesBag
;
1349
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
1350
return
_lazyCustomAttributesBag
;
1374
var attributesBag =
_lazyCustomAttributesBag
;
1403
var attributesBag =
_lazyCustomAttributesBag
;
1548
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1752
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1753
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);