1 write to _masterBracketCharacterCache
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
703
_masterBracketCharacterCache
= new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>();
2 references to _masterBracketCharacterCache
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (2)
701
if (
_masterBracketCharacterCache
== null)
706
return
_masterBracketCharacterCache
;