2 writes to _masterBracketCharacterCache
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
161
_masterBracketCharacterCache
= parserContext.MasterBracketCharacterCache;
707
_masterBracketCharacterCache
= new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>();
2 references to _masterBracketCharacterCache
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
705
if (
_masterBracketCharacterCache
== null)
710
return
_masterBracketCharacterCache
;