1 instantiation of AssemblyResolveWrapper
Microsoft.CodeAnalysis.Scripting (1)
CoreLightup.cs (1)
111
object resolveEventHandler = new
AssemblyResolveWrapper
(handler).GetHandler();
1 reference to AssemblyResolveWrapper
Microsoft.CodeAnalysis.Scripting (1)
CoreLightup.cs (1)
78
private static readonly MethodInfo s_stubInfo = typeof(
AssemblyResolveWrapper
).GetTypeInfo().GetDeclaredMethod("Stub");