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