1 write to _errorInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\UnboundGenericType.cs (1)
69_errorInfo = errorInfo;
6 references to _errorInfo
Microsoft.CodeAnalysis.CSharp (6)
Symbols\UnboundGenericType.cs (6)
74return new UnboundArgumentErrorTypeSymbol(_name, _errorInfo, newData); 100return _errorInfo; 112return (object?)other != null && string.Equals(other._name, _name, StringComparison.Ordinal) && object.Equals(other._errorInfo, _errorInfo); 117return _errorInfo == null 119: Hash.Combine(_name, _errorInfo.Code);