2 writes to _underlyingObject
Microsoft.VisualStudio.LanguageServices (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptContainedLanguageWrapper.cs (2)
46
_underlyingObject
= new ContainedLanguage(
64
_underlyingObject
= new ContainedLanguage(
3 references to _underlyingObject
Microsoft.VisualStudio.LanguageServices (3)
ExternalAccess\VSTypeScript\Api\VSTypeScriptContainedLanguageWrapper.cs (3)
73
var filePath =
_underlyingObject
.GetFilePathFromBuffers();
77
public bool IsDefault =>
_underlyingObject
== null;
79
public void DisconnectHost() =>
_underlyingObject
.SetHost(null);