1 reference to SubstitutedMethodSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MethodSymbol.cs (1)
891
return newOwner.IsDefinition ? this : new
SubstitutedMethodSymbol
(newOwner, this);