3 references to FormatErrorContext
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticResolver.cs (2)
1274
string currentAggregateInfo = EntitySqlException.
FormatErrorContext
(
1281
string nestedAggregateInfo = EntitySqlException.
FormatErrorContext
(
System\Data\EntitySqlException.cs (1)
120
string errorContext =
FormatErrorContext
(commandText, errorPosition, errorContextInfo, loadErrorContextInfoFromResource, out line, out column);