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)
74var filePath = _underlyingObject.GetFilePathFromBuffers(); 78public bool IsDefault => _underlyingObject == null; 80public void DisconnectHost() => _underlyingObject.SetHost(null);