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