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)
157DelegateType delegateType = DelegateType.Unknown; 161delegateType = DelegateType.Closed; 163delegateType = DelegateType.Open; 168DelegateType.Closed => (del.Target, del.MethodPtr), 169DelegateType.Open => (TargetPointer.Null, del.MethodPtrAux),
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
4241if (delegateInfo.DelegateType is not (DelegateType.Closed or DelegateType.Open)) 4296if (delegateInfo.DelegateType is not (DelegateType.Closed or DelegateType.Open))