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