3 references to TryGetDiagnosticSpanImpl
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
EditAndContinue\CSharpEditAndContinueAnalyzerTests.cs (2)
102
span = CSharpEditAndContinueAnalyzer.
TryGetDiagnosticSpanImpl
(kind, null, EditKind.Update);
270
/// Verifies that <see cref="CSharpEditAndContinueAnalyzer.
TryGetDiagnosticSpanImpl
"/> handles all <see cref="SyntaxKind"/>s.
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1592
=>
TryGetDiagnosticSpanImpl
(node.Kind(), node, editKind);