Implemented interface member:
property
IsNestedPrivate
System.Runtime.InteropServices._Type.IsNestedPrivate
4 references to IsNestedPrivate
System.Core (1)
System\Linq\SequenceQuery.cs (1)
283if (!t.IsNestedPrivate)
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContract.cs (1)
2396return (type.Module.Equals(typeof(CodeGenerator).Module) || IsAssemblyFriendOfSerialization(type.Assembly)) && !type.IsNestedPrivate;
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
786if ((memberInfo is FieldInfo && (memberInfo as FieldInfo).IsPrivate) || (memberInfo is MethodBase && (memberInfo as MethodBase).IsPrivate) || (memberInfo is Type && (memberInfo as Type).IsNestedPrivate)) 867if ((memberInfo is FieldInfo && (memberInfo as FieldInfo).IsPrivate) || (memberInfo is MethodBase && (memberInfo as MethodBase).IsPrivate) || (memberInfo is Type && (memberInfo as Type).IsNestedPrivate))