Base:
property
Name
Microsoft.CodeAnalysis.CSharp.Symbols.ErrorTypeSymbol.Name
4 references to Name
Microsoft.CodeAnalysis.CSharp (4)
Symbols\ExtendedErrorTypeSymbol.cs (4)
302
this.
Name
== other.
Name
&& this.Arity == other.Arity;
309
this.
Name
!= null ? this.
Name
.GetHashCode() : 0));