6 references to System_Type
illink (6)
Linker.Dataflow\FlowAnnotations.cs (1)
866
"EmptyTypes" when field.DeclaringType.IsTypeOf(WellKnownType.
System_Type
) => ArrayValue.Create(0, field.DeclaringType),
Linker.Dataflow\HandleCallAction.cs (1)
247
if (type.IsTypeOf(WellKnownType.
System_Type
))
Linker.Steps\LinkAttributesParser.cs (1)
314
if (!typeref.IsTypeOf(WellKnownType.
System_Type
))
Linker\TypeHierarchyCache.cs (1)
43
if (baseType.IsTypeOf(WellKnownType.
System_Type
))
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\WellKnownType.cs (2)
34
WellKnownType.
System_Type
=> ("System", "Type"),
55
"Type" => WellKnownType.
System_Type
,