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