Home
last modified time | relevance | path

Searched refs:Method_321 (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dimt_big_iface_test.cs325 int Method_321 (int a, int b, int c, int d); in Method_321() method
2328 public virtual int Method_321 (int a, int b, int c, int d) { return a - b - c -d + 321; } in Method_321() method in Impl_2000
5299 if ((r = var_2000.Method_321 (10,5,3,2)) != 321) { in Test_2000()