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