2 writes to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceConstructorSymbol.cs (2)
367
definition.
_otherPartOfPartial
= implementation;
368
implementation.
_otherPartOfPartial
= definition;
5 references to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceConstructorSymbol.cs (5)
349
internal SourceConstructorSymbol? OtherPartOfPartial =>
_otherPartOfPartial
;
364
Debug.Assert(definition.
_otherPartOfPartial
is not { } alreadySetImplPart || ReferenceEquals(alreadySetImplPart, implementation));
365
Debug.Assert(implementation.
_otherPartOfPartial
is not { } alreadySetDefPart || ReferenceEquals(alreadySetDefPart, definition));
370
Debug.Assert(ReferenceEquals(definition.
_otherPartOfPartial
, implementation));
371
Debug.Assert(ReferenceEquals(implementation.
_otherPartOfPartial
, definition));