1 write to _dynamicInterfaceCastableImplementationTypes
illink (1)
Linker.Steps\MarkStep.cs (1)
229
_dynamicInterfaceCastableImplementationTypes
= new List<TypeDefinition>();
5 references to _dynamicInterfaceCastableImplementationTypes
illink (5)
Linker.Steps\MarkStep.cs (5)
619
_dynamicInterfaceCastableImplementationTypes
.Add(type);
636
for (int i = 0; i <
_dynamicInterfaceCastableImplementationTypes
.Count; i++)
638
var type =
_dynamicInterfaceCastableImplementationTypes
[i];
645
_dynamicInterfaceCastableImplementationTypes
.RemoveAt(i--);
657
_dynamicInterfaceCastableImplementationTypes
.RemoveAt(i--);