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