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