6 references to WRN_ConvertingNullableToNonNullable
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (3)
48nullableWarnings.Add(GetId(ErrorCode.WRN_ConvertingNullableToNonNullable)); 433case ErrorCode.WRN_ConvertingNullableToNonNullable: 1950or ErrorCode.WRN_ConvertingNullableToNonNullable
FlowAnalysis\NullableWalker.cs (2)
2728ReportDiagnostic(ErrorCode.WRN_ConvertingNullableToNonNullable, location); 9795/// If <see langword="true"/>, indicates that the "non-safety" diagnostic <see cref="ErrorCode.WRN_ConvertingNullableToNonNullable"/>
Generated\ErrorFacts.Generated.cs (1)
193case ErrorCode.WRN_ConvertingNullableToNonNullable: