1 write to TypeMapInfo
illink (1)
Linker\Annotations.cs (1)
80
TypeMapInfo
= new TypeMapInfo (context);
4 references to TypeMapInfo
illink (4)
Linker\Annotations.cs (4)
442
return
TypeMapInfo
.GetOverrides (method);
454
return
TypeMapInfo
.GetDefaultInterfaceImplementations (method);
466
return
TypeMapInfo
.GetBaseMethods (method);
710
return
TypeMapInfo
.GetRecursiveInterfaces (type);