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