2 references to TryAnalyzeVariableDeclaration
Microsoft.CodeAnalysis.CSharp.Features (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseDeconstruction\CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
62
if (!
TryAnalyzeVariableDeclaration
(context.SemanticModel, variableDeclaration, out _, out _, context.CancellationToken))
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
72
if (CSharpUseDeconstructionDiagnosticAnalyzer.
TryAnalyzeVariableDeclaration
(