Implemented interface member:
property
IsNotPublic
System.Runtime.InteropServices._Type.IsNotPublic
7 references to IsNotPublic
mscorlib (1)
system\rttype.cs (1)
5125
if (this.IsPublic || this.
IsNotPublic
)
PresentationBuildTasks (1)
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
123
return type.
IsNotPublic
|| (origType != type && type.IsPublic);
System.Runtime.Remoting (2)
metadata\wsdlwriter.cs (2)
162
if (!(type.IsPublic || type.
IsNotPublic
))
411
if (!(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)
675
if (type.
IsNotPublic
&& (type.Assembly != null && type.Assembly != validation.ThisType.Assembly))
WindowsBase (1)
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
123
return type.
IsNotPublic
|| (origType != type && type.IsPublic);