16 references to IsNested
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\CustomAttributeTypeNameParser.cs (2)
141
while (topLevelTypeName.
IsNested
)
185
if (typeName.
IsNested
)
illink (2)
Linker\TypeNameResolver.cs (2)
110
while (topLevelTypeName.
IsNested
)
145
if (typeName.
IsNested
)
Microsoft.Private.Windows.Core (3)
System\TypeExtensions.cs (3)
41
|| type.IsNested != typeName.
IsNested
100
|| x.
IsNested
!= y.
IsNested
System.Formats.Nrbf (1)
System\Formats\Nrbf\SerializationRecord.cs (1)
96
|| type.IsNested != typeName.
IsNested
System.Private.Windows.Core (3)
System\TypeExtensions.cs (3)
41
|| type.IsNested != typeName.
IsNested
100
|| x.
IsNested
!= y.
IsNested
System.Reflection.Metadata (5)
System\Reflection\Metadata\TypeName.cs (5)
139
/// If this type is a nested type (see <see cref="
IsNested
"/>), gets
351
if (
IsNested
)
382
if (rootTypeName.
IsNested
)
464
else if (
IsNested
)
604
TypeName? declaringType =
IsNested