3 references to Nullable
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\Csc.cs (3)
160_store[nameof(Nullable)] = value; 163get { return (string?)_store[nameof(Nullable)]; } 222commandLine.AppendSwitchIfNotNull("/nullable:", Nullable);