1 instantiation of SubstitutedPropertySymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PropertySymbol.cs (1)
383
return newOwner.IsDefinition ? this : new
SubstitutedPropertySymbol
(newOwner as SubstitutedNamedTypeSymbol, this);