2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourcePropertySymbol.vb (2)
494LoadAndValidateAttributes(Me.GetAttributeDeclarations(), _lazyCustomAttributesBag) 1186_lazyCustomAttributesBag = attributeData
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Source\SourcePropertySymbol.vb (7)
493If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then 496Return _lazyCustomAttributesBag 519Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me._lazyCustomAttributesBag 989Dim lazyCustomAttributesBag = Me._lazyCustomAttributesBag 991Dim data = DirectCast(_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData, CommonPropertyEarlyWellKnownAttributeData) 1184Debug.Assert(_lazyCustomAttributesBag Is Nothing)