3 references to OtherPartOfPartial
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceConstructorSymbol.cs (3)
283Debug.Assert(ReferenceEquals(this.OtherPartOfPartial, implementation)); 339internal SourceConstructorSymbol? SourcePartialDefinitionPart => IsPartialImplementation ? OtherPartOfPartial : null; 341internal SourceConstructorSymbol? SourcePartialImplementationPart => IsPartialDefinition ? OtherPartOfPartial : null;