3 references to DebugLocationInfo
Microsoft.CodeAnalysis.CSharp.Features (1)
Debugging\LocationInfoGetter.cs (1)
66return new DebugLocationInfo(name, lineOffset);
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugLocationInfoWrapper.cs (1)
11internal readonly DebugLocationInfo UnderlyingObject = new DebugLocationInfo(name, lineOffset);
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\Implementation\Debugging\FSharpDebugLocationInfo.cs (1)
14=> UnderlyingObject = new DebugLocationInfo(name, lineOffset);