2 references to GetTypeInformationFromTypeCache
Microsoft.Build (2)
Evaluation\Expander.Function.cs (2)
684
cachedTypeInformation = AvailableStaticMethods.
GetTypeInformationFromTypeCache
(typeName, simpleMethodName);
1151
return AvailableStaticMethods.
GetTypeInformationFromTypeCache
(receiverType.FullName, methodName) != null;