1 write to _underlyingObject
Microsoft.VisualStudio.LanguageServices (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptContainedDocumentWrapper.cs (1)
21=> _underlyingObject = underlyingObject;
4 references to _underlyingObject
Microsoft.VisualStudio.LanguageServices (4)
ExternalAccess\VSTypeScript\Api\VSTypeScriptContainedDocumentWrapper.cs (4)
23public bool IsDefault => _underlyingObject == null; 41=> _underlyingObject.Dispose(); 44=> _underlyingObject.SubjectBuffer; 47=> _underlyingObject.ContainedLanguageHost;