5 overrides of GetPrototype
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
CodeModel\AbstractCodeDelegateTests.vb (1)
49
Protected Overrides Function
GetPrototype
(codeElement As EnvDTE80.CodeDelegate2, flags As EnvDTE.vsCMPrototype) As String
CodeModel\AbstractCodeEventTests.vb (1)
67
Protected Overrides Function
GetPrototype
(codeElement As EnvDTE80.CodeEvent, flags As EnvDTE.vsCMPrototype) As String
CodeModel\AbstractCodeFunctionTests.vb (1)
69
Protected Overrides Function
GetPrototype
(codeElement As EnvDTE80.CodeFunction2, flags As EnvDTE.vsCMPrototype) As String
CodeModel\AbstractCodePropertyTests.vb (1)
65
Protected Overrides Function
GetPrototype
(codeElement As EnvDTE80.CodeProperty2, flags As EnvDTE.vsCMPrototype) As String
CodeModel\AbstractCodeVariableTests.vb (1)
65
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)
681
Dim prototype =
GetPrototype
(codeElement, flags)
689
Assert.Throws(Of TException)(Sub()
GetPrototype
(codeElement, flags))