9 references to AvailableStaticMethods
Microsoft.Build (5)
Evaluation\Expander.cs (5)
30using AvailableStaticMethods = Microsoft.Build.Internal.AvailableStaticMethods; 4248cachedTypeInformation = AvailableStaticMethods.GetTypeInformationFromTypeCache(typeName, simpleMethodName); 4274AvailableStaticMethods.TryAdd(typeName, simpleMethodName, new Tuple<string, Type>(assemblyQualifiedTypeName, receiverType)); 4315AvailableStaticMethods.TryAdd(typeName, new Tuple<string, Type>(typeName, receiverType)); 4706return AvailableStaticMethods.GetTypeInformationFromTypeCache(receiverType.FullName, methodName) != null;
Microsoft.Build.Engine.UnitTests (4)
Evaluation\Expander_Tests.cs (4)
2644AvailableStaticMethods.Reset_ForUnitTestsOnly(); 2674AvailableStaticMethods.Reset_ForUnitTestsOnly(); 2705AvailableStaticMethods.Reset_ForUnitTestsOnly(); 4123AvailableStaticMethods.Reset_ForUnitTestsOnly();