2 references to GetAccessors
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (2)
300
LazyMemberInfo importingMember = new LazyMemberInfo(lazyMember.MemberType, () =>
GetAccessors
(lazyMember));
407
LazyMemberInfo exportingMember = new LazyMemberInfo(capturedLazyMember.MemberType, () =>
GetAccessors
(capturedLazyMember));