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