1 write to _implementation
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptBreakpointResolutionService.cs (1)
27
=>
_implementation
= implementation;
2 references to _implementation
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\VSTypeScriptBreakpointResolutionService.cs (2)
30
=> (await
_implementation
.ResolveBreakpointAsync(document, textSpan, cancellationToken).ConfigureAwait(false)).UnderlyingObject;
33
=> (await
_implementation
.ResolveBreakpointsAsync(solution, name, cancellationToken).ConfigureAwait(false)).Select(r => r.UnderlyingObject);