5 references to NewArray
System.Xml (5)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
435ilg.NewArray(typeof(object), mappings.Length); 3479ilg.NewArray(typeof(Boolean), length);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (3)
607ilg.NewArray(typeof(String), constants.Length); 618ilg.NewArray(typeof(long), constants.Length); 2361ilg.NewArray(typeof(Object), 0);