2 instantiations of WeakReferenceList
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
1035
_unexaminedAssemblies = new
WeakReferenceList
<Assembly>(currentAssemblies.Length);
1086
_unexaminedAssemblies = new
WeakReferenceList
<Assembly>(0);
1 reference to WeakReferenceList
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
804
if (_unexaminedAssemblies is
WeakReferenceList
<Assembly>)