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