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