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

Member predicate Field::getInitializer

Gets the initial value of this field, if any. For example, the initial value of F on line 2 is 20 in

class C {
  public int F = 20;
}
Expr getInitializer()