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