Exemplo n.º 1
0
 public Task <IList <PackageWithTypeResult> > FindPackagesWithTypeAsync(
     string source, string name, int arity, CancellationToken cancellationToken)
 {
     return(SpecializedTasks.EmptyList <PackageWithTypeResult>());
 }
Exemplo n.º 2
0
 public Task <IList <PackageWithAssemblyResult> > FindPackagesWithAssemblyAsync(
     string source, string assemblyName, CancellationToken cancellationToken)
 {
     return(SpecializedTasks.EmptyList <PackageWithAssemblyResult>());
 }
Exemplo n.º 3
0
 public Task <IList <ReferenceAssemblyWithTypeResult> > FindReferenceAssembliesWithTypeAsync(
     string name, int arity, CancellationToken cancellationToken)
 {
     return(SpecializedTasks.EmptyList <ReferenceAssemblyWithTypeResult>());
 }