1 write to TypeMapInfo
illink (1)
Linker\Annotations.cs (1)
81
TypeMapInfo
= new TypeMapInfo(context);
4 references to TypeMapInfo
illink (4)
Linker\Annotations.cs (4)
437
return
TypeMapInfo
.GetOverrides(method);
449
return
TypeMapInfo
.GetDefaultInterfaceImplementations(method);
461
return
TypeMapInfo
.GetBaseMethods(method);
739
return
TypeMapInfo
.GetRecursiveInterfaces(type);