2 writes to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
1052
definition.
_otherPartOfPartial
= implementation;
1053
implementation.
_otherPartOfPartial
= definition;
5 references to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (5)
1042
internal sealed override SourceOrdinaryMethodSymbol OtherPartOfPartial =>
_otherPartOfPartial
;
1049
Debug.Assert(definition.
_otherPartOfPartial
is not { } alreadySetImplPart || alreadySetImplPart == implementation);
1050
Debug.Assert(implementation.
_otherPartOfPartial
is not { } alreadySetDefPart || alreadySetDefPart == definition);
1055
Debug.Assert(definition.
_otherPartOfPartial
== implementation);
1056
Debug.Assert(implementation.
_otherPartOfPartial
== definition);