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)
16public readonly string Name => UnderlyingObject.Name; 17public readonly int LineOffset => UnderlyingObject.LineOffset; 18internal bool IsDefault => UnderlyingObject.IsDefault;