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