6 references to ERR_NoDelegateConstraint
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2257or ErrorCode.ERR_NoDelegateConstraint
Parser\LanguageParser.cs (1)
2308this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_NoDelegateConstraint),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Parsing\MemberDeclarationParsingTests.cs (4)
9421Diagnostic(ErrorCode.ERR_NoDelegateConstraint, "delegate").WithLocation(2, 34) 9471Diagnostic(ErrorCode.ERR_NoDelegateConstraint, "delegate").WithLocation(2, 41) 9526Diagnostic(ErrorCode.ERR_NoDelegateConstraint, "delegate").WithLocation(2, 40) 9582Diagnostic(ErrorCode.ERR_NoDelegateConstraint, "delegate").WithLocation(1, 23),