2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1362
bagCreatedOnThisThread = Interlocked.CompareExchange(ref
_lazyCustomAttributesBag
, attributesBag, null) == null;
1366
bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref
_lazyCustomAttributesBag
);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1344
var bag =
_lazyCustomAttributesBag
;
1375
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
1376
return
_lazyCustomAttributesBag
;
1400
var attributesBag =
_lazyCustomAttributesBag
;
1417
var attributesBag =
_lazyCustomAttributesBag
;
1561
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1761
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1762
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);