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); 101return _errorInfo; 113return (object?)other != null && string.Equals(other._name, _name, StringComparison.Ordinal) && object.Equals(other._errorInfo, _errorInfo); 118return _errorInfo == null 120: Hash.Combine(_name, _errorInfo.Code);