1 write to IsDelegate
Microsoft.CodeAnalysis (1)
Emit\AnonymousTypeKey.cs (1)
70
this.
IsDelegate
= isDelegate;
3 references to IsDelegate
Microsoft.CodeAnalysis (3)
Emit\AnonymousTypeKey.cs (3)
76
return (this.
IsDelegate
== other.
IsDelegate
) && this.Fields.SequenceEqual(other.Fields);
86
return Hash.Combine(this.
IsDelegate
.GetHashCode(), Hash.CombineValues(this.Fields));