6 references to ERR_NoDelegateConstraint
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2256
or ErrorCode.
ERR_NoDelegateConstraint
Parser\LanguageParser.cs (1)
2310
this.AddError(this.CreateMissingIdentifierName(), ErrorCode.
ERR_NoDelegateConstraint
),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Parsing\MemberDeclarationParsingTests.cs (4)
9452
Diagnostic(ErrorCode.
ERR_NoDelegateConstraint
, "delegate").WithLocation(2, 34)
9502
Diagnostic(ErrorCode.
ERR_NoDelegateConstraint
, "delegate").WithLocation(2, 41)
9557
Diagnostic(ErrorCode.
ERR_NoDelegateConstraint
, "delegate").WithLocation(2, 40)
9613
Diagnostic(ErrorCode.
ERR_NoDelegateConstraint
, "delegate").WithLocation(1, 23),