1 write to _errorLog
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
43_errorLog = new ErrorLog();
8 references to _errorLog
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (8)
111DomainConstraintVisitor.CheckConstraints(plainSQueryTreeForCondition, wrapper, _viewgenContext, _errorLog); 113if (_errorLog.Count > 0) 119if (_errorLog.Count > 0) 127if (_errorLog.Count > 0) 129ExceptionHelpers.ThrowMappingException(_errorLog, _viewgenContext.Config); 173if (ErrorPatternMatcher.FindMappingErrors(_viewgenContext, _domainMap, _errorLog)) 187_errorLog.AddEntry(new ErrorLog.Record(true, errorCode, builder.ToString(), relevantCellWrappers, "")); 363_errorLog.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.NullableMappingForNonNullableColumn, Strings.Viewgen_NullableMappingForNonNullableColumn(wrapper.LeftExtent.ToString(), column.ToFullString()), wrapper.Cells, ""));