5 references to HintName
Microsoft.VisualStudio.LanguageServices (1)
Workspace\SourceGeneratedFileManager.cs (1)
124
document.
HintName
.Replace('/', Path.DirectorySeparatorChar));
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSource.cs (2)
121
if (StringComparer.OrdinalIgnoreCase.Compare(document.
HintName
, ((SourceGeneratedFileItem)_items[mid]).HintName) < 0)
132
_threadingContext, document.Id, document.
HintName
, document.Project.Language, _workspace));
Roslyn.VisualStudio.Next.UnitTests (2)
Services\ServiceHubServicesTests.cs (2)
502
Assert.Equal(localDoc.
HintName
, remoteDoc.
HintName
);