2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourcePropertySymbol.vb (2)
494
LoadAndValidateAttributes(Me.GetAttributeDeclarations(),
_lazyCustomAttributesBag
)
1186
_lazyCustomAttributesBag
= attributeData
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Source\SourcePropertySymbol.vb (7)
493
If
_lazyCustomAttributesBag
Is Nothing OrElse Not
_lazyCustomAttributesBag
.IsSealed Then
496
Return
_lazyCustomAttributesBag
519
Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me.
_lazyCustomAttributesBag
989
Dim lazyCustomAttributesBag = Me.
_lazyCustomAttributesBag
991
Dim data = DirectCast(
_lazyCustomAttributesBag
.EarlyDecodedWellKnownAttributeData, CommonPropertyEarlyWellKnownAttributeData)
1184
Debug.Assert(
_lazyCustomAttributesBag
Is Nothing)