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