18 writes to WarningList
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (18)
LexicalAndXml\PreprocessorTests.cs (18)
3678WarningList = new[] { "114" } 3710WarningList = new[] { "114" } 3726WarningList = new[] { "nullable" } 3742WarningList = new[] { "nullable" } 3759WarningList = new[] { "114" } 3775WarningList = new[] { "114", "CS0162", "168" } 3791WarningList = new[] { "114", "nullable" } 3807WarningList = new[] { "nullable", "114" } 3823WarningList = new[] { "114", "CS0162", "168" } 3839WarningList = new[] { "114", "nullable" } 3855WarningList = new[] { "nullable", "CS0162" } 3886WarningList = new[] { "1633" } 3911WarningList = new[] { "99999" } 3927WarningList = new[] { "CS0114" } 3943WarningList = new[] { "CS0114", "162", "Something" } 3959WarningList = new[] { "CS0114", "nullable" } 3975WarningList = new[] { "nullable", "CS0114" } 3992WarningList = new[] { string.Empty }
4 references to WarningList
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
LexicalAndXml\PreprocessorTests.cs (4)
327if (expected.WarningList == null || expected.WarningList.Length == 0) 333Assert.Equal(expected.WarningList.Length, pwd.ErrorCodes.Count); 335foreach (var warningNumber in expected.WarningList)