Skip to content

Commit e389b5b

Browse files
Update src/VisualStudio/Core/Def/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.cs
Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
1 parent 1b152d2 commit e389b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VisualStudio/Core/Def/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ internal Metadata GetMetadata(string fullPath, DateTime snapshotTimestamp)
167167
return cachedMetadata;
168168
}
169169

170-
// don't use "Add" since key might already exist with already released metadata
170+
// don't use "Add" since key might already exist with stale metadata
171171
_metadataCache[fullPath] = (snapshotTimestamp, metadata);
172172
return metadata;
173173
}

0 commit comments

Comments
 (0)