1 write to _hostType
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.cs (1)
127
_hostType
= GetHostType();
5 references to _hostType
Microsoft.VisualStudio.LanguageServices (5)
Venus\ContainedDocument.cs (5)
92
public bool SupportsRename { get { return
_hostType
== HostType.Razor; } }
829
if (
_hostType
== HostType.Razor)
954
if (
_hostType
== HostType.HTML)
959
if (
_hostType
== HostType.Razor)
1022
Debug.Assert(
_hostType
== HostType.Razor);