5 references to TestAccessor
System.Private.Windows.Core.TestUtilities (5)
ITestAccessor.cs (1)
12/// allow dynamically creating arbitrary <see cref="TestAccessor{T}"/> from
TestAccessor.cs (2)
154MemberInfo? memberInfo = TestAccessor<T>.DynamicWrapper.GetFieldOrPropertyInfo(binder.Name); 187MemberInfo? memberInfo = TestAccessor<T>.DynamicWrapper.GetFieldOrPropertyInfo(binder.Name);
TestAccessors.cs (2)
61typeof(TestAccessor<>).MakeGenericType(type), 64typeof(TestAccessor<>).MakeGenericType(instanceOrType.GetType()),