3 writes to
Microsoft.Build (3)
Evaluation\ProjectRootElementCache.cs (2)
491
_weakCache
[
kvp.Key] = kvp.Value;
567
_weakCache
[
projectRootElement.FullPath] = projectRootElement;
Globbing\MSBuildGlob.cs (1)
222
s_regexCache
[
matchFileExpression] = newRegex;
1 reference to
Microsoft.Build (1)
Evaluation\ProjectRootElementCache.cs (1)
544
ErrorUtilities.VerifyThrow(_weakCache
[
oldFullPathIfAny] == projectRootElement, "Should already be present");