11 references to DelegateType
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IObject.cs (1)
18
DelegateType
DelegateType);
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\Object_1.cs (6)
157
DelegateType
delegateType =
DelegateType
.Unknown;
161
delegateType =
DelegateType
.Closed;
163
delegateType =
DelegateType
.Open;
168
DelegateType
.Closed => (del.Target, del.MethodPtr),
169
DelegateType
.Open => (TargetPointer.Null, del.MethodPtrAux),
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
4241
if (delegateInfo.DelegateType is not (
DelegateType
.Closed or
DelegateType
.Open))
4296
if (delegateInfo.DelegateType is not (
DelegateType
.Closed or
DelegateType
.Open))