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