2 writes to OtherPartOfPartial
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceMemberMethodSymbol.vb (2)
535definition.OtherPartOfPartial = implementation 537implementation.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)
129Dim partialImpl = Me.OtherPartOfPartial 154Dim partialImpl = Me.OtherPartOfPartial 417If Me.IsPartial AndAlso Me.OtherPartOfPartial IsNot Nothing Then 418Me.OtherPartOfPartial.ValidateImplementedMethodConstraints(diagnostics) 451Return Not IsPartialDefinition AndAlso Me.OtherPartOfPartial IsNot Nothing 457Return If(IsPartialDefinition, Nothing, Me.OtherPartOfPartial) 463Return If(IsPartialDefinition, Me.OtherPartOfPartial, Nothing)