1 implementation of IBreakpointResolutionService
Microsoft.CodeAnalysis.CSharp.Features (1)
Debugging\CSharpBreakpointResolutionService.cs (1)
20internal sealed class CSharpBreakpointResolutionService : IBreakpointResolutionService
1 reference to IBreakpointResolutionService
Microsoft.CodeAnalysis.CSharp.Features (1)
Debugging\CSharpBreakpointResolutionService.cs (1)
19[ExportLanguageService(typeof(IBreakpointResolutionService), LanguageNames.CSharp), Shared]