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