23 references to CheckMethods
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (23)
SymbolsTests\Retargeting\RetargetingTests.vb (23)
98CheckMethods(sourceType.GetMethod(".cctor"), retargetingType.GetMethod(".cctor"))
99CheckMethods(sourceType.GetMethod(".ctor"), retargetingType.GetMethod(".ctor"))
102CheckMethods(sourceType.GetMember("M"), retargetingType.GetMember("M"))
106CheckMethods(sourceMethod, retargetingMethod)
111CheckMethods(sourceMethod, retargetingMethod)
126CheckMethods(sourceType.GetMethod(".cctor"), retargetingType.GetMethod(".cctor"))
127CheckMethods(sourceType.GetMethod(".ctor"), retargetingType.GetMethod(".ctor"))
136CheckMethods(sourceMethod, retargetingMethod)
141CheckMethods(sourceMethod, retargetingMethod)
966CheckMethods(sourceType.GetMethod(".ctor"), retargetingType.GetMethod(".ctor"))
1510CheckMethods(sourceType.GetMethod(".ctor"), retargetingType.GetMethod(".ctor"))
1520CheckMethods(sourceType.GetMethod(".ctor"), retargetingType.GetMethod(".ctor"))
1524CheckMethods(sourceType.GetMember("FriendMethod"), retargetingType.GetMember("FriendMethod")) 'Friend member in Private Type
1530CheckMethods(sourceType.GetMethod(".ctor"), retargetingType.GetMethod(".ctor"))
1534CheckMethods(sourceType.GetMember("FriendMethod"), retargetingType.GetMember("FriendMethod")) 'Friend member in Private Type
1540CheckMethods(sourceType.GetMember("Sub_In_Interface"), retargetingType.GetMember("Sub_In_Interface"))
1541CheckMethods(sourceType.GetMember("Function_In_Interface"), retargetingType.GetMember("Function_In_Interface"))
1713CheckMethods(sourceType.GetMethod(".ctor"), retargetingType.GetMethod(".ctor"))
1921CheckMethods(sourceType.GetMember("SharedMethods"), retargetingType.GetMember("SharedMethods"))
1936CheckMethods(sourceType.GetMember("Method"), retargetingType.GetMember("Method"))
1939CheckMethods(sourceType.GetMember("MethodOverload"), retargetingType.GetMember("MethodOverload"))
1947CheckMethods(sourceType.GetMember("Method"), retargetingType.GetMember("Method"))
1955CheckMethods(sourceType.GetMember("MethodOverload"), retargetingType.GetMember("MethodOverload"))