1 write to _name
Microsoft.CodeAnalysis.CSharp (1)
Symbols\UnboundGenericType.cs (1)
68
_name
= name;
6 references to _name
Microsoft.CodeAnalysis.CSharp (6)
Symbols\UnboundGenericType.cs (6)
74
return new UnboundArgumentErrorTypeSymbol(
_name
, _errorInfo, newData);
81
return
_name
;
113
return (object?)other != null && string.Equals(other.
_name
,
_name
, StringComparison.Ordinal) && object.Equals(other._errorInfo, _errorInfo);
119
?
_name
.GetHashCode()
120
: Hash.Combine(
_name
, _errorInfo.Code);