67 references to TestPrototype
Microsoft.VisualStudio.LanguageServices.UnitTests (67)
CodeModel\CSharp\CodeDelegateTests.vb (4)
170TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeUniqueSignature, "N.D") 183TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "delegate N.D") 196TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "delegate N.D") 209TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeType, "delegate void D")
CodeModel\CSharp\CodeFunctionTests.vb (22)
864TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "A.MethodC") 880TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeUniqueSignature, "A.MethodC(int,bool)") 896TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeParamTypes, "MethodC (int, bool)") 912TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeParamNames, "MethodC (intA, boolB)") 928TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeType, "bool MethodC") 944TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "A.MethodC") 960TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "A<>.MethodC") 979TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "C<>.A.MethodC") 998TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "C.A<>.MethodC") 1017TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "C.A.MethodC") 1036TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "A.MethodC") 1051TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeUniqueSignature, "A.#ctor()") 1066TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeUniqueSignature, "A.#dtor()") 1097TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "A.A") 1112TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "A.~A") 1128TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "A.operator +") 1143TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeType, "void A") 1158TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeType, "void ~A") 1174TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeType, "A operator +") 1189TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "A.A") 1204TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "A.~A") 1220TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "A.operator +")
CodeModel\CSharp\CodePropertyTests.vb (4)
983TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "C.this[int index]") 999TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "C.P") 1015TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "N.C.this[int index]") 1031TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "N.C.P")
CodeModel\CSharp\CodeVariableTests.vb (7)
674TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "C.x") 690TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "N.C.x") 706TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeInitExpression, "x = 0") 722TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeInitExpression, "A = 42") 738TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeInitExpression Or EnvDTE.vsCMPrototype.vsCMPrototypeType, "int x = 0") 754TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeInitExpression Or EnvDTE.vsCMPrototype.vsCMPrototypeType, "N.E A = 42") 770TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeInitExpression Or EnvDTE.vsCMPrototype.vsCMPrototypeType Or EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "N.E E.A = 42")
CodeModel\VisualBasic\CodeFunctionTests.vb (5)
1172TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeUniqueSignature, "M:N.C.Goo") 1187TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "N.C.Goo()") 1202TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "C.Goo()") 1217TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeType, "Goo()") 1232TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeType, "Goo() As Integer")
CodeModel\VisualBasic\CodePropertyTests.vb (12)
577TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeUniqueSignature, "P:N.C.P") 591TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "N.C.P()") 605TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "C.P()") 624TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "C.P()") 643TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "C.P()") 662TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName Or EnvDTE.vsCMPrototype.vsCMPrototypeParamNames, "C.P(index )") 681TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName Or EnvDTE.vsCMPrototype.vsCMPrototypeParamNames Or EnvDTE.vsCMPrototype.vsCMPrototypeParamTypes, "C.P(index As String)") 700TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName Or EnvDTE.vsCMPrototype.vsCMPrototypeParamNames Or EnvDTE.vsCMPrototype.vsCMPrototypeParamDefaultValues, "C.P(index = """")") 719TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName Or EnvDTE.vsCMPrototype.vsCMPrototypeParamTypes, "C.P(String)") 738TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName Or EnvDTE.vsCMPrototype.vsCMPrototypeParamTypes Or EnvDTE.vsCMPrototype.vsCMPrototypeParamDefaultValues, "C.P(String = """")") 757TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName Or EnvDTE.vsCMPrototype.vsCMPrototypeParamNames Or EnvDTE.vsCMPrototype.vsCMPrototypeParamTypes Or EnvDTE.vsCMPrototype.vsCMPrototypeParamDefaultValues, "C.P(index As String = """")") 776TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeType, "P()")
CodeModel\VisualBasic\CodeVariableTests.vb (13)
611TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeUniqueSignature, "F:N.C.x") 625TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "Private C.x") 639TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "Private C(Of T).x") 653TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName, "Public C.x") 667TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeClassName Or EnvDTE.vsCMPrototype.vsCMPrototypeInitExpression, "Private C.x = 42") 681TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "Private N.C.x") 695TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname, "Private N.C(Of T).x") 709TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeFullname Or EnvDTE.vsCMPrototype.vsCMPrototypeInitExpression, "Private N.C.x = 42") 723TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeNoName, "Private ") 737TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeNoName Or EnvDTE.vsCMPrototype.vsCMPrototypeInitExpression, "Private = 42") 751TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeNoName Or EnvDTE.vsCMPrototype.vsCMPrototypeInitExpression Or EnvDTE.vsCMPrototype.vsCMPrototypeType, "Private As Integer = 42") 767TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeInitExpression Or EnvDTE.vsCMPrototype.vsCMPrototypeType, "Private x As System.Text.StringBuilder") 781TestPrototype(code, EnvDTE.vsCMPrototype.vsCMPrototypeType, "Private x As Integer")