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