7 references to Newarr
Microsoft.Maui.Controls.Build.Tasks (7)
CompiledConverters\ColumnDefinitionCollectionTypeConverter.cs (1)
23 yield return Create(Newarr, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "ColumnDefinition")));
CompiledConverters\RowDefinitionCollectionTypeConverter.cs (1)
23 yield return Create(Newarr, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "RowDefinition")));
CompiledConverters\StrokeShapeTypeConverter.cs (1)
221 yield return Instruction.Create(OpCodes.Newarr, pointType);
CompiledMarkupExtensions\ArrayExtension.cs (1)
25 yield return Instruction.Create(OpCodes.Newarr, typeTypeRef);
NodeILExtensions.cs (2)
512 yield return Instruction.Create(OpCodes.Newarr, module.TypeSystem.Object); 592 yield return Instruction.Create(OpCodes.Newarr, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Internals", "NameScope")));
SetPropertiesVisitor.cs (1)
1155 yield return Create(Newarr, tupleRef);