32 references to IsNull
System.Private.TypeLoader (32)
Internal\Runtime\TypeLoader\CanonicallyEquivalentEntryLocator.cs (2)
52if (!_genericDefinition.IsNull()) 69if (!_genericDefinition.IsNull())
Internal\Runtime\TypeLoader\EETypeCreator.cs (5)
351Debug.Assert(!state.HalfBakedRuntimeTypeHandle.IsNull()); 543Debug.Assert(!state.HalfBakedRuntimeTypeHandle.IsNull()); 561Debug.Assert(!state.HalfBakedRuntimeTypeHandle.IsNull()); 577Debug.Assert(!state.HalfBakedRuntimeTypeHandle.IsNull()); 623Debug.Assert(state.TemplateType != null && !state.TemplateType.RuntimeTypeHandle.IsNull());
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
134if (!genericContext.IsNull())
Internal\Runtime\TypeLoader\TypeBuilder.cs (11)
184Debug.Assert(state.TemplateType == null || (state.TemplateType is DefType && !state.TemplateType.RuntimeTypeHandle.IsNull())); 208Debug.Assert(state.TemplateType != null && state.TemplateType is ArrayType && !state.TemplateType.RuntimeTypeHandle.IsNull()); 544if (!rtth.IsNull()) 548Debug.Assert(!rtth.IsNull()); 570if (thBaseTypeTemplate.IsNull()) 934Debug.Assert(!typeAsFunctionPointerType.RuntimeTypeHandle.IsNull()); 940Debug.Assert(!typeAsParameterizedType.RuntimeTypeHandle.IsNull()); 941Debug.Assert(!typeAsParameterizedType.ParameterType.RuntimeTypeHandle.IsNull()); 1123Debug.Assert(!genericTypeDefinitionHandle.IsNull() && genericTypeArgumentHandles != null && genericTypeArgumentHandles.Length > 0); 1136Debug.Assert(!runtimeTypeHandle.IsNull()); 1162Debug.Assert(!arrayTypeHandle.IsNull());
Internal\Runtime\TypeLoader\TypeBuilderState.cs (1)
84Debug.Assert(_templateType == null || !_templateType.RuntimeTypeHandle.IsNull());
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (3)
162if (type.RuntimeTypeHandle.IsNull()) 182Debug.Assert(!type.RuntimeTypeHandle.IsNull()); 183return !type.RuntimeTypeHandle.IsNull();
Internal\TypeSystem\RuntimeNoMetadataType.cs (4)
122DefType baseType = !baseTypeHandle.IsNull() ? (DefType)Context.ResolveRuntimeTypeHandle(baseTypeHandle) : null; 330Debug.Assert(!genericDefinitionHandle.IsNull()); 390if (!_genericTypeDefinition.IsNull()) 392else if (!RuntimeTypeHandle.IsNull())
Internal\TypeSystem\TypeDesc.Runtime.cs (4)
36Debug.Assert(!runtimeTypeHandle.IsNull()); 37Debug.Assert(_runtimeTypeHandle.IsNull() || runtimeTypeHandle.Equals(_runtimeTypeHandle)); 62if (!type.RuntimeTypeHandle.IsNull()) 73if (!typeDefHandle.IsNull())
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
259if (returnedType.RuntimeTypeHandle.IsNull())