5 overrides of GetPrototype
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
CodeModel\AbstractCodeDelegateTests.vb (1)
51
Protected Overrides Function
GetPrototype
(codeElement As EnvDTE80.CodeDelegate2, flags As EnvDTE.vsCMPrototype) As String
CodeModel\AbstractCodeEventTests.vb (1)
68
Protected Overrides Function
GetPrototype
(codeElement As EnvDTE80.CodeEvent, flags As EnvDTE.vsCMPrototype) As String
CodeModel\AbstractCodeFunctionTests.vb (1)
71
Protected Overrides Function
GetPrototype
(codeElement As EnvDTE80.CodeFunction2, flags As EnvDTE.vsCMPrototype) As String
CodeModel\AbstractCodePropertyTests.vb (1)
67
Protected Overrides Function
GetPrototype
(codeElement As EnvDTE80.CodeProperty2, flags As EnvDTE.vsCMPrototype) As String
CodeModel\AbstractCodeVariableTests.vb (1)
68
Protected Overrides Function
GetPrototype
(codeElement As EnvDTE80.CodeVariable2, flags As EnvDTE.vsCMPrototype) As String
2 references to GetPrototype
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
CodeModel\AbstractCodeElementTests`1.vb (2)
683
Dim prototype =
GetPrototype
(codeElement, flags)
691
Assert.Throws(Of TException)(Sub()
GetPrototype
(codeElement, flags))