1 write to ParameterTypes
System.Private.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
1607this.ParameterTypes = parameterTypes;
2 references to ParameterTypes
System.Private.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
1615Debug.Assert(this.ParameterTypes.Length == parameterTypes.Length); 1618Debug.Assert(this.ParameterTypes[i] == parameterTypes[i]);