10 references to verifyMethodMatchesOverridden
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\NullableReferenceTypesTests.cs (10)
12400verifyMethodMatchesOverridden(expectMatch: false, b1, "Oblivious1"); 12401verifyMethodMatchesOverridden(expectMatch: false, b1, "Oblivious2"); 12402verifyMethodMatchesOverridden(expectMatch: false, b1, "M3"); 12403verifyMethodMatchesOverridden(expectMatch: false, b1, "M4"); 12404verifyMethodMatchesOverridden(expectMatch: false, b1, "M5"); 12407verifyMethodMatchesOverridden(expectMatch: false, b2, "Oblivious1"); // https://github.com/dotnet/roslyn/issues/29851: They should match 12408verifyMethodMatchesOverridden(expectMatch: true, b2, "Oblivious2"); // https://github.com/dotnet/roslyn/issues/29851: They should not match 12409verifyMethodMatchesOverridden(expectMatch: false, b2, "M3"); 12410verifyMethodMatchesOverridden(expectMatch: true, b2, "M4"); // https://github.com/dotnet/roslyn/issues/29851: They should not match 12411verifyMethodMatchesOverridden(expectMatch: false, b2, "M5");