6 references to ERR_NoDelegateConstraint
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2201case ErrorCode.ERR_NoDelegateConstraint:
Parser\LanguageParser.cs (1)
1971this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_NoDelegateConstraint),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Parsing\MemberDeclarationParsingTests.cs (4)
9460Diagnostic(ErrorCode.ERR_NoDelegateConstraint, "delegate").WithLocation(2, 34) 9510Diagnostic(ErrorCode.ERR_NoDelegateConstraint, "delegate").WithLocation(2, 41) 9565Diagnostic(ErrorCode.ERR_NoDelegateConstraint, "delegate").WithLocation(2, 40) 9621Diagnostic(ErrorCode.ERR_NoDelegateConstraint, "delegate").WithLocation(1, 23),