2 writes to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
384definition._otherPartOfPartial = implementation; 385implementation._otherPartOfPartial = definition;
9 references to _otherPartOfPartial
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (9)
381Debug.Assert((object)definition._otherPartOfPartial == null || (object)definition._otherPartOfPartial == implementation); 382Debug.Assert((object)implementation._otherPartOfPartial == null || (object)implementation._otherPartOfPartial == definition); 393get { return _otherPartOfPartial; } 425return this.IsPartialDefinition && (object)_otherPartOfPartial == null; 437return this.IsPartialImplementation ? _otherPartOfPartial : null; 449return this.IsPartialDefinition ? _otherPartOfPartial : null; 474? _otherPartOfPartial?.IsExtern ?? false