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