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 {
32
32
}
33
33
34
34
/** Gets the `Compile` method. */
35
- csharp:: Method getCompileMethod ( ) {
36
- result = this .getAMethod ( "Compile" )
37
- }
35
+ csharp:: Method getCompileMethod ( ) { result = this .getAMethod ( "Compile" ) }
38
36
39
37
/** Gets an `Evaluate` method. */
40
- csharp:: Method getAnEvaluateMethod ( ) {
41
- result = this .getAMethod ( "Evaluate" )
42
- }
38
+ csharp:: Method getAnEvaluateMethod ( ) { result = this .getAMethod ( "Evaluate" ) }
43
39
44
40
/** Gets a `Matches` method. */
45
- csharp:: Method getAMatchesMethod ( ) {
46
- result = this .getAMethod ( "Matches" )
47
- }
41
+ csharp:: Method getAMatchesMethod ( ) { result = this .getAMethod ( "Matches" ) }
48
42
}
49
43
}
You can’t perform that action at this time.
0 commit comments