1 write to _masterValueConverterList
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
504
Interlocked.CompareExchange(ref
_masterValueConverterList
, CreateDictionary<ReferenceEqualityTuple<Type, XamlType, Type>, object>(), null);
2 references to _masterValueConverterList
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
503
if (
_masterValueConverterList
is null)
505
return
_masterValueConverterList
;