3 references to ERR_CircularConstraint
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
895
or ErrorCode.
ERR_CircularConstraint
Symbols\ConstraintsHelper.cs (2)
179
diagnosticsBuilder.Add(new TypeParameterDiagnosticInfo(constraintTypeParameter, new UseSiteInfo<AssemblySymbol>(new CSDiagnosticInfo(ErrorCode.
ERR_CircularConstraint
, constraintTypeParameter, typeParameter))));
251
diagnosticsBuilder.Add(new TypeParameterDiagnosticInfo(underlyingTypeParameter, new UseSiteInfo<AssemblySymbol>(new CSDiagnosticInfo(ErrorCode.
ERR_CircularConstraint
, underlyingTypeParameter, typeParameter))));