2 references to TryGetActiveSpan
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1700
if (
TryGetActiveSpan
(statement, statementPart, minLength: statement.Span.Length, out var span))
1714
if (
TryGetActiveSpan
(node, part, minLength: 0, out span))