2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceFieldSymbol.vb (2)
653LoadAndValidateAttributes(GetAttributeDeclarations(), _lazyCustomAttributesBag) 673_lazyCustomAttributesBag = attributeData
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Source\SourceFieldSymbol.vb (7)
652If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then 655Return _lazyCustomAttributesBag 659Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me._lazyCustomAttributesBag 671Debug.Assert(_lazyCustomAttributesBag Is Nothing) 853Dim lazyCustomAttributesBag = Me._lazyCustomAttributesBag 855Dim data = DirectCast(_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData, CommonFieldEarlyWellKnownAttributeData)