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