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)
92public bool SupportsRename { get { return _hostType == HostType.Razor; } } 829if (_hostType == HostType.Razor) 954if (_hostType == HostType.HTML) 959if (_hostType == HostType.Razor) 1022Debug.Assert(_hostType == HostType.Razor);