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