1 write to _hostType
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.cs (1)
124
_hostType
= GetHostType();
5 references to _hostType
Microsoft.VisualStudio.LanguageServices (5)
Venus\ContainedDocument.cs (5)
91
public bool SupportsRename { get { return
_hostType
== HostType.Razor; } }
826
if (
_hostType
== HostType.Razor)
951
if (
_hostType
== HostType.HTML)
956
if (
_hostType
== HostType.Razor)
1019
Debug.Assert(
_hostType
== HostType.Razor);