5 references to WRN_ReturnNotNullIfNotNull
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
81nullableWarnings.Add(GetId(ErrorCode.WRN_ReturnNotNullIfNotNull)); 489case ErrorCode.WRN_ReturnNotNullIfNotNull: 2078or ErrorCode.WRN_ReturnNotNullIfNotNull
FlowAnalysis\NullableWalker.cs (1)
1300Diagnostics.Add(ErrorCode.WRN_ReturnNotNullIfNotNull, location, inputParam.Name);
Generated\ErrorFacts.Generated.cs (1)
252case ErrorCode.WRN_ReturnNotNullIfNotNull: