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