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)
179
DelegateType
delegateType =
DelegateType
.Unknown;
182
delegateType = del.MethodPtrAux == TargetCodePointer.Null ?
DelegateType
.Closed :
DelegateType
.Open;
187
DelegateType
.Closed => (del.Target, del.MethodPtr),
188
DelegateType
.Open => (TargetPointer.Null, del.MethodPtrAux),
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
5998
if (delegateInfo.DelegateType is not (
DelegateType
.Closed or
DelegateType
.Open))
6053
if (delegateInfo.DelegateType is not (
DelegateType
.Closed or
DelegateType
.Open))