2 overrides of GetSemanticRootForSpeculation
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
SpeculationAnalyzer.cs (1)
70protected override SyntaxNode GetSemanticRootForSpeculation(ExpressionSyntax expression)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
SpeculationAnalyzer.vb (1)
55Protected Overrides Function GetSemanticRootForSpeculation(expression As ExpressionSyntax) As SyntaxNode
1 reference to GetSemanticRootForSpeculation
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractSpeculationAnalyzer.cs (1)
115_lazySemanticRootOfOriginalExpression = GetSemanticRootForSpeculation(this.OriginalExpression);