2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceFieldSymbol.vb (2)
633
LoadAndValidateAttributes(GetAttributeDeclarations(),
_lazyCustomAttributesBag
)
653
_lazyCustomAttributesBag
= attributeData
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Source\SourceFieldSymbol.vb (7)
632
If
_lazyCustomAttributesBag
Is Nothing OrElse Not
_lazyCustomAttributesBag
.IsSealed Then
635
Return
_lazyCustomAttributesBag
639
Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me.
_lazyCustomAttributesBag
651
Debug.Assert(
_lazyCustomAttributesBag
Is Nothing)
833
Dim lazyCustomAttributesBag = Me.
_lazyCustomAttributesBag
835
Dim data = DirectCast(
_lazyCustomAttributesBag
.EarlyDecodedWellKnownAttributeData, CommonFieldEarlyWellKnownAttributeData)