1 write to _xmlNsCompatDict
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
359
Interlocked.CompareExchange(ref
_xmlNsCompatDict
, CreateDictionary<string, string>(), null);
2 references to _xmlNsCompatDict
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
358
if (
_xmlNsCompatDict
== null)
360
return
_xmlNsCompatDict
;