1 implementation of TryResolve
Microsoft.AspNetCore.Components.Testing (1)
ServiceOverrideResolver.g.cs (1)
8public global::System.Action<global::Microsoft.Extensions.DependencyInjection.IServiceCollection>? TryResolve(
2 references to TryResolve
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\IE2EServiceOverrideResolver.cs (1)
23/// in the test assembly and calls <see cref="TryResolve"/> before falling back
Infrastructure\TestReadinessHostingStartup.cs (1)
116return resolver.TryResolve(overrideTypeName, overrideMethodName);