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