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