2 references to IsNegatedCheckWithThrowingElseClause
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\UseCancellationTokenThrowIfCancellationRequested.cs (1)
56
if (symbols.IsSimpleAffirmativeCheck(conditional, out _) || symbols.
IsNegatedCheckWithThrowingElseClause
(conditional, out _))
Microsoft.NetCore.Analyzers\Runtime\UseCancellationTokenThrowIfCancellationRequested.Fixer.cs (1)
77
else if (symbols.
IsNegatedCheckWithThrowingElseClause
(conditional, out propertyReference))