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