4 references to Open
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Object_1.cs (2)
182
delegateType = del.MethodPtrAux == TargetCodePointer.Null ? DelegateType.Closed : DelegateType.
Open
;
188
DelegateType.
Open
=> (TargetPointer.Null, del.MethodPtrAux),
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
5998
if (delegateInfo.DelegateType is not (DelegateType.Closed or DelegateType.
Open
))
6053
if (delegateInfo.DelegateType is not (DelegateType.Closed or DelegateType.
Open
))