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