11 references to IsNil
ILCompiler.Compiler (2)
Compiler\BodySubstitutionParser.cs (1)
177if (!constantHandle.IsNil)
Compiler\UserDefinedTypeDescriptor.cs (1)
470if (!defaultValueHandle.IsNil)
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\Transform.Field.cs (1)
66if (!defaultValueHandle.IsNil)
ILCompiler\Metadata\Transform.Method.cs (1)
99if (!defaultValue.IsNil)
ILCompiler\Metadata\Transform.Property.cs (1)
81if (!defaultValue.IsNil)
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
3621return constantHandle.IsNil ? ConstantValue.Bad : GetConstantValueOrThrow(constantHandle); 3638return constantHandle.IsNil ? ConstantValue.Bad : GetConstantValueOrThrow(constantHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (2)
MetaDataImportImpl.cs (2)
662if (!constHandle.IsNil && (pdwCPlusTypeFlag is not null || ppValue is not null)) 1742if (!constHandle.IsNil && (pdwCPlusTypeFlag is not null || ppValue is not null))
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (1)
14if (constantHandle.IsNil)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (1)
56if (!ch.IsNil)