1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
90
if (LoadAndValidateAttributes(this.GetAttributeDeclarations(), ref
_lazyCustomAttributesBag
))
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (7)
84
var bag =
_lazyCustomAttributesBag
;
96
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
97
return
_lazyCustomAttributesBag
;
108
var attributesBag =
_lazyCustomAttributesBag
;
152
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
318
Debug.Assert(
_lazyCustomAttributesBag
!= null);
319
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);