1 write to _assemblyLoadHandler
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
1061
_assemblyLoadHandler
= new AssemblyLoadHandler(this);
3 references to _assemblyLoadHandler
System.Xaml (3)
System\Xaml\XamlSchemaContext.cs (3)
77
if (
_assemblyLoadHandler
is not null && !Environment.HasShutdownStarted)
79
_assemblyLoadHandler
.Unhook();
1062
_assemblyLoadHandler
.Hook();