3 references to 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);