1 instantiation of TypeLoader
MSBuild (1)
src\msbuild\src\Shared\TypeLoader.cs (1)
135internal static TypeLoader Create<TInterface>() where TInterface : class => new TypeLoader(typeof(TInterface));
4 references to TypeLoader
MSBuild (4)
OutOfProcTaskAppDomainWrapperBase.cs (2)
126TypeLoader 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"/> 135internal static TypeLoader Create<TInterface>() where TInterface : class => new TypeLoader(typeof(TInterface));