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