3 references to GetTypeFromAssembly
Microsoft.Build (3)
Evaluation\Expander.Function.cs (3)
665
receiverType =
GetTypeFromAssembly
(typeName, "System");
670
receiverType =
GetTypeFromAssembly
(typeName, "System.Core");
711
Type foundType =
GetTypeFromAssembly
(typeName, candidateAssemblyName);