Example #1
0
 internal virtual Dictionary <Guid, Dictionary <string, string> > IdentifiableIntegrityCheckBase()
 {
     using (HeavyProfiler.LogNoStackTrace("IdentifiableIntegrityCheck", () => GetType().Name))
         return(GraphExplorer.IdentifiableIntegrityCheck(GraphExplorer.FromRootIdentifiable(this)));
 }