12 references to IsNil
System.Private.CoreLib (6)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
2053
if (handle.
IsNil
)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeMetadataReader.cs (1)
226
if (handle.
IsNil
)
System\Reflection\Runtime\General\MetadataReaderExtensions.cs (1)
58
if (handle.
IsNil
)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
33
return handle.
IsNil
;
34
if (handle.
IsNil
)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfo.cs (1)
65
if (_genericParameter.Name.
IsNil
)
System.Private.StackTraceMetadata (2)
Internal\StackTraceMetadata\StackTraceMetadata.cs (2)
67
Debug.Assert(data.Name.
IsNil
&& data.Signature.IsNil);
199
Debug.Assert(data.Name.
IsNil
&& data.Signature.IsNil);
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\MetadataNameExtensions.cs (4)
121
Debug.Assert(!typeDef.Name.
IsNil
);
177
if (nspace.Name.
IsNil
)
193
Debug.Assert(!typeRef.TypeName.
IsNil
);
246
if (nspace.Name.
IsNil
)