1 write to TypeMapInfo
illink (1)
Linker\Annotations.cs (1)
84
TypeMapInfo
= new TypeMapInfo(context);
4 references to TypeMapInfo
illink (4)
Linker\Annotations.cs (4)
479
return
TypeMapInfo
.GetOverrides(method);
491
return
TypeMapInfo
.GetDefaultInterfaceImplementations(method);
503
return
TypeMapInfo
.GetBaseMethods(method);
781
return
TypeMapInfo
.GetRecursiveInterfaces(type);