2 writes to _masterBracketCharacterCache
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
158_masterBracketCharacterCache = parserContext.MasterBracketCharacterCache; 703_masterBracketCharacterCache = new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>();
2 references to _masterBracketCharacterCache
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
701if (_masterBracketCharacterCache == null) 706return _masterBracketCharacterCache;