2 writes to _underlyingObject
Microsoft.VisualStudio.LanguageServices (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptContainedLanguageWrapper.cs (2)
47
_underlyingObject
= new ContainedLanguage(
65
_underlyingObject
= new ContainedLanguage(
3 references to _underlyingObject
Microsoft.VisualStudio.LanguageServices (3)
ExternalAccess\VSTypeScript\Api\VSTypeScriptContainedLanguageWrapper.cs (3)
74
var filePath =
_underlyingObject
.GetFilePathFromBuffers();
78
public bool IsDefault =>
_underlyingObject
== null;
80
public void DisconnectHost() =>
_underlyingObject
.SetHost(null);