4 references to NewArray
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\BitFlagsGenerator.cs (1)
72_ilg.NewArray(typeof(byte), _locals.Length);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
1691NewArray(typeof(object), values.Length);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
569_ilg.NewArray(itemType, 32); 609_ilg.NewArray(itemType, size);