1 write to m_lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
1846
LoadAndValidateAttributes(OneOrMany.Create(GetAttributeDeclarations()),
m_lazyCustomAttributesBag
)
8 references to m_lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceNamedTypeSymbol.vb (8)
1845
If
m_lazyCustomAttributesBag
Is Nothing OrElse Not
m_lazyCustomAttributesBag
.IsSealed Then
1849
Debug.Assert(
m_lazyCustomAttributesBag
.IsSealed)
1850
Return
m_lazyCustomAttributesBag
1862
Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me.
m_lazyCustomAttributesBag
1918
Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me.
m_lazyCustomAttributesBag
2120
Dim lazyCustomAttributesBag =
m_lazyCustomAttributesBag
2331
If Me.
m_lazyCustomAttributesBag
?.IsDecodedWellKnownAttributeDataComputed Then