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