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