2 references to AnalyzeExpression
Microsoft.CodeAnalysis.CSharp.Features (2)
UsePatternMatching\CSharpIsAndCastCheckWithoutNameCodeFixProvider.cs (1)
62
var (matches, localName) = CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer.Instance.
AnalyzeExpression
(
UsePatternMatching\CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer.cs (1)
96
var (matches, _) =
AnalyzeExpression
(semanticModel, isExpression, expressionType, cancellationToken);