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)
91public bool SupportsRename { get { return _hostType == HostType.Razor; } } 826if (_hostType == HostType.Razor) 951if (_hostType == HostType.HTML) 956if (_hostType == HostType.Razor) 1019Debug.Assert(_hostType == HostType.Razor);