2 writes to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceEventSymbol.cs (2)
1022definition._otherPartOfPartial = implementation; 1023implementation._otherPartOfPartial = definition;
5 references to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceEventSymbol.cs (5)
1004internal SourceEventSymbol? OtherPartOfPartial => _otherPartOfPartial; 1019Debug.Assert(definition._otherPartOfPartial is not { } alreadySetImplPart || ReferenceEquals(alreadySetImplPart, implementation)); 1020Debug.Assert(implementation._otherPartOfPartial is not { } alreadySetDefPart || ReferenceEquals(alreadySetDefPart, definition)); 1025Debug.Assert(ReferenceEquals(definition._otherPartOfPartial, implementation)); 1026Debug.Assert(ReferenceEquals(implementation._otherPartOfPartial, definition));