1 write to IsDelegate
Microsoft.CodeAnalysis (1)
Emit\AnonymousTypeKey.cs (1)
70this.IsDelegate = isDelegate;
5 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)
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
490Debug.Assert(!key.IsDelegate);