1 instantiation of DebugLocationInfo
Microsoft.CodeAnalysis.CSharp.Features (1)
Debugging\LocationInfoGetter.cs (1)
66return new DebugLocationInfo(name, lineOffset);
3 references to DebugLocationInfo
Microsoft.CodeAnalysis.CSharp.Features (2)
Debugging\CSharpLanguageDebugInfoService.cs (1)
19public Task<DebugLocationInfo> GetLocationInfoAsync(Document document, int position, CancellationToken cancellationToken)
Debugging\LocationInfoGetter.cs (1)
18internal static async Task<DebugLocationInfo> GetInfoAsync(Document document, int position, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Features (1)
Debugging\ILanguageDebugInfoService.cs (1)
13Task<DebugLocationInfo> GetLocationInfoAsync(Document document, int position, CancellationToken cancellationToken);