Lines Matching refs:Throws

21             Assert.Throws<RuntimeBinderException>(() => d ^= s_byte);  in Bool()
22 Assert.Throws<RuntimeBinderException>(() => d ^= s_char); in Bool()
23 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in Bool()
24 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in Bool()
25 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in Bool()
26 Assert.Throws<RuntimeBinderException>(() => d ^= s_int); in Bool()
27 Assert.Throws<RuntimeBinderException>(() => d ^= s_long); in Bool()
28 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in Bool()
29 Assert.Throws<RuntimeBinderException>(() => d ^= s_sbyte); in Bool()
30 Assert.Throws<RuntimeBinderException>(() => d ^= s_short); in Bool()
31 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in Bool()
32 Assert.Throws<RuntimeBinderException>(() => d ^= s_uint); in Bool()
33 Assert.Throws<RuntimeBinderException>(() => d ^= s_ulong); in Bool()
34 Assert.Throws<RuntimeBinderException>(() => d ^= s_ushort); in Bool()
41 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in Byte()
50 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in Byte()
51 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in Byte()
52 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in Byte()
61 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in Byte()
70 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in Byte()
86 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in Char()
95 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in Char()
96 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in Char()
97 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in Char()
106 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in Char()
115 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in Char()
131 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in Decimal()
134 Assert.Throws<RuntimeBinderException>(() => d ^= s_byte); in Decimal()
137 Assert.Throws<RuntimeBinderException>(() => d ^= s_char); in Decimal()
140 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in Decimal()
143 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in Decimal()
146 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in Decimal()
149 Assert.Throws<RuntimeBinderException>(() => d ^= s_int); in Decimal()
152 Assert.Throws<RuntimeBinderException>(() => d ^= s_long); in Decimal()
155 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in Decimal()
158 Assert.Throws<RuntimeBinderException>(() => d ^= s_sbyte); in Decimal()
161 Assert.Throws<RuntimeBinderException>(() => d ^= s_short); in Decimal()
164 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in Decimal()
167 Assert.Throws<RuntimeBinderException>(() => d ^= s_uint); in Decimal()
170 Assert.Throws<RuntimeBinderException>(() => d ^= s_ulong); in Decimal()
173 Assert.Throws<RuntimeBinderException>(() => d ^= s_ushort); in Decimal()
181 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in Double()
182 Assert.Throws<RuntimeBinderException>(() => d ^= s_byte); in Double()
183 Assert.Throws<RuntimeBinderException>(() => d ^= s_char); in Double()
184 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in Double()
185 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in Double()
186 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in Double()
187 Assert.Throws<RuntimeBinderException>(() => d ^= s_int); in Double()
188 Assert.Throws<RuntimeBinderException>(() => d ^= s_long); in Double()
189 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in Double()
190 Assert.Throws<RuntimeBinderException>(() => d ^= s_sbyte); in Double()
191 Assert.Throws<RuntimeBinderException>(() => d ^= s_short); in Double()
192 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in Double()
193 Assert.Throws<RuntimeBinderException>(() => d ^= s_uint); in Double()
194 Assert.Throws<RuntimeBinderException>(() => d ^= s_ulong); in Double()
195 Assert.Throws<RuntimeBinderException>(() => d ^= s_ushort); in Double()
203 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in Float()
204 Assert.Throws<RuntimeBinderException>(() => d ^= s_byte); in Float()
205 Assert.Throws<RuntimeBinderException>(() => d ^= s_char); in Float()
206 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in Float()
207 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in Float()
208 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in Float()
209 Assert.Throws<RuntimeBinderException>(() => d ^= s_int); in Float()
210 Assert.Throws<RuntimeBinderException>(() => d ^= s_long); in Float()
211 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in Float()
212 Assert.Throws<RuntimeBinderException>(() => d ^= s_sbyte); in Float()
213 Assert.Throws<RuntimeBinderException>(() => d ^= s_short); in Float()
214 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in Float()
215 Assert.Throws<RuntimeBinderException>(() => d ^= s_uint); in Float()
216 Assert.Throws<RuntimeBinderException>(() => d ^= s_ulong); in Float()
217 Assert.Throws<RuntimeBinderException>(() => d ^= s_ushort); in Float()
224 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in Int()
233 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in Int()
234 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in Int()
235 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in Int()
244 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in Int()
253 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in Int()
259 Assert.Throws<RuntimeBinderException>(() => d ^= s_ulong); in Int()
269 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in Long()
278 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in Long()
279 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in Long()
280 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in Long()
289 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in Long()
298 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in Long()
304 Assert.Throws<RuntimeBinderException>(() => d ^= s_ulong); in Long()
315 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in Object()
316 Assert.Throws<RuntimeBinderException>(() => d ^= s_byte); in Object()
317 Assert.Throws<RuntimeBinderException>(() => d ^= s_char); in Object()
318 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in Object()
319 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in Object()
320 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in Object()
321 Assert.Throws<RuntimeBinderException>(() => d ^= s_int); in Object()
322 Assert.Throws<RuntimeBinderException>(() => d ^= s_long); in Object()
323 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in Object()
324 Assert.Throws<RuntimeBinderException>(() => d ^= s_sbyte); in Object()
325 Assert.Throws<RuntimeBinderException>(() => d ^= s_short); in Object()
326 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in Object()
327 Assert.Throws<RuntimeBinderException>(() => d ^= s_uint); in Object()
328 Assert.Throws<RuntimeBinderException>(() => d ^= s_ulong); in Object()
329 Assert.Throws<RuntimeBinderException>(() => d ^= s_ushort); in Object()
336 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in SByte()
345 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in SByte()
346 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in SByte()
347 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in SByte()
356 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in SByte()
365 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in SByte()
371 Assert.Throws<RuntimeBinderException>(() => d ^= s_ulong); in SByte()
381 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in Short()
390 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in Short()
391 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in Short()
392 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in Short()
401 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in Short()
410 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in Short()
416 Assert.Throws<RuntimeBinderException>(() => d ^= s_ulong); in Short()
427 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in String()
428 Assert.Throws<RuntimeBinderException>(() => d ^= s_byte); in String()
429 Assert.Throws<RuntimeBinderException>(() => d ^= s_char); in String()
430 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in String()
431 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in String()
432 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in String()
433 Assert.Throws<RuntimeBinderException>(() => d ^= s_int); in String()
434 Assert.Throws<RuntimeBinderException>(() => d ^= s_long); in String()
435 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in String()
436 Assert.Throws<RuntimeBinderException>(() => d ^= s_sbyte); in String()
437 Assert.Throws<RuntimeBinderException>(() => d ^= s_short); in String()
438 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in String()
439 Assert.Throws<RuntimeBinderException>(() => d ^= s_uint); in String()
440 Assert.Throws<RuntimeBinderException>(() => d ^= s_ulong); in String()
441 Assert.Throws<RuntimeBinderException>(() => d ^= s_ushort); in String()
448 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in UInt()
457 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in UInt()
458 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in UInt()
459 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in UInt()
468 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in UInt()
477 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in UInt()
493 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in ULong()
502 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in ULong()
503 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in ULong()
504 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in ULong()
505 Assert.Throws<RuntimeBinderException>(() => d ^= s_int); in ULong()
506 Assert.Throws<RuntimeBinderException>(() => d ^= s_long); in ULong()
507 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in ULong()
508 Assert.Throws<RuntimeBinderException>(() => d ^= s_sbyte); in ULong()
509 Assert.Throws<RuntimeBinderException>(() => d ^= s_short); in ULong()
510 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in ULong()
526 Assert.Throws<RuntimeBinderException>(() => d ^= s_bool); in UShort()
535 Assert.Throws<RuntimeBinderException>(() => d ^= s_decimal); in UShort()
536 Assert.Throws<RuntimeBinderException>(() => d ^= s_double); in UShort()
537 Assert.Throws<RuntimeBinderException>(() => d ^= s_float); in UShort()
546 Assert.Throws<RuntimeBinderException>(() => d ^= s_object); in UShort()
555 Assert.Throws<RuntimeBinderException>(() => d ^= s_string); in UShort()