1 write to _underlyingObject
Microsoft.CodeAnalysis.Workspaces (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDocumentationCommentWrapper.cs (1)
14
=>
_underlyingObject
= underlyingObject;
3 references to _underlyingObject
Microsoft.CodeAnalysis.Workspaces (3)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDocumentationCommentWrapper.cs (3)
20
=>
_underlyingObject
== null;
23
=>
_underlyingObject
?.SummaryText;
26
=>
_underlyingObject
?.GetParameterText(parameterName);