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