1 type derived from SubstitutedMethodSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ConstructedMethodSymbol.cs (1)
14internal sealed class ConstructedMethodSymbol : SubstitutedMethodSymbol
1 instantiation of SubstitutedMethodSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MethodSymbol.cs (1)
891return newOwner.IsDefinition ? this : new SubstitutedMethodSymbol(newOwner, this);
2 references to SubstitutedMethodSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\MethodSymbol.cs (1)
1250if (other is SubstitutedMethodSymbol sms)
Symbols\SubstitutedMethodSymbol.cs (1)
406static bool wasConstructedForAnnotations(SubstitutedMethodSymbol method)