2 instantiations of SubstitutedParameterSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedMethodSymbol.cs (1)
347substituted.Add(new SubstitutedParameterSymbol(this, map, p));
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)
113var other = obj as SubstitutedParameterSymbol;