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