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