2 references to IsExcludedActiveStatementSpanWithinEnvelope
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\MemberBody.cs (2)
23
=> Envelope.Contains(span) && !
IsExcludedActiveStatementSpanWithinEnvelope
(span);
67
if (envelope.Contains(span) && !
IsExcludedActiveStatementSpanWithinEnvelope
(span))