1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
89
if (LoadAndValidateAttributes(this.GetAttributeDeclarations(), ref
_lazyCustomAttributesBag
))
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (7)
83
var bag =
_lazyCustomAttributesBag
;
95
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
96
return
_lazyCustomAttributesBag
;
107
var attributesBag =
_lazyCustomAttributesBag
;
151
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
317
Debug.Assert(
_lazyCustomAttributesBag
!= null);
318
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);