@@ -228,11 +228,11 @@ module JsonNET {
228
228
override predicate row ( string row ) {
229
229
row =
230
230
[
231
- "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String);;Argument[Qualifier ];ReturnValue;taint;manual" ,
232
- "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String,Newtonsoft.Json.Linq.JsonSelectSettings);;Argument[Qualifier ];ReturnValue;taint;manual" ,
233
- "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String,System.Boolean);;Argument[Qualifier ];ReturnValue;taint;manual" ,
234
- "Newtonsoft.Json.Linq;JToken;false;ToString;();;Argument[Qualifier ];ReturnValue;taint;manual" ,
235
- "Newtonsoft.Json.Linq;JToken;false;ToString;(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[]);;Argument[Qualifier ];ReturnValue;taint;manual" ,
231
+ "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String);;Argument[this ];ReturnValue;taint;manual" ,
232
+ "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String,Newtonsoft.Json.Linq.JsonSelectSettings);;Argument[this ];ReturnValue;taint;manual" ,
233
+ "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String,System.Boolean);;Argument[this ];ReturnValue;taint;manual" ,
234
+ "Newtonsoft.Json.Linq;JToken;false;ToString;();;Argument[this ];ReturnValue;taint;manual" ,
235
+ "Newtonsoft.Json.Linq;JToken;false;ToString;(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[]);;Argument[this ];ReturnValue;taint;manual" ,
236
236
]
237
237
}
238
238
}
@@ -253,21 +253,21 @@ module JsonNET {
253
253
override predicate row ( string row ) {
254
254
row =
255
255
[
256
- "Newtonsoft.Json.Linq;JObject;false;Add;(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>);;Argument[0].Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
257
- "Newtonsoft.Json.Linq;JObject;false;Add;(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>);;Argument[0].Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
258
- "Newtonsoft.Json.Linq;JObject;false;JObject;(Newtonsoft.Json.Linq.JObject);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
259
- "Newtonsoft.Json.Linq;JObject;false;JObject;(Newtonsoft.Json.Linq.JObject);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
260
- "Newtonsoft.Json.Linq;JObject;false;JObject;(System.Object[]);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
261
- "Newtonsoft.Json.Linq;JObject;false;JObject;(System.Object[]);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
256
+ "Newtonsoft.Json.Linq;JObject;false;Add;(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>);;Argument[0].Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
257
+ "Newtonsoft.Json.Linq;JObject;false;Add;(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>);;Argument[0].Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
258
+ "Newtonsoft.Json.Linq;JObject;false;JObject;(Newtonsoft.Json.Linq.JObject);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
259
+ "Newtonsoft.Json.Linq;JObject;false;JObject;(Newtonsoft.Json.Linq.JObject);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
260
+ "Newtonsoft.Json.Linq;JObject;false;JObject;(System.Object[]);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
261
+ "Newtonsoft.Json.Linq;JObject;false;JObject;(System.Object[]);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
262
262
"Newtonsoft.Json.Linq;JObject;false;Parse;(System.String);;Argument[0];ReturnValue;taint;manual" ,
263
263
"Newtonsoft.Json.Linq;JObject;false;Parse;(System.String,Newtonsoft.Json.Linq.JsonLoadSettings);;Argument[0];ReturnValue;taint;manual" ,
264
- "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.Object);;Argument[Qualifier ].Element;ReturnValue;value;manual" ,
265
- "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.Object);;Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];ReturnValue;value;manual" ,
266
- "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.String);;Argument[Qualifier ].Element;ReturnValue;value;manual" ,
267
- "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[0];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
268
- "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[Qualifier ].Element;value;manual" ,
269
- "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
270
- "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.String,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[Qualifier ].Element;value;manual" ,
264
+ "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.Object);;Argument[this ].Element;ReturnValue;value;manual" ,
265
+ "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.Object);;Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];ReturnValue;value;manual" ,
266
+ "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.String);;Argument[this ].Element;ReturnValue;value;manual" ,
267
+ "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[0];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
268
+ "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[this ].Element;value;manual" ,
269
+ "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
270
+ "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.String,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[this ].Element;value;manual" ,
271
271
]
272
272
}
273
273
}
@@ -277,8 +277,8 @@ module JsonNET {
277
277
override predicate row ( string row ) {
278
278
row =
279
279
[
280
- "Newtonsoft.Json.Linq;JArray;false;get_Item;(System.Object);;Argument[Qualifier ].Element;ReturnValue;value;manual" ,
281
- "Newtonsoft.Json.Linq;JArray;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[Qualifier ].Element;value;manual" ,
280
+ "Newtonsoft.Json.Linq;JArray;false;get_Item;(System.Object);;Argument[this ].Element;ReturnValue;value;manual" ,
281
+ "Newtonsoft.Json.Linq;JArray;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[this ].Element;value;manual" ,
282
282
]
283
283
}
284
284
}
@@ -288,8 +288,8 @@ module JsonNET {
288
288
override predicate row ( string row ) {
289
289
row =
290
290
[
291
- "Newtonsoft.Json.Linq;JConstructor;false;get_Item;(System.Object);;Argument[Qualifier ].Element;ReturnValue;value;manual" ,
292
- "Newtonsoft.Json.Linq;JConstructor;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[Qualifier ].Element;value;manual" ,
291
+ "Newtonsoft.Json.Linq;JConstructor;false;get_Item;(System.Object);;Argument[this ].Element;ReturnValue;value;manual" ,
292
+ "Newtonsoft.Json.Linq;JConstructor;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[this ].Element;value;manual" ,
293
293
]
294
294
}
295
295
}
@@ -298,7 +298,7 @@ module JsonNET {
298
298
private class NewtonsoftJsonLinqJContainerFlowModelCsv extends SummaryModelCsv {
299
299
override predicate row ( string row ) {
300
300
row =
301
- "Newtonsoft.Json.Linq;JContainer;true;Add;(System.Object);;Argument[0];Argument[Qualifier ].Element;value;manual"
301
+ "Newtonsoft.Json.Linq;JContainer;true;Add;(System.Object);;Argument[0];Argument[this ].Element;value;manual"
302
302
}
303
303
}
304
304
}
0 commit comments