7 references to verifyWithSeverity
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Diagnostics\DiagnosticTest.cs (7)
115
verifyWithSeverity
(new CSDiagnosticInfo(ErrorCode.ERR_AbstractField));
116
verifyWithSeverity
(new DiagnosticInfoWithSymbols(ErrorCode.ERR_DuplicateTypeParameter, args,
118
verifyWithSeverity
(new LazyArrayElementCantBeRefAnyDiagnosticInfo(type));
119
verifyWithSeverity
(new LazyObsoleteDiagnosticInfo(symbol, symbol, BinderFlags.None));
120
verifyWithSeverity
(new LazyUseSiteDiagnosticsInfoForNullableType(LanguageVersion.CSharp11, type));
121
verifyWithSeverity
(new SyntaxDiagnosticInfo(1, 2, ErrorCode.ERR_DuplicateTypeParameter, args));
122
verifyWithSeverity
(new XmlSyntaxDiagnosticInfo(XmlParseErrorCode.XML_EndTagExpected, args));