3 references to IsPrivateOrNull
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (3)
628
return
IsPrivateOrNull
(pi.GetGetMethod(true)) &&
629
IsPrivateOrNull
(pi.GetSetMethod(true));
634
return
IsPrivateOrNull
(ei.GetAddMethod(true));