5 references to AvailableStaticMethods
Microsoft.Build (5)
Evaluation\Expander.Function.cs (5)
19
using AvailableStaticMethods = Microsoft.Build.Internal.
AvailableStaticMethods
;
684
cachedTypeInformation =
AvailableStaticMethods
.GetTypeInformationFromTypeCache(typeName, simpleMethodName);
710
AvailableStaticMethods
.TryAdd(typeName, simpleMethodName, new Tuple<string, Type>(assemblyQualifiedTypeName, receiverType));
755
AvailableStaticMethods
.TryAdd(typeName, new Tuple<string, Type>(typeName, receiverType));
1151
return
AvailableStaticMethods
.GetTypeInformationFromTypeCache(receiverType.FullName, methodName) != null;