6 references to verifySpeculativeModel
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Symbols\Source\NullablePublicAPITests.cs (6)
1376
verifySpeculativeModel
(ifStatement.SpanStart, PublicNullableFlowState.MaybeNull);
1379
verifySpeculativeModel
(ifStatement.Statement.SpanStart, PublicNullableFlowState.NotNull);
1382
verifySpeculativeModel
(conditionalAccessExpression.SpanStart, PublicNullableFlowState.MaybeNull);
1385
verifySpeculativeModel
(conditionalAccessExpression.WhenNotNull.SpanStart, PublicNullableFlowState.NotNull);
1388
verifySpeculativeModel
(ternary.WhenTrue.SpanStart, PublicNullableFlowState.MaybeNull);
1391
verifySpeculativeModel
(ternary.WhenFalse.SpanStart, PublicNullableFlowState.NotNull);