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