2 references to new
Microsoft.CodeAnalysis.Features (2)
Debugging\BreakpointResolutionResult.cs (2)
25
=>
new
(document, textSpan, locationNameOpt, isLineBreakpoint: false);
28
=>
new
(document, new TextSpan(), locationNameOpt, isLineBreakpoint: true);