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