10 references to ErrorLog
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\Utils\ExceptionHelpers.cs (2)
26exception.ErrorLog.PrintTrace(); 36exception.ErrorLog.PrintTrace();
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (4)
269Debug.Assert(exception.ErrorLog.Count > 0, "Incorrectly created mapping exception"); 270errorLog.Merge(exception.ErrorLog); 334Debug.Assert(exception.ErrorLog.Count > 0, 336errorLog.Merge(exception.ErrorLog);
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (4)
127Debug.Assert(exception.ErrorLog.Count > 0, "Incorrectly created mapping exception"); 128groupErrorLog = exception.ErrorLog; 194Debug.Assert(exception.ErrorLog.Count > 0, "Incorrectly created mapping exception"); 195groupErrorLog = exception.ErrorLog;