10 references to HostType
Microsoft.VisualStudio.LanguageServices (10)
Venus\ContainedDocument.cs (10)
86private readonly HostType _hostType; 91public bool SupportsRename { get { return _hostType == HostType.Razor; } } 128private HostType GetHostType() 137return HostType.Razor; 146return HostType.HTML; 156return HostType.XOML; 826if (_hostType == HostType.Razor) 951if (_hostType == HostType.HTML) 956if (_hostType == HostType.Razor) 1019Debug.Assert(_hostType == HostType.Razor);