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