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