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