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