3 references to ERR_ParameterNullCheckingNotSupported
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2222or ErrorCode.ERR_ParameterNullCheckingNotSupported
Parser\LanguageParser.cs (2)
4702this.AddError(SyntaxFactory.Token(exclamationEquals.GetLeadingTrivia(), SyntaxKind.ExclamationToken, "!", "!", trailing: null), ErrorCode.ERR_ParameterNullCheckingNotSupported)); 4711identifier = AddTrailingSkippedSyntax(identifier, this.AddError(this.EatToken(), ErrorCode.ERR_ParameterNullCheckingNotSupported));