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