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