1 write to Index
System.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
2451this.Index = index;
3 references to Index
System.Xml (3)
System\Xml\Serialization\CodeGenerator.cs (3)
107this.methodBuilder.DefineParameter(arg.Index, ParameterAttributes.None, arg.Name); 1316Ldarg(arg.Index); 1358Ldarga(argBuilder.Index);