public void TestGetFieldInfo() { Assert.Equal( typeof(IlFieldInfoTest).GetField("Test"), IlFieldInfo.GetFieldInfo(() => Test) ); }
public AstNodeExprLValue PrefixDestinationEnabled() => Ast.FieldAccess(PrefixDestination(), IlFieldInfo.GetFieldInfo(() => CpuThreadStateMethods.PrefixDestination.Enabled));
public AstNodeExprLValue PrefixDestination() => Ast.FieldAccess(Ast.CpuThreadStateExpr, IlFieldInfo.GetFieldInfo(() => CpuThreadStateMethods.PrefixSource));
public AstNodeExprLValue PrefixSourceEnabled() => Ast.FieldAccess(PrefixSource(), IlFieldInfo.GetFieldInfo(() => CpuThreadStateMethods.PrefixSource.Enabled));