1 write to m_errorLog
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
43
m_errorLog
= errorLog;
14 references to m_errorLog
System.Data.Entity (14)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (14)
44
m_originalErrorCount =
m_errorLog
.Count;
63
if (matcher.
m_errorLog
.Count == matcher.m_originalErrorCount)
69
if (matcher.
m_errorLog
.Count > matcher.m_originalErrorCount)
71
ExceptionHelpers.ThrowMappingException(matcher.
m_errorLog
, matcher.m_viewgenContext.Config);
115
m_errorLog
.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternMissingMappingError,
231
m_errorLog
.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternConditionError,
264
m_errorLog
.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternConditionError,
323
m_errorLog
.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternSplittingError,
416
m_errorLog
.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternInvalidPartitionError, errorString.ToString(), ToIEnum(fragment1.OnlyInputCell, fragment2.OnlyInputCell), ""));
492
m_errorLog
.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternConditionError,
526
m_errorLog
.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternInvalidPartitionError, errorString.ToString(), ToIEnum(fragment1.OnlyInputCell, fragment2.OnlyInputCell), ""));
583
m_errorLog
.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternInvalidPartitionError, errorString.ToString(), ToIEnum(fragment1.OnlyInputCell, fragment2.OnlyInputCell), ""));
650
m_errorLog
.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.ErrorPatternConditionError, Strings.Viewgen_ErrorPattern_ConditionMemberIsMapped(conditionMember.ToString()), anotherCell, ""));
660
return (
m_errorLog
.Count > m_originalErrorCount + NUM_PARTITION_ERR_TO_FIND);