9 references to IsNull
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (1)
161if (!_methodArgument.Token.IsNull)
Compiler\DependencyAnalysis\ReadyToRun\ModuleToken.cs (2)
44return IsNull ? 0 : Module.GetHashCode() ^ unchecked((int)(31 * (uint)Token)); 49if (IsNull)
Compiler\DependencyAnalysis\ReadyToRun\SignatureBuilder.cs (2)
477if (!method.Token.IsNull) 487Debug.Assert(!methodToken.IsNull);
Compiler\ExternalReferenceTokenManager.cs (1)
104if (!existingToken.IsNull)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
845return !_tokenResolver.GetModuleTokenForType(ecmaType, allowDynamicallyCreatedReference: false, throwIfNotFound: false).IsNull;
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2073Debug.Assert(!moduleToken.IsNull);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1429if (declToken.IsNull)