12 references to IsNested
mscorlib (4)
system\rttype.cs (2)
1716
while (type.
IsNested
)
5098
if (elementType.
IsNested
)
system\runtime\remoting\remotingattributes.cs (1)
673
if (t.
IsNested
) {
system\type.cs (1)
985
while (type.
IsNested
)
System (1)
compmod\system\codedom\CodeTypeReference.cs (1)
98
while (currentType.
IsNested
) {
System.Activities (1)
System\Activities\DynamicUpdate\ArgumentInfo.cs (1)
289
if (type.
IsNested
)
System.Data.Entity (1)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (1)
288
if (clrType.
IsNested
)
System.Data.Services (2)
System\Data\Services\Providers\ReflectionServiceProvider.cs (2)
988
if (type.
IsNested
)
1017
else if (type.
IsNested
)
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContract.cs (1)
2358
return t.
IsNested
System.Workflow.Activities (1)
Rules\Parser\Parser.cs (1)
679
if (type.
IsNested
)
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
261
if (!type.
IsNested
)