1 type derived from SubstitutedTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
17internal sealed class SynthesizedSubstitutedTypeParameterSymbol : SubstitutedTypeParameterSymbol
1 instantiation of SubstitutedTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeMap.cs (1)
129new SubstitutedTypeParameterSymbol(newOwner, result, tp, ordinal);
2 references to SubstitutedTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeMap.cs (2)
46Debug.Assert(allowAlpha || !from.Any(static tp => tp is SubstitutedTypeParameterSymbol && tp.ContainingSymbol is not SourceExtensionImplementationMethodSymbol)); // Tracked by https://github.com/dotnet/roslyn/issues/76130 : Follow up, will the SourceExtensionImplementationMethodSymbol type check still be necessary at the end 127var newTp = synthesized ?