3 references to ERR_BaseConstraintConflict
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
896
or ErrorCode.
ERR_BaseConstraintConflict
Symbols\ConstraintsHelper.cs (2)
303
diagnosticsBuilder.Add(new TypeParameterDiagnosticInfo(typeParameter, new UseSiteInfo<AssemblySymbol>(new CSDiagnosticInfo(ErrorCode.
ERR_BaseConstraintConflict
, typeParameter, constraintDeducedBase, deducedBaseType))));
1425
return new TypeParameterDiagnosticInfo(typeParameter, new UseSiteInfo<AssemblySymbol>(new CSDiagnosticInfo(ErrorCode.
ERR_BaseConstraintConflict
, typeParameter, deducedBase, classConflict ? "class" : "struct")));