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)
615
_dynamicInterfaceCastableImplementationTypes
.Add(type);
632
for (int i = 0; i <
_dynamicInterfaceCastableImplementationTypes
.Count; i++)
634
var type =
_dynamicInterfaceCastableImplementationTypes
[i];
641
_dynamicInterfaceCastableImplementationTypes
.RemoveAt(i--);
653
_dynamicInterfaceCastableImplementationTypes
.RemoveAt(i--);