22 references to GetResult
mscorlib (22)
system\guid.cs (22)
1011return GetResult((uint)this._a, (uint)g._a); 1015return GetResult((uint)this._b, (uint)g._b); 1019return GetResult((uint)this._c, (uint)g._c); 1023return GetResult((uint)this._d, (uint)g._d); 1027return GetResult((uint)this._e, (uint)g._e); 1031return GetResult((uint)this._f, (uint)g._f); 1035return GetResult((uint)this._g, (uint)g._g); 1039return GetResult((uint)this._h, (uint)g._h); 1043return GetResult((uint)this._i, (uint)g._i); 1047return GetResult((uint)this._j, (uint)g._j); 1051return GetResult((uint)this._k, (uint)g._k); 1061return GetResult((uint)this._a, (uint)value._a); 1065return GetResult((uint)this._b, (uint)value._b); 1069return GetResult((uint)this._c, (uint)value._c); 1073return GetResult((uint)this._d, (uint)value._d); 1077return GetResult((uint)this._e, (uint)value._e); 1081return GetResult((uint)this._f, (uint)value._f); 1085return GetResult((uint)this._g, (uint)value._g); 1089return GetResult((uint)this._h, (uint)value._h); 1093return GetResult((uint)this._i, (uint)value._i); 1097return GetResult((uint)this._j, (uint)value._j); 1101return GetResult((uint)this._k, (uint)value._k);