5 references to WRN_ShouldNotReturn
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
68nullableWarnings.Add(GetId(ErrorCode.WRN_ShouldNotReturn)); 468case ErrorCode.WRN_ShouldNotReturn: 2016or ErrorCode.WRN_ShouldNotReturn
FlowAnalysis\NullableWalker.cs (1)
1314ReportDiagnostic(ErrorCode.WRN_ShouldNotReturn, syntaxOpt?.GetLocation() ?? methodMainNode.Syntax.GetLastToken().GetLocation());
Generated\ErrorFacts.Generated.cs (1)
233case ErrorCode.WRN_ShouldNotReturn: