3 references to verify
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NullableContextTests.cs (3)
2050
verify
(declarations[0], "P1", Microsoft.CodeAnalysis.NullableFlowState.None);
2051
verify
(declarations[1], "P2", Microsoft.CodeAnalysis.NullableFlowState.MaybeNull);
2052
verify
(declarations[2], "P3", Microsoft.CodeAnalysis.NullableFlowState.MaybeNull);