1 instantiation of SubstitutedPropertySymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PropertySymbol.cs (1)
384
return newOwner.IsDefinition ? this : new
SubstitutedPropertySymbol
(newOwner as SubstitutedNamedTypeSymbol, this);
2 references to SubstitutedPropertySymbol
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\IndexerTests.cs (2)
2871
var
substitutedIndexer = substitutedType.GetMember<
SubstitutedPropertySymbol
>(WellKnownMemberNames.Indexer);