2 writes to t_cachedInstance
MSBuildTaskHost (2)
Utilities\StringBuilderCache.cs (2)
40
t_cachedInstance
= null;
81
t_cachedInstance
= sb;
2 references to t_cachedInstance
MSBuildTaskHost (2)
Utilities\StringBuilderCache.cs (2)
39
StringBuilder? sb =
t_cachedInstance
;
80
Debug.Assert(
t_cachedInstance
== null, "Unexpected replacing of other StringBuilder.");