11 references to Previous
Microsoft.Maui.Controls.Build.Tasks (2)
MethodBodyExtensions.cs (2)
86
if (instruction.
Previous
.OpCode.Code != Code.Dup)
89
self.Instructions.Remove(instruction.
Previous
);
tlens (9)
TLens.Analyzers\InverterCtorsChainAnalyzer.cs (1)
40
var prev = instr.
Previous
.OpCode.Code;
TLens.Analyzers\RedundantFieldInitializationAnalyzer.cs (6)
59
if (!IsDefaultNumeric(instr.
Previous
))
67
if (instr.
Previous
.OpCode.Code != Code.Ldnull)
73
if (instr.
Previous
.OpCode.Code != Code.Conv_U || instr.
Previous
.
Previous
.OpCode.Code != Code.Ldc_I4_0)
80
if (!IsLoadIntPtrOrUIntPtrZero(instr.
Previous
))
TLens.Analyzers\UnnecessaryFieldsAssignmentAnalyzer.cs (1)
48
switch (instr.
Previous
.OpCode.Code)
TLens.Analyzers\UserOperatorCalledForNullCheckAnalyzer.cs (1)
49
if (instr.
Previous
.OpCode.Code == Code.Ldnull)