1 write to Fields
Microsoft.CodeAnalysis (1)
Emit\AnonymousTypeKey.cs (1)
71this.Fields = fields;
5 references to Fields
Microsoft.CodeAnalysis (5)
Emit\AnonymousTypeKey.cs (5)
76return (this.IsDelegate == other.IsDelegate) && this.Fields.SequenceEqual(other.Fields); 86return Hash.Combine(this.IsDelegate.GetHashCode(), Hash.CombineValues(this.Fields)); 93for (int i = 0; i < this.Fields.Length; i++) 99builder.Append(this.Fields[i].Name);