5 references to PackageSource
Microsoft.CodeAnalysis.Features (1)
AddImport\IAddImportFeatureService.cs (1)
48/// Similar to <see cref="GetFixesAsync(Document, TextSpan, string, int, ISymbolSearchService, AddImportOptions, ImmutableArray{PackageSource}, CancellationToken)"/>
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)