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