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