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