10 references to HostType
Microsoft.VisualStudio.LanguageServices (10)
Venus\ContainedDocument.cs (10)
87private readonly HostType _hostType; 92public bool SupportsRename { get { return _hostType == HostType.Razor; } } 131private HostType GetHostType() 140return HostType.Razor; 149return HostType.HTML; 159return HostType.XOML; 829if (_hostType == HostType.Razor) 954if (_hostType == HostType.HTML) 959if (_hostType == HostType.Razor) 1022Debug.Assert(_hostType == HostType.Razor);