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