2 references to cleanupPeriod
System.Data.Entity (2)
System\Data\Metadata\MetadataCache.cs (2)
68
private static Timer timer = new Timer(PeriodicCleanupCallback, null,
cleanupPeriod
,
cleanupPeriod
);