1 write to Name
System.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
2450this.Name = name;
2 references to Name
System.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
106argList.Add(arg.Name, arg); 107this.methodBuilder.DefineParameter(arg.Index, ParameterAttributes.None, arg.Name);