5 references to WRN_NullabilityMismatchInTypeParameterNotNullConstraint
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
41nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInTypeParameterNotNullConstraint)); 464case ErrorCode.WRN_NullabilityMismatchInTypeParameterNotNullConstraint: 2000or ErrorCode.WRN_NullabilityMismatchInTypeParameterNotNullConstraint
Generated\ErrorFacts.Generated.cs (1)
231case ErrorCode.WRN_NullabilityMismatchInTypeParameterNotNullConstraint:
Symbols\ConstraintsHelper.cs (1)
1126nullabilityDiagnosticsBuilderOpt.Add(new TypeParameterDiagnosticInfo(typeParameter, new UseSiteInfo<AssemblySymbol>(new CSDiagnosticInfo(ErrorCode.WRN_NullabilityMismatchInTypeParameterNotNullConstraint, containingSymbol.ConstructedFrom(), typeParameter, typeArgument))));