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