1 reference to TypeLoader
Microsoft.Build (1)
src\msbuild\src\Shared\TypeLoader.cs (1)
135internal static TypeLoader Create<TInterface>() where TInterface : class => new TypeLoader(typeof(TInterface));