2 writes to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceEventSymbol.cs (2)
999definition._otherPartOfPartial = implementation; 1000implementation._otherPartOfPartial = definition;
5 references to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceEventSymbol.cs (5)
981internal SourceEventSymbol? OtherPartOfPartial => _otherPartOfPartial; 996Debug.Assert(definition._otherPartOfPartial is not { } alreadySetImplPart || ReferenceEquals(alreadySetImplPart, implementation)); 997Debug.Assert(implementation._otherPartOfPartial is not { } alreadySetDefPart || ReferenceEquals(alreadySetDefPart, definition)); 1002Debug.Assert(ReferenceEquals(definition._otherPartOfPartial, implementation)); 1003Debug.Assert(ReferenceEquals(implementation._otherPartOfPartial, definition));