2 writes to _masterBracketCharacterCache
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
171_masterBracketCharacterCache = parserContext.MasterBracketCharacterCache; 734_masterBracketCharacterCache = new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>();
2 references to _masterBracketCharacterCache
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
732if (_masterBracketCharacterCache == null) 737return _masterBracketCharacterCache;