Exemple #1
0
 internal virtual Dictionary <Guid, IntegrityCheck> EntityIntegrityCheckBase()
 {
     using (HeavyProfiler.LogNoStackTrace("EntityIntegrityCheckBase", () => GetType().Name))
         return(GraphExplorer.EntityIntegrityCheck(GraphExplorer.FromRootEntity(this)));
 }