2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1318
bagCreatedOnThisThread = Interlocked.CompareExchange(ref
_lazyCustomAttributesBag
, attributesBag, null) == null;
1322
bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref
_lazyCustomAttributesBag
);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1300
var bag =
_lazyCustomAttributesBag
;
1331
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
1332
return
_lazyCustomAttributesBag
;
1356
var attributesBag =
_lazyCustomAttributesBag
;
1373
var attributesBag =
_lazyCustomAttributesBag
;
1507
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1705
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1706
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);