1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
96
if (LoadAndValidateAttributes(this.GetAttributeDeclarations(), ref
_lazyCustomAttributesBag
))
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (7)
90
var bag =
_lazyCustomAttributesBag
;
102
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
103
return
_lazyCustomAttributesBag
;
114
var attributesBag =
_lazyCustomAttributesBag
;
158
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
324
Debug.Assert(
_lazyCustomAttributesBag
!= null);
325
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);