2 references to TryFindVariableDeclarator
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\UsePatternMatching\CSharpAsAndNullCheckDiagnosticAnalyzer.cs (2)
291
if (!
TryFindVariableDeclarator
(semanticModel, identifier, out localSymbol, out declarator))
312
if (!
TryFindVariableDeclarator
(semanticModel, identifier, out localSymbol, out declarator))