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