3 writes to
Microsoft.Build (3)
Evaluation\ProjectRootElementCache.cs (2)
499
_weakCache
[
kvp.Key] = kvp.Value;
575
_weakCache
[
projectRootElement.FullPath] = projectRootElement;
Globbing\MSBuildGlob.cs (1)
233
s_regexCache
[
regexCacheKey] = newRegex;
1 reference to
Microsoft.Build (1)
Evaluation\ProjectRootElementCache.cs (1)
552
Assumed.Equal(_weakCache
[
oldFullPathIfAny], projectRootElement, "Should already be present");