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