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