2 writes to WarningLevel
Microsoft.CodeAnalysis.Scripting (2)
ScriptOptions.cs (2)
176WarningLevel = warningLevel; 388=> warningLevel == WarningLevel ? this : new ScriptOptions(this) { WarningLevel = warningLevel };
4 references to WarningLevel
Microsoft.CodeAnalysis.CSharp.Scripting (1)
CSharpScriptCompiler.cs (1)
65warningLevel: script.Options.WarningLevel,
Microsoft.CodeAnalysis.Scripting (3)
ScriptOptions.cs (3)
192warningLevel: other.WarningLevel, 385/// Create a new <see cref="ScriptOptions"/> with the specific <see cref="WarningLevel"/>. 388=> warningLevel == WarningLevel ? this : new ScriptOptions(this) { WarningLevel = warningLevel };