1 write to m_syntaxReferenceOpt
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
68
m_syntaxReferenceOpt
= syntaxRef
17 references to m_syntaxReferenceOpt
Microsoft.CodeAnalysis.VisualBasic (17)
Symbols\Source\SourceMethodSymbol.vb (17)
747
If
m_syntaxReferenceOpt
Is Nothing Then
751
Dim decl =
m_syntaxReferenceOpt
.GetSyntax()
758
If
m_syntaxReferenceOpt
Is Nothing Then
770
Return
m_syntaxReferenceOpt
.GetVisualBasicSyntax()
777
If
m_syntaxReferenceOpt
IsNot Nothing Then
778
Return
m_syntaxReferenceOpt
.SyntaxTree
786
Return If(
m_syntaxReferenceOpt
IsNot Nothing, DirectCast(
m_syntaxReferenceOpt
.GetSyntax(), MethodBaseSyntax), Nothing)
799
Return GetDeclaringSyntaxReferenceHelper(
m_syntaxReferenceOpt
)
820
Return If(
m_syntaxReferenceOpt
IsNot Nothing, GetSymbolLocation(
m_syntaxReferenceOpt
), Nothing)
826
Return If(
m_syntaxReferenceOpt
IsNot Nothing,
827
New LexicalSortKey(
m_syntaxReferenceOpt
, Me.DeclaringCompilation),
1158
If
m_syntaxReferenceOpt
IsNot Nothing Then
1159
methodSyntax = TryCast(
m_syntaxReferenceOpt
.GetSyntax(), MethodStatementSyntax)
1160
syntaxTree =
m_syntaxReferenceOpt
.SyntaxTree
1357
Return If(
m_syntaxReferenceOpt
IsNot Nothing, DeclarationSyntax.AttributeLists, Nothing)