2 writes to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbol.cs (2)
865
definition.
_otherPartOfPartial
= implementation;
866
implementation.
_otherPartOfPartial
= definition;
5 references to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourcePropertySymbol.cs (5)
845
internal SourcePropertySymbol? OtherPartOfPartial =>
_otherPartOfPartial
;
862
Debug.Assert(definition.
_otherPartOfPartial
is not { } alreadySetImplPart || alreadySetImplPart == implementation);
863
Debug.Assert(implementation.
_otherPartOfPartial
is not { } alreadySetDefPart || alreadySetDefPart == definition);
868
Debug.Assert(definition.
_otherPartOfPartial
== implementation);
869
Debug.Assert(implementation.
_otherPartOfPartial
== definition);