3 references to TryFindComponent
Microsoft.ML.Core (3)
ComponentModel\ComponentCatalog.cs (2)
880
/// Akin to <see cref="
TryFindComponent
(Type, string, out ComponentInfo)"/>, except if the regular (case sensitive) comparison fails, it will
889
if (
TryFindComponent
(interfaceType, alias, out component))
Data\ServerChannel.cs (1)
183
if (!env.ComponentCatalog.
TryFindComponent
(typeof(IServerFactory), "mini", out component))