2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourcePropertySymbol.vb (2)
498LoadAndValidateAttributes(Me.GetAttributeDeclarations(), _lazyCustomAttributesBag) 1235_lazyCustomAttributesBag = attributeData
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourcePropertySymbol.vb (8)
497If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then 500Return _lazyCustomAttributesBag 523Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me._lazyCustomAttributesBag 735Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me._lazyCustomAttributesBag 1038Dim lazyCustomAttributesBag = Me._lazyCustomAttributesBag 1040Dim data = DirectCast(_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData, CommonPropertyEarlyWellKnownAttributeData) 1233Debug.Assert(_lazyCustomAttributesBag Is Nothing)