2 overrides of GetActiveSpanEnvelope
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
292internal override (TextSpan envelope, TextSpan hole) GetActiveSpanEnvelope(SyntaxNode declaration)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
378Friend Overrides Function GetActiveSpanEnvelope(declaration As SyntaxNode) As (envelope As TextSpan, hole As TextSpan)
3 references to GetActiveSpanEnvelope
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
139/// TODO: consider implementing this via <see cref="GetActiveSpanEnvelope"/>. 1286var (envelope, hole) = GetActiveSpanEnvelope(declaration); 1703var (envelope, hole) = GetActiveSpanEnvelope(declaration);