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