mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C#: Enable nullability for Semmle.Extraction project. Some refactoring required.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Semmle.Extraction
|
||||
|
||||
public override string ToString() => Label.ToString();
|
||||
|
||||
public virtual Microsoft.CodeAnalysis.Location ReportingLocation => null;
|
||||
public virtual Microsoft.CodeAnalysis.Location? ReportingLocation => null;
|
||||
|
||||
public abstract TrapStackBehaviour TrapStackBehaviour { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user