2 writes to t_cachedInstance
Microsoft.Build.Framework (2)
Utilities\StringBuilderCache.cs (2)
47t_cachedInstance = null; 94t_cachedInstance = builder;
2 references to t_cachedInstance
Microsoft.Build.Framework (2)
Utilities\StringBuilderCache.cs (2)
46builder = t_cachedInstance; 93Debug.Assert(t_cachedInstance is null, "Unexpected replacing of other StringBuilder.");