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)
59
=>
Name
== other.
Name
&& Source == other.Source;
62
=> Hash.Combine(
Name
, Source.GetHashCode());