6 references to SourcePartialImplementation
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
72Dim otherPart As SourceMemberMethodSymbol = sourceMethod.SourcePartialImplementation
Symbols\Source\SourceMemberMethodSymbol.vb (5)
142If Me.SourcePartialImplementation IsNot Nothing Then 143Return OneOrMany.Create(ImmutableArray.Create(AttributeDeclarationSyntaxList, Me.SourcePartialImplementation.AttributeDeclarationSyntaxList)) 218Dim methodImpl As SourceMemberMethodSymbol = If(Me.IsPartial, SourcePartialImplementation, Me) 437Dim impl = SourcePartialImplementation 474Return SourcePartialImplementation