Implemented interface member:
method
IsInExpressionTree
Microsoft.CodeAnalysis.LanguageService.ISemanticFacts.IsInExpressionTree(Microsoft.CodeAnalysis.SemanticModel, Microsoft.CodeAnalysis.SyntaxNode, Microsoft.CodeAnalysis.INamedTypeSymbol, System.Threading.CancellationToken)
1 reference to IsInExpressionTree
Microsoft.CodeAnalysis.CSharp.Features (1)
UsePatternMatching\CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer.cs (1)
119
if (CSharpSemanticFactsService.Instance.
IsInExpressionTree
(semanticModel, isExpression, expressionType, cancellationToken))