3 references to IsPrivateOrNull
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (3)
602
return
IsPrivateOrNull
(pi.GetGetMethod(true)) &&
603
IsPrivateOrNull
(pi.GetSetMethod(true));
607
return
IsPrivateOrNull
(ei.GetAddMethod(true));