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