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