2 references to TryGetSyntaxNodeToReportDiagnosticCore
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AbstractLocation.cs (2)
168
var syntaxNode =
TryGetSyntaxNodeToReportDiagnosticCore
(argument);
175
return
TryGetSyntaxNodeToReportDiagnosticCore
(creation);