4 references to Closed
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Object_1.cs (2)
201delegateType = del.MethodPtrAux == TargetCodePointer.Null ? DelegateType.Closed : DelegateType.Open; 206DelegateType.Closed => (del.Target, del.MethodPtr),
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
6192if (delegateInfo.DelegateType is not (DelegateType.Closed or DelegateType.Open)) 6248if (delegateInfo.DelegateType is not (DelegateType.Closed or DelegateType.Open))