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