Skip to content

Commit

Permalink
C#: Remove redundant neutral summaries for ProcessStartInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Apr 10, 2024
1 parent 034fd2c commit 55c0c2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
9 changes: 0 additions & 9 deletions csharp/ql/lib/ext/System.Diagnostics.model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,3 @@ extensions:
- ["System.Diagnostics", "TraceListenerCollection", False, "get_Item", "(System.Int32)", "", "Argument[this].Element", "ReturnValue", "value", "manual"]
- ["System.Diagnostics", "TraceListenerCollection", False, "get_Item", "(System.String)", "", "Argument[this].Element", "ReturnValue", "value", "manual"]
- ["System.Diagnostics", "TraceListenerCollection", False, "set_Item", "(System.Int32,System.Diagnostics.TraceListener)", "", "Argument[1]", "Argument[this].Element", "value", "manual"]
- addsTo:
pack: codeql/csharp-all
extensible: neutralModel
data:
- ["System.Diagnostics", "ProcessStartInfo", "set_Arguments", "(System.String)", "summary", "manual"]
- ["System.Diagnostics", "ProcessStartInfo", "set_FileName", "(System.String)", "summary", "manual"]
- ["System.Diagnostics", "ProcessStartInfo", "set_UserName", "(System.String)", "summary", "manual"]
- ["System.Diagnostics", "ProcessStartInfo", "set_Verb", "(System.String)", "summary", "manual"]
- ["System.Diagnostics", "ProcessStartInfo", "set_WorkingDirectory", "(System.String)", "summary", "manual"]
Original file line number Diff line number Diff line change
Expand Up @@ -25697,11 +25697,6 @@ neutral
| System.Diagnostics;ProcessModuleCollection;get_Item;(System.Int32);summary;df-generated |
| System.Diagnostics;ProcessStartInfo;get_ArgumentList;();summary;df-generated |
| System.Diagnostics;ProcessStartInfo;get_Verbs;();summary;df-generated |
| System.Diagnostics;ProcessStartInfo;set_Arguments;(System.String);summary;manual |
| System.Diagnostics;ProcessStartInfo;set_FileName;(System.String);summary;manual |
| System.Diagnostics;ProcessStartInfo;set_UserName;(System.String);summary;manual |
| System.Diagnostics;ProcessStartInfo;set_Verb;(System.String);summary;manual |
| System.Diagnostics;ProcessStartInfo;set_WorkingDirectory;(System.String);summary;manual |
| System.Diagnostics;ProcessThread;ResetIdealProcessor;();summary;df-generated |
| System.Diagnostics;ProcessThread;get_BasePriority;();summary;df-generated |
| System.Diagnostics;ProcessThread;get_CurrentPriority;();summary;df-generated |
Expand Down

0 comments on commit 55c0c2b

Please sign in to comment.