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