CodeQL library for C#
codeql/csharp-all 0.9.2-dev (changelog, source)
Search

Module Strings

Provides definitions related to strings.

Import path

import semmle.code.csharp.commons.Strings

Imports

csharp

The default C# QL library.

Classes

ImplicitToStringExpr

An expression that appears in a context where an implicit ToString() invocation will take place, unless the expression is already a string. For example, o and o.ToString() on lines 2 and 3, respectively, in