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