mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C#: Tidy up whitespace.
This commit is contained in:
@@ -19,19 +19,19 @@ class SystemWebWebPagesWebPageExecutingBaseClass extends Class {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* This class describes any class that derives from System.Web.WebPages.WebPageExecutingBase
|
||||
*/
|
||||
/** A class that derives from `System.Web.WebPages.WebPageExecutingBase`. */
|
||||
class WebPageClass extends Class {
|
||||
WebPageClass () {
|
||||
this.getBaseClass*() instanceof SystemWebWebPagesWebPageExecutingBaseClass
|
||||
}
|
||||
|
||||
Method getWriteLiteralMethod() {
|
||||
WebPageClass () {
|
||||
this.getBaseClass*() instanceof SystemWebWebPagesWebPageExecutingBaseClass
|
||||
}
|
||||
|
||||
/** Gets the `WriteLiteral` method. */
|
||||
Method getWriteLiteralMethod() {
|
||||
result = getAMethod("WriteLiteral")
|
||||
}
|
||||
|
||||
Method getWriteLiteralToMethod() {
|
||||
}
|
||||
|
||||
/** Gets the `WriteLiteralTo` method. */
|
||||
Method getWriteLiteralToMethod() {
|
||||
result = getAMethod("WriteLiteralTo")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user