3 instantiations of SubstitutedParameterSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\SubstitutedMethodSymbol.cs (1)
347substituted.Add(new SubstitutedParameterSymbol(this, map, p));
Symbols\SubstitutedNamedTypeSymbol.cs (1)
521return new SubstitutedParameterSymbol(containingSymbol: this, Map, unsubstitutedParameter);
Symbols\SubstitutedPropertySymbol.cs (1)
161substituted[i] = new SubstitutedParameterSymbol(this, _containingType.TypeSubstitution, unsubstitutedParameters[i]);
2 references to SubstitutedParameterSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedParameterSymbol.cs (2)
120var other = obj as SubstitutedParameterSymbol;