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