2 references to AddOrUpdateMostRecentlyUsed
Microsoft.CodeAnalysis (2)
SourceGeneration\GeneratorDriverCache.cs (2)
23public GeneratorDriver? TryGetDriver(string cacheKey) => AddOrUpdateMostRecentlyUsed(cacheKey, driver: null); 25public void CacheGenerator(string cacheKey, GeneratorDriver driver) => AddOrUpdateMostRecentlyUsed(cacheKey, driver);