7 references to verify
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (7)
CommandLineTests.cs (7)
14201verify(configs: none, expectedWarnings: 1); 14202verify(configs: none, noWarn: "CS0164", expectedWarnings: 0); 14205verify(configs: globalOnly, expectedErrors: 1); 14206verify(configs: globalOnly, noWarn: "CS0164", expectedWarnings: 0); 14207verify(configs: globalOnly, noWarn: "164", expectedWarnings: 0); // cmdline can be shortened, but still works 14210verify(configs: globalAndSpecific, expectedWarnings: 1); 14211verify(configs: globalAndSpecific, noWarn: "CS0164", expectedWarnings: 0);