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