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