1 write to Name
Microsoft.CodeAnalysis.Workspaces (1)
Packaging\IPackageInstallerService.cs (1)
58
Name
= name;
4 references to Name
Microsoft.CodeAnalysis.Features (1)
AddImport\PackageSourceHelper.cs (1)
33
yield 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());