2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceFieldSymbol.vb (2)
633LoadAndValidateAttributes(GetAttributeDeclarations(), _lazyCustomAttributesBag) 653_lazyCustomAttributesBag = attributeData
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Source\SourceFieldSymbol.vb (7)
632If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then 635Return _lazyCustomAttributesBag 639Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me._lazyCustomAttributesBag 651Debug.Assert(_lazyCustomAttributesBag Is Nothing) 833Dim lazyCustomAttributesBag = Me._lazyCustomAttributesBag 835Dim data = DirectCast(_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData, CommonFieldEarlyWellKnownAttributeData)