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)
608
_dynamicInterfaceCastableImplementationTypes
.Add(type);
625
for (int i = 0; i <
_dynamicInterfaceCastableImplementationTypes
.Count; i++)
627
var type =
_dynamicInterfaceCastableImplementationTypes
[i];
634
_dynamicInterfaceCastableImplementationTypes
.RemoveAt(i--);
646
_dynamicInterfaceCastableImplementationTypes
.RemoveAt(i--);