2 writes to m_mappingError
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (2)
128m_mappingError = error; 147m_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)
162get { return m_mappingError; } 239return m_mappingError.ToString();