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