1 write to _masterBracketCharacterCache
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
484
Interlocked.CompareExchange(ref
_masterBracketCharacterCache
, CreateDictionary<XamlType, Dictionary<string, SpecialBracketCharacters>>(), null);
2 references to _masterBracketCharacterCache
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
483
if (
_masterBracketCharacterCache
== null)
485
return
_masterBracketCharacterCache
;