1 write to _typesWithInterfaces
illink (1)
Linker.Steps\MarkStep.cs (1)
217
_typesWithInterfaces
= new List<(TypeDefinition, MessageOrigin)> ();
3 references to _typesWithInterfaces
illink (3)
Linker.Steps\MarkStep.cs (3)
523
for (int i = 0; i <
_typesWithInterfaces
.Count; i++) {
524
(var type, var origin) =
_typesWithInterfaces
[i];
2021
_typesWithInterfaces
.Add ((type, typeOrigin));