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