1 write to m_syntaxReferenceOpt
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
69
m_syntaxReferenceOpt
= syntaxRef
17 references to m_syntaxReferenceOpt
Microsoft.CodeAnalysis.VisualBasic (17)
Symbols\Source\SourceMethodSymbol.vb (17)
748
If
m_syntaxReferenceOpt
Is Nothing Then
752
Dim decl =
m_syntaxReferenceOpt
.GetSyntax()
759
If
m_syntaxReferenceOpt
Is Nothing Then
771
Return
m_syntaxReferenceOpt
.GetVisualBasicSyntax()
778
If
m_syntaxReferenceOpt
IsNot Nothing Then
779
Return
m_syntaxReferenceOpt
.SyntaxTree
787
Return If(
m_syntaxReferenceOpt
IsNot Nothing, DirectCast(
m_syntaxReferenceOpt
.GetSyntax(), MethodBaseSyntax), Nothing)
800
Return GetDeclaringSyntaxReferenceHelper(
m_syntaxReferenceOpt
)
821
Return If(
m_syntaxReferenceOpt
IsNot Nothing, GetSymbolLocation(
m_syntaxReferenceOpt
), Nothing)
827
Return If(
m_syntaxReferenceOpt
IsNot Nothing,
828
New LexicalSortKey(
m_syntaxReferenceOpt
, Me.DeclaringCompilation),
1159
If
m_syntaxReferenceOpt
IsNot Nothing Then
1160
methodSyntax = TryCast(
m_syntaxReferenceOpt
.GetSyntax(), MethodStatementSyntax)
1161
syntaxTree =
m_syntaxReferenceOpt
.SyntaxTree
1358
Return If(
m_syntaxReferenceOpt
IsNot Nothing, DeclarationSyntax.AttributeLists, Nothing)