6 references to verifySpeculativeModel
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Symbols\Source\NullablePublicAPITests.cs (6)
1374
verifySpeculativeModel
(ifStatement.SpanStart, PublicNullableFlowState.MaybeNull);
1377
verifySpeculativeModel
(ifStatement.Statement.SpanStart, PublicNullableFlowState.NotNull);
1380
verifySpeculativeModel
(conditionalAccessExpression.SpanStart, PublicNullableFlowState.MaybeNull);
1383
verifySpeculativeModel
(conditionalAccessExpression.WhenNotNull.SpanStart, PublicNullableFlowState.NotNull);
1386
verifySpeculativeModel
(ternary.WhenTrue.SpanStart, PublicNullableFlowState.MaybeNull);
1389
verifySpeculativeModel
(ternary.WhenFalse.SpanStart, PublicNullableFlowState.NotNull);