Пример #1
0
 public Task <IList <PackageWithTypeResult> > FindPackagesWithTypeAsync(
     string source, string name, int arity, CancellationToken cancellationToken)
 {
     return(SpecializedTasks.EmptyList <PackageWithTypeResult>());
 }
Пример #2
0
 public Task <IList <PackageWithAssemblyResult> > FindPackagesWithAssemblyAsync(
     string source, string assemblyName, CancellationToken cancellationToken)
 {
     return(SpecializedTasks.EmptyList <PackageWithAssemblyResult>());
 }
Пример #3
0
 public Task <IList <ReferenceAssemblyWithTypeResult> > FindReferenceAssembliesWithTypeAsync(
     string name, int arity, CancellationToken cancellationToken)
 {
     return(SpecializedTasks.EmptyList <ReferenceAssemblyWithTypeResult>());
 }