2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1335
bagCreatedOnThisThread = Interlocked.CompareExchange(ref
_lazyCustomAttributesBag
, attributesBag, null) == null;
1339
bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref
_lazyCustomAttributesBag
);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1317
var bag =
_lazyCustomAttributesBag
;
1348
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
1349
return
_lazyCustomAttributesBag
;
1373
var attributesBag =
_lazyCustomAttributesBag
;
1390
var attributesBag =
_lazyCustomAttributesBag
;
1534
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1737
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1738
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);