2 overrides of GetActiveSpanEnvelope
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
292
internal override (TextSpan envelope, TextSpan hole)
GetActiveSpanEnvelope
(SyntaxNode declaration)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
378
Friend 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
"/>.
1286
var (envelope, hole) =
GetActiveSpanEnvelope
(declaration);
1703
var (envelope, hole) =
GetActiveSpanEnvelope
(declaration);