1 write to HintName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItem.cs (1)
32HintName = hintName;
3 references to HintName
Microsoft.VisualStudio.LanguageServices.Implementation (3)
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItem.BrowseObject.cs (2)
21public string Name => _sourceGeneratedFileItem.HintName; 24public override string GetComponentName() => _sourceGeneratedFileItem.HintName;
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSource.cs (1)
137if (StringComparer.OrdinalIgnoreCase.Compare(document.HintName, ((SourceGeneratedFileItem)_items[mid]).HintName) < 0)