2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceFieldSymbol.vb (2)
653
LoadAndValidateAttributes(GetAttributeDeclarations(),
_lazyCustomAttributesBag
)
673
_lazyCustomAttributesBag
= attributeData
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Source\SourceFieldSymbol.vb (7)
652
If
_lazyCustomAttributesBag
Is Nothing OrElse Not
_lazyCustomAttributesBag
.IsSealed Then
655
Return
_lazyCustomAttributesBag
659
Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me.
_lazyCustomAttributesBag
671
Debug.Assert(
_lazyCustomAttributesBag
Is Nothing)
853
Dim lazyCustomAttributesBag = Me.
_lazyCustomAttributesBag
855
Dim data = DirectCast(
_lazyCustomAttributesBag
.EarlyDecodedWellKnownAttributeData, CommonFieldEarlyWellKnownAttributeData)