コード例 #1
0
ファイル: Entity.cs プロジェクト: gitter-badger/framework-15
 internal virtual Dictionary <Guid, Dictionary <string, string> > IdentifiableIntegrityCheckBase()
 {
     using (HeavyProfiler.LogNoStackTrace("IdentifiableIntegrityCheck", () => GetType().Name))
         return(GraphExplorer.IdentifiableIntegrityCheck(GraphExplorer.FromRootIdentifiable(this)));
 }