31 references to IsNull
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\CallingConvention\CdacTypeHandle.cs (9)
50public bool IsNull() => _typeHandle.IsNull && _kindOverride == default; 52public bool IsValueType() => !_typeHandle.IsNull && Rts.IsValueType(_typeHandle); 56|| (!_typeHandle.IsNull && Rts.IsPointer(_typeHandle)); 75if (_typeHandle.IsNull) 91if (_typeHandle.IsNull) 110return !_typeHandle.IsNull && Rts.RequiresAlign8(_typeHandle); 114=> !_typeHandle.IsNull && Rts.TryGetHFAElementSize(_typeHandle, out _); 139if (Arch != RuntimeInfoArchitecture.X86 || _typeHandle.IsNull || !Rts.IsValueType(_typeHandle)) 184if (nested.IsNull)
Contracts\ManagedTypeSource_1.cs (1)
95return !typeHandle.IsNull;
Contracts\RuntimeTypeSystem_1.cs (1)
676if (current.IsNull)
Microsoft.Diagnostics.DataContractReader.Legacy (20)
Dbi\DacDbiImpl.cs (11)
2288if (thExactHandle.IsNull) 2344if (thApproxHandle.IsNull) 2385if (!thExact.IsNull && !rts.IsCollectible(thExact)) 2707if (th.IsNull) 2927if (!thMatch.IsNull) 2951ReadOnlySpan<TypeHandle> classInst = thMatchingParent.IsNull 3180if (th.IsNull) 3300if (typeHandle.IsNull) 4618if (fieldTypeHandle.IsNull) 5620for (int i = 0; i < 1000 && !current.IsNull; i++) 5683if (typeHandle.IsNull)
Dbi\TypeDataWalk.cs (6)
120if (typeDef.IsNull) 131allOK &= !th.IsNull; 143if (elem.IsNull) 153if (referent.IsNull) 171if ((!typeDef.IsNull && _rts.IsValueType(typeDef)) || et == CorElementType.ValueType) 191allOK &= !th.IsNull;
SigFormat.cs (1)
315if (typeHandle.IsNull)
TypeNameBuilder.cs (2)
150if (!th.IsNull) 206if (typeHandle.IsNull)