2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceFieldSymbol.vb (2)
652
LoadAndValidateAttributes(GetAttributeDeclarations(),
_lazyCustomAttributesBag
)
672
_lazyCustomAttributesBag
= attributeData
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Source\SourceFieldSymbol.vb (7)
651
If
_lazyCustomAttributesBag
Is Nothing OrElse Not
_lazyCustomAttributesBag
.IsSealed Then
654
Return
_lazyCustomAttributesBag
658
Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me.
_lazyCustomAttributesBag
670
Debug.Assert(
_lazyCustomAttributesBag
Is Nothing)
852
Dim lazyCustomAttributesBag = Me.
_lazyCustomAttributesBag
854
Dim data = DirectCast(
_lazyCustomAttributesBag
.EarlyDecodedWellKnownAttributeData, CommonFieldEarlyWellKnownAttributeData)