3 references to TryGetBreakpointSpan
Microsoft.CodeAnalysis.CSharp.Features (1)
Debugging\CSharpBreakpointResolutionService.cs (1)
36
if (tree == null || !BreakpointSpans.
TryGetBreakpointSpan
(tree, textSpan.Start, cancellationToken, out var span))
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
EditAndContinue\BreakpointSpansTests.cs (1)
41
var hasBreakpoint = BreakpointSpans.
TryGetBreakpointSpan
(
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorBreakpointSpans.cs (1)
14
=> BreakpointSpans.
TryGetBreakpointSpan
(tree, position, cancellationToken, out breakpointSpan);