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