2 writes to _markEntryForCleanup
System.Data.Entity (2)
System\Data\Metadata\MetadataCache.cs (2)
509_markEntryForCleanup = true; 573_markEntryForCleanup = false;
5 references to _markEntryForCleanup
System.Data.Entity (5)
System\Data\Metadata\MetadataCache.cs (5)
449Debug.Assert(_markEntryForCleanup == false, "The entry must not be marked for cleanup"); 482if (_markEntryForCleanup) 539Debug.Assert(_markEntryForCleanup == false, "An entry with alive token cannot be marked for cleanup"); 556Debug.Assert(_markEntryForCleanup, "Since the strong reference is null, this entry must be marked for cleanup"); 584Debug.Assert(_markEntryForCleanup == false, "The entry must not marked for cleanup");