2 references to GetSingleStatementOrDefault
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\UseCancellationTokenThrowIfCancellationRequested.cs (2)
138IOperation? whenTrueUnwrapped = GetSingleStatementOrDefault(conditional.WhenTrue); 170IOperation? whenFalseUnwrapped = GetSingleStatementOrDefault(conditional.WhenFalse);