65 references to Create
Microsoft.Maui.Controls.Build.Tasks (62)
CompiledConverters\FontSizeTypeConverter.cs (1)
33
yield return Instruction.
Create
(OpCodes.Ldloc, context.Variables[parent]);
CompiledConverters\RDSourceTypeConverter.cs (4)
52
yield return
Create
(Stloc, uriVarDef);
75
yield return
Create
(Ldloc, uriVarDef);
117
yield return
Create
(Ldloc, uriVarDef);
134
yield return
Create
(Ldloc, uriVarDef);
CompiledMarkupExtensions\StaticResourceExtension.cs (3)
107
yield return
Create
(Stloc, vardef);
126
yield return
Create
(Stloc, vardef);
145
yield return
Create
(Stloc, vardef);
CompiledValueProviders\StyleSheetProvider.cs (1)
80
yield return
Create
(Stloc, vardef);
CreateObjectVisitor.cs (6)
488
yield return
Create
(Ldloca, vardef);
499
yield return
Create
(Ldloc, vardef);
528
yield return
Create
(Ldloca, vardef);
538
yield return
Create
(Ldloc, vardef);
554
yield return
Create
(Ldloca, vardef);
564
yield return
Create
(Ldloc, vardef);
NodeILExtensions.cs (11)
301
yield return
Create
(Ldloca, vardef);
312
yield return
Create
(Ldloc, vardef);
506
yield return Instruction.
Create
(OpCodes.Stloc, parentObjectLength);
509
yield return Instruction.
Create
(OpCodes.Ldloc, parentObjectLength);
515
yield return Instruction.
Create
(OpCodes.Stloc, finalArray);
523
yield return
Create
(Ldloc, finalArray); //destinationArray
525
yield return
Create
(Ldloc, parentObjectLength); //length
539
yield return Instruction.
Create
(OpCodes.Ldloc, finalArray);
599
yield return Instruction.
Create
(OpCodes.Ldloc, scope);
655
yield return
Create
(Stloc, refProvider);
661
yield return
Create
(Ldloc, refProvider);
SetNamescopesAndRegisterNamesVisitor.cs (1)
106
var stloc = Instruction.
Create
(OpCodes.Stloc, vardef);
SetPropertiesVisitor.cs (34)
282
yield return Instruction.
Create
(OpCodes.Stloc, vardefref.VariableDefinition);
317
yield return
Create
(Ldloc, vardefref.VariableDefinition);
319
yield return
Create
(Ldloc, vardefref.VariableDefinition);
323
yield return
Create
(Ldloc, vardefref.VariableDefinition);
325
yield return
Create
(Ldloc, vardefref.VariableDefinition);
329
yield return
Create
(Ldloc, vardefref.VariableDefinition);
331
yield return
Create
(Ldloc, vardefref.VariableDefinition);
335
yield return
Create
(Ldloc, vardefref.VariableDefinition);
337
yield return
Create
(Ldloc, vardefref.VariableDefinition);
344
yield return
Create
(Ldloc, vardefref.VariableDefinition);
346
yield return
Create
(Ldloc, vardefref.VariableDefinition);
350
yield return
Create
(Ldloc, vardefref.VariableDefinition);
352
yield return
Create
(Ldloc, vardefref.VariableDefinition);
356
yield return
Create
(Ldloc, vardefref.VariableDefinition);
358
yield return
Create
(Ldloc, vardefref.VariableDefinition);
362
yield return
Create
(Ldloc, vardefref.VariableDefinition);
364
yield return
Create
(Ldloc, vardefref.VariableDefinition);
371
yield return
Create
(Ldloc, vardefref.VariableDefinition);
378
yield return
Create
(Ldloc, vardefref.VariableDefinition);
382
yield return
Create
(Stloc, vardefref.VariableDefinition);
406
yield return
Create
(Stloc, vardefref.VariableDefinition);
449
yield return
Create
(Stloc, vardefref.VariableDefinition);
490
yield return
Create
(Stloc, vardefref.VariableDefinition);
780
yield return
Create
(Stloc, loc);
781
yield return
Create
(Ldloca, loc);
1274
yield return
Create
(Ldloc, parent);
1489
yield return
Create
(Ldloc, context.Variables[elementNode]);
1494
yield return
Create
(Ldloc, context.Variables[elementNode]);
1499
yield return
Create
(Ldloc, context.Variables[elementNode]);
1629
yield return Instruction.
Create
(OpCodes.Ldloca, parent);
1631
yield return Instruction.
Create
(OpCodes.Ldloc, parent);
1667
Create
(Ldloca, parent),
1672
Create
(Ldloc, parent),
1795
yield return
Create
(Ldloc, context.Variables[node]);
VariableDefinitionExtensions.cs (1)
13
yield return Instruction.
Create
(OpCodes.Ldloc, self);
Mono.Cecil (3)
Mono.Cecil.Cil\ILProcessor.cs (3)
70
return Instruction.
Create
(opcode, body.Variables [value]);
81
return Instruction.
Create
(opcode, body.Variables [value]);
116
return Instruction.
Create
(opcode, variable);