2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1292
bagCreatedOnThisThread = Interlocked.CompareExchange(ref
_lazyCustomAttributesBag
, attributesBag, null) == null;
1296
bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref
_lazyCustomAttributesBag
);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1274
var bag =
_lazyCustomAttributesBag
;
1305
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
1306
return
_lazyCustomAttributesBag
;
1330
var attributesBag =
_lazyCustomAttributesBag
;
1347
var attributesBag =
_lazyCustomAttributesBag
;
1481
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1679
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1680
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);