1 write to _assemblyLoadHandler
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
1028
_assemblyLoadHandler
= new AssemblyLoadHandler(this);
3 references to _assemblyLoadHandler
System.Xaml (3)
System\Xaml\XamlSchemaContext.cs (3)
76
if (
_assemblyLoadHandler
is not null && !Environment.HasShutdownStarted)
78
_assemblyLoadHandler
.Unhook();
1029
_assemblyLoadHandler
.Hook();