2 writes to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
1077definition._otherPartOfPartial = implementation; 1078implementation._otherPartOfPartial = definition;
5 references to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (5)
1067internal sealed override SourceOrdinaryMethodSymbol OtherPartOfPartial => _otherPartOfPartial; 1074Debug.Assert(definition._otherPartOfPartial is not { } alreadySetImplPart || alreadySetImplPart == implementation); 1075Debug.Assert(implementation._otherPartOfPartial is not { } alreadySetDefPart || alreadySetDefPart == definition); 1080Debug.Assert(definition._otherPartOfPartial == implementation); 1081Debug.Assert(implementation._otherPartOfPartial == definition);