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