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