1 override of TryGetActiveSpan
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
579protected override bool TryGetActiveSpan(SyntaxNode node, int statementPart, int minLength, out TextSpan span)
2 references to TryGetActiveSpan
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1819if (TryGetActiveSpan(statement, statementPart, minLength: statement.Span.Length, out var span)) 1833if (TryGetActiveSpan(node, part, minLength: 0, out span))