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