1 write to _dynamicInterfaceCastableImplementationTypes
illink (1)
Linker.Steps\MarkStep.cs (1)
231
_dynamicInterfaceCastableImplementationTypes
= new List<TypeDefinition>();
5 references to _dynamicInterfaceCastableImplementationTypes
illink (5)
Linker.Steps\MarkStep.cs (5)
639
_dynamicInterfaceCastableImplementationTypes
.Add(type);
656
for (int i = 0; i <
_dynamicInterfaceCastableImplementationTypes
.Count; i++)
658
var type =
_dynamicInterfaceCastableImplementationTypes
[i];
665
_dynamicInterfaceCastableImplementationTypes
.RemoveAt(i--);
677
_dynamicInterfaceCastableImplementationTypes
.RemoveAt(i--);