1 write to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptBreakpointResolutionResultWrapper.cs (1)
15
=>
UnderlyingObject
= result;
4 references to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (4)
ExternalAccess\VSTypeScript\Api\VSTypeScriptBreakpointResolutionResultWrapper.cs (4)
17
public Document Document =>
UnderlyingObject
.Document;
18
public TextSpan TextSpan =>
UnderlyingObject
.TextSpan;
19
public string? LocationNameOpt =>
UnderlyingObject
.LocationNameOpt;
20
public bool IsLineBreakpoint =>
UnderlyingObject
.IsLineBreakpoint;