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