1 write to _dynamicInterfaceCastableImplementationTypes
illink (1)
Linker.Steps\MarkStep.cs (1)
219
_dynamicInterfaceCastableImplementationTypes
= new List<TypeDefinition> ();
5 references to _dynamicInterfaceCastableImplementationTypes
illink (5)
Linker.Steps\MarkStep.cs (5)
570
_dynamicInterfaceCastableImplementationTypes
.Add (type);
586
for (int i = 0; i <
_dynamicInterfaceCastableImplementationTypes
.Count; i++) {
587
var type =
_dynamicInterfaceCastableImplementationTypes
[i];
593
_dynamicInterfaceCastableImplementationTypes
.RemoveAt (i--);
603
_dynamicInterfaceCastableImplementationTypes
.RemoveAt (i--);