6 instantiations of ProgrammaticEquals
Microsoft.CodeAnalysis.UnitTests (6)
Collections\ImmutableListTestBase.cs (4)
298this.AssertIListBaseline(IndexOfFunc, new ProgrammaticEquals(v => v is string), "foo"); 299this.AssertIListBaseline(IndexOfFunc, new ProgrammaticEquals(v => v is string), 3); 325this.AssertIListBaseline(ContainsFunc, new ProgrammaticEquals(v => v is string), "foo"); 326this.AssertIListBaseline(ContainsFunc, new ProgrammaticEquals(v => v is string), 3);
Collections\ImmutableSegmentedListBuilderTest.cs (2)
351this.AssertIListBaseline(RemoveFunc, new ProgrammaticEquals(v => v is string), "foo"); 352this.AssertIListBaseline(RemoveFunc, new ProgrammaticEquals(v => v is string), 3);