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