2 writes to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceConstructorSymbol.cs (2)
355definition._otherPartOfPartial = implementation; 356implementation._otherPartOfPartial = definition;
5 references to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceConstructorSymbol.cs (5)
337internal SourceConstructorSymbol? OtherPartOfPartial => _otherPartOfPartial; 352Debug.Assert(definition._otherPartOfPartial is not { } alreadySetImplPart || ReferenceEquals(alreadySetImplPart, implementation)); 353Debug.Assert(implementation._otherPartOfPartial is not { } alreadySetDefPart || ReferenceEquals(alreadySetDefPart, definition)); 358Debug.Assert(ReferenceEquals(definition._otherPartOfPartial, implementation)); 359Debug.Assert(ReferenceEquals(implementation._otherPartOfPartial, definition));