7 references to CheckMethod
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (7)
SymbolsTests\AnonymousTypes\AnonymousTypesEmittedSymbolsTests.vb (7)
380CheckMethod(m, constr, ".ctor", Accessibility.Public, isSub:=True, paramCount:=3)
416CheckMethod(m, toStr, "ToString", Accessibility.Public,
478CheckMethod(m, method, "Equals", Accessibility.Public,
513CheckMethod(m, method, "GetHashCode", Accessibility.Public,
553CheckMethod(m, method, "Equals", Accessibility.Public,
670CheckMethod(m, getter, "get_" & prop.Name,
676CheckMethod(m, setter, "set_" & prop.Name,