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