1 instantiation of ErrorTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ErrorTypeSymbol.cs (1)
337
@params[i] = new
ErrorTypeParameterSymbol
(this, string.Empty, i);
2 references to ErrorTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ErrorTypeSymbol.ErrorTypeParameterSymbol.cs (2)
194
var
other = t2 as
ErrorTypeParameterSymbol
;