9 references to AvailableStaticMethods
Microsoft.Build (5)
Evaluation\Expander.cs (5)
25using AvailableStaticMethods = Microsoft.Build.Internal.AvailableStaticMethods; 5041cachedTypeInformation = AvailableStaticMethods.GetTypeInformationFromTypeCache(typeName, simpleMethodName); 5067AvailableStaticMethods.TryAdd(typeName, simpleMethodName, new Tuple<string, Type>(assemblyQualifiedTypeName, receiverType)); 5108AvailableStaticMethods.TryAdd(typeName, new Tuple<string, Type>(typeName, receiverType)); 5500return AvailableStaticMethods.GetTypeInformationFromTypeCache(receiverType.FullName, methodName) != null;
Microsoft.Build.Engine.UnitTests (4)
Evaluation\Expander_Tests.cs (4)
2605AvailableStaticMethods.Reset_ForUnitTestsOnly(); 2635AvailableStaticMethods.Reset_ForUnitTestsOnly(); 2666AvailableStaticMethods.Reset_ForUnitTestsOnly(); 4063AvailableStaticMethods.Reset_ForUnitTestsOnly();