1 write to Name
Microsoft.CodeAnalysis.Workspaces (1)
Packaging\IPackageInstallerService.cs (1)
58Name = name;
4 references to Name
Microsoft.CodeAnalysis.Features (1)
AddImport\PackageSourceHelper.cs (1)
33yield return (packageSource.Name, packageSource.Source);
Microsoft.CodeAnalysis.Workspaces (3)
Packaging\IPackageInstallerService.cs (3)
66=> Name == other.Name && Source == other.Source; 69=> Hash.Combine(Name, Source.GetHashCode());