5 references to WRN_NullabilityMismatchInTypeParameterConstraint
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
39nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInTypeParameterConstraint)); 447case ErrorCode.WRN_NullabilityMismatchInTypeParameterConstraint: 1953or ErrorCode.WRN_NullabilityMismatchInTypeParameterConstraint
Generated\ErrorFacts.Generated.cs (1)
219case ErrorCode.WRN_NullabilityMismatchInTypeParameterConstraint:
Symbols\ConstraintsHelper.cs (1)
1157nullabilityDiagnosticsBuilderOpt.Add(new TypeParameterDiagnosticInfo(typeParameter, new UseSiteInfo<AssemblySymbol>(new CSDiagnosticInfo(ErrorCode.WRN_NullabilityMismatchInTypeParameterConstraint, containingSymbol.ConstructedFrom(), constraintType, typeParameter, typeArgument))));