47 references to Ldloc
Microsoft.Maui.Controls.Build.Tasks (42)
CompiledConverters\FontSizeTypeConverter.cs (1)
33
yield return Instruction.Create(OpCodes.
Ldloc
, context.Variables[parent]);
CompiledConverters\RDSourceTypeConverter.cs (3)
75
yield return Create(
Ldloc
, uriVarDef);
117
yield return Create(
Ldloc
, uriVarDef);
134
yield return Create(
Ldloc
, uriVarDef);
CreateObjectVisitor.cs (3)
499
yield return Create(
Ldloc
, vardef);
538
yield return Create(
Ldloc
, vardef);
564
yield return Create(
Ldloc
, vardef);
NodeILExtensions.cs (7)
312
yield return Create(
Ldloc
, vardef);
509
yield return Instruction.Create(OpCodes.
Ldloc
, parentObjectLength);
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);
661
yield return Create(
Ldloc
, refProvider);
SetPropertiesVisitor.cs (27)
162
Context.IL.Emit(
Ldloc
, parentVar);
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);
901
il.Emit(
Ldloc
, defaultValueVarDef);
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]);
1631
yield return Instruction.Create(OpCodes.
Ldloc
, 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.Rocks (5)
Mono.Cecil.Rocks\MethodBodyRocks.cs (5)
45
ExpandMacro (instruction, OpCodes.
Ldloc
, self.Variables [0]);
48
ExpandMacro (instruction, OpCodes.
Ldloc
, self.Variables [1]);
51
ExpandMacro (instruction, OpCodes.
Ldloc
, self.Variables [2]);
54
ExpandMacro (instruction, OpCodes.
Ldloc
, self.Variables [3]);
78
instruction.OpCode = OpCodes.
Ldloc
;