6 references to Envelope
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
836
var adjustedOldStatementStart = oldBody.ContainsActiveStatementSpan(oldStatementSpan) ? oldStatementSpan.Start : oldBody.
Envelope
.Start;
1325
if (!body.
Envelope
.Contains(trackedSpan))
EditAndContinue\DeclarationBody.cs (1)
52
/// and its span covers the entire <see cref="MemberBody.
Envelope
"/>.
EditAndContinue\MemberBody.cs (3)
22
=>
Envelope
.Contains(span) && !IsExcludedActiveStatementSpanWithinEnvelope(span);
25
/// True for <paramref name="span"/> within <see cref="
Envelope
"/> does not belong to the body.
47
var envelope =
Envelope
;