11 references to DelegateType
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IObject.cs (1)
18DelegateType DelegateType);
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\Object_1.cs (6)
168DelegateType delegateType = DelegateType.Unknown; 172delegateType = DelegateType.Closed; 174delegateType = DelegateType.Open; 179DelegateType.Closed => (del.Target, del.MethodPtr), 180DelegateType.Open => (TargetPointer.Null, del.MethodPtrAux),
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
5220if (delegateInfo.DelegateType is not (DelegateType.Closed or DelegateType.Open)) 5275if (delegateInfo.DelegateType is not (DelegateType.Closed or DelegateType.Open))