3 instantiations of UnboundArgumentErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\UnboundGenericType.cs (3)
55
result.Add(TypeWithAnnotations.Create(new
UnboundArgumentErrorTypeSymbol
(name, errorInfo)));
60
public static readonly ErrorTypeSymbol Instance = new
UnboundArgumentErrorTypeSymbol
(string.Empty, new CSDiagnosticInfo(ErrorCode.ERR_UnexpectedUnboundGenericName));
74
return new
UnboundArgumentErrorTypeSymbol
(_name, _errorInfo, newData);
6 references to UnboundArgumentErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Symbols.cs (3)
1238
UnboundArgumentErrorTypeSymbol
.CreateTypeArguments(
1353
/// cref="OmittedTypeArgumentSyntax"/> a <see cref="
UnboundArgumentErrorTypeSymbol
.Instance"/> will be returned
1386
? TypeWithAnnotations.Create(
UnboundArgumentErrorTypeSymbol
.Instance)
Symbols\UnboundGenericType.cs (3)
39
var typeArguments =
UnboundArgumentErrorTypeSymbol
.CreateTypeArguments(
112
UnboundArgumentErrorTypeSymbol
? other = t2 as
UnboundArgumentErrorTypeSymbol
;