1 write to LineOffset
Microsoft.CodeAnalysis.Features (1)
Debugging\DebugLocationInfo.cs (1)
18LineOffset = lineOffset;
4 references to LineOffset
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Debugging\LocationInfoGetterTests.cs (1)
34Assert.Equal(expectedLineOffset, locationInfo.LineOffset);
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugLocationInfoWrapper.cs (1)
14public readonly int LineOffset => UnderlyingObject.LineOffset;
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\Implementation\Debugging\FSharpDebugLocationInfo.cs (1)
17public readonly int LineOffset => UnderlyingObject.LineOffset;
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
116return (debugLocationInfo.Name, debugLocationInfo.LineOffset);