2 references to GetEnvelope
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
EditAndContinue\BreakpointSpansTests.cs (1)
87var actualEnvelope = BreakpointSpans.GetEnvelope(declarationNode);
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
293=> (BreakpointSpans.GetEnvelope(declaration), default);