4 references to RQName
Microsoft.VisualStudio.LanguageServices (2)
Implementation\VsRefactorNotifyService.cs (1)
172
rqname = LanguageServices.
RQName
.From(symbol);
RQName\RQName.cs (1)
12
/// Helpers related to <see cref="
RQName
"/>s. The resulting strings are suitable to pass as the pszRQName
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
RQName\RQNameTests.vb (2)
259
Dim refactoringQualifiedName =
RQName
.From(symbol)
263
Assert.Null(
RQName
.From(symbol))