14 overrides of GetEndPointFunc
Microsoft.VisualStudio.LanguageServices.UnitTests (14)
CodeModel\AbstractCodeAttributeTests.vb (1)
12Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeAttribute2) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeClassTests.vb (1)
16Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeClass2) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeDelegateTests.vb (1)
27Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeDelegate2) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeElementTests.vb (1)
9Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeElement2) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeEnumTests.vb (1)
15Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE.CodeEnum) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeEventTests.vb (1)
16Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeEvent) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeFunctionTests.vb (1)
15Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeFunction2) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeImportTests.vb (1)
15Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeImport) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeInterfaceTests.vb (1)
13Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeInterface2) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeNamespaceTests.vb (1)
13Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE.CodeNamespace) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeParameterTests.vb (1)
26Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeParameter2) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodePropertyTests.vb (1)
27Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeProperty2) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeStructTests.vb (1)
13Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeStruct2) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
CodeModel\AbstractCodeVariableTests.vb (1)
16Protected Overrides Function GetEndPointFunc(codeElement As EnvDTE80.CodeVariable2) As Func(Of EnvDTE.vsCMPart, EnvDTE.TextPoint)
1 reference to GetEndPointFunc
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
CodeModel\AbstractCodeElementTests`1.vb (1)
475Dim textPointGetter = GetEndPointFunc(codeElement)