7 references to verify
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (7)
CommandLineTests.cs (7)
15110verify(configs: none, expectedWarnings: 1); 15111verify(configs: none, noWarn: "CS0164", expectedWarnings: 0); 15114verify(configs: globalOnly, expectedErrors: 1); 15115verify(configs: globalOnly, noWarn: "CS0164", expectedWarnings: 0); 15116verify(configs: globalOnly, noWarn: "164", expectedWarnings: 0); // cmdline can be shortened, but still works 15119verify(configs: globalAndSpecific, expectedWarnings: 1); 15120verify(configs: globalAndSpecific, noWarn: "CS0164", expectedWarnings: 0);