2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourcePropertySymbol.vb (2)
497LoadAndValidateAttributes(Me.GetAttributeDeclarations(), _lazyCustomAttributesBag) 1234_lazyCustomAttributesBag = attributeData
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourcePropertySymbol.vb (8)
496If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then 499Return _lazyCustomAttributesBag 522Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me._lazyCustomAttributesBag 734Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me._lazyCustomAttributesBag 1037Dim lazyCustomAttributesBag = Me._lazyCustomAttributesBag 1039Dim data = DirectCast(_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData, CommonPropertyEarlyWellKnownAttributeData) 1232Debug.Assert(_lazyCustomAttributesBag Is Nothing)