2 writes to OtherPartOfPartial
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceMemberMethodSymbol.vb (2)
534definition.OtherPartOfPartial = implementation 536implementation.OtherPartOfPartial = definition
8 references to OtherPartOfPartial
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\MethodSymbolExtensions.vb (1)
77Return sourceMethod IsNot Nothing AndAlso sourceMethod.IsPartial AndAlso sourceMethod.OtherPartOfPartial Is Nothing
Symbols\Source\SourceMemberMethodSymbol.vb (7)
128Dim partialImpl = Me.OtherPartOfPartial 153Dim partialImpl = Me.OtherPartOfPartial 416If Me.IsPartial AndAlso Me.OtherPartOfPartial IsNot Nothing Then 417Me.OtherPartOfPartial.ValidateImplementedMethodConstraints(diagnostics) 450Return Not IsPartialDefinition AndAlso Me.OtherPartOfPartial IsNot Nothing 456Return If(IsPartialDefinition, Nothing, Me.OtherPartOfPartial) 462Return If(IsPartialDefinition, Me.OtherPartOfPartial, Nothing)