8 references to verify
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\NullableContextTests.cs (8)
1025verify(new[] { source1, source2 }, options, new string[0]); 1027verify(new[] { source1, source3 }, options, new[] { ".ctor" }, 1032verify(new[] { source1, source4 }, options, new string[0]); 1034verify(new[] { source2, source3 }, options, new[] { ".ctor" }, 1039verify(new[] { source2, source4 }, options, new string[0]); 1041verify(new[] { source3, source4 }, options, new[] { ".ctor" }, 1046verify(new[] { source1, source2, source3, source4 }, options, new[] { ".ctor" }, 1051verify(new[] { source1, source2, source3, source4 }, TestOptions.ReleaseDll.WithNullableContextOptions(NullableContextOptions.Enable), new[] { ".ctor" },