2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourcePropertySymbol.vb (2)
498
LoadAndValidateAttributes(Me.GetAttributeDeclarations(),
_lazyCustomAttributesBag
)
1235
_lazyCustomAttributesBag
= attributeData
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourcePropertySymbol.vb (8)
497
If
_lazyCustomAttributesBag
Is Nothing OrElse Not
_lazyCustomAttributesBag
.IsSealed Then
500
Return
_lazyCustomAttributesBag
523
Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me.
_lazyCustomAttributesBag
735
Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me.
_lazyCustomAttributesBag
1038
Dim lazyCustomAttributesBag = Me.
_lazyCustomAttributesBag
1040
Dim data = DirectCast(
_lazyCustomAttributesBag
.EarlyDecodedWellKnownAttributeData, CommonPropertyEarlyWellKnownAttributeData)
1233
Debug.Assert(
_lazyCustomAttributesBag
Is Nothing)