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