4 references to IsNil
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
3579
return constantHandle.
IsNil
? ConstantValue.Bad : GetConstantValueOrThrow(constantHandle);
3596
return constantHandle.
IsNil
? ConstantValue.Bad : GetConstantValueOrThrow(constantHandle);
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
)