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