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