2 references to TryAnalyzeVariableDeclaration
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseDeconstructionCodeFixProvider.cs (1)
78
if (CSharpUseDeconstructionDiagnosticAnalyzer.
TryAnalyzeVariableDeclaration
(
CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
62
if (!
TryAnalyzeVariableDeclaration
(context.SemanticModel, variableDeclaration, out _, out _, context.CancellationToken))