2 instantiations of UnboundArgumentErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\UnboundGenericType.cs (2)
55
result.Add(TypeWithAnnotations.Create(new
UnboundArgumentErrorTypeSymbol
(name, errorInfo)));
74
return new
UnboundArgumentErrorTypeSymbol
(_name, _errorInfo, newData);
5 references to UnboundArgumentErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Symbols.cs (2)
1225
UnboundArgumentErrorTypeSymbol
.CreateTypeArguments(
1363
? TypeWithAnnotations.Create(
UnboundArgumentErrorTypeSymbol
.Instance)
Symbols\UnboundGenericType.cs (3)
39
var typeArguments =
UnboundArgumentErrorTypeSymbol
.CreateTypeArguments(
112
UnboundArgumentErrorTypeSymbol
? other = t2 as
UnboundArgumentErrorTypeSymbol
;