6 references to SourcePartialImplementation
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
73Dim otherPart As SourceMemberMethodSymbol = sourceMethod.SourcePartialImplementation
Symbols\Source\SourceMemberMethodSymbol.vb (5)
143If Me.SourcePartialImplementation IsNot Nothing Then 144Return OneOrMany.Create(ImmutableArray.Create(AttributeDeclarationSyntaxList, Me.SourcePartialImplementation.AttributeDeclarationSyntaxList)) 219Dim methodImpl As SourceMemberMethodSymbol = If(Me.IsPartial, SourcePartialImplementation, Me) 438Dim impl = SourcePartialImplementation 475Return SourcePartialImplementation