5 references to PackageSource
Microsoft.CodeAnalysis.Features (1)
AddImport\IAddImportFeatureService.cs (1)
47/// ImmutableArray{PackageSource}, CancellationToken)"/> except it only returns fix data when there is a single
Microsoft.CodeAnalysis.Workspaces (4)
Packaging\IPackageInstallerService.cs (4)
41ImmutableArray<PackageSource> TryGetPackageSources(); 47internal readonly struct PackageSource(string name, string source) : IEquatable<PackageSource> 56=> obj is PackageSource source && Equals(source); 58public bool Equals(PackageSource other)