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