1 write to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\Implementation\Debugging\FSharpDebugLocationInfo.cs (1)
14=> UnderlyingObject = new DebugLocationInfo(name, lineOffset);
4 references to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.FSharp (4)
Editor\Implementation\Debugging\FSharpDebugLocationInfo.cs (3)
16public readonly string Name => UnderlyingObject.Name; 17public readonly int LineOffset => UnderlyingObject.LineOffset; 18internal bool IsDefault => UnderlyingObject.IsDefault;
Internal\Editor\Implementation\Debugging\FSharpLanguageDebugInfoService.cs (1)
34=> (await _service.GetLocationInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject;