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