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