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