-
Notifications
You must be signed in to change notification settings - Fork 1.9k
C#: Add missing toString() relations
#2538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +26,8 @@ | |
| | queries.cs:27:11:27:42 | call to method Join | 2 | queries.cs:27:21:27:25 | access to local variable list1 | | ||
| | queries.cs:27:11:27:42 | call to method Join | 3 | queries.cs:27:30:27:33 | access to local variable next | | ||
| | queries.cs:27:11:27:42 | call to method Join | 4 | queries.cs:27:42:27:42 | access to local variable c | | ||
| | queries.cs:28:11:28:18 | call to method | 0 | queries.cs:27:11:27:42 | call to method Join | | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, it is a call to |
||
| | queries.cs:28:11:28:18 | call to method | 1 | queries.cs:28:18:28:18 | 1 | | ||
| | queries.cs:32:11:32:21 | call to method SelectMany | 0 | queries.cs:31:11:31:25 | IList<Int32> a = ... | | ||
| | queries.cs:32:11:32:21 | call to method SelectMany | 1 | queries.cs:32:11:32:21 | IList<Int32> b = ... | | ||
| | queries.cs:32:11:32:21 | call to method SelectMany | 2 | queries.cs:32:21:32:21 | access to local variable a | | ||
|
|
@@ -49,3 +51,5 @@ | |
| | queries.cs:55:11:55:49 | call to method GroupJoin | 3 | queries.cs:55:30:55:30 | access to local variable a | | ||
| | queries.cs:55:11:55:49 | call to method GroupJoin | 4 | queries.cs:55:39:55:42 | access to indexer | | ||
| | queries.cs:55:11:55:49 | call to method GroupJoin | 5 | queries.cs:55:11:55:49 | IList<IList<Int32>> d = ... | | ||
| | queries.cs:56:11:56:22 | call to method | 0 | queries.cs:55:11:55:49 | call to method GroupJoin | | ||
| | queries.cs:56:11:56:22 | call to method | 1 | queries.cs:56:18:56:22 | (..., ...) | | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| | errors.cs:24:31:24:40 | errors.cs:24:31:24:40 | unknown | none | | ||
| | errors.cs:24:31:24:40 | errors.cs:24:31:24:40 | call to method | none | | ||
| | errors.cs:43:21:43:28 | errors.cs:43:21:43:28 | object creation of type C1 | C1 | | ||
| | errors.cs:44:13:44:19 | errors.cs:44:13:44:19 | call to method m1 | m1 | | ||
| | errors.cs:45:13:45:19 | errors.cs:45:13:45:19 | call to method m2 | m2 | | ||
| | errors.cs:46:13:46:38 | errors.cs:46:13:46:38 | unknown | none | | ||
| | errors.cs:46:13:46:38 | errors.cs:46:13:46:38 | call to method | none | | ||
| | errors.cs:53:17:53:25 | errors.cs:53:17:53:25 | object creation of type C2 | none | |
Uh oh!
There was an error while loading. Please reload this page.