3 references to HintName
Microsoft.VisualStudio.LanguageServices (1)
Workspace\SourceGeneratedFileManager.cs (1)
111
document.
HintName
);
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSource.cs (2)
137
if (StringComparer.OrdinalIgnoreCase.Compare(document.
HintName
, ((SourceGeneratedFileItem)_items[mid]).HintName) < 0)
148
_threadingContext, document.Id, document.
HintName
, document.Project.Language, _workspace));