7 references to Stfld
illink (4)
Linker.Dataflow\FlowAnnotations.cs (1)
563
case Code.
Stfld
when isWriteAccessor:
Linker.Dataflow\MethodBodyScanner.cs (2)
586
case Code.
Stfld
:
1041
if (operation.OpCode.Code == Code.
Stfld
)
Linker.Steps\MarkStep.cs (1)
3924
Code.
Stfld
or
Mono.Cecil (1)
Mono.Cecil.Cil\OpCodes.cs (1)
507
0xff << 0 | 0x7d << 8 | (byte) Code.
Stfld
<< 16 | (byte) FlowControl.Next << 24,
tlens (2)
TLens.Analyzers\RedundantFieldInitializationAnalyzer.cs (1)
42
case Code.
Stfld
:
TLens.Analyzers\UnnecessaryFieldsAssignmentAnalyzer.cs (1)
45
case Code.
Stfld
: