5 references to AvailableStaticMethods
Microsoft.Build (5)
Evaluation\Expander.cs (5)
28
using AvailableStaticMethods = Microsoft.Build.Internal.
AvailableStaticMethods
;
4305
cachedTypeInformation =
AvailableStaticMethods
.GetTypeInformationFromTypeCache(typeName, simpleMethodName);
4331
AvailableStaticMethods
.TryAdd(typeName, simpleMethodName, new Tuple<string, Type>(assemblyQualifiedTypeName, receiverType));
4372
AvailableStaticMethods
.TryAdd(typeName, new Tuple<string, Type>(typeName, receiverType));
4763
return
AvailableStaticMethods
.GetTypeInformationFromTypeCache(receiverType.FullName, methodName) != null;