1 write to m_errorLog
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
42
m_errorLog
= errorLog;
3 references to m_errorLog
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (3)
645
if (ErrorPatternMatcher.FindMappingErrors(m_viewgenContext, m_domainMap,
m_errorLog
))
663
m_errorLog
.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.DisjointConstraintViolation,
666
ExceptionHelpers.ThrowMappingException(
m_errorLog
, m_config);