Implemented interface member:
property
IsNotPublic
System.Runtime.InteropServices._Type.IsNotPublic
7 references to IsNotPublic
mscorlib (1)
system\rttype.cs (1)
5125if (this.IsPublic || this.IsNotPublic)
PresentationBuildTasks (1)
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
123return type.IsNotPublic || (origType != type && type.IsPublic);
System.Runtime.Remoting (2)
metadata\wsdlwriter.cs (2)
162if (!(type.IsPublic || type.IsNotPublic)) 411if (!(type.IsPublic || type.IsNotPublic))
System.ServiceModel (1)
System\ServiceModel\Description\ServiceDescription.cs (1)
157(serviceType.IsNotPublic || (!constructor.IsPublic)) &&
System.Workflow.Activities (1)
Rules\Parser\Parser.cs (1)
675if (type.IsNotPublic && (type.Assembly != null && type.Assembly != validation.ThisType.Assembly))
WindowsBase (1)
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
123return type.IsNotPublic || (origType != type && type.IsPublic);