1 implementation of IsPartial
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\Extenders\PartialMethodExtender.vb (1)
34
Public ReadOnly Property
IsPartial
As Boolean Implements IVBPartialMethodExtender.IsPartial
2 references to IsPartial
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
CodeModel\VisualBasic\CodeFunctionTests.vb (1)
2889
Return GetPartialMethodExtender(codeElement).
IsPartial
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\Extenders\PartialMethodExtender.vb (1)
34
Public ReadOnly Property IsPartial As Boolean Implements IVBPartialMethodExtender.
IsPartial