|
1 | 1 | |
2 | 2 | /// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" /> |
3 | | - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")] |
| 3 | + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")] |
4 | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
5 | 5 | public static global::Thinktecture.Tests.Amount operator +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right) |
6 | 6 | { |
7 | 7 | return Create((left.Value + right.Value)); |
8 | 8 | } |
9 | 9 |
|
10 | 10 | /// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" /> |
11 | | - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")] |
| 11 | + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")] |
12 | 12 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
13 | 13 | public static global::Thinktecture.Tests.Amount operator checked +(global::Thinktecture.Tests.Amount left, global::Thinktecture.Tests.Amount right) |
14 | 14 | { |
15 | 15 | return Create(checked((left.Value + right.Value))); |
16 | 16 | } |
17 | 17 |
|
18 | 18 | /// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" /> |
19 | | - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")] |
| 19 | + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")] |
20 | 20 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
21 | 21 | public static global::Thinktecture.Tests.Amount operator +(global::Thinktecture.Tests.Amount left, global::System.Int32 right) |
22 | 22 | { |
23 | 23 | return Create((left.Value + right)); |
24 | 24 | } |
25 | 25 |
|
26 | 26 | /// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" /> |
27 | | - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")] |
| 27 | + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")] |
28 | 28 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
29 | 29 | public static global::Thinktecture.Tests.Amount operator +(global::System.Int32 left, global::Thinktecture.Tests.Amount right) |
30 | 30 | { |
31 | 31 | return Create((left + right.Value)); |
32 | 32 | } |
33 | 33 |
|
34 | 34 | /// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" /> |
35 | | - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")] |
| 35 | + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")] |
36 | 36 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
37 | 37 | public static global::Thinktecture.Tests.Amount operator checked +(global::Thinktecture.Tests.Amount left, global::System.Int32 right) |
38 | 38 | { |
39 | 39 | return Create(checked((left.Value + right))); |
40 | 40 | } |
41 | 41 |
|
42 | 42 | /// <inheritdoc cref="global::System.Numerics.IAdditionOperators{TSelf, TOther, TResult}.op_Addition(TSelf, TOther)" /> |
43 | | - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.2.0.0")] |
| 43 | + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Thinktecture.Runtime.Extensions.SourceGenerator", "10.3.0.0")] |
44 | 44 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
45 | 45 | public static global::Thinktecture.Tests.Amount operator checked +(global::System.Int32 left, global::Thinktecture.Tests.Amount right) |
46 | 46 | { |
|
0 commit comments