1 write to IsDelegate
Microsoft.CodeAnalysis (1)
Emit\AnonymousTypeKey.cs (1)
70
this.
IsDelegate
= isDelegate;
6 references to IsDelegate
Microsoft.CodeAnalysis (4)
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));
Emit\EditAndContinue\EmitBaseline.cs (1)
675
if (fromDelegates != pair.Key.
IsDelegate
)
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
484
Debug.Assert(!key.
IsDelegate
);
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (1)
179
If key.
IsDelegate
Then