1 instantiation of TypeLoader
MSBuild (1)
src\msbuild\src\Shared\TypeLoader.cs (1)
135
internal static TypeLoader Create<TInterface>() where TInterface : class => new
TypeLoader
(typeof(TInterface));
4 references to TypeLoader
MSBuild (4)
OutOfProcTaskAppDomainWrapperBase.cs (2)
126
TypeLoader
typeLoader =
TypeLoader
.Create<ITask>();
src\msbuild\src\Shared\TypeLoader.cs (2)
125
/// Creates a <see cref="
TypeLoader
"/> that selects concrete, public types implementing <typeparamref name="TInterface"/>
135
internal static
TypeLoader
Create<TInterface>() where TInterface : class => new TypeLoader(typeof(TInterface));