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