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