4 references to WithWarningLevel
Microsoft.CodeAnalysis.Scripting.UnitTests (4)
ScriptOptionsTests.cs (4)
286
Assert.Equal(ScriptOptions.Default.
WithWarningLevel
(warningLevel).WarningLevel, warningLevel);
298
var options = ScriptOptions.Default.
WithWarningLevel
(warningLevel);
299
Assert.Same(options, options.
WithWarningLevel
(warningLevel));
310
var scriptOptions = ScriptOptions.Default.
WithWarningLevel
(warningLevel);