2 writes to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbol.cs (2)
805definition._otherPartOfPartial = implementation; 806implementation._otherPartOfPartial = definition;
5 references to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourcePropertySymbol.cs (5)
785internal SourcePropertySymbol? OtherPartOfPartial => _otherPartOfPartial; 802Debug.Assert(definition._otherPartOfPartial is not { } alreadySetImplPart || alreadySetImplPart == implementation); 803Debug.Assert(implementation._otherPartOfPartial is not { } alreadySetDefPart || alreadySetDefPart == definition); 808Debug.Assert(definition._otherPartOfPartial == implementation); 809Debug.Assert(implementation._otherPartOfPartial == definition);