3 references to ExternVariable
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
148
return NodeFactory.
ExternVariable
(new Utf8String(externField.SymbolName));
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (2)
1953
*ppCookieVal = (IntPtr*)ObjectToHandle(_compilation.NodeFactory.
ExternVariable
(new Utf8String("__security_cookie"u8)));
2089
return (int*)ObjectToHandle(_compilation.NodeFactory.
ExternVariable
(new Utf8String("RhpTrapThreads"u8)));