1 write to _underlyingObject
Microsoft.VisualStudio.LanguageServices (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptContainedDocumentWrapper.cs (1)
19
=>
_underlyingObject
= underlyingObject;
4 references to _underlyingObject
Microsoft.VisualStudio.LanguageServices (4)
ExternalAccess\VSTypeScript\Api\VSTypeScriptContainedDocumentWrapper.cs (4)
21
public bool IsDefault =>
_underlyingObject
== null;
39
=>
_underlyingObject
.Dispose();
42
=>
_underlyingObject
.SubjectBuffer;
45
=>
_underlyingObject
.ContainedLanguageHost;