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