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