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)
1691
NewArray
(typeof(object), values.Length);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
569
_ilg.
NewArray
(itemType, 32);
609
_ilg.
NewArray
(itemType, size);