1 write to m_lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
1390
Return GetAttributesBag(
m_lazyCustomAttributesBag
, forReturnType:=False)
7 references to m_lazyCustomAttributesBag
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\Source\SourceMemberMethodSymbol.vb (1)
493
Debug.Assert(Me.
m_lazyCustomAttributesBag
Is Nothing)
Symbols\Source\SourceMethodSymbol.vb (6)
1466
Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me.
m_lazyCustomAttributesBag
1556
Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me.
m_lazyCustomAttributesBag
1983
Debug.Assert(
m_lazyCustomAttributesBag
IsNot Nothing AndAlso
m_lazyCustomAttributesBag
.IsSealed)
1998
Dim lazyCustomAttributesBag = Me.
m_lazyCustomAttributesBag
2000
Dim data = DirectCast(
m_lazyCustomAttributesBag
.EarlyDecodedWellKnownAttributeData, MethodEarlyWellKnownAttributeData)