27 references to Dup
Microsoft.Maui.Controls.Build.Tasks (27)
CompiledConverters\ColumnDefinitionCollectionTypeConverter.cs (1)
26 yield return Create(Dup);
CompiledConverters\ListStringTypeConverter.cs (1)
31 yield return Create(Dup);
CompiledConverters\RowDefinitionCollectionTypeConverter.cs (1)
26 yield return Create(Dup);
CompiledConverters\StrokeShapeTypeConverter.cs (4)
93 yield return Instruction.Create(OpCodes.Dup); 174 yield return Instruction.Create(OpCodes.Dup); 197 yield return Instruction.Create(OpCodes.Dup); 226 yield return Instruction.Create(OpCodes.Dup);
CompiledMarkupExtensions\ArrayExtension.cs (2)
42 yield return Instruction.Create(OpCodes.Dup); 51 yield return Instruction.Create(OpCodes.Dup);
CompiledMarkupExtensions\StaticResourceExtension.cs (1)
164 yield return Create(Dup);
MethodBodyExtensions.cs (1)
59 ExpandMacro(instruction, OpCodes.Dup, null);
NodeILExtensions.cs (9)
545 yield return Instruction.Create(OpCodes.Dup); 597 yield return Instruction.Create(OpCodes.Dup); 634 yield return Create(Dup); //Keep the serviceProvider on the stack 652 yield return Create(Dup); 658 yield return Create(Dup); //Keep the serviceProvider on the stack 669 yield return Create(Dup); //Keep the serviceProvider on the stack 696 yield return Create(Dup); //Duplicate the serviceProvider 702 yield return Create(Dup); //dup the resolver 721 yield return Create(Dup); //Duplicate the serviceProvider
SetNamescopesAndRegisterNamesVisitor.cs (1)
116 Context.IL.Emit(OpCodes.Dup);
SetPropertiesVisitor.cs (6)
786 yield return Create(Dup); 995 il.Emit(Dup); 1159 yield return Create(Dup); 1888 parentIl.Emit(OpCodes.Dup); //Duplicate the nestedclass instance 1915 parentIl.Emit(OpCodes.Dup); //Duplicate the nestedclass instance 1918 parentIl.Emit(OpCodes.Dup); //Duplicate the nestedclass instance