1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceEventSymbol.vb (1)
621LoadAndValidateAttributes(OneOrMany.Create(Me.AttributeDeclarationSyntaxList), _lazyCustomAttributesBag)
6 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Source\SourceEventSymbol.vb (6)
597Dim lazyCustomAttributesBag = Me._lazyCustomAttributesBag 599Dim data = DirectCast(_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData, CommonEventEarlyWellKnownAttributeData) 620If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then 623Return _lazyCustomAttributesBag 627Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me._lazyCustomAttributesBag