2 overrides of PartialMethodExtender_GetIsPartial
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
CodeModel\CSharp\CodeFunctionTests.vb (1)
2692
Protected Overrides Function
PartialMethodExtender_GetIsPartial
(codeElement As EnvDTE80.CodeFunction2) As Boolean
CodeModel\VisualBasic\CodeFunctionTests.vb (1)
2888
Protected Overrides Function
PartialMethodExtender_GetIsPartial
(codeElement As EnvDTE80.CodeFunction2) As Boolean
1 reference to PartialMethodExtender_GetIsPartial
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
CodeModel\AbstractCodeFunctionTests.vb (1)
198
Assert.Equal(expected,
PartialMethodExtender_GetIsPartial
(codeElement))