9 references to ReflectionHelpers
Microsoft.TestPlatform.AdapterUtilities (9)
ManagedNameUtilities\ManagedNameHelper.Reflection.cs (8)
97if (!method.IsGenericMethod && ReflectionHelpers.GetReflectedType(method) is { } semanticType && !ReflectionHelpers.IsGenericType(semanticType)) 140if (!ReflectionHelpers.IsMethod(method)) 145var semanticType = ReflectionHelpers.GetReflectedType(method) 149if (ReflectionHelpers.IsGenericType(semanticType) && !useClosedTypes) 159var methodHandle = ReflectionHelpers.GetMethodHandle(method); 271var parsedManagedTypeName = ReflectionHelpers.ParseEscapedString(managedTypeName); 359if (ReflectionHelpers.GetDeclaringMethod(type) != null)
ManagedNameUtilities\ManagedNameParser.cs (1)
69methodName = ReflectionHelpers.ParseEscapedString(escapedMethodName);