2 writes to t_cachedInstance
System.Private.Xml (2)
src\libraries\Common\src\System\Text\StringBuilderCache.cs (2)
31
t_cachedInstance
= null;
46
t_cachedInstance
= sb;
1 reference to t_cachedInstance
System.Private.Xml (1)
src\libraries\Common\src\System\Text\StringBuilderCache.cs (1)
24
StringBuilder? sb =
t_cachedInstance
;