1 write to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\Implementation\Debugging\FSharpDebugLocationInfo.cs (1)
14
=>
UnderlyingObject
= new DebugLocationInfo(name, lineOffset);
3 references to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.FSharp (3)
Editor\Implementation\Debugging\FSharpDebugLocationInfo.cs (3)
16
public readonly string Name =>
UnderlyingObject
.Name;
17
public readonly int LineOffset =>
UnderlyingObject
.LineOffset;
18
internal bool IsDefault =>
UnderlyingObject
.IsDefault;