1 write to _masterTypeList
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
495
Interlocked.CompareExchange(ref
_masterTypeList
, CreateDictionary<Type, XamlType>(ReferenceEqualityComparer.Instance), null);
2 references to _masterTypeList
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
494
if (
_masterTypeList
== null)
496
return
_masterTypeList
;