7 references to IsSimple
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\CustomAttributeTypeNameParser.cs (1)
108
if (typeName.
IsSimple
)
illink (1)
Linker\TypeNameResolver.cs (1)
108
Debug.Assert(typeName.
IsSimple
);
System.Formats.Nrbf (2)
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (1)
43
if (!classInfo.TypeName.
IsSimple
|| classInfo.MemberNames.Count == 0 || memberTypeInfo.Infos[0].BinaryType != BinaryType.Primitive)
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (1)
166
if (!typeName.
IsSimple
)
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeName.cs (3)
377
while (!rootTypeName.
IsSimple
)
599
if (!
IsSimple
)
668
if (!
IsSimple
)