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