3 references to GetTypeFromAssembly
Microsoft.Build (3)
Evaluation\Expander.cs (3)
4297
receiverType =
GetTypeFromAssembly
(typeName, "System");
4302
receiverType =
GetTypeFromAssembly
(typeName, "System.Core");
4343
Type foundType =
GetTypeFromAssembly
(typeName, candidateAssemblyName);