2 writes to m_mappingError
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (2)
128
m_mappingError
= error;
147
m_mappingError
= new EdmSchemaError(userMessage, (int)errorCode, EdmSchemaErrorSeverity.Error, sourceLocation,
2 references to m_mappingError
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (2)
162
get { return
m_mappingError
; }
239
return
m_mappingError
.ToString();