13 references to IsNull
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ManagedTypeSource_1.cs (1)
95return !typeHandle.IsNull;
Microsoft.Diagnostics.DataContractReader.Legacy (12)
Dbi\DacDbiImpl.cs (9)
1887if (thExactHandle.IsNull) 1943if (thApproxHandle.IsNull) 1984if (!thExact.IsNull && !rts.IsCollectible(thExact)) 2512if (!thMatch.IsNull) 2536ReadOnlySpan<TypeHandle> classInst = thMatchingParent.IsNull 2761if (typeHandle.IsNull) 3688if (fieldTypeHandle.IsNull) 4511for (int i = 0; i < 1000 && !current.IsNull; i++) 4574if (typeHandle.IsNull)
SigFormat.cs (1)
315if (typeHandle.IsNull)
TypeNameBuilder.cs (2)
150if (!th.IsNull) 206if (typeHandle.IsNull)