File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
csharp/ql/src/semmle/code/csharp/frameworks/system/xml Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,12 @@ module SystemXmlXPath {
3232 }
3333
3434 /** Gets the `Compile` method. */
35- csharp:: Method getCompileMethod ( ) {
36- result = this .getAMethod ( "Compile" )
37- }
35+ csharp:: Method getCompileMethod ( ) { result = this .getAMethod ( "Compile" ) }
3836
3937 /** Gets an `Evaluate` method. */
40- csharp:: Method getAnEvaluateMethod ( ) {
41- result = this .getAMethod ( "Evaluate" )
42- }
38+ csharp:: Method getAnEvaluateMethod ( ) { result = this .getAMethod ( "Evaluate" ) }
4339
4440 /** Gets a `Matches` method. */
45- csharp:: Method getAMatchesMethod ( ) {
46- result = this .getAMethod ( "Matches" )
47- }
41+ csharp:: Method getAMatchesMethod ( ) { result = this .getAMethod ( "Matches" ) }
4842 }
4943}
You can’t perform that action at this time.
0 commit comments