3 references to PartialImplementationPart
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceComplexParameterSymbol.cs (3)
468
=>
PartialImplementationPart
;
528
Debug.Assert(
PartialImplementationPart
is null);
1055
var implParameter = this.ContainingSymbol.IsPartialImplementation() ? this :
PartialImplementationPart
;