2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceFieldSymbol.vb (2)
639LoadAndValidateAttributes(GetAttributeDeclarations(), _lazyCustomAttributesBag) 659_lazyCustomAttributesBag = attributeData
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Source\SourceFieldSymbol.vb (7)
638If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then 641Return _lazyCustomAttributesBag 645Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me._lazyCustomAttributesBag 657Debug.Assert(_lazyCustomAttributesBag Is Nothing) 839Dim lazyCustomAttributesBag = Me._lazyCustomAttributesBag 841Dim data = DirectCast(_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData, CommonFieldEarlyWellKnownAttributeData)