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