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